/aoo4110/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 236 OCollection::OCollection(::cppu::OWeakObject& _rParent in OCollection() function in OCollection 259 OCollection::~OCollection() in ~OCollection() 294 void OCollection::clear_NoDispose() in clear_NoDispose() 303 void OCollection::disposing(void) in disposing() 347 void SAL_CALL OCollection::refresh( ) throw(RuntimeException) in refresh() 358 void OCollection::reFill(const TStringVector &_rVector) in reFill() 481 void SAL_CALL OCollection::acquire() throw() in acquire() 486 void SAL_CALL OCollection::release() throw() in release() 548 ObjectType OCollection::getObject(sal_Int32 _nIndex) in getObject() 573 void OCollection::disposeElements() in disposeElements() [all …]
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | ACollection.hxx | 50 template <class T,class SimT,class OCl> class OCollection : public OCollectionBase class 53 OCollection( const OCollection& ); // never implemented 54 OCollection& operator=( const OCollection& ); // never implemented 72 ~OCollection() in ~OCollection() 214 typedef OCollection< ADOIndexes,ADOIndex,OIndex> OIndexes; 215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys; 216 typedef OCollection< ADOColumns,ADOColumn,OColumn> OColumns; 217 typedef OCollection< ADOTables,ADOTable,OTable> OTables; 218 typedef OCollection< ADOViews,ADOView,OView> OViews; 219 typedef OCollection< ADOGroups,ADOGroup,OGroup> OGroups; [all …]
|
/aoo4110/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VTable.hxx | 50 class OCollection; 79 OCollection* m_pKeys; 80 OCollection* m_pColumns; 81 OCollection* m_pIndexes; 82 OCollection* m_pTables; // must hold his own container to notify him when renaming 91 OTable( OCollection* _pTables, 93 OTable( OCollection* _pTables,
|
H A D | VCatalog.hxx | 47 class OCollection; 72 OCollection* m_pTables; 73 OCollection* m_pViews; 74 OCollection* m_pGroups; 75 OCollection* m_pUsers;
|
/aoo4110/main/connectivity/source/inc/adabas/ |
H A D | BTable.hxx | 48 virtual sdbcx::OCollection* createColumns(const TStringVector& _rNames); 54 virtual sdbcx::OCollection* createKeys(const TStringVector& _rNames); 60 virtual sdbcx::OCollection* createIndexes(const TStringVector& _rNames); 63 OAdabasTable( sdbcx::OCollection* _pTables, 65 OAdabasTable( sdbcx::OCollection* _pTables,
|
H A D | BCatalog.hxx | 62 sdbcx::OCollection* getPrivateTables() const { return m_pTables;} in getPrivateTables() 63 sdbcx::OCollection* getPrivateViews() const { return m_pViews; } in getPrivateViews()
|
H A D | BIndexColumns.hxx | 34 class OIndexColumns : public sdbcx::OCollection 46 : sdbcx::OCollection(*_pIndex,sal_True,_rMutex,_rVector) in OIndexColumns()
|
H A D | BColumns.hxx | 36 class OColumns : public sdbcx::OCollection 50 ) : sdbcx::OCollection(*_pTable,sal_True,_rMutex,_rVector) in OColumns()
|
/aoo4110/main/connectivity/source/inc/mysql/ |
H A D | YTable.hxx | 56 virtual sdbcx::OCollection* createColumns(const TStringVector& _rNames); 62 virtual sdbcx::OCollection* createKeys(const TStringVector& _rNames); 68 virtual sdbcx::OCollection* createIndexes(const TStringVector& _rNames); 90 OMySQLTable( sdbcx::OCollection* _pTables, 92 OMySQLTable( sdbcx::OCollection* _pTables,
|
/aoo4110/main/connectivity/source/inc/hsqldb/ |
H A D | HTable.hxx | 56 virtual sdbcx::OCollection* createColumns(const TStringVector& _rNames); 62 virtual sdbcx::OCollection* createKeys(const TStringVector& _rNames); 68 virtual sdbcx::OCollection* createIndexes(const TStringVector& _rNames); 83 OHSQLTable( sdbcx::OCollection* _pTables, 85 OHSQLTable( sdbcx::OCollection* _pTables,
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | table.hxx | 86 …virtual ::connectivity::sdbcx::OCollection* createColumns(const ::connectivity::TStringVector& _rN… 92 …virtual ::connectivity::sdbcx::OCollection* createKeys(const ::connectivity::TStringVector& _rName… 98 …virtual ::connectivity::sdbcx::OCollection* createIndexes(const ::connectivity::TStringVector& _rN… 112 ODBTable(connectivity::sdbcx::OCollection* _pTables 122 ODBTable(connectivity::sdbcx::OCollection* _pTables
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | TTableHelper.hxx | 95 virtual sdbcx::OCollection* createColumns(const TStringVector& _rNames) = 0; 101 virtual sdbcx::OCollection* createKeys(const TStringVector& _rNames) = 0; 107 virtual sdbcx::OCollection* createIndexes(const TStringVector& _rNames) = 0; 129 OTableHelper( sdbcx::OCollection* _pTables, 132 OTableHelper( sdbcx::OCollection* _pTables,
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BTable.cxx | 55 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() 63 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() 83 sdbcx::OCollection* OAdabasTable::createColumns(const TStringVector& _rNames) in createColumns() 88 sdbcx::OCollection* OAdabasTable::createKeys(const TStringVector& _rNames) in createKeys() 93 sdbcx::OCollection* OAdabasTable::createIndexes(const TStringVector& _rNames) in createIndexes()
|
/aoo4110/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 81 OMySQLTable::OMySQLTable( sdbcx::OCollection* _pTables, in OMySQLTable() 98 OMySQLTable::OMySQLTable( sdbcx::OCollection* _pTables, in OMySQLTable() 136 sdbcx::OCollection* OMySQLTable::createColumns(const TStringVector& _rNames) in createColumns() 143 sdbcx::OCollection* OMySQLTable::createKeys(const TStringVector& _rNames) in createKeys() 148 sdbcx::OCollection* OMySQLTable::createIndexes(const TStringVector& _rNames) in createIndexes()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FTables.cxx | 50 typedef connectivity::sdbcx::OCollection OCollection_TYPE; 65 OCollection::disposing(); in disposing() 76 typedef sdbcx::OCollection OTables_BASE; in queryInterface()
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 62 OHSQLTable::OHSQLTable( sdbcx::OCollection* _pTables, in OHSQLTable() 79 OHSQLTable::OHSQLTable( sdbcx::OCollection* _pTables, in OHSQLTable() 117 sdbcx::OCollection* OHSQLTable::createColumns(const TStringVector& _rNames) in createColumns() 124 sdbcx::OCollection* OHSQLTable::createKeys(const TStringVector& _rNames) in createKeys() 129 sdbcx::OCollection* OHSQLTable::createIndexes(const TStringVector& _rNames) in createIndexes()
|
H A D | HViews.cxx | 56 typedef connectivity::sdbcx::OCollection OCollection_TYPE; 61 :sdbcx::OCollection( _rParent, sal_True, _rMutex, _rVector ) in HViews() 90 OCollection::disposing(); in disposing()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | table.cxx | 76 ODBTable::ODBTable(connectivity::sdbcx::OCollection* _pTables in DBG_NAME() 98 ODBTable::ODBTable(connectivity::sdbcx::OCollection* _pTables in ODBTable() 388 sdbcx::OCollection* ODBTable::createColumns(const TStringVector& _rNames) in createColumns() 402 sdbcx::OCollection* ODBTable::createKeys(const TStringVector& _rNames) in createKeys() 408 sdbcx::OCollection* ODBTable::createIndexes(const TStringVector& _rNames) in createIndexes()
|
H A D | HelperCollections.hxx | 58 typedef connectivity::sdbcx::OCollection OPrivateColumns_Base; 89 typedef connectivity::sdbcx::OCollection OPrivateTables_BASE; 110 ) : sdbcx::OCollection(_rParent,_bCase,_rMutex,_rVector) in OPrivateTables()
|
/aoo4110/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 131 ODbaseTable( sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection); 132 ODbaseTable( sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection, 172 … Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFields,sdbcx::OCollection* _pIndexes );
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NColumns.hxx | 34 class OEvoabColumns : public sdbcx::OCollection 46 ) : sdbcx::OCollection(*_pTable,sal_True,_rMutex,_rVector), in OEvoabColumns()
|
H A D | NTables.hxx | 32 class OEvoabTables : public sdbcx::OCollection 42 sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), in OEvoabTables()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FColumns.hxx | 37 class OOO_DLLPUBLIC_FILE OColumns : public sdbcx::OCollection 48 …) : sdbcx::OCollection(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedId… in OColumns()
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KTables.hxx | 34 class KabTables : public sdbcx::OCollection 48 : sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), in KabTables()
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabTables.hxx | 34 class MacabTables : public sdbcx::OCollection 48 : sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), in MacabTables()
|