Lines Matching defs:columnIndex

705 OUString SAL_CALL SortedResultSet::getString( sal_Int32 columnIndex )  in getString()
713 sal_Bool SAL_CALL SortedResultSet::getBoolean( sal_Int32 columnIndex ) in getBoolean()
721 sal_Int8 SAL_CALL SortedResultSet::getByte( sal_Int32 columnIndex ) in getByte()
729 sal_Int16 SAL_CALL SortedResultSet::getShort( sal_Int32 columnIndex ) in getShort()
737 sal_Int32 SAL_CALL SortedResultSet::getInt( sal_Int32 columnIndex ) in getInt()
744 sal_Int64 SAL_CALL SortedResultSet::getLong( sal_Int32 columnIndex ) in getLong()
752 float SAL_CALL SortedResultSet::getFloat( sal_Int32 columnIndex ) in getFloat()
760 double SAL_CALL SortedResultSet::getDouble( sal_Int32 columnIndex ) in getDouble()
768 Sequence< sal_Int8 > SAL_CALL SortedResultSet::getBytes( sal_Int32 columnIndex ) in getBytes()
776 Date SAL_CALL SortedResultSet::getDate( sal_Int32 columnIndex ) in getDate()
784 Time SAL_CALL SortedResultSet::getTime( sal_Int32 columnIndex ) in getTime()
792 DateTime SAL_CALL SortedResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
801 SortedResultSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
810 SortedResultSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
818 Any SAL_CALL SortedResultSet::getObject( sal_Int32 columnIndex, in getObject()
828 Reference< XRef > SAL_CALL SortedResultSet::getRef( sal_Int32 columnIndex ) in getRef()
836 Reference< XBlob > SAL_CALL SortedResultSet::getBlob( sal_Int32 columnIndex ) in getBlob()
844 Reference< XClob > SAL_CALL SortedResultSet::getClob( sal_Int32 columnIndex ) in getClob()
852 Reference< XArray > SAL_CALL SortedResultSet::getArray( sal_Int32 columnIndex ) in getArray()