Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: sdb ::
service QueryDescriptor
Description
is a stored definition of a SQL "Select statement".
It can be used, if there is a need to execute SQL statement more than once or
if you want to format the query result fields different from the
underlying table definitions.
Included Services - Summary
::com::sun::star::sdbcx ::Descriptor
(referenced entity's summary:)
is used to create a new object within a database.
DataSettings
is used for customization of data appearance.
Exported Interfaces - Summary
::com::sun::star::sdbcx ::XDataDescriptorFactory
is provided for creation of a new query descriptor based on the current information.
::com::sun::star::sdbcx ::XColumnsSupplier
access to the columns of the results sets query.
Properties' Summary
string
Command
is the command of the query, this is typically a select statement.
boolean
EscapeProcessing
should we use escape processing for the query.
string
UpdateTableName
is the name of the table which should be updated. This is usually used
for queries which relate on more than one table.
string
UpdateCatalogName
is the name of the update table catalog.
string
UpdateSchemaName
is the name of the update table schema.
Properties' Details
Command
string Command ;
Description
is the command of the query, this is typically a select statement.
EscapeProcessing
boolean EscapeProcessing ;
Description
should we use escape processing for the query.
UpdateTableName
string UpdateTableName ;
Description
is the name of the table which should be updated. This is usually used
for queries which relate on more than one table.
UpdateCatalogName
string UpdateCatalogName ;
Description
is the name of the update table catalog.
UpdateSchemaName
string UpdateSchemaName ;
Description
is the name of the update table schema.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.