Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOSchemaSynchronization.EOColumnTypes


Package:
com.webobjects.eoaccess

Interface Description


You only need to know about this interface if you are implementing schema synchronization API for a custom adaptor. In that case, you don't have to implement a class that implements this interface; EOSQLExpression's implementation of the schema synchronization API uses a private class that implements it. You only need to know about the interface because your method implementations of the above methods needs to compare two objects that implement the protocol.



Instance Methods



name

public abstract String name()

Returns the receiver's name.

precision

public abstract int precision()

Returns the receiver's precision.

scale

public abstract int scale()

Returns the receiver's scale.

width

public abstract int width()

Returns the receiver's width.

© 2001 Apple Computer, Inc. (Last Published April 13, 2001)


Table of Contents