Uses of Class
ch.sahits.model.java.db.DataBaseTable

Packages that use DataBaseTable
ch.sahits.codegen.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.java.input.db   
ch.sahits.codegen.java.model.util   
ch.sahits.codegen.model   
 

Uses of DataBaseTable in ch.sahits.codegen.input
 

Methods in ch.sahits.codegen.input that return DataBaseTable
 DataBaseTable IDBInputParser.parse()
          Parse the input file into an object that represents a database table.
 

Uses of DataBaseTable in ch.sahits.codegen.java.input
 

Methods in ch.sahits.codegen.java.input that return DataBaseTable
 DataBaseTable SQLCreateScriptInput.parse()
          Parse the create script and produce a database model
protected  DataBaseTable SQLCreateScriptInput.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
protected abstract  DataBaseTable SQLCreateScriptInput.parseTable(java.util.StringTokenizer st, java.lang.String className)
          Parse the script for the table definition.
 

Methods in ch.sahits.codegen.java.input with parameters of type DataBaseTable
protected  DataBaseTableIndex SQLCreateScriptInput.parseIndex(java.util.StringTokenizer st, java.lang.String lastToken, DataBaseTable table)
          Parse the script for the index definition.
protected  DataBaseTable SQLCreateScriptInput.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
 

Constructors in ch.sahits.codegen.java.input with parameters of type DataBaseTable
DBXMLFileGenerator(DataBaseTable _dbt, java.lang.String _path, java.lang.String _fileName)
           
 

Uses of DataBaseTable in ch.sahits.codegen.java.input.db
 

Methods in ch.sahits.codegen.java.input.db that return DataBaseTable
protected abstract  DataBaseTable DBConnection.createDataBaseTable()
          Create the DataBaseTable with product specific data
protected  DataBaseTable SQLServerConnection.createDataBaseTable()
          Create the DataBaseTable with product specific data
protected  DataBaseTable MySQLConnection.createDataBaseTable()
          Create the DataBaseTable with product specific data
protected  DataBaseTable OracleConnection.createDataBaseTable()
          Create the DataBaseTable with product specific data
 DataBaseTable SQLServerConnectionModelGenerator.generateModel()
          Generate the database model
 DataBaseTable MySQLConnectionModelGenerator.generateModel()
          Generate the database model
 DataBaseTable OracleConnectorModelGenerator.generateModel()
          Generate the database model
protected  DataBaseTable DBConnection.getStructure()
          Generates a DBStructure Object for the table.
protected  DataBaseTable OracleConnection.getStructure()
          Query the INFORMATION_SCHEMA to retrieve the metadata
protected  DataBaseTable SQLServerCreateScriptInputParser.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
protected  DataBaseTable MySQLCreateScriptInputParser.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
protected  DataBaseTable SQLServerCreateScriptInputParser.parseTable(java.util.StringTokenizer st, java.lang.String className)
           
protected  DataBaseTable MySQLCreateScriptInputParser.parseTable(java.util.StringTokenizer st, java.lang.String className)
          Parse the table
protected  DataBaseTable OracleSQLCreateScriptInputParser.parseTable(java.util.StringTokenizer st, java.lang.String className)
          Parse the script for the table definition.
 

Methods in ch.sahits.codegen.java.input.db with parameters of type DataBaseTable
protected  void DBConnection.addFields2Index(DataBaseTable struct, DataBaseTableIndex index, java.lang.String consteintName)
          Add fields to the index model
protected  DataBaseTableIndex MySQLCreateScriptInputParser.parseIndex(java.util.StringTokenizer st, java.lang.String lastToken, DataBaseTable table)
          Parse the script for the index definition.
protected  DataBaseTable SQLServerCreateScriptInputParser.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
protected  DataBaseTable MySQLCreateScriptInputParser.parseTable(java.util.StringTokenizer st, DataBaseTable dbt)
          Parse the script for the table definition.
 

Uses of DataBaseTable in ch.sahits.codegen.java.model.util
 

Constructors in ch.sahits.codegen.java.model.util with parameters of type DataBaseTable
SQLProvider(DataBaseTable _model)
          Initialize the model
SQLProvider(DataBaseTable _model, boolean exteranlValue)
          Initialize the model
 

Uses of DataBaseTable in ch.sahits.codegen.model
 

Methods in ch.sahits.codegen.model that return DataBaseTable
 DataBaseTable IBasicDBConnectionModelGenerator.generateModel()
          Generate the model from the connection