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 {
29 published
interface XRef;
30 published
interface XArray;
31 published
interface XBlob;
32 published
interface XClob;
35 module
com { module sun { module star { module sdb {
53 boolean wasNull() raises (
com::sun::star::sdbc::SQLException);
61 string getString() raises (
com::sun::star::sdbc::SQLException);
69 boolean getBoolean() raises (
com::sun::star::sdbc::SQLException);
77 byte getByte() raises (
com::sun::star::sdbc::SQLException);
85 short getShort() raises (
com::sun::star::sdbc::SQLException);
93 long getInt() raises (
com::sun::star::sdbc::SQLException);
101 hyper getLong() raises (
com::sun::star::sdbc::SQLException);
109 float getFloat() raises (
com::sun::star::sdbc::SQLException);
117 double getDouble() raises (
com::sun::star::sdbc::SQLException);
126 sequence<
byte> getBytes() raises (
com::sun::star::sdbc::SQLException);
134 com::sun::star::util::Date getDate()
135 raises (
com::sun::star::sdbc::SQLException);
143 com::sun::star::util::Time getTime()
144 raises (
com::sun::star::sdbc::SQLException);
152 com::sun::star::util::DateTime getTimestamp()
153 raises (
com::sun::star::sdbc::SQLException);
174 com::sun::star::io::XInputStream getBinaryStream()
175 raises (
com::sun::star::sdbc::SQLException);
195 com::sun::star::io::XInputStream getCharacterStream()
196 raises (
com::sun::star::sdbc::SQLException);
211 any getObject([in]
com::sun::star::container::XNameAccess typeMap)
212 raises (
com::sun::star::sdbc::SQLException);
221 com::sun::star::sdbc::XRef getRef() raises (
com::sun::star::sdbc::SQLException);
229 com::sun::star::sdbc::XBlob getBlob() raises (
com::sun::star::sdbc::SQLException);
237 com::sun::star::sdbc::XClob getClob() raises (
com::sun::star::sdbc::SQLException);
245 com::sun::star::sdbc::XArray getArray() raises (
com::sun::star::sdbc::SQLException);
is used to access data which is collected in a row.
Definition: XColumn.idl:41
boolean wasNull()
reports whether the last column read had a value of SQL NULL.
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: Ambiguous.idl:20