Project Wonder 5.0

Uses of Class
er.extensions.migration.ERXMigrationTable

Packages that use ERXMigrationTable
er.extensions.migration Migrations 
 

Uses of ERXMigrationTable in er.extensions.migration
 

Methods in er.extensions.migration that return ERXMigrationTable
 ERXMigrationTable ERXMigrationDatabase.existingTableNamed(java.lang.String name)
          Returns an ERXMigrationTable with the given table name.
 ERXMigrationTable ERXMigrationDatabase.newTableNamed(java.lang.String name)
          Creates a new blank ERXMigrationTable.
 ERXMigrationTable ERXMigrationColumn.table()
          Returns the parent ERXMigrationTable of this column.
 

Methods in er.extensions.migration with parameters of type ERXMigrationTable
 void ERXMigrationDatabase._tableDropped(ERXMigrationTable table)
          Notification callback to tell the database that the user dropped the given table.
 

Constructors in er.extensions.migration with parameters of type ERXMigrationTable
ERXMigrationColumn(ERXMigrationTable table, java.lang.String name, int jdbcType, int width, int precision, int scale, boolean allowsNull, java.lang.String overrideValueType, java.lang.Object defaultValue)
          Constructs a new ERXMigrationColumn.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.