Uses of Interface
ch.sahits.model.db.IDBTable

Packages that use IDBTable
ch.sahits.codegen.model   
ch.sahits.model.db   
ch.sahits.model.java.db   
ch.sahits.model.php.db   
 

Uses of IDBTable in ch.sahits.codegen.model
 

Methods in ch.sahits.codegen.model that return IDBTable
static IDBTable HeadlessBasicModelFactory.createModelWithDBConnection(java.lang.String dbProduct, java.lang.String host, java.lang.String port, java.lang.String dbName, java.lang.String userName, java.lang.String passWd, java.lang.String tableName, java.lang.String schema, IProgressMonitor monitor)
          Generates a model of a database table.
static IDBTable HeadlessBasicModelFactory.createModelWithDBInputFile(java.lang.String dbProduct, java.lang.String inputFilePath, IProgressMonitor monitor)
          Generates the model based on the class name and the inputFilePath Data in the wizard provided but not contained in the inputfilePath must be added to the model by the caller
 

Uses of IDBTable in ch.sahits.model.db
 

Subinterfaces of IDBTable in ch.sahits.model.db
 interface IConnectableDataBaseTable
          This interface combines the Description of a database table with the information to its accessability
 

Classes in ch.sahits.model.db that implement IDBTable
 class BasicDataBaseTable
          Implementation of a database table model
 

Uses of IDBTable in ch.sahits.model.java.db
 

Classes in ch.sahits.model.java.db that implement IDBTable
 class DataBaseTable
          This bean represents the meta data of a table.
 

Uses of IDBTable in ch.sahits.model.php.db
 

Subinterfaces of IDBTable in ch.sahits.model.php.db
 interface IPHPDBModel
          Interface defining the PHP class model