Lines Matching refs:OEvoabResultSet

73 ::rtl::OUString SAL_CALL OEvoabResultSet::getImplementationName(  ) throw ( RuntimeException)	\  in getImplementationName()
78 …Sequence< ::rtl::OUString > SAL_CALL OEvoabResultSet::getSupportedServiceNames( ) throw( RuntimeE… in getSupportedServiceNames()
85 sal_Bool SAL_CALL OEvoabResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( R… in supportsService()
97 OEvoabResultSet::OEvoabResultSet( OCommonStatement* pStmt, OEvoabConnection *pConnection ) in OEvoabResultSet() function in connectivity::evoab::OEvoabResultSet
128 OEvoabResultSet::~OEvoabResultSet() in ~OEvoabResultSet()
511 void OEvoabResultSet::construct( const QueryData& _rData ) in construct()
570 void OEvoabResultSet::disposing(void) in disposing()
581 Any SAL_CALL OEvoabResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
589 Sequence< Type > SAL_CALL OEvoabResultSet::getTypes( ) throw( RuntimeException) in getTypes()
607 ::rtl::OUString SAL_CALL OEvoabResultSet::getString( sal_Int32 nColumnNum ) throw(SQLException, Run… in getString()
623 sal_Bool SAL_CALL OEvoabResultSet::getBoolean( sal_Int32 nColumnNum ) throw(SQLException, RuntimeEx… in getBoolean()
640 sal_Int64 SAL_CALL OEvoabResultSet::getLong( sal_Int32 /*nColumnNum*/ ) throw(SQLException, Runtime… in getLong()
646 Reference< XArray > SAL_CALL OEvoabResultSet::getArray( sal_Int32 /*nColumnNum*/ ) throw(SQLExcepti… in getArray()
652 Reference< XClob > SAL_CALL OEvoabResultSet::getClob( sal_Int32 /*nColumnNum*/ ) throw(SQLException… in getClob()
658 Reference< XBlob > SAL_CALL OEvoabResultSet::getBlob( sal_Int32 /*nColumnNum*/ ) throw(SQLException… in getBlob()
664 Reference< XRef > SAL_CALL OEvoabResultSet::getRef( sal_Int32 /*nColumnNum*/ ) throw(SQLException, … in getRef()
670 Any SAL_CALL OEvoabResultSet::getObject( sal_Int32 /*nColumnNum*/, const Reference< ::com::sun::sta… in getObject()
676 sal_Int16 SAL_CALL OEvoabResultSet::getShort( sal_Int32 /*nColumnNum*/ ) throw(SQLException, Runtim… in getShort()
682 ::com::sun::star::util::Time SAL_CALL OEvoabResultSet::getTime( sal_Int32 /*nColumnNum*/ ) throw(SQ… in getTime()
688 util::DateTime SAL_CALL OEvoabResultSet::getTimestamp( sal_Int32 /*nColumnNum*/ ) throw(SQLExceptio… in getTimestamp()
694 Reference< XInputStream > SAL_CALL OEvoabResultSet::getBinaryStream( sal_Int32 /*nColumnNum*/ ) thr… in getBinaryStream()
700 Reference< XInputStream > SAL_CALL OEvoabResultSet::getCharacterStream( sal_Int32 /*nColumnNum*/ ) … in getCharacterStream()
706 sal_Int8 SAL_CALL OEvoabResultSet::getByte( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getByte()
712 Sequence< sal_Int8 > SAL_CALL OEvoabResultSet::getBytes( sal_Int32 /*nColumnNum*/ ) throw(SQLExcept… in getBytes()
718 ::com::sun::star::util::Date SAL_CALL OEvoabResultSet::getDate( sal_Int32 /*nColumnNum*/ ) throw(SQ… in getDate()
724 double SAL_CALL OEvoabResultSet::getDouble( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getDouble()
730 float SAL_CALL OEvoabResultSet::getFloat( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeExc… in getFloat()
736 sal_Int32 SAL_CALL OEvoabResultSet::getInt( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getInt()
745 Reference< XResultSetMetaData > SAL_CALL OEvoabResultSet::getMetaData( ) throw(SQLException, Runti… in getMetaData()
758 sal_Bool SAL_CALL OEvoabResultSet::next( ) throw(SQLException, RuntimeException) in next()
770 sal_Bool SAL_CALL OEvoabResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
778 sal_Bool SAL_CALL OEvoabResultSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
786 sal_Int32 SAL_CALL OEvoabResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
794 sal_Bool SAL_CALL OEvoabResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
802 sal_Bool SAL_CALL OEvoabResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
810 sal_Bool SAL_CALL OEvoabResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
818 void SAL_CALL OEvoabResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
826 void SAL_CALL OEvoabResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
835 sal_Bool SAL_CALL OEvoabResultSet::first( ) throw(SQLException, RuntimeException) in first()
845 sal_Bool SAL_CALL OEvoabResultSet::last( ) throw(SQLException, RuntimeException) in last()
854 sal_Bool SAL_CALL OEvoabResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
866 sal_Bool SAL_CALL OEvoabResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
879 sal_Bool SAL_CALL OEvoabResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
892 Reference< XInterface > SAL_CALL OEvoabResultSet::getStatement( ) throw(SQLException, RuntimeExcep… in getStatement()
901 sal_Bool SAL_CALL OEvoabResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
909 sal_Bool SAL_CALL OEvoabResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
917 sal_Bool SAL_CALL OEvoabResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
925 void SAL_CALL OEvoabResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
934 void SAL_CALL OEvoabResultSet::cancel( ) throw(RuntimeException) in cancel()
943 void SAL_CALL OEvoabResultSet::close( ) throw(SQLException, RuntimeException) in close()
955 void SAL_CALL OEvoabResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
961 Any SAL_CALL OEvoabResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
968 sal_Int32 SAL_CALL OEvoabResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLExcept… in findColumn()
987 ::cppu::IPropertyArrayHelper* OEvoabResultSet::createArrayHelper( ) const in createArrayHelper()
994 ::cppu::IPropertyArrayHelper & OEvoabResultSet::getInfoHelper() in getInfoHelper()
996 return *const_cast<OEvoabResultSet*>(this)->getArrayHelper(); in getInfoHelper()
999 void SAL_CALL OEvoabResultSet::acquire() throw() in acquire()
1004 void SAL_CALL OEvoabResultSet::release() throw() in release()
1010 OEvoabResultSet::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) in getPropertySetInfo()