Lines Matching refs:raises
96 string readString() raises (SQLException);
105 boolean readBoolean() raises (SQLException);
114 byte readByte() raises (SQLException);
123 short readShort() raises (SQLException);
132 long readInt() raises (SQLException);
141 hyper readLong() raises (SQLException);
150 float readFloat() raises (SQLException);
159 double readDouble() raises (SQLException);
168 sequence<byte> readBytes() raises (SQLException);
177 com::sun::star::util::Date readDate() raises (SQLException);
186 com::sun::star::util::Time readTime() raises (SQLException);
195 com::sun::star::util::DateTime readTimestamp() raises (SQLException);
204 com::sun::star::io::XInputStream readBinaryStream() raises (SQLException);
213 com::sun::star::io::XInputStream readCharacterStream() raises (SQLException);
242 any readObject() raises (SQLException);
251 XRef readRef() raises (SQLException);
260 XBlob readBlob() raises (SQLException);
269 XClob readClob() raises (SQLException);
278 XArray readArray() raises (SQLException);
287 boolean wasNull() raises (SQLException);