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

interface 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