Home
last modified time | relevance | path

Searched refs:OCollection (Results 1 – 25 of 105) sorted by relevance

12345

/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx236 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 …]
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx50 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 …]
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVTable.hxx50 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 DVCatalog.hxx47 class OCollection;
72 OCollection* m_pTables;
73 OCollection* m_pViews;
74 OCollection* m_pGroups;
75 OCollection* m_pUsers;
H A DVCollection.hxx95 class OOO_DLLPUBLIC_DBTOOLS SAL_NO_VTABLE OCollection : class
152 OCollection(::cppu::OWeakObject& _rParent,
184 virtual ~OCollection();
/trunk/main/connectivity/source/inc/adabas/
H A DBTable.hxx48 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 DBIndexColumns.hxx34 class OIndexColumns : public sdbcx::OCollection
46 : sdbcx::OCollection(*_pIndex,sal_True,_rMutex,_rVector) in OIndexColumns()
H A DBCatalog.hxx63 sdbcx::OCollection* getPrivateTables() const { return m_pTables;} in getPrivateTables()
64 sdbcx::OCollection* getPrivateViews() const { return m_pViews; } in getPrivateViews()
H A DBColumns.hxx36 class OColumns : public sdbcx::OCollection
50 ) : sdbcx::OCollection(*_pTable,sal_True,_rMutex,_rVector) in OColumns()
/trunk/main/connectivity/source/inc/mysql/
H A DYTable.hxx56 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,
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTable.hxx56 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,
/trunk/main/dbaccess/source/core/inc/
H A Dtable.hxx86 …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
/trunk/main/connectivity/inc/connectivity/
H A DTTableHelper.hxx95 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,
/trunk/main/connectivity/source/drivers/adabas/
H A DBTable.cxx55 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()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx81 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()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx62 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 DHViews.cxx56 typedef connectivity::sdbcx::OCollection OCollection_TYPE;
61 :sdbcx::OCollection( _rParent, sal_True, _rMutex, _rVector ) in HViews()
90 OCollection::disposing(); in disposing()
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx76 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 DHelperCollections.hxx58 typedef connectivity::sdbcx::OCollection OPrivateColumns_Base;
89 typedef connectivity::sdbcx::OCollection OPrivateTables_BASE;
110 ) : sdbcx::OCollection(_rParent,_bCase,_rMutex,_rVector) in OPrivateTables()
/trunk/main/connectivity/source/drivers/file/
H A DFTables.cxx50 typedef connectivity::sdbcx::OCollection OCollection_TYPE;
65 OCollection::disposing(); in disposing()
76 typedef sdbcx::OCollection OTables_BASE; in queryInterface()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx131 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 );
/trunk/main/connectivity/source/drivers/evoab2/
H A DNColumns.hxx34 class OEvoabColumns : public sdbcx::OCollection
46 ) : sdbcx::OCollection(*_pTable,sal_True,_rMutex,_rVector), in OEvoabColumns()
H A DNTables.hxx32 class OEvoabTables : public sdbcx::OCollection
42 sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), in OEvoabTables()
/trunk/main/connectivity/source/inc/file/
H A DFColumns.hxx37 class OOO_DLLPUBLIC_FILE OColumns : public sdbcx::OCollection
48 …) : sdbcx::OCollection(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedId… in OColumns()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabTables.hxx34 class MacabTables : public sdbcx::OCollection
48 : sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), in MacabTables()

Completed in 445 milliseconds

12345