|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mguennewig.pobjtool.ddl.DataDefinition
de.mguennewig.pobjtool.ddl.MySQL
public class MySQL
Data Definition Language for the MySQL database.
Limitations of MySQL:
| Field Summary | |
|---|---|
static int |
DEFAULT_VERSION
Specifies the default MySQL database version, which is 4.x. |
static int |
MYSQL_V4
Specifies MySQL database version 4.x. |
static int |
MYSQL_V5
Specifies MySQL database version 5.x. |
| Constructor Summary | |
|---|---|
MySQL(java.lang.String schemaPrefix,
int version)
Creates a new data definition instance for a MySQL 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 |
| Field Detail |
|---|
public static final int MYSQL_V4
public static final int MYSQL_V5
public static final int DEFAULT_VERSION
| Constructor Detail |
|---|
public MySQL(java.lang.String schemaPrefix,
int version)
schemaPrefix - version - specifies the MySQL database version for which the
statements should be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||