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);