|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDLAction | |
|---|---|
| net.java.ao | |
| net.java.ao.schema | |
| 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 |
|---|
| Methods in net.java.ao.schema that return types with arguments of type DDLAction | |
|---|---|
List<DDLAction> |
BackupRestoreImpl.backup(DatabaseProvider provider,
SchemaConfiguration schemaConfiguration)
|
List<DDLAction> |
BackupRestore.backup(DatabaseProvider provider,
SchemaConfiguration configuration)
Backs up the database into a list of DDLAction |
| Method parameters in net.java.ao.schema with type arguments of type DDLAction | |
|---|---|
void |
BackupRestoreImpl.restore(List<DDLAction> actions,
DatabaseProvider provider)
|
void |
BackupRestore.restore(List<DDLAction> actions,
DatabaseProvider provider)
Restores a list of of DDLAction in the give database |
| 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[] |
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 | |||||||||