Lines Matching refs:sdbc

51 		  public com::sun::star::sdbc::XRow,
52 public com::sun::star::sdbc::XResultSet,
53 public com::sun::star::sdbc::XCloseable,
54 public com::sun::star::sdbc::XResultSetMetaDataSupplier,
104 throw( com::sun::star::sdbc::SQLException, in wasNull()
117 throw( com::sun::star::sdbc::SQLException, in getString()
129 throw( com::sun::star::sdbc::SQLException, in getBoolean()
141 throw( com::sun::star::sdbc::SQLException, in getByte()
154 com::sun::star::sdbc::SQLException, in getShort()
166 throw( com::sun::star::sdbc::SQLException, in getInt()
178 throw( com::sun::star::sdbc::SQLException, in getLong()
190 throw( com::sun::star::sdbc::SQLException, in getFloat()
202 throw( com::sun::star::sdbc::SQLException, in getDouble()
214 throw( com::sun::star::sdbc::SQLException, in getBytes()
226 throw( com::sun::star::sdbc::SQLException, in getDate()
238 throw( com::sun::star::sdbc::SQLException, in getTime()
250 throw( com::sun::star::sdbc::SQLException, in getTimestamp()
262 throw( com::sun::star::sdbc::SQLException, in getBinaryStream()
274 throw( com::sun::star::sdbc::SQLException, in getCharacterStream()
287 throw( com::sun::star::sdbc::SQLException, in getObject()
296 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL
299 throw( com::sun::star::sdbc::SQLException, in getRef()
305 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
308 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob > SAL_CALL
311 throw( com::sun::star::sdbc::SQLException, in getBlob()
317 return com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob >(); in getBlob()
320 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XClob > SAL_CALL
323 throw( com::sun::star::sdbc::SQLException, in getClob()
329 return com::sun::star::uno::Reference< com::sun::star::sdbc::XClob >(); in getClob()
332 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XArray > SAL_CALL
335 throw( com::sun::star::sdbc::SQLException, in getArray()
341 return com::sun::star::uno::Reference< com::sun::star::sdbc::XArray >(); in getArray()
350 throw( com::sun::star::sdbc::SQLException,
356 throw( com::sun::star::sdbc::SQLException,
362 throw( com::sun::star::sdbc::SQLException,
368 throw( com::sun::star::sdbc::SQLException,
374 throw( com::sun::star::sdbc::SQLException,
380 throw( com::sun::star::sdbc::SQLException,
386 throw( com::sun::star::sdbc::SQLException,
392 throw( com::sun::star::sdbc::SQLException,
398 throw( com::sun::star::sdbc::SQLException,
404 throw( com::sun::star::sdbc::SQLException,
410 throw( com::sun::star::sdbc::SQLException,
416 throw( com::sun::star::sdbc::SQLException,
422 throw( com::sun::star::sdbc::SQLException,
428 throw( com::sun::star::sdbc::SQLException,
434 throw( com::sun::star::sdbc::SQLException,
440 throw( com::sun::star::sdbc::SQLException,
446 throw( com::sun::star::sdbc::SQLException,
453 throw( com::sun::star::sdbc::SQLException,
461 throw( com::sun::star::sdbc::SQLException,
482 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XResultSetMetaData > SAL_CALL
485 throw( com::sun::star::sdbc::SQLException,
551 …typedef std::vector< com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > > I…