er.extensions.migration
Class ERXMigrationColumn._ColumnType
java.lang.Object
er.extensions.migration.ERXMigrationColumn._ColumnType
- All Implemented Interfaces:
- com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
- Enclosing class:
- ERXMigrationColumn
public static class ERXMigrationColumn._ColumnType
- extends Object
- implements com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Implements EOSchemaSynchronization.ColumnTypes
- Author:
- mschrag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXMigrationColumn._ColumnType
public ERXMigrationColumn._ColumnType(String name,
int scale,
int precision,
int width)
name
public String name()
- Specified by:
name in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
precision
public int precision()
- Specified by:
precision in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
scale
public int scale()
- Specified by:
scale in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
width
public int width()
- Specified by:
width in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Copyright © 2002 – 2007 Project Wonder.