Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sdbcx ::

interface XDataDescriptorFactory

Base Interface
com::sun::star::uno::XInterface

Description
provides the creation of a descriptor for a definition object.


Known Services which Export this Interface

com::sun::star::sdbcx::Column describes the common properties of a database column.
com::sun::star::sdbcx::Container describes every container which is used for data definition. Each container must support access to its elements by the element's name or by the element's position.
com::sun::star::sdbcx::Index is used to specify the index for a database table. It refers to one or more columns of a table.
com::sun::star::sdbcx::Key is used to define a new key for a table.
com::sun::star::sdbcx::Table used to specify a table in a database. A table is described by its name and one or more columns.
com::sun::star::sdb::DatabaseDocument specifies documents which belong to a database access bean.
com::sun::star::sdb::Query is a stored definition of a SQL query.
com::sun::star::sdb::QueryDescriptor is a stored definition of a SQL "Select statement".

Methods' Summary

createDataDescriptor returns a descriptor of a definition object.

Methods' Details

createDataDescriptor
 
com::sun::star::beans::XPropertySet
createDataDescriptor();
Description
returns a descriptor of a definition object.
Returns
the descriptor for that kind of objects
See also
com::sun::star::Container

Top of Page