Uses of Interface
com.cyclops.dbdigger.schema.Table

Packages that use Table
com.cyclops.dbdigger.idbroker   
com.cyclops.dbdigger.model   
com.cyclops.dbdigger.model.base.database   
com.cyclops.dbdigger.model.base.metadata   
com.cyclops.dbdigger.schema   
com.cyclops.dbdigger.schema.torque   
com.cyclops.dbdigger.sql   
com.cyclops.dbdigger.sqlcastor   
 

Uses of Table in com.cyclops.dbdigger.idbroker
 

Methods in com.cyclops.dbdigger.idbroker with parameters of type Table
 PrimaryKey OracleKeyPrefetcher.prefectch(Table table, Connection dbcon)
          Override method prefectch() of super class
protected  String OracleKeyPrefetcher.getSequenceName(Table table)
          Get name of the sequence
 PrimaryKey KeyPrefetcher.prefectch(Table table, Connection dbcon)
          Method prefectch() in class KeyPrefetcher
 

Uses of Table in com.cyclops.dbdigger.model
 

Classes in com.cyclops.dbdigger.model that implement Table
 class DBObject1Metadata
          Add description HERE!
 

Uses of Table in com.cyclops.dbdigger.model.base.database
 

Methods in com.cyclops.dbdigger.model.base.database that return Table
 Table BaseDefaultDatabase.getTable(String tableName)
          Override method getTable() of super class
 Table[] BaseDefaultDatabase.getTables()
          Override method getTables() of super class
 

Uses of Table in com.cyclops.dbdigger.model.base.metadata
 

Classes in com.cyclops.dbdigger.model.base.metadata that implement Table
 class BaseDBObject1Metadata
          Add description HERE!
 

Uses of Table in com.cyclops.dbdigger.schema
 

Classes in com.cyclops.dbdigger.schema that implement Table
 class DefaultTable
          Add description HERE!
 

Fields in com.cyclops.dbdigger.schema declared as Table
static Table[] Table.EMPTY_ARRAY
          Empty Table object array
 

Methods in com.cyclops.dbdigger.schema that return Table
 Table DefaultDatabase.getTable(String tableName)
          Override method getTable() in super class
 Table[] DefaultDatabase.getTables()
          Override method getTables() in super class
 Table DefaultColumn.getTable()
          Override method getTable() in super class
 Table Database.getTable(String tableName)
           
 Table[] Database.getTables()
           
 Table Column.getTable()
           
 

Methods in com.cyclops.dbdigger.schema with parameters of type Table
 void DefaultDatabase.addTable(Table table)
          Method addTable() in class DefaultDatabase
 void DefaultColumn.setTable(Table atable)
          Method setTable() in class DefaultColumn
 

Uses of Table in com.cyclops.dbdigger.schema.torque
 

Classes in com.cyclops.dbdigger.schema.torque that implement Table
 class TorqueTable
           
 

Uses of Table in com.cyclops.dbdigger.sql
 

Methods in com.cyclops.dbdigger.sql that return Table
 Table[] Update.getTables()
          Method getTables()
 Table[] Select.getFroms()
          Method getFroms() in class Select
 Table Delete.getFrom()
          Method getFrom()
 

Constructors in com.cyclops.dbdigger.sql with parameters of type Table
Delete(Table fromTable)
          Constructor of class Delete
 

Uses of Table in com.cyclops.dbdigger.sqlcastor
 

Methods in com.cyclops.dbdigger.sqlcastor with parameters of type Table
protected  String DefaultSQLCastor.castTableName(Table table)
          Cast name of the table
 



Copyright © 2003 Cyclops Group. All Rights Reserved.