Package | Description |
---|---|
net.java.ao | |
net.java.ao.schema.ddl |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<SQLAction> |
DatabaseProvider.renderAction(NameConverters nameConverters,
DDLAction action)
Top level delegating method for the process of rendering a database-agnostic
DDLAction into the database-specific SQL actions. |
Modifier and Type | Method and Description |
---|---|
DDLAction |
DDLActionBuilder.build() |
static DDLAction[] |
SchemaReader.diffSchema(TypeManager typeManager,
DDLTable[] fromArray,
DDLTable[] ontoArray,
boolean caseSensitive)
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) |
Modifier and Type | Method and Description |
---|---|
static DDLAction[] |
SchemaReader.sortTopologically(DDLAction[] actions) |
Copyright © 2007-2018. All Rights Reserved.