20 module
com { module sun { module star { module sdbcx {
21 published
interface XDataDescriptorFactory;
22 published
interface XColumnsSupplier;
25 module
com { module sun { module star { module sdb {
string UpdateSchemaName
is the name of the update table schema.
Definition: QueryDescriptor.idl:79
extends the com::sun::star::sdbcx::Table with additional display information, sorting and filtering c...
Definition: DataSettings.idl:28
boolean EscapeProcessing
should we use escape processing for the query.
Definition: QueryDescriptor.idl:63
is a stored definition of a SQL "Select statement".
Definition: QueryDescriptor.idl:36
string UpdateTableName
is the name of the table which should be updated.
Definition: QueryDescriptor.idl:69
Definition: Ambiguous.idl:20
string Command
is the command of the query, this is typically a select statement.
Definition: QueryDescriptor.idl:53
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:28
string UpdateCatalogName
is the name of the update table catalog.
Definition: QueryDescriptor.idl:74
is used to create a new object within a database.
Definition: Descriptor.idl:36
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:26