Package | Description |
---|---|
er.extensions.migration |
Migrations
|
Modifier and Type | Method and Description |
---|---|
ERXMigrationTable |
ERXMigrationDatabase.existingTableNamed(String name)
Returns an ERXMigrationTable with the given table name.
|
ERXMigrationTable |
ERXMigrationDatabase.newTableNamed(String name)
Creates a new blank ERXMigrationTable.
|
ERXMigrationTable |
ERXMigrationColumn.table()
Returns the parent ERXMigrationTable of this column.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXMigrationDatabase._tableDropped(ERXMigrationTable table)
Notification callback to tell the database that the user dropped the
given table.
|
Constructor and Description |
---|
ERXMigrationColumn(ERXMigrationTable table,
String name,
int jdbcType,
int width,
int precision,
int scale,
boolean allowsNull,
String overrideValueType,
Object defaultValue)
Constructs a new ERXMigrationColumn.
|
Copyright © 2002 – 2024 Project Wonder.