| Methods in org.plasma.text.ddl with parameters of type Schema |
java.lang.String |
MySQLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DefaultDDLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DDLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
MySQLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DefaultDDLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DDLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DefaultDDLFactory.createIndex(Schema schema,
Table table,
Index index)
|
java.lang.String |
DDLFactory.createIndex(Schema schema,
Table table,
Index index)
|
java.lang.String |
MySQLFactory.createSequence(Schema schema,
Table table)
|
java.lang.String |
DefaultDDLFactory.createSequence(Schema schema,
Table table)
|
java.lang.String |
DDLFactory.createSequence(Schema schema,
Table table)
|
java.lang.String |
MySQLFactory.createTable(Schema schema,
Table table)
|
java.lang.String |
DefaultDDLFactory.createTable(Schema schema,
Table table)
|
java.lang.String |
DDLFactory.createTable(Schema schema,
Table table)
|
java.lang.String |
MySQLFactory.createUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
DefaultDDLFactory.createUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
DDLFactory.createUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
MySQLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DefaultDDLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DDLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
MySQLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DefaultDDLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DDLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
MySQLFactory.dropIndex(Schema schema,
Table table,
Index index)
|
java.lang.String |
DefaultDDLFactory.dropIndex(Schema schema,
Table table,
Index index)
|
java.lang.String |
DDLFactory.dropIndex(Schema schema,
Table table,
Index index)
|
java.lang.String |
MySQLFactory.dropSequence(Schema schema,
Table table)
|
java.lang.String |
DefaultDDLFactory.dropSequence(Schema schema,
Table table)
|
java.lang.String |
DDLFactory.dropSequence(Schema schema,
Table table)
|
java.lang.String |
DefaultDDLFactory.dropTable(Schema schema,
Table table)
|
java.lang.String |
DDLFactory.dropTable(Schema schema,
Table table)
|
java.lang.String |
MySQLFactory.dropUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
DefaultDDLFactory.dropUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
DDLFactory.dropUniqueConstraint(Schema schema,
Table table,
Unique unique)
|
java.lang.String |
DefaultDDLFactory.enableCheckConstraint(Schema schema,
Table table,
Check check,
boolean enable)
|
java.lang.String |
DDLFactory.enableCheckConstraint(Schema schema,
Table table,
Check check,
boolean enable)
|
java.lang.String |
MySQLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
java.lang.String |
DefaultDDLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
java.lang.String |
DDLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
java.lang.String |
MySQLFactory.enableUniqueConstraint(Schema schema,
Table table,
Unique unique,
boolean enable)
|
java.lang.String |
DefaultDDLFactory.enableUniqueConstraint(Schema schema,
Table table,
Unique unique,
boolean enable)
|
java.lang.String |
DDLFactory.enableUniqueConstraint(Schema schema,
Table table,
Unique unique,
boolean enable)
|
java.lang.String |
DefaultDDLFactory.truncateTable(Schema schema,
Table table)
|
java.lang.String |
DDLFactory.truncateTable(Schema schema,
Table table)
|