Inherited by Movies1.

Public Member Functions | |
| void | downgrade (EOEditingContext editingContext, ERXMigrationDatabase database) throws Throwable |
| ERAttachmentMigration (String tableName, String columnName, boolean allowsNull) | |
| NSArray< ERXModelVersion > | modelDependencies () |
| void | upgrade (EOEditingContext editingContext, ERXMigrationDatabase database) throws Throwable |
Private Attributes | |
| boolean | _allowsNull |
| String | _columnName |
| String | _tableName |
| ERAttachmentMigration | ( | String | tableName, | |
| String | columnName, | |||
| boolean | allowsNull | |||
| ) |
Construct an ERAttachmentMigration.
| tableName | the name of the table to add an attachment to | |
| columnName | the name of the attachment foreign key column | |
| allowsNull | whether or not the attachment is allowed to be null |
| void downgrade | ( | EOEditingContext | editingContext, | |
| ERXMigrationDatabase | database | |||
| ) | throws Throwable [virtual] |
| editingContext | the editing context | |
| database | the migration database |
| Throwable | if anything goes wrong |
Implements ERXMigrationDatabase.Migration.
Reimplemented in Movies1.
| NSArray<ERXModelVersion> modelDependencies | ( | ) |
Overridden to return null by default
Reimplemented from ERXMigrationDatabase.Migration.
Reimplemented in Movies1.
| void upgrade | ( | EOEditingContext | editingContext, | |
| ERXMigrationDatabase | database | |||
| ) | throws Throwable [virtual] |
| editingContext | the editing context | |
| database | the migration database |
| Throwable | if anything goes wrong |
Implements ERXMigrationDatabase.Migration.
boolean _allowsNull [private] |
String _columnName [private] |
String _tableName [private] |
1.5.8