Uses of Class
org.objectweb.cjdbc.common.sql.schema.DatabaseTable

Packages that use DatabaseTable
org.objectweb.cjdbc.common.sql SQL requests that are sent from the C-JDBC driver to the C-JDBC controller. 
org.objectweb.cjdbc.common.sql.schema Database schema handling for parsing SQL requests. 
org.objectweb.cjdbc.controller.cache.result.schema Database schema management for query caches. 
org.objectweb.cjdbc.controller.scheduler.schema Database schema handling for schedulers. 
org.objectweb.cjdbc.controller.xml XML configuration files parsing 
 

Uses of DatabaseTable in org.objectweb.cjdbc.common.sql
 

Fields in org.objectweb.cjdbc.common.sql declared as DatabaseTable
private  DatabaseTable CreateRequest.table
          The table to create.
private  DatabaseTable AlterRequest.table
          The table to alter.
 

Methods in org.objectweb.cjdbc.common.sql that return DatabaseTable
 DatabaseTable CreateRequest.getDatabaseTable()
          Gets the database table created by this statement.
 DatabaseTable AlterRequest.getDatabaseTable()
          Returns the table value.
 

Uses of DatabaseTable in org.objectweb.cjdbc.common.sql.schema
 

Fields in org.objectweb.cjdbc.common.sql.schema declared as DatabaseTable
private  DatabaseTable AliasedDatabaseTable.table
          Database table.
 

Methods in org.objectweb.cjdbc.common.sql.schema that return DatabaseTable
 DatabaseTable AliasedDatabaseTable.getTable()
          Returns the DatabaseTable object corresponding to this database.
 DatabaseTable DatabaseSchema.getTable(java.lang.String tableName)
          Returns the DatabaseTable object matching the given table name or null if not found.
 DatabaseTable DatabaseSchema.getTable(java.lang.String tableName, boolean isCaseSensitive)
          Returns the DatabaseTable object matching the given table name or null if not found.
 

Methods in org.objectweb.cjdbc.common.sql.schema with parameters of type DatabaseTable
private  void DatabaseSQLMetaData.getColumns(java.sql.DatabaseMetaData metaData, DatabaseTable table)
          Gets the list of columns of a given database table.
private  void DatabaseSQLMetaData.getPrimaryKeys(java.sql.DatabaseMetaData metaData, DatabaseTable table)
          Gets the primary keys of a given database table.
 void DatabaseTable.mergeColumns(DatabaseTable table)
          Merges this table with the given table's columns.
 void DatabaseSchema.addTable(DatabaseTable table)
          Adds a DatabaseTable describing a table of the database.
 void DatabaseSchema.removeTable(DatabaseTable table)
          Removes a DatabaseTable describing a table of the database.
 

Constructors in org.objectweb.cjdbc.common.sql.schema with parameters of type DatabaseTable
AliasedDatabaseTable(DatabaseTable table, java.lang.String alias)
          Creates a new AliasedDatabaseTable instance.
 

Uses of DatabaseTable in org.objectweb.cjdbc.controller.cache.result.schema
 

Constructors in org.objectweb.cjdbc.controller.cache.result.schema with parameters of type DatabaseTable
CacheDatabaseTable(DatabaseTable databaseTable)
          Creates a new CacheDatabaseTable instance.
 

Uses of DatabaseTable in org.objectweb.cjdbc.controller.scheduler.schema
 

Constructors in org.objectweb.cjdbc.controller.scheduler.schema with parameters of type DatabaseTable
SchedulerDatabaseTable(DatabaseTable databaseTable)
          Creates a new CacheDatabaseTable instance.
 

Uses of DatabaseTable in org.objectweb.cjdbc.controller.xml
 

Fields in org.objectweb.cjdbc.controller.xml declared as DatabaseTable
private  DatabaseTable DatabasesParser.currentTable
           
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.