/trunk/main/connectivity/source/sdbcx/ |
H A D | VTable.cxx | 79 OTable::OTable(OCollection* _pTables, in OTable() function in OTable 90 OTable::OTable( OCollection* _pTables, in OTable() function in OTable 108 OTable::~OTable() in ~OTable() 115 void OTable::construct() in construct() 127 void SAL_CALL OTable::acquire() throw() in acquire() 132 void SAL_CALL OTable::release() throw() in release() 160 void SAL_CALL OTable::disposing(void) in disposing() 243 …OTable* pTable = new OTable(m_pTables,isCaseSensitive(),m_Name,m_Type,m_Description,m_SchemaName,m… in createDataDescriptor() 321 void OTable::refreshColumns() in refreshColumns() 325 void OTable::refreshKeys() in refreshKeys() [all …]
|
/trunk/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VTable.hxx | 49 class OTable; 62 typedef ::comphelper::OIdPropertyArrayUsageHelper<OTable> OTable_PROP; 65 class OOO_DLLPUBLIC_DBTOOLS OTable : class 91 OTable( OCollection* _pTables, 93 OTable( OCollection* _pTables, 101 virtual ~OTable();
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | SqlTableHelper.java | 137 boolean isCaseSensitive, OTable table) throws SQLException { in readKeys() 146 …talogName, String schemaName, String tableName, boolean isCaseSensitive, OTable table) throws SQLE… in readPrimaryKey() 179 …Name, String tableName, boolean isCaseSensitive, Map<String, OKey> keys, OTable table) throws SQLE… in readForeignKeys() 236 …aData metadata, String catalogName, String schemaName, String tableName, OTable table) throws SQLE… in readIndexes()
|
H A D | OIndex.java | 52 private OTable table; 56 …oolean isPrimaryKeyIndex, boolean isClustered, List<String> columnNames, OTable table) throws Elem… in OIndex() 137 public OTable getTable() { in getTable()
|
H A D | OKey.java | 49 protected OTable table; 63 …int updateRule, int deleteRule, List<String> columnNames, OTable table) throws ElementExistExcepti… in OKey() 129 public OTable getTable() { in getTable()
|
H A D | OTable.java | 41 public abstract class OTable extends ODescriptor class 60 …protected OTable(String name, boolean isCaseSensitive, XConnection connection, OContainer tables) { in OTable() method in OTable
|
H A D | OColumnContainer.java | 47 private OTable table; 59 …ck, boolean isCaseSensitive, List<ColumnDescription> columnDescriptions, OTable table, XDatabaseMe… in OColumnContainer()
|
H A D | OIndexContainer.java | 53 protected OTable table; 55 …public OIndexContainer(Object lock, List<String> names, boolean isCaseSensitive, OTable table) thr… in OIndexContainer()
|
H A D | OKeyContainer.java | 55 private OTable table; 58 …public OKeyContainer(Object lock, boolean isCaseSensitive, Map<String,OKey> keys, OTable table) th… in OKeyContainer()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlTable.java | 33 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OTable; 45 public class PostgresqlTable extends OTable {
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ACollection.hxx | 209 class OTable; 217 typedef OCollection< ADOTables,ADOTable,OTable> OTables;
|
H A D | AIndexColumns.hxx | 42 OTable* _pTable, in OIndexColumns()
|
H A D | AKeyColumns.hxx | 42 OTable* _pTable, in OKeyColumns()
|
H A D | ATable.hxx | 35 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NTable.hxx | 34 typedef connectivity::sdbcx::OTable OEvoabTable_TYPEDEF;
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabTable.hxx | 34 typedef connectivity::sdbcx::OTable MacabTable_TYPEDEF;
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | tablecontainer.hxx | 83 class OTable;
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 42 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | TTableHelper.hxx | 75 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FTable.cxx | 142 OTable::disposing(); in disposing()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 1675 OSQLTable aReturnTable = new OTable( in impl_createTableObject()
|