Lines Matching refs:ODatabaseMetaDataResultSet

59 ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet()  in ODatabaseMetaDataResultSet()  function in ODatabaseMetaDataResultSet
71 ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet( MetaDataResultSetType _eType ) in ODatabaseMetaDataResultSet() function in ODatabaseMetaDataResultSet
85 ODatabaseMetaDataResultSet::~ODatabaseMetaDataResultSet() in ~ODatabaseMetaDataResultSet()
89 void ODatabaseMetaDataResultSet::construct() in construct()
97 void ODatabaseMetaDataResultSet::setType(MetaDataResultSetType _eType) in setType()
123 void ODatabaseMetaDataResultSet::disposing(void) in disposing()
135 void SAL_CALL ODatabaseMetaDataResultSet::acquire() throw() in acquire()
140 void SAL_CALL ODatabaseMetaDataResultSet::release() throw() in release()
145 Any SAL_CALL ODatabaseMetaDataResultSet::queryInterface( const Type & rType ) throw(RuntimeExceptio… in queryInterface()
151 Sequence< Type > SAL_CALL ODatabaseMetaDataResultSet::getTypes( ) throw(RuntimeException) in getTypes()
160 void ODatabaseMetaDataResultSet::setRows(const ORows& _rRows) in setRows()
167 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::findColumn( const ::rtl::OUString& columnName ) thro… in findColumn()
184 void ODatabaseMetaDataResultSet::checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::S… in checkIndex()
190 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ODatabaseMetaDataResultSet::getBinaryStrea… in getBinaryStream()
195 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ODatabaseMetaDataResultSet::getCharacterSt… in getCharacterStream()
201 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean()
207 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte()
213 Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 columnIndex ) throw(S… in getBytes()
219 ::com::sun::star::util::Date SAL_CALL ODatabaseMetaDataResultSet::getDate( sal_Int32 columnIndex ) … in getDate()
225 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble()
231 float SAL_CALL ODatabaseMetaDataResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, Ru… in getFloat()
237 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, … in getInt()
244 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
250 sal_Int64 SAL_CALL ODatabaseMetaDataResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException,… in getLong()
256 Reference< XResultSetMetaData > SAL_CALL ODatabaseMetaDataResultSet::getMetaData( ) throw(SQLExcep… in getMetaData()
268 Reference< XArray > SAL_CALL ODatabaseMetaDataResultSet::getArray( sal_Int32 /*columnIndex*/ ) thro… in getArray()
275 Reference< XClob > SAL_CALL ODatabaseMetaDataResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(… in getClob()
280 Reference< XBlob > SAL_CALL ODatabaseMetaDataResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(… in getBlob()
286 Reference< XRef > SAL_CALL ODatabaseMetaDataResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQ… in getRef()
292 Any SAL_CALL ODatabaseMetaDataResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::… in getObject()
298 sal_Int16 SAL_CALL ODatabaseMetaDataResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException… in getShort()
304 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getString( sal_Int32 columnIndex ) throw(SQLEx… in getString()
312 ::com::sun::star::util::Time SAL_CALL ODatabaseMetaDataResultSet::getTime( sal_Int32 columnIndex ) … in getTime()
319 ::com::sun::star::util::DateTime SAL_CALL ODatabaseMetaDataResultSet::getTimestamp( sal_Int32 colum… in getTimestamp()
325 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
330 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
336 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
342 void SAL_CALL ODatabaseMetaDataResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
347 void SAL_CALL ODatabaseMetaDataResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
353 void SAL_CALL ODatabaseMetaDataResultSet::close( ) throw(SQLException, RuntimeException) in close()
364 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::first( ) throw(SQLException, RuntimeException) in first()
371 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::last( ) throw(SQLException, RuntimeException) in last()
377 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::absolute( sal_Int32 /*row*/ ) throw(SQLException, Run… in absolute()
383 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::relative( sal_Int32 /*row*/ ) throw(SQLException, Run… in relative()
389 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
395 Reference< XInterface > SAL_CALL ODatabaseMetaDataResultSet::getStatement( ) throw(SQLException, R… in getStatement()
401 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
407 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
413 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
420 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isBeforeFirst( ) throw(SQLException, RuntimeExceptio… in isBeforeFirst()
426 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::next( ) throw(SQLException, RuntimeException) in next()
455 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
467 void SAL_CALL ODatabaseMetaDataResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
472 void SAL_CALL ODatabaseMetaDataResultSet::cancel( ) throw(RuntimeException) in cancel()
476 void SAL_CALL ODatabaseMetaDataResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
480 Any SAL_CALL ODatabaseMetaDataResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
485 ::cppu::IPropertyArrayHelper* ODatabaseMetaDataResultSet::createArrayHelper( ) const in createArrayHelper()
492 ::cppu::IPropertyArrayHelper & ODatabaseMetaDataResultSet::getInfoHelper() in getInfoHelper()
494 return *const_cast<ODatabaseMetaDataResultSet*>(this)->getArrayHelper(); in getInfoHelper()
497 void ODatabaseMetaDataResultSet::setProceduresMap() in setProceduresMap()
504 void ODatabaseMetaDataResultSet::setCatalogsMap() in setCatalogsMap()
511 void ODatabaseMetaDataResultSet::setSchemasMap() in setSchemasMap()
518 void ODatabaseMetaDataResultSet::setColumnPrivilegesMap() in setColumnPrivilegesMap()
525 void ODatabaseMetaDataResultSet::setColumnsMap() in setColumnsMap()
533 void ODatabaseMetaDataResultSet::setTablesMap() in setTablesMap()
541 void ODatabaseMetaDataResultSet::setProcedureColumnsMap() in setProcedureColumnsMap()
548 void ODatabaseMetaDataResultSet::setPrimaryKeysMap() in setPrimaryKeysMap()
555 void ODatabaseMetaDataResultSet::setIndexInfoMap() in setIndexInfoMap()
562 void ODatabaseMetaDataResultSet::setTablePrivilegesMap() in setTablePrivilegesMap()
569 void ODatabaseMetaDataResultSet::setCrossReferenceMap() in setCrossReferenceMap()
576 void ODatabaseMetaDataResultSet::setVersionColumnsMap() in setVersionColumnsMap()
583 void ODatabaseMetaDataResultSet::setBestRowIdentifierMap() in setBestRowIdentifierMap()
590 void ODatabaseMetaDataResultSet::setTypeInfoMap() in setTypeInfoMap()
597 void ODatabaseMetaDataResultSet::setTableTypes() in setTableTypes()
604 void ODatabaseMetaDataResultSet::setExportedKeysMap() in setExportedKeysMap()
611 void ODatabaseMetaDataResultSet::setImportedKeysMap() in setImportedKeysMap()
618 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL ODatabaseMetaDataResultSet::getProp… in getPropertySetInfo()
629 const ORowSetValue& ODatabaseMetaDataResultSet::getValue(sal_Int32 columnIndex) in getValue()
646 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getEmptyValue() in getEmptyValue()
653 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get0Value() in get0Value()
660 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get1Value() in get1Value()
667 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getBasicValue() in getBasicValue()
673 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getSelectValue() in getSelectValue()
679 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getInsertValue() in getInsertValue()
685 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getDeleteValue() in getDeleteValue()
691 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getUpdateValue() in getUpdateValue()
697 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getCreateValue() in getCreateValue()
703 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getReadValue() in getReadValue()
709 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getAlterValue() in getAlterValue()
715 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getDropValue() in getDropValue()
721 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getQuoteValue() in getQuoteValue()
727 void SAL_CALL ODatabaseMetaDataResultSet::initialize( const Sequence< Any >& _aArguments ) throw (E… in initialize()
825 rtl::OUString ODatabaseMetaDataResultSet::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
830 …Sequence< ::rtl::OUString > ODatabaseMetaDataResultSet::getSupportedServiceNames_Static( ) throw … in getSupportedServiceNames_Static()
837 …::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getImplementationName( ) throw(RuntimeExcept… in getImplementationName()
843 …sal_Bool SAL_CALL ODatabaseMetaDataResultSet::supportsService( const ::rtl::OUString& _rServiceNam… in supportsService()
854 …Sequence< ::rtl::OUString > SAL_CALL ODatabaseMetaDataResultSet::getSupportedServiceNames( ) thro… in getSupportedServiceNames()
863 return *(new ODatabaseMetaDataResultSet()); in ODatabaseMetaDataResultSet_CreateInstance()
871 …etaDataResultSet_CreateInstance, &ODatabaseMetaDataResultSet::getImplementationName_Static, &OData…