Lines Matching defs:columnIndex

346 OUString SAL_CALL PropertyValueSet::getString( sal_Int32 columnIndex )  in getString()
354 sal_Bool SAL_CALL PropertyValueSet::getBoolean( sal_Int32 columnIndex ) in getBoolean()
363 sal_Int8 SAL_CALL PropertyValueSet::getByte( sal_Int32 columnIndex ) in getByte()
371 sal_Int16 SAL_CALL PropertyValueSet::getShort( sal_Int32 columnIndex ) in getShort()
379 sal_Int32 SAL_CALL PropertyValueSet::getInt( sal_Int32 columnIndex ) in getInt()
387 sal_Int64 SAL_CALL PropertyValueSet::getLong( sal_Int32 columnIndex ) in getLong()
395 float SAL_CALL PropertyValueSet::getFloat( sal_Int32 columnIndex ) in getFloat()
403 double SAL_CALL PropertyValueSet::getDouble( sal_Int32 columnIndex ) in getDouble()
412 PropertyValueSet::getBytes( sal_Int32 columnIndex ) in getBytes()
420 Date SAL_CALL PropertyValueSet::getDate( sal_Int32 columnIndex ) in getDate()
428 Time SAL_CALL PropertyValueSet::getTime( sal_Int32 columnIndex ) in getTime()
436 DateTime SAL_CALL PropertyValueSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
445 PropertyValueSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
455 PropertyValueSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
465 sal_Int32 columnIndex, in getObject()
595 Reference< XRef > SAL_CALL PropertyValueSet::getRef( sal_Int32 columnIndex ) in getRef()
603 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
611 Reference< XClob > SAL_CALL PropertyValueSet::getClob( sal_Int32 columnIndex ) in getClob()
619 Reference< XArray > SAL_CALL PropertyValueSet::getArray( sal_Int32 columnIndex ) in getArray()