|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EOSchemaSynchronizationFactory.Delegate
The Delegate interface for EOSynchronizationFactory is restricted to use by the EOModeler application and should not be implemented by others.
Method Summary | |
---|---|
boolean |
allowsNullForColumnNamed(String columnName,
String tableName)
Restricted method. |
boolean |
isSchemaTableNamed(String tableName)
Restricted method. |
EOAdaptor |
schemaSynchronizationAdaptor()
Restricted method. |
EOAdaptorChannel |
schemaSynchronizationAdaptorChannelForModel(EOModel model)
Restricted method. |
void |
schemaSynchronizationStatementsWillCopyTableNamed(NSArray<EOSQLExpression> statements,
String tableName)
Restricted method. |
void |
schemaSynchronizationStatementsWillDeleteTableNamed(NSArray<EOSQLExpression> statements,
String tableName)
Restricted method. |
Method Detail |
---|
boolean allowsNullForColumnNamed(String columnName, String tableName)
boolean isSchemaTableNamed(String tableName)
EOAdaptor schemaSynchronizationAdaptor()
EOAdaptorChannel schemaSynchronizationAdaptorChannelForModel(EOModel model)
void schemaSynchronizationStatementsWillCopyTableNamed(NSArray<EOSQLExpression> statements, String tableName)
void schemaSynchronizationStatementsWillDeleteTableNamed(NSArray<EOSQLExpression> statements, String tableName)
|
Last updated Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |