65 boolean wasNull() raises (
com::sun::star::sdbc::SQLException);
73 string getString() raises (
com::sun::star::sdbc::SQLException);
81 boolean getBoolean() raises (
com::sun::star::sdbc::SQLException);
89 byte getByte() raises (
com::sun::star::sdbc::SQLException);
97 short getShort() raises (
com::sun::star::sdbc::SQLException);
105 long getInt() raises (
com::sun::star::sdbc::SQLException);
113 hyper getLong() raises (
com::sun::star::sdbc::SQLException);
121 float getFloat() raises (
com::sun::star::sdbc::SQLException);
129 double getDouble() raises (
com::sun::star::sdbc::SQLException);
138 sequence<
byte> getBytes() raises (
com::sun::star::sdbc::SQLException);
146 com::sun::star::util::Date getDate()
147 raises (
com::sun::star::sdbc::SQLException);
155 com::sun::star::util::Time getTime()
156 raises (
com::sun::star::sdbc::SQLException);
164 com::sun::star::util::DateTime getTimestamp()
165 raises (
com::sun::star::sdbc::SQLException);
186 com::sun::star::io::XInputStream getBinaryStream()
187 raises (
com::sun::star::sdbc::SQLException);
207 com::sun::star::io::XInputStream getCharacterStream()
208 raises (
com::sun::star::sdbc::SQLException);
223 any getObject([in]
com::sun::star::container::XNameAccess typeMap)
224 raises (
com::sun::star::sdbc::SQLException);
233 com::sun::star::sdbc::XRef getRef() raises (
com::sun::star::sdbc::SQLException);
241 com::sun::star::sdbc::XBlob getBlob() raises (
com::sun::star::sdbc::SQLException);
249 com::sun::star::sdbc::XClob getClob() raises (
com::sun::star::sdbc::SQLException);
257 com::sun::star::sdbc::XArray getArray() raises (
com::sun::star::sdbc::SQLException);