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

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

interface XColumnsSupplier

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

Description
provides the access to a container of columns, typically used for tables and indexes.


Known Services which Export this Interface

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::IndexDescriptor is used to define a new index for a database table.
com::sun::star::sdbcx::Key is used to define a new key for 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::sdbcx::TableDescriptor is used to define a table of a database. A table is described by its name and one or more columns and the keys for semantic rules.
com::sun::star::sdb::PreparedStatement represents a precompiled SQL statement. The service differs only in the access of the columns and parameters to the service PreparedStatement .
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".
com::sun::star::sdb::ResultSet extends the ResultSet by a more sophisticated access to the result sets data.
com::sun::star::sdb::SQLQueryComposer represents a tool for composing SQL select statements.

Methods' Summary

getColumns returns the container of columns. @rerurns the columns

Methods' Details

getColumns
 
com::sun::star::container::XNameAccess
getColumns();
Description
returns the container of columns. @rerurns the columns

Top of Page