Package org.clazzes.jdbc2xml.schema.impl

Class Summary
ColumnHelper Helper functions to play with ColumnInfo objects.
DDLHelper Static helper methods to construct SQL queries for schema manipulations.
DerbyDialect This class implements Dialect for Derby 10.x
DialectFactoryImpl  
DropColumnCommand This class implements a rollback-enabled variant of a drop column statement.
DropTableCommand This class implements a rollback-enabled variant of a drop table statement.
MSSQLServerDialect This class implements Dialect for MySQL 5.0.x
MySQLDialect This class implements Dialect for MySQL 5.0.x
NameHelper  
OracleDialect This class implements Dialect for Oracle 10.0.x Oracle has a long list of key- and reserved words, which is a common reason for failures while creating tables etc. a enumeration of these can be found here: http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a42525/apb.htm Warning: The status of this implementation is untested.
PostgreSQLDialect This class implements Dialect for PostgreSQL 8.3
SchemaEngineImpl The default implementation of the schema engine.
 



Copyright © 2010. All Rights Reserved.