|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDLAction | |
|---|---|
| net.java.ao | |
| net.java.ao.schema.ddl | |
| Uses of DDLAction in net.java.ao |
|---|
| Methods in net.java.ao with parameters of type DDLAction | |
|---|---|
String[] |
DatabaseProvider.renderAction(DDLAction action)
Top level delegating method for the process of rendering a database-agnostic DDLAction into the database-specific DDL statement(s). |
| Uses of DDLAction in net.java.ao.schema.ddl |
|---|
| Methods in net.java.ao.schema.ddl that return DDLAction | |
|---|---|
static DDLAction[] |
SchemaReader.diffSchema(DDLTable[] fromArray,
DDLTable[] ontoArray,
boolean caseSensetive)
Returns the difference between from and
onto with a bias toward from. |
static DDLAction |
DDLActions.newAlterAddKey(DDLForeignKey key)
|
static DDLAction |
DDLActions.newInsert(DDLTable table,
DDLValue[] values)
|
static DDLAction[] |
SchemaReader.sortTopologically(DDLAction[] actions)
|
| Methods in net.java.ao.schema.ddl with parameters of type DDLAction | |
|---|---|
static DDLAction[] |
SchemaReader.sortTopologically(DDLAction[] actions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||