de.mguennewig.pobjtool.ddl
Class PostgreSQL

java.lang.Object
  extended by de.mguennewig.pobjtool.ddl.DataDefinition
      extended by de.mguennewig.pobjtool.ddl.PostgreSQL

public class PostgreSQL
extends DataDefinition

Data Definition Language for the PostgreSQL database.

As PostgreSQL does not fully support INHERITS it will also be used an internal table to work around this.

Author:
Michael Günnewig

Constructor Summary
PostgreSQL(java.lang.String schemaPrefix)
          Creates a new data definition instance for a PostgreSQL database.
 
Method Summary
 
Methods inherited from class de.mguennewig.pobjtool.ddl.DataDefinition
create, drop, getIdFieldType, getSchemaPrefix, grants
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgreSQL

public PostgreSQL(java.lang.String schemaPrefix)
Creates a new data definition instance for a PostgreSQL database.