Skip to content

Commit

Permalink
Added DdlBuilderFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 13, 2012
1 parent 3837d79 commit d5ab1b0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,6 +7,7 @@ private DatabaseNamesConstants() {

public final static String H2 = "h2";
public final static String HSQLDB = "hsqldb";
public final static String HSQLDB2 = "hsqldb2";
public final static String DERBY = "derby";
public final static String GREENPLUM = "greenplum";
public final static String INFORMIX = "informix";
Expand Down

0 comments on commit d5ab1b0

Please sign in to comment.