service QueryDescriptor in module com::sun::star::sdb:: |
service QueryDescriptor;
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 |
is used to create a new object within a database.
is used for customization of data appearance.
Exported Interfaces |
is provided for creation of a new query descriptor based on the current information.
access to the columns of the results sets query.
Property Summary |
|
Command | is the command of the query, this is typically a select statement. |
EscapeProcessing | should we use escape processing for the query. |
UpdateTableName | is the name of the table which should be updated. This is usually used for queries which relate on more than one table. |
UpdateCatalogName | is the name of the update table catalog. |
UpdateSchemaName | is the name of the update table schema. |
Property Details |
||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.