Package ch.sahits.codegen.java.input.db

Interface Summary
IMySQLCreateToken Specialized tokens for MySQL
IOracleCreateToken Specialized tokens for Oracle
ISQLServerCreateToken Specialized tokens for SQL Server
 

Class Summary
DBConnection This abstract class handles the connection to the DB.
MySQLConnection This class handles the connection to a MySQL DB.
MySQLConnectionModelGenerator This class can generate a model from a connection to a MySQL database.
MySQLCreateScriptInputParser This input parser handles the case of a MySQL create sql script as an input.
OracleConnection This class handles the connection to a Oracle DB.
OracleConnectorModelGenerator This class can generate a model from a connection to a Oracle database.
OracleSQLCreateScriptInputParser This input parser handles the case of a Oracle create sql script as an input.
SQLServerConnection This class handles the connection to a SQL Server DB.
SQLServerConnectionModelGenerator This class can generate a model from a connection to a SQL Server database.
SQLServerCreateScriptInputParser Creating a DataBaseTable object model from a SQL Server create script