19 #ifndef __com_sun_star_sdbc_XRow_idl__ 20 #define __com_sun_star_sdbc_XRow_idl__ 30 module
com { module sun { module star { module io {
31 published
interface XInputStream;
34 module
com { module sun { module star { module container {
35 published
interface XNameAccess;
40 module
com { module sun { module star { module sdbc {
42 published
interface XRef;
43 published
interface XArray;
44 published
interface XBlob;
45 published
interface XClob;
76 string getString([in]
long columnIndex) raises (
SQLException);
86 boolean getBoolean([in]
long columnIndex) raises (
SQLException);
96 byte getByte([in]
long columnIndex) raises (
SQLException);
106 short getShort([in]
long columnIndex) raises (
SQLException);
116 long getInt([in]
long columnIndex) raises (
SQLException);
126 hyper getLong([in]
long columnIndex) raises (
SQLException);
136 float getFloat([in]
long columnIndex) raises (
SQLException);
146 double getDouble([in]
long columnIndex) raises (
SQLException);
157 sequence<byte> getBytes([in]
long columnIndex) raises (
SQLException);
256 any getObject([in]
long columnIndex,
represents a date value.
Definition: Date.idl:30
represents a combined date+time value.
Definition: DateTime.idl:28
Definition: Ambiguous.idl:22
is used to access data which is collected in a row.
Definition: XRow.idl:53
represents a time value.
Definition: Time.idl:28
is used for mapping the SQL type com::sun::star::sdbc::DataType::ARRAY.
Definition: XArray.idl:41
is an exception that provides information on a database access error.
Definition: SQLException.idl:44
is the mapping for the SQL CLOB type.
Definition: XClob.idl:88
is used to access named objects within a container.
Definition: XNameAccess.idl:39
is the representation (mapping) of an SQL BLOB.
Definition: XBlob.idl:92
base interface of all UNO interfaces
Definition: XInterface.idl:47
is the reference to a SQL structured type value in the database.
Definition: XRef.idl:34