Ontimize 5.2071EN

Package com.ontimize.db.sql

Interface Summary
ISQLInfo Interface.
SQLHandler Interface to be implemented by all database handlers.
 

Class Summary
AbstractSQLHandler  
AccessSQLHandler  
HSQLDBSQLHandler  
MySQLSQLHandler  
OracleSQLHandler  
PostgreSQLHandler  
SQLColumn Class that contains all the information necessary to define a column into a database.
SQLConstraint Class to define the constraint
SQLForeignKey  
SQLHandlerFactory  
SQLInfo  
SQLPrimaryKey  
SQLServerSQLHandler  
SQLTable Class to define the properties for the table to create in the database
SQLTableAlter  
SQLTableAlterColumn  
SQLTableAlterConstraint  
SQLTableCreation  
SQLTableDrop  
SQLTemporaryTableCreation  
SQLUnique  
 

Exception Summary
SQLHandlerException  
SQLStatementException  
 


Ontimize