Home
last modified time | relevance | path

Searched refs:OAdabasTable (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/connectivity/source/drivers/adabas/
H A DBTable.cxx55 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() function in OAdabasTable
63 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() function 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()
98 Sequence< sal_Int8 > OAdabasTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
284 void OAdabasTable::dropDefaultValue(const ::rtl::OUString& _rColName) in dropDefaultValue()
310 void OAdabasTable::beginTransAction() in beginTransAction()
326 void OAdabasTable::endTransAction() in endTransAction()
342 void OAdabasTable::rollbackTransAction() in rollbackTransAction()
[all …]
H A DBIndex.cxx43 OAdabasIndex::OAdabasIndex( OAdabasTable* _pTable, in OAdabasIndex()
60 OAdabasIndex::OAdabasIndex(OAdabasTable* _pTable) in OAdabasIndex()
H A DBTables.cxx75OAdabasTable* pRet = new OAdabasTable(this, static_cast<OAdabasCatalog&>(m_rParent).getConnection(… in createObject()
98 return new OAdabasTable(this,static_cast<OAdabasCatalog&>(m_rParent).getConnection()); in createDescriptor()
/aoo41x/main/connectivity/source/inc/adabas/
H A DBIndex.hxx34 class OAdabasTable;
37 OAdabasTable* m_pTable;
41 OAdabasIndex(OAdabasTable* _pTable);
42 OAdabasIndex( OAdabasTable* _pTable,
49 OAdabasTable* getTable() const { return m_pTable; } in getTable()
H A DBTable.hxx40 class OAdabasTable : public OTableHelper class
63 OAdabasTable( sdbcx::OCollection* _pTables,
65 OAdabasTable( sdbcx::OCollection* _pTables,
H A DBColumns.hxx39 OAdabasTable* m_pTable;
47 OColumns( OAdabasTable* _pTable, in OColumns()
H A DBIndexes.hxx35 OAdabasTable* m_pTable;
43 OIndexes(OAdabasTable* _pTable, in OIndexes()
H A DBKeys.hxx41 OKeys(OAdabasTable* _pTable, in OKeys()

Completed in 20 milliseconds