Lines Matching refs:columnIndex
490 ::rtl::OUString SAL_CALL OCacheSet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getString() argument
493 return m_xDriverRow->getString(columnIndex); in getString()
496 sal_Bool SAL_CALL OCacheSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getBoolean() argument
499 return m_xDriverRow->getBoolean(columnIndex); in getBoolean()
502 sal_Int8 SAL_CALL OCacheSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
505 return m_xDriverRow->getByte(columnIndex); in getByte()
508 sal_Int16 SAL_CALL OCacheSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getShort() argument
511 return m_xDriverRow->getShort(columnIndex); in getShort()
514 sal_Int32 SAL_CALL OCacheSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt() argument
517 return m_xDriverRow->getInt(columnIndex); in getInt()
520 sal_Int64 SAL_CALL OCacheSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong() argument
523 return m_xDriverRow->getLong(columnIndex); in getLong()
526 float SAL_CALL OCacheSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat() argument
529 return m_xDriverRow->getFloat(columnIndex); in getFloat()
532 double SAL_CALL OCacheSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() argument
535 return m_xDriverRow->getDouble(columnIndex); in getDouble()
538 Sequence< sal_Int8 > SAL_CALL OCacheSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Runt… in getBytes() argument
541 return m_xDriverRow->getBytes(columnIndex); in getBytes()
544 ::com::sun::star::util::Date SAL_CALL OCacheSet::getDate( sal_Int32 columnIndex ) throw(SQLExceptio… in getDate() argument
547 return m_xDriverRow->getDate(columnIndex); in getDate()
550 ::com::sun::star::util::Time SAL_CALL OCacheSet::getTime( sal_Int32 columnIndex ) throw(SQLExceptio… in getTime() argument
553 return m_xDriverRow->getTime(columnIndex); in getTime()
556 ::com::sun::star::util::DateTime SAL_CALL OCacheSet::getTimestamp( sal_Int32 columnIndex ) throw(SQ… in getTimestamp() argument
559 return m_xDriverRow->getTimestamp(columnIndex); in getTimestamp()
562 …tar::io::XInputStream > SAL_CALL OCacheSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLExce… in getBinaryStream() argument
565 return m_xDriverRow->getBinaryStream(columnIndex); in getBinaryStream()
568 …::io::XInputStream > SAL_CALL OCacheSet::getCharacterStream( sal_Int32 columnIndex ) throw(SQLExce… in getCharacterStream() argument
571 return m_xDriverRow->getCharacterStream(columnIndex); in getCharacterStream()
574 Any SAL_CALL OCacheSet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::contai… in getObject() argument
577 return m_xDriverRow->getObject(columnIndex,typeMap); in getObject()
580 Reference< XRef > SAL_CALL OCacheSet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getRef() argument
583 return m_xDriverRow->getRef(columnIndex); in getRef()
586 Reference< XBlob > SAL_CALL OCacheSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getBlob() argument
589 return m_xDriverRow->getBlob(columnIndex); in getBlob()
592 Reference< XClob > SAL_CALL OCacheSet::getClob( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getClob() argument
595 return m_xDriverRow->getClob(columnIndex); in getClob()
598 Reference< XArray > SAL_CALL OCacheSet::getArray( sal_Int32 columnIndex ) throw(SQLException, Runti… in getArray() argument
601 return m_xDriverRow->getArray(columnIndex); in getArray()