Lines Matching refs:sdbc
184 uno::Reference< sdbc::XResultSetMetaData > m_xMetaData;
277 sdbc::XResultSet,
278 sdbc::XResultSetMetaDataSupplier,
279 sdbc::XRow,
280 sdbc::XCloseable,
294 sdbc::XResultSet,
295 sdbc::XResultSetMetaDataSupplier,
296 sdbc::XRow,
297 sdbc::XCloseable,
374 uno::Reference< sdbc::XResultSetMetaData > SAL_CALL ResultSet::getMetaData() in getMetaData()
375 throw( sdbc::SQLException, uno::RuntimeException ) in getMetaData()
394 throw( sdbc::SQLException, uno::RuntimeException ) in next()
423 throw( sdbc::SQLException, uno::RuntimeException ) in isBeforeFirst()
445 throw( sdbc::SQLException, uno::RuntimeException ) in isAfterLast()
454 throw( sdbc::SQLException, uno::RuntimeException ) in isFirst()
469 throw( sdbc::SQLException, uno::RuntimeException ) in isLast()
491 throw( sdbc::SQLException, uno::RuntimeException ) in beforeFirst()
502 throw( sdbc::SQLException, uno::RuntimeException ) in afterLast()
512 throw( sdbc::SQLException, uno::RuntimeException ) in first()
531 throw( sdbc::SQLException, uno::RuntimeException ) in last()
550 throw( sdbc::SQLException, uno::RuntimeException ) in getRow()
565 throw( sdbc::SQLException, uno::RuntimeException ) in absolute()
609 throw sdbc::SQLException(); in absolute()
638 throw( sdbc::SQLException, uno::RuntimeException ) in relative()
654 throw sdbc::SQLException(); in relative()
708 throw( sdbc::SQLException, uno::RuntimeException ) in previous()
738 throw( sdbc::SQLException, uno::RuntimeException ) in refreshRow()
751 throw( sdbc::SQLException, uno::RuntimeException ) in rowUpdated()
760 throw( sdbc::SQLException, uno::RuntimeException ) in rowInserted()
769 throw( sdbc::SQLException, uno::RuntimeException ) in rowDeleted()
778 throw( sdbc::SQLException, uno::RuntimeException ) in getStatement()
796 throw( sdbc::SQLException, uno::RuntimeException ) in wasNull()
804 uno::Reference< sdbc::XRow > xValues in wasNull()
821 throw( sdbc::SQLException, uno::RuntimeException ) in getString()
825 uno::Reference< sdbc::XRow > xValues in getString()
844 throw( sdbc::SQLException, uno::RuntimeException ) in getBoolean()
848 uno::Reference< sdbc::XRow > xValues in getBoolean()
867 throw( sdbc::SQLException, uno::RuntimeException ) in getByte()
871 uno::Reference< sdbc::XRow > xValues in getByte()
890 throw( sdbc::SQLException, uno::RuntimeException ) in getShort()
894 uno::Reference< sdbc::XRow > xValues in getShort()
913 throw( sdbc::SQLException, uno::RuntimeException ) in getInt()
917 uno::Reference< sdbc::XRow > xValues in getInt()
936 throw( sdbc::SQLException, uno::RuntimeException ) in getLong()
940 uno::Reference< sdbc::XRow > xValues in getLong()
959 throw( sdbc::SQLException, uno::RuntimeException ) in getFloat()
963 uno::Reference< sdbc::XRow > xValues in getFloat()
982 throw( sdbc::SQLException, uno::RuntimeException ) in getDouble()
986 uno::Reference< sdbc::XRow > xValues in getDouble()
1006 throw( sdbc::SQLException, uno::RuntimeException ) in getBytes()
1010 uno::Reference< sdbc::XRow > xValues in getBytes()
1029 throw( sdbc::SQLException, uno::RuntimeException ) in getDate()
1033 uno::Reference< sdbc::XRow > xValues in getDate()
1052 throw( sdbc::SQLException, uno::RuntimeException ) in getTime()
1056 uno::Reference< sdbc::XRow > xValues in getTime()
1076 throw( sdbc::SQLException, uno::RuntimeException ) in getTimestamp()
1080 uno::Reference< sdbc::XRow > xValues in getTimestamp()
1100 throw( sdbc::SQLException, uno::RuntimeException ) in getBinaryStream()
1104 uno::Reference< sdbc::XRow > xValues in getBinaryStream()
1124 throw( sdbc::SQLException, uno::RuntimeException ) in getCharacterStream()
1128 uno::Reference< sdbc::XRow > xValues in getCharacterStream()
1149 throw( sdbc::SQLException, uno::RuntimeException ) in getObject()
1153 uno::Reference< sdbc::XRow > xValues in getObject()
1171 uno::Reference< sdbc::XRef > SAL_CALL
1173 throw( sdbc::SQLException, uno::RuntimeException ) in getRef()
1177 uno::Reference< sdbc::XRow > xValues in getRef()
1190 return uno::Reference< sdbc::XRef >(); in getRef()
1195 uno::Reference< sdbc::XBlob > SAL_CALL
1197 throw( sdbc::SQLException, uno::RuntimeException ) in getBlob()
1201 uno::Reference< sdbc::XRow > xValues in getBlob()
1214 return uno::Reference< sdbc::XBlob >(); in getBlob()
1219 uno::Reference< sdbc::XClob > SAL_CALL
1221 throw( sdbc::SQLException, uno::RuntimeException ) in getClob()
1225 uno::Reference< sdbc::XRow > xValues in getClob()
1238 return uno::Reference< sdbc::XClob >(); in getClob()
1243 uno::Reference< sdbc::XArray > SAL_CALL
1245 throw( sdbc::SQLException, uno::RuntimeException ) in getArray()
1249 uno::Reference< sdbc::XRow > xValues in getArray()
1262 return uno::Reference< sdbc::XArray >(); in getArray()
1273 throw( sdbc::SQLException, uno::RuntimeException ) in close()