Lines Matching defs:column

191 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream(sal_Int32 column)  in getBinaryStream()
206 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream(sal_Int32 column) in getCharacterStream()
221 sal_Bool SAL_CALL OResultSet::getBoolean(sal_Int32 column) in getBoolean()
252 sal_Int8 SAL_CALL OResultSet::getByte(sal_Int32 column) in getByte()
271 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes(sal_Int32 column) in getBytes()
291 Date SAL_CALL OResultSet::getDate(sal_Int32 column) in getDate()
330 double SAL_CALL OResultSet::getDouble(sal_Int32 column) in getDouble()
349 float SAL_CALL OResultSet::getFloat(sal_Int32 column) in getFloat()
368 sal_Int32 SAL_CALL OResultSet::getInt(sal_Int32 column) in getInt()
405 sal_Int64 SAL_CALL OResultSet::getLong(sal_Int32 column) in getLong()
445 Reference< XArray > SAL_CALL OResultSet::getArray(sal_Int32 column) in getArray()
460 Reference< XClob > SAL_CALL OResultSet::getClob(sal_Int32 column) in getClob()
475 Reference< XBlob > SAL_CALL OResultSet::getBlob(sal_Int32 column) in getBlob()
490 Reference< XRef > SAL_CALL OResultSet::getRef(sal_Int32 column) in getRef()
505 Any SAL_CALL OResultSet::getObject(sal_Int32 column, const Reference< XNameAccess >& /* typeMap */) in getObject()
522 sal_Int16 SAL_CALL OResultSet::getShort(sal_Int32 column) in getShort()
540 OUString SAL_CALL OResultSet::getString(sal_Int32 column) in getString()
565 Time SAL_CALL OResultSet::getTime(sal_Int32 column) in getTime()
602 DateTime SAL_CALL OResultSet::getTimestamp(sal_Int32 column) in getTimestamp()
1034 void SAL_CALL OResultSet::updateNull(sal_Int32 column) in updateNull()
1047 void SAL_CALL OResultSet::updateBoolean(sal_Int32 column, sal_Bool /* x */) in updateBoolean()
1060 void SAL_CALL OResultSet::updateByte(sal_Int32 column, sal_Int8 /* x */) in updateByte()
1073 void SAL_CALL OResultSet::updateShort(sal_Int32 column, sal_Int16 /* x */) in updateShort()
1086 void SAL_CALL OResultSet::updateInt(sal_Int32 column, sal_Int32 /* x */) in updateInt() argument
1099 void SAL_CALL OResultSet::updateLong(sal_Int32 column, sal_Int64 /* x */) in updateLong()
1112 void SAL_CALL OResultSet::updateFloat(sal_Int32 column, float /* x */) in updateFloat()
1125 void SAL_CALL OResultSet::updateDouble(sal_Int32 column, double /* x */) in updateDouble()
1138 void SAL_CALL OResultSet::updateString(sal_Int32 column, const OUString& /* x */) in updateString()
1151 void SAL_CALL OResultSet::updateBytes(sal_Int32 column, const Sequence< sal_Int8 >& /* x */) in updateBytes()
1164 void SAL_CALL OResultSet::updateDate(sal_Int32 column, const Date& /* x */) in updateDate()
1177 void SAL_CALL OResultSet::updateTime(sal_Int32 column, const Time& /* x */) in updateTime()
1190 void SAL_CALL OResultSet::updateTimestamp(sal_Int32 column, const DateTime& /* x */) in updateTimestamp()
1203 void SAL_CALL OResultSet::updateBinaryStream(sal_Int32 column, const Reference< XInputStream >& /* … in updateBinaryStream() argument
1217 void SAL_CALL OResultSet::updateCharacterStream(sal_Int32 column, const Reference< XInputStream >& … in updateCharacterStream() argument
1243 void SAL_CALL OResultSet::updateObject(sal_Int32 column, const Any& /* x */) in updateObject()
1256 void SAL_CALL OResultSet::updateNumericObject(sal_Int32 column, const Any& /* x */, sal_Int32 /* sc… in updateNumericObject() argument