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 {
 
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:27
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:29
Definition Ambiguous.idl:20
extends the com::sun::star::sdbcx::Table with additional display information, sorting and filtering c...
Definition DataSettings.idl:29
is a stored definition of a SQL "Select statement".
Definition QueryDescriptor.idl:37
string UpdateSchemaName
is the name of the update table schema.
Definition QueryDescriptor.idl:79
string Command
is the command of the query, this is typically a select statement.
Definition QueryDescriptor.idl:58
string UpdateTableName
is the name of the table which should be updated.
Definition QueryDescriptor.idl:69
boolean EscapeProcessing
should we use escape processing for the query.
Definition QueryDescriptor.idl:63
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:37