WebObjects 5.2.3

Uses of Interface
com.webobjects.eoaccess.EOSchemaSynchronization.ColumnTypes

Packages that use EOSchemaSynchronization.ColumnTypes
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.jdbcadaptor Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. 
 

Uses of EOSchemaSynchronization.ColumnTypes in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess with parameters of type EOSchemaSynchronization.ColumnTypes
 boolean EOSynchronizationFactory.isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes candidate, EOSchemaSynchronization.ColumnTypes columnType, NSDictionary options)
          Returns true if the name, precision, width, and scale of candidate are identical to the name, precision, width, and scale of columnType, false otherwise.
 String EOSynchronizationFactory.phraseCastingColumnNamed(String columnName, EOSchemaSynchronization.ColumnTypes type, EOSchemaSynchronization.ColumnTypes castType, NSDictionary options)
          The default implementation returns columnName.
 NSArray EOSynchronizationFactory.statementsToConvertColumnType(String columnName, String tableName, EOSchemaSynchronization.ColumnTypes type, EOSchemaSynchronization.ColumnTypes newType, NSDictionary options)
          The default implementation returns null.
 boolean EOSchemaSynchronization.isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes candidate, EOSchemaSynchronization.ColumnTypes columnType, NSDictionary options)
          Returns true if the name, precision, width, and scale of candidate are identical to the name, precision, width, and scale of columnType, false otherwise.
 String EOSchemaSynchronization.phraseCastingColumnNamed(String columnName, EOSchemaSynchronization.ColumnTypes type, EOSchemaSynchronization.ColumnTypes castType, NSDictionary options)
          Returns an SQL string to cast the values in the column identified by columnName from the current type to a new type specified by castType.
 NSArray EOSchemaSynchronization.statementsToConvertColumnType(String columnName, String tableName, EOSchemaSynchronization.ColumnTypes type, EOSchemaSynchronization.ColumnTypes newType, NSDictionary options)
          Returns an array of EOSQLExpressions to convert in place of the type of the column indentifed by columnName in the table identified by tableName from the current type to the type specified by newType.
 

Uses of EOSchemaSynchronization.ColumnTypes in com.webobjects.jdbcadaptor
 

Methods in com.webobjects.jdbcadaptor with parameters of type EOSchemaSynchronization.ColumnTypes
 boolean OpenBasePlugIn.OpenBaseSynchronizationFactory.isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes candidate, EOSchemaSynchronization.ColumnTypes columnType, NSDictionary options)
           
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.