20 module
com { module sun { module star { module container {
21 published
interface XNameAccess;
24 module
com { module sun { module star { module sdbc {
26 published
interface XResultSet;
is an exception that provides information on a database access error.
Definition SQLException.idl:41
is used for mapping the SQL type com::sun::star::sdbc::DataType::ARRAY.
Definition XArray.idl:36
string getBaseTypeName()
returns the SQL type name of the elements in the array designated by this Array object.
long getBaseType()
returns the SDBC type of the elements in the array designated by this Array object.
sequence< any > getArray([in]com::sun::star::container::XNameAccess typeMap)
retrieves the contents of the SQL array designated by this Array object, using the specified typeMap ...
sequence< any > getArrayAtIndex([in]long index, [in]long count, [in]com::sun::star::container::XNameAccess typeMap)
returns an array containing a slice of the SQL array, beginning with the specified index and containi...
XResultSet getResultSetAtIndex([in]long index, [in]long count, [in]com::sun::star::container::XNameAccess typeMap)
returns a result set holding the elements of the subarray that starts at index index and contains up ...
XResultSet getResultSet([in]com::sun::star::container::XNameAccess typeMap)
returns a result set that contains the elements of the array designated by this Array object and uses...
provides the navigation on a table of data.
Definition XResultSet.idl:38
base interface of all UNO interfaces
Definition XInterface.idl:46
Interfaces for collections and containers.
Definition ContainerEvent.idl:22
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20