com.bonevich.erj.db
Class PostgresqlGenerator

java.lang.Object
  |
  +--com.bonevich.erj.db.AbstractDdlGenerator
        |
        +--com.bonevich.erj.db.PostgresqlGenerator
All Implemented Interfaces:
IDdlGenerator

public class PostgresqlGenerator
extends AbstractDdlGenerator

ClassDescription

Version:
$Id: PostgresqlGenerator.html,v 1.1 2009/03/07 17:55:36 jbonevic Exp $
Author:
jbonevic

Field Summary
 
Fields inherited from interface com.bonevich.erj.db.IDdlGenerator
CLOSE_PAREN, COMMA, CREATE_INDEX, CREATE_SEQ, CREATE_TABLE, DROP_TABLE, NEW_LINE, NOT, NULL, OPEN_PAREN, SEMI_COLON, TAB, WHITE_SPACE
 
Constructor Summary
PostgresqlGenerator()
          Constructor for PsotgresqlGenerator.
 
Method Summary
 IDdlGenerator cloneWithNewName(java.lang.String name)
           
 java.lang.String generate(Schema model)
           
 
Methods inherited from class com.bonevich.erj.db.AbstractDdlGenerator
cloneWithNewName, getName, getOptionMetaData, isOptionSet, setName, setOption, setOptionMetaData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostgresqlGenerator

public PostgresqlGenerator()
Constructor for PsotgresqlGenerator.

Method Detail

cloneWithNewName

public IDdlGenerator cloneWithNewName(java.lang.String name)
See Also:
IDdlGenerator.cloneWithNewName(String)

generate

public java.lang.String generate(Schema model)
See Also:
IDdlGenerator.generate(Schema)


Copyright © 2001-2003 bonevich.com. All Rights Reserved.