Lines Matching refs:ODatabaseMetaDataResultSet

58 ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet(ADORecordset* _pRecordSet)  in ODatabaseMetaDataResultSet()  function in ODatabaseMetaDataResultSet
82 ODatabaseMetaDataResultSet::~ODatabaseMetaDataResultSet() in ~ODatabaseMetaDataResultSet()
88 void ODatabaseMetaDataResultSet::disposing(void) in disposing()
99 Any SAL_CALL ODatabaseMetaDataResultSet::queryInterface( const Type & rType ) throw(RuntimeExceptio… in queryInterface()
105 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL ODatabaseMetaDataResultSet:… in getTypes()
114 void ODatabaseMetaDataResultSet::checkRecordSet() throw(SQLException) in checkRecordSet()
121 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::findColumn( const ::rtl::OUString& columnName ) thro… in findColumn()
138 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ODatabaseMetaDataResultSet::getBinaryStrea… in getBinaryStream()
181 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ODatabaseMetaDataResultSet::getCharacterSt… in getCharacterStream()
188 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean()
202 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte()
221 Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 columnIndex ) throw(S… in getBytes()
227 ::com::sun::star::util::Date SAL_CALL ODatabaseMetaDataResultSet::getDate( sal_Int32 columnIndex ) … in getDate()
233 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble()
239 float SAL_CALL ODatabaseMetaDataResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, Ru… in getFloat()
245 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, … in getInt()
265 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
272 sal_Int64 SAL_CALL ODatabaseMetaDataResultSet::getLong( sal_Int32 /*columnIndex*/ ) throw(SQLExcept… in getLong()
279 Reference< XResultSetMetaData > SAL_CALL ODatabaseMetaDataResultSet::getMetaData( ) throw(SQLExcep… in getMetaData()
293 Reference< XArray > SAL_CALL ODatabaseMetaDataResultSet::getArray( sal_Int32 /*columnIndex*/ ) thro… in getArray()
301 Reference< XClob > SAL_CALL ODatabaseMetaDataResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(… in getClob()
307 Reference< XBlob > SAL_CALL ODatabaseMetaDataResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(… in getBlob()
314 Reference< XRef > SAL_CALL ODatabaseMetaDataResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQ… in getRef()
321 Any SAL_CALL ODatabaseMetaDataResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::… in getObject()
334 sal_Int16 SAL_CALL ODatabaseMetaDataResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException… in getShort()
353 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getString( sal_Int32 columnIndex ) throw(SQLEx… in getString()
372 ::com::sun::star::util::Time SAL_CALL ODatabaseMetaDataResultSet::getTime( sal_Int32 columnIndex ) … in getTime()
379 ::com::sun::star::util::DateTime SAL_CALL ODatabaseMetaDataResultSet::getTimestamp( sal_Int32 colum… in getTimestamp()
385 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
398 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
409 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
420 void SAL_CALL ODatabaseMetaDataResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
432 void SAL_CALL ODatabaseMetaDataResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
446 void SAL_CALL ODatabaseMetaDataResultSet::close( ) throw(SQLException, RuntimeException) in close()
457 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::first( ) throw(SQLException, RuntimeException) in first()
473 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::last( ) throw(SQLException, RuntimeException) in last()
482 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::absolute( sal_Int32 row ) throw(SQLException, Runtime… in absolute()
500 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::relative( sal_Int32 row ) throw(SQLException, Runtime… in relative()
517 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
532 Reference< XInterface > SAL_CALL ODatabaseMetaDataResultSet::getStatement( ) throw(SQLException, R… in getStatement()
538 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
551 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
563 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
577 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isBeforeFirst( ) throw(SQLException, RuntimeExceptio… in isBeforeFirst()
592 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::next( ) throw(SQLException, RuntimeException) in next()
611 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
622 void SAL_CALL ODatabaseMetaDataResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
634 void SAL_CALL ODatabaseMetaDataResultSet::cancel( ) throw(RuntimeException) in cancel()
645 void SAL_CALL ODatabaseMetaDataResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
649 Any SAL_CALL ODatabaseMetaDataResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
654 sal_Int32 ODatabaseMetaDataResultSet::getResultSetConcurrency() const in getResultSetConcurrency()
660 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const in getResultSetType()
666 sal_Int32 ODatabaseMetaDataResultSet::getFetchDirection() const in getFetchDirection()
672 sal_Int32 ODatabaseMetaDataResultSet::getFetchSize() const in getFetchSize()
681 ::rtl::OUString ODatabaseMetaDataResultSet::getCursorName() const in getCursorName()
688 void ODatabaseMetaDataResultSet::setFetchDirection(sal_Int32 /*_par0*/) in setFetchDirection()
694 void ODatabaseMetaDataResultSet::setFetchSize(sal_Int32 _par0) in setFetchSize()
701 ::cppu::IPropertyArrayHelper* ODatabaseMetaDataResultSet::createArrayHelper( ) const in createArrayHelper()
716 ::cppu::IPropertyArrayHelper & ODatabaseMetaDataResultSet::getInfoHelper() in getInfoHelper()
718 return *const_cast<ODatabaseMetaDataResultSet*>(this)->getArrayHelper(); in getInfoHelper()
721 sal_Bool ODatabaseMetaDataResultSet::convertFastPropertyValue( in convertFastPropertyValue()
745 void ODatabaseMetaDataResultSet::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
765 void ODatabaseMetaDataResultSet::getFastPropertyValue( in getFastPropertyValue()
790 void ODatabaseMetaDataResultSet::setProceduresMap() in setProceduresMap()
812 void ODatabaseMetaDataResultSet::setCatalogsMap() in setCatalogsMap()
819 void ODatabaseMetaDataResultSet::setSchemasMap() in setSchemasMap()
826 void ODatabaseMetaDataResultSet::setColumnPrivilegesMap() in setColumnPrivilegesMap()
842 void ODatabaseMetaDataResultSet::setColumnsMap() in setColumnsMap()
920 void ODatabaseMetaDataResultSet::setTablesMap() in setTablesMap()
932 void ODatabaseMetaDataResultSet::setProcedureColumnsMap() in setProcedureColumnsMap()
999 void ODatabaseMetaDataResultSet::setPrimaryKeysMap() in setPrimaryKeysMap()
1013 void ODatabaseMetaDataResultSet::setIndexInfoMap() in setIndexInfoMap()
1055 void ODatabaseMetaDataResultSet::setTablePrivilegesMap() in setTablePrivilegesMap()
1077 void ODatabaseMetaDataResultSet::setCrossReferenceMap() in setCrossReferenceMap()
1108 void ODatabaseMetaDataResultSet::setTypeInfoMap(sal_Bool _bJetEngine) in setTypeInfoMap()
1186 void SAL_CALL ODatabaseMetaDataResultSet::acquire() throw() in acquire()
1191 void SAL_CALL ODatabaseMetaDataResultSet::release() throw() in release()
1196 …eference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL ODatabaseMetaDataResultSet::getProp… in getPropertySetInfo()
1201 OLEVariant ODatabaseMetaDataResultSet::getValue(sal_Int32 columnIndex ) throw(SQLException, Runtime… in getValue()