20 module
com { module sun { module star { module io {
21 published
interface XInputStream;
24 module
com { module sun { module star { module container {
25 published
interface XNameAccess;
28 module
com { module sun { module star { module sdbc {
30 published
interface XRef;
31 published
interface XArray;
32 published
interface XBlob;
33 published
interface XClob;
64 string getString([in]
long columnIndex) raises (
SQLException);
74 boolean getBoolean([in]
long columnIndex) raises (
SQLException);
84 byte getByte([in]
long columnIndex) raises (
SQLException);
94 short getShort([in]
long columnIndex) raises (
SQLException);
104 long getInt([in]
long columnIndex) raises (
SQLException);
114 hyper getLong([in]
long columnIndex) raises (
SQLException);
124 float getFloat([in]
long columnIndex) raises (
SQLException);
134 double getDouble([in]
long columnIndex) raises (
SQLException);
145 sequence<byte> getBytes([in]
long columnIndex) raises (
SQLException);
244 any getObject([in]
long columnIndex,
represents a date value.
Definition: Date.idl:28
represents a combined date+time value.
Definition: DateTime.idl:26
Definition: Ambiguous.idl:20
is used to access data which is collected in a row.
Definition: XRow.idl:41
represents a time value.
Definition: Time.idl:26
is used for mapping the SQL type com::sun::star::sdbc::DataType::ARRAY.
Definition: XArray.idl:35
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
is the mapping for the SQL CLOB type.
Definition: XClob.idl:82
is used to access named objects within a container.
Definition: XNameAccess.idl:31
is the representation (mapping) of an SQL BLOB.
Definition: XBlob.idl:86
base interface of all UNO interfaces
Definition: XInterface.idl:45
is the reference to a SQL structured type value in the database.
Definition: XRef.idl:28