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

interface XColumnsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XColumnsSupplier
Description
provides the access to a container of columns, typically used for tables and indexes.

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