|
WebObjects 5.4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface EOSchemaSynchronization.ColumnTypes
The ColumnTypes interface is only used when implementing schema synchronization API for a custom adaptor. Even in that case, the implementation in EOSynchronizationFactory should be sufficient.
| Method Summary | |
|---|---|
String |
name()
Returns the receiver's name. |
int |
precision()
Returns the receiver's precision. |
int |
scale()
Returns the receiver's scale. |
int |
width()
Returns the receiver's width. |
| Method Detail |
|---|
String name()
int precision()
int scale()
int width()
|
Last updated Wednesday, January 23, 2008 14:25 PST | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||