Package de.mguennewig.pobjtool.ddl

This package contains the DataDefinition implementations for the different supported DBMS.

See:
          Description

Class Summary
DataDefinition Abstract base class for the database specific data definition language.
MySQL Data Definition Language for the MySQL database.
NoDataDefinition A simple data definition that generates no output.
Oracle Data Definition Language for the Oracle database.
PostgreSQL Data Definition Language for the PostgreSQL database.
SQLite Data Definition Language for SQLite 3 database.
SqlServer Data Definition Language for the Microsoft SQL Server database.
 

Package de.mguennewig.pobjtool.ddl Description

This package contains the DataDefinition implementations for the different supported DBMS.