WebObjects 5.2

com.webobjects.eoaccess
Interface EOSchemaSynchronization.ColumnTypes

Enclosing class:
EOSchemaSynchronization

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

name

public String name()
Returns the receiver's name.
Returns:
The receiver's name.

precision

public int precision()
Returns the receiver's precision.
Returns:
The receiver's precision.

scale

public int scale()
Returns the receiver's scale.
Returns:
The receiver's scale.

width

public int width()
Returns the receiver's width.
Returns:
The receiver's width.

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.