Lines Matching refs:columnIndex

1468 ::rtl::OUString SAL_CALL OKeySet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc…  in getString()  argument
1472 return m_xRow->getString(columnIndex); in getString()
1475 sal_Bool SAL_CALL OKeySet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean() argument
1479 return m_xRow->getBoolean(columnIndex); in getBoolean()
1482 sal_Int8 SAL_CALL OKeySet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
1486 return m_xRow->getByte(columnIndex); in getByte()
1489 sal_Int16 SAL_CALL OKeySet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort() argument
1493 return m_xRow->getShort(columnIndex); in getShort()
1496 sal_Int32 SAL_CALL OKeySet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt() argument
1500 return m_xRow->getInt(columnIndex); in getInt()
1503 sal_Int64 SAL_CALL OKeySet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong() argument
1507 return m_xRow->getLong(columnIndex); in getLong()
1510 float SAL_CALL OKeySet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat() argument
1514 return m_xRow->getFloat(columnIndex); in getFloat()
1517 double SAL_CALL OKeySet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() argument
1521 return m_xRow->getDouble(columnIndex); in getDouble()
1524 Sequence< sal_Int8 > SAL_CALL OKeySet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getBytes() argument
1528 return m_xRow->getBytes(columnIndex); in getBytes()
1531 ::com::sun::star::util::Date SAL_CALL OKeySet::getDate( sal_Int32 columnIndex ) throw(SQLException,… in getDate() argument
1535 return m_xRow->getDate(columnIndex); in getDate()
1538 ::com::sun::star::util::Time SAL_CALL OKeySet::getTime( sal_Int32 columnIndex ) throw(SQLException,… in getTime() argument
1542 return m_xRow->getTime(columnIndex); in getTime()
1545 ::com::sun::star::util::DateTime SAL_CALL OKeySet::getTimestamp( sal_Int32 columnIndex ) throw(SQLE… in getTimestamp() argument
1549 return m_xRow->getTimestamp(columnIndex); in getTimestamp()
1552 …:star::io::XInputStream > SAL_CALL OKeySet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLExce… in getBinaryStream() argument
1556 return m_xRow->getBinaryStream(columnIndex); in getBinaryStream()
1559 …ar::io::XInputStream > SAL_CALL OKeySet::getCharacterStream( sal_Int32 columnIndex ) throw(SQLExce… in getCharacterStream() argument
1563 return m_xRow->getCharacterStream(columnIndex); in getCharacterStream()
1566 Any SAL_CALL OKeySet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::containe… in getObject() argument
1570 return m_xRow->getObject(columnIndex,typeMap); in getObject()
1573 Reference< XRef > SAL_CALL OKeySet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getRef() argument
1577 return m_xRow->getRef(columnIndex); in getRef()
1580 Reference< XBlob > SAL_CALL OKeySet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getBlob() argument
1584 return m_xRow->getBlob(columnIndex); in getBlob()
1587 Reference< XClob > SAL_CALL OKeySet::getClob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getClob() argument
1591 return m_xRow->getClob(columnIndex); in getClob()
1594 Reference< XArray > SAL_CALL OKeySet::getArray( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getArray() argument
1598 return m_xRow->getArray(columnIndex); in getArray()