메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
DoChangeDefaultValue ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoChangeIndexConstraint ( IndexConstraint uc ) : void | ||
DoChangeObjectClassACL ( ObjectClass objClass ) : void | ||
DoChangeObjectClassInheritance ( ObjectClass objClass ) : void | ||
DoChangeRelationEndTypes ( Relation rel ) : void | ||
DoChangeRelationName ( Relation rel ) : void | ||
DoChangeRelationType_from_1_1_to_1_n ( Relation rel ) : void | ||
DoChangeRelationType_from_1_1_to_n_m ( Relation rel ) : void | ||
DoChangeRelationType_from_1_n_to_1_1 ( Relation rel ) : void | ||
DoChangeRelationType_from_1_n_to_n_m ( Relation rel ) : void | ||
DoChangeRelationType_from_n_m_to_1_1 ( Relation rel ) : void | ||
DoChangeRelationType_from_n_m_to_1_n ( Relation rel ) : void | ||
DoChangeTphToTpt ( ObjectClass objClass ) : void |
Changes table layout from table-per-hierarchy to table-per-type. This operates only on the saved schema to avoid doing work of other cases, specifically the Do(New/Change)*Property cases.
|
|
DoChangeTptToTph ( ObjectClass objClass ) : void |
Changes table layout from table-per-type to table-per-hierarchy. This operates only on the saved schema to avoid doing work of other cases, specifically the Do(New/Change)*Property cases. After this has run the database should look as if the saved schema already was TPH, but nothing else had changed. |
|
DoChangeValueTypeProperty_To_NotNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoChangeValueTypeProperty_To_Nullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoChange_1_1_Storage ( Relation rel ) : void | ||
DoCreateOrReplaceUpdateRightsTrigger ( ObjectClass objClass ) : void | ||
DoCreateRefreshAllRightsProcedure ( List |
||
DoCreateRightsViewUnmaterialized ( ObjectClass objClass ) : void | ||
DoCreateUpdateRightsTrigger ( Relation rel ) : void | ||
DoDeleteCompoundObjectProperty ( ObjectClass objClass, CompoundObjectProperty savedCProp, string prefix ) : void | ||
DoDeleteCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty savedCProp, string prefix ) : void | ||
DoDeleteIndexConstraint ( IndexConstraint uc ) : void | ||
DoDeleteObjectClass ( ObjectClass savedObjClass ) : void | ||
DoDeleteObjectClassSecurityRules ( ObjectClass objClass ) : void | ||
DoDeleteValueTypeProperty ( ObjectClass objClass, ValueTypeProperty savedProp, string prefix ) : void | ||
DoDeleteValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty savedProp, string prefix ) : void | ||
DoDelete_1_1_Relation ( Relation savedRel ) : void | ||
DoDelete_1_N_Relation ( Relation savedRel ) : void | ||
DoDelete_N_M_Relation ( Relation savedRel ) : void | ||
DoMoveCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
DoMoveValueTypeProperty ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoMoveValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
DoNewCompoundObjectProperty ( ObjectClass objClass, CompoundObjectProperty cprop, string prefix ) : void | ||
DoNewCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
DoNewIndexConstraint ( IndexConstraint uc ) : void | ||
DoNewObjectClass ( ObjectClass objClass ) : void | ||
DoNewObjectClassACL ( ObjectClass objClass ) : void | ||
DoNewObjectClassInheritance ( ObjectClass objClass ) : void | ||
DoNewValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
DoNewValueTypePropertyNotNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoNewValueTypePropertyNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
DoNew_1_1_Relation ( Relation rel ) : void | ||
DoNew_1_N_Relation ( Relation rel ) : void | ||
DoNew_N_M_Relation ( Relation rel ) : void | ||
DoRemoveObjectClassInheritance ( ObjectClass objClass ) : void | ||
DoRenameCompoundObjectPropertyListName ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
DoRenameObjectClassACL ( ObjectClass objClass ) : void | ||
DoRenameObjectClassTable ( ObjectClass objClass ) : void | ||
DoRenameValueTypePropertyListName ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
DoRenameValueTypePropertyName ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
Do_1_1_RelationChange_FromNotNullable_To_Nullable ( Relation rel, RelationEndRole role ) : void | ||
Do_1_1_RelationChange_FromNullable_To_NotNullable ( Relation rel, RelationEndRole role ) : void | ||
Do_1_N_RelationChange_FromIndexed_To_NotIndexed ( Relation rel ) : void | ||
Do_1_N_RelationChange_FromNotIndexed_To_Indexed ( Relation rel ) : void | ||
Do_1_N_RelationChange_FromNotNullable_To_Nullable ( Relation rel ) : void | ||
Do_1_N_RelationChange_FromNullable_To_NotNullable ( Relation rel ) : void | ||
Do_N_M_RelationChange_FromIndexed_To_NotIndexed ( Relation rel, RelationEndRole role ) : void | ||
Do_N_M_RelationChange_FromNotIndexed_To_Indexed ( Relation rel, RelationEndRole role ) : void | ||
ExecuteTriggeredRefreshRights ( ) : void | ||
IsChangeDefaultValue ( System.Property prop ) : bool | ||
IsChangeIndexConstraint ( IndexConstraint uc ) : bool | ||
IsChangeObjectClassACL ( ObjectClass objClass ) : bool | ||
IsChangeObjectClassInheritance ( ObjectClass objClass ) : bool | ||
IsChangeRelationEndTypes ( Relation rel ) : bool | ||
IsChangeRelationName ( Relation rel ) : bool | ||
IsChangeRelationType ( Relation rel ) : bool | ||
IsChangeRelationType_from_1_1_to_1_n ( Relation rel ) : bool | ||
IsChangeRelationType_from_1_1_to_n_m ( Relation rel ) : bool | ||
IsChangeRelationType_from_1_n_to_1_1 ( Relation rel ) : bool | ||
IsChangeRelationType_from_1_n_to_n_m ( Relation rel ) : bool | ||
IsChangeRelationType_from_n_m_to_1_1 ( Relation rel ) : bool | ||
IsChangeRelationType_from_n_m_to_1_n ( Relation rel ) : bool | ||
IsChangeTphToTpt ( ObjectClass objClass ) : bool | ||
IsChangeTptToTph ( ObjectClass objClass ) : bool | ||
IsChangeValueTypeProperty_To_NotNullable ( ValueTypeProperty prop ) : bool | ||
IsChangeValueTypeProperty_To_Nullable ( ValueTypeProperty prop ) : bool | ||
IsChange_1_1_Storage ( Relation rel ) : bool | ||
IsDeleteCompoundObjectProperty ( CompoundObjectProperty savedCProp ) : bool | ||
IsDeleteCompoundObjectPropertyList ( CompoundObjectProperty savedCProp ) : bool | ||
IsDeleteIndexConstraint ( IndexConstraint uc ) : bool | ||
IsDeleteObjectClass ( ObjectClass savedObjClass ) : bool | ||
IsDeleteObjectClassSecurityRules ( ObjectClass objClass ) : bool | ||
IsDeleteValueTypeProperty ( ValueTypeProperty savedProp ) : bool | ||
IsDeleteValueTypePropertyList ( ValueTypeProperty savedProp ) : bool | ||
IsDelete_1_1_Relation ( Relation savedRel ) : bool | ||
IsDelete_1_N_Relation ( Relation rel ) : bool | ||
IsDelete_N_M_Relation ( Relation savedRel ) : bool | ||
IsMoveCompoundObjectPropertyList ( CompoundObjectProperty prop ) : bool | ||
IsMoveValueTypeProperty ( ValueTypeProperty prop ) : bool | ||
IsMoveValueTypePropertyList ( ValueTypeProperty prop ) : bool | ||
IsNewCompoundObjectProperty ( CompoundObjectProperty prop ) : bool | ||
IsNewCompoundObjectPropertyList ( CompoundObjectProperty prop ) : bool | ||
IsNewIndexConstraint ( IndexConstraint uc ) : bool | ||
IsNewObjectClass ( ObjectClass objClass ) : bool | ||
IsNewObjectClassACL ( ObjectClass objClass ) : bool | ||
IsNewObjectClassInheritance ( ObjectClass objClass ) : bool | ||
IsNewValueTypePropertyList ( ValueTypeProperty prop ) : bool | ||
IsNewValueTypePropertyNotNullable ( ValueTypeProperty prop ) : bool | ||
IsNewValueTypePropertyNullable ( ValueTypeProperty prop ) : bool | ||
IsNew_1_1_Relation ( Relation rel ) : bool | ||
IsNew_1_N_Relation ( Relation rel ) : bool | ||
IsNew_N_M_Relation ( Relation rel ) : bool | ||
IsRemoveObjectClassInheritance ( ObjectClass objClass ) : bool | ||
IsRenameCompoundObjectPropertyListName ( CompoundObjectProperty prop ) : bool | ||
IsRenameObjectClassACL ( ObjectClass objClass ) : bool | ||
IsRenameObjectClassTable ( ObjectClass objClass ) : bool | ||
IsRenameValueTypePropertyListName ( ValueTypeProperty prop ) : bool | ||
IsRenameValueTypePropertyName ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : bool | ||
Is_1_1_RelationChange_FromNotNullable_To_Nullable ( Relation rel, RelationEndRole role ) : bool | ||
Is_1_1_RelationChange_FromNullable_To_NotNullable ( Relation rel, RelationEndRole role ) : bool | ||
Is_1_N_RelationChange_FromIndexed_To_NotIndexed ( Relation rel ) : bool | ||
Is_1_N_RelationChange_FromNotIndexed_To_Indexed ( Relation rel ) : bool | ||
Is_1_N_RelationChange_FromNotNullable_To_Nullable ( Relation rel ) : bool | ||
Is_1_N_RelationChange_FromNullable_To_NotNullable ( Relation rel ) : bool | ||
Is_N_M_RelationChange_FromIndexed_To_NotIndexed ( Relation rel, RelationEndRole role ) : bool | ||
Is_N_M_RelationChange_FromNotIndexed_To_Indexed ( Relation rel, RelationEndRole role ) : bool |
메소드 | 설명 | |
---|---|---|
Cases ( IZetboxContext schema, ISchemaProvider db, IZetboxContext savedSchema, IEnumerable |
||
CheckValueTypePropertyHasWarnings ( ValueTypeProperty prop ) : void | ||
CreateCompoundObjectProperty ( TableRef tblName, CompoundObjectProperty cprop, string prefix, bool logAsNew ) : void | ||
CreateFKColumn ( RelationEnd otherEnd, TableRef tblName, string colName, bool forceTPH = false ) : void |
Creates a fk column "colName" on table "tblName", pointing to "otherEnd".
|
|
CreateTPHNotNullCheckConstraint ( TableRef tblName, string colName, ObjectClass objClass ) : void | ||
CreateValueTypePropertyNullable ( TableRef tblName, ValueTypeProperty prop, string colName, bool withDefault ) : void | ||
Delete_1_1_Relation_DropColumns ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, RelationEndRole role ) : void | ||
DoNewSchema ( string schemaName ) : void | ||
IsNewSchema ( string schemaName ) : bool | ||
IsParentOf ( ObjectClass objClass, ObjectClass child ) : bool | ||
New_1_1_Relation_CreateColumns ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, RelationEndRole role ) : void | ||
PostMigration ( ClassMigrationEventType classMigrationEventType, ObjectClass savedObjClass, ObjectClass objClass ) : void | ||
PostMigration ( PropertyMigrationEventType propertyMigrationEventType, System.Property savedObjProperty, System.Property objProperty ) : void | ||
PostMigration ( RelationMigrationEventType relationMigrationEventType, Relation savedObjRelation, Relation objRelation ) : void | ||
PreMigration ( ClassMigrationEventType classMigrationEventType, ObjectClass savedObjClass, ObjectClass objClass ) : bool | ||
PreMigration ( PropertyMigrationEventType propertyMigrationEventType, System.Property savedObjProperty, System.Property objProperty ) : bool | ||
PreMigration ( RelationMigrationEventType relationMigrationEventType, Relation savedObjRelation, Relation objRelation ) : bool | ||
TryInspect_1_1_Relation ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, RelationEndRole role, TableRef &tblName, TableRef &refTblName, string &assocName, string &colName, string &idxName ) : bool | ||
TryInspect_1_N_Relation ( Relation rel, string &assocName, RelationEnd &relEnd, RelationEnd &otherEnd, TableRef &tblName, TableRef &refTblName, string &colName, bool &hasPersistentOrder, string &listPosName ) : bool |
Tries to dissect a relation for the 1_N case.
|
|
TryInspect_N_M_Relation ( Relation rel, string &assocName, TableRef &tblName, string &fkAName, string &fkBName, ObjectClass &aType, ObjectClass &bType ) : bool | ||
WriteDefaultValue ( TableRef tblName, string colName, DefaultConstraint def, IEnumerable |
public DoChangeDefaultValue ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoChangeIndexConstraint ( IndexConstraint uc ) : void | ||
uc | IndexConstraint | |
리턴 | void |
public DoChangeObjectClassACL ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoChangeObjectClassInheritance ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoChangeRelationEndTypes ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationName ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_1_1_to_1_n ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_1_1_to_n_m ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_1_n_to_1_1 ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_1_n_to_n_m ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_n_m_to_1_1 ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeRelationType_from_n_m_to_1_n ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoChangeTphToTpt ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoChangeTptToTph ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoChangeValueTypeProperty_To_NotNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoChangeValueTypeProperty_To_Nullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoChange_1_1_Storage ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoCreateOrReplaceUpdateRightsTrigger ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoCreateRefreshAllRightsProcedure ( List |
||
allACLTables | List |
|
리턴 | void |
public DoCreateRightsViewUnmaterialized ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoCreateUpdateRightsTrigger ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public DoDeleteCompoundObjectProperty ( ObjectClass objClass, CompoundObjectProperty savedCProp, string prefix ) : void | ||
objClass | ObjectClass | |
savedCProp | CompoundObjectProperty | |
prefix | string | |
리턴 | void |
public DoDeleteCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty savedCProp, string prefix ) : void | ||
objClass | ObjectClass | |
savedCProp | CompoundObjectProperty | |
prefix | string | |
리턴 | void |
public DoDeleteIndexConstraint ( IndexConstraint uc ) : void | ||
uc | IndexConstraint | |
리턴 | void |
public DoDeleteObjectClass ( ObjectClass savedObjClass ) : void | ||
savedObjClass | ObjectClass | |
리턴 | void |
public DoDeleteObjectClassSecurityRules ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoDeleteValueTypeProperty ( ObjectClass objClass, ValueTypeProperty savedProp, string prefix ) : void | ||
objClass | ObjectClass | |
savedProp | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoDeleteValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty savedProp, string prefix ) : void | ||
objClass | ObjectClass | |
savedProp | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoDelete_1_1_Relation ( Relation savedRel ) : void | ||
savedRel | Relation | |
리턴 | void |
public DoDelete_1_N_Relation ( Relation savedRel ) : void | ||
savedRel | Relation | |
리턴 | void |
public DoDelete_N_M_Relation ( Relation savedRel ) : void | ||
savedRel | Relation | |
리턴 | void |
public DoMoveCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
objClass | ObjectClass | |
cprop | CompoundObjectProperty | |
리턴 | void |
public DoMoveValueTypeProperty ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoMoveValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
리턴 | void |
public DoNewCompoundObjectProperty ( ObjectClass objClass, CompoundObjectProperty cprop, string prefix ) : void | ||
objClass | ObjectClass | |
cprop | CompoundObjectProperty | |
prefix | string | |
리턴 | void |
public DoNewCompoundObjectPropertyList ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
objClass | ObjectClass | |
cprop | CompoundObjectProperty | |
리턴 | void |
public DoNewIndexConstraint ( IndexConstraint uc ) : void | ||
uc | IndexConstraint | |
리턴 | void |
public DoNewObjectClass ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoNewObjectClassACL ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoNewObjectClassInheritance ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoNewValueTypePropertyList ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
리턴 | void |
public DoNewValueTypePropertyNotNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoNewValueTypePropertyNullable ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public DoRemoveObjectClassInheritance ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoRenameCompoundObjectPropertyListName ( ObjectClass objClass, CompoundObjectProperty cprop ) : void | ||
objClass | ObjectClass | |
cprop | CompoundObjectProperty | |
리턴 | void |
public DoRenameObjectClassACL ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoRenameObjectClassTable ( ObjectClass objClass ) : void | ||
objClass | ObjectClass | |
리턴 | void |
public DoRenameValueTypePropertyListName ( ObjectClass objClass, ValueTypeProperty prop ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
리턴 | void |
public DoRenameValueTypePropertyName ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : void | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | void |
public Do_1_1_RelationChange_FromNotNullable_To_Nullable ( Relation rel, RelationEndRole role ) : void | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | void |
public Do_1_1_RelationChange_FromNullable_To_NotNullable ( Relation rel, RelationEndRole role ) : void | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | void |
public Do_1_N_RelationChange_FromIndexed_To_NotIndexed ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public Do_1_N_RelationChange_FromNotIndexed_To_Indexed ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public Do_1_N_RelationChange_FromNotNullable_To_Nullable ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public Do_1_N_RelationChange_FromNullable_To_NotNullable ( Relation rel ) : void | ||
rel | Relation | |
리턴 | void |
public Do_N_M_RelationChange_FromIndexed_To_NotIndexed ( Relation rel, RelationEndRole role ) : void | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | void |
public Do_N_M_RelationChange_FromNotIndexed_To_Indexed ( Relation rel, RelationEndRole role ) : void | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | void |
public IsChangeDefaultValue ( System.Property prop ) : bool | ||
prop | System.Property | |
리턴 | bool |
public IsChangeIndexConstraint ( IndexConstraint uc ) : bool | ||
uc | IndexConstraint | |
리턴 | bool |
public IsChangeObjectClassACL ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsChangeObjectClassInheritance ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsChangeRelationEndTypes ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationName ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_1_1_to_1_n ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_1_1_to_n_m ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_1_n_to_1_1 ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_1_n_to_n_m ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_n_m_to_1_1 ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeRelationType_from_n_m_to_1_n ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsChangeTphToTpt ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsChangeTptToTph ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsChangeValueTypeProperty_To_NotNullable ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsChangeValueTypeProperty_To_Nullable ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsChange_1_1_Storage ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsDeleteCompoundObjectProperty ( CompoundObjectProperty savedCProp ) : bool | ||
savedCProp | CompoundObjectProperty | |
리턴 | bool |
public IsDeleteCompoundObjectPropertyList ( CompoundObjectProperty savedCProp ) : bool | ||
savedCProp | CompoundObjectProperty | |
리턴 | bool |
public IsDeleteIndexConstraint ( IndexConstraint uc ) : bool | ||
uc | IndexConstraint | |
리턴 | bool |
public IsDeleteObjectClass ( ObjectClass savedObjClass ) : bool | ||
savedObjClass | ObjectClass | |
리턴 | bool |
public IsDeleteObjectClassSecurityRules ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsDeleteValueTypeProperty ( ValueTypeProperty savedProp ) : bool | ||
savedProp | ValueTypeProperty | |
리턴 | bool |
public IsDeleteValueTypePropertyList ( ValueTypeProperty savedProp ) : bool | ||
savedProp | ValueTypeProperty | |
리턴 | bool |
public IsDelete_1_1_Relation ( Relation savedRel ) : bool | ||
savedRel | Relation | |
리턴 | bool |
public IsDelete_1_N_Relation ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public IsDelete_N_M_Relation ( Relation savedRel ) : bool | ||
savedRel | Relation | |
리턴 | bool |
public IsMoveCompoundObjectPropertyList ( CompoundObjectProperty prop ) : bool | ||
prop | CompoundObjectProperty | |
리턴 | bool |
public IsMoveValueTypeProperty ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsMoveValueTypePropertyList ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsNewCompoundObjectProperty ( CompoundObjectProperty prop ) : bool | ||
prop | CompoundObjectProperty | |
리턴 | bool |
public IsNewCompoundObjectPropertyList ( CompoundObjectProperty prop ) : bool | ||
prop | CompoundObjectProperty | |
리턴 | bool |
public IsNewIndexConstraint ( IndexConstraint uc ) : bool | ||
uc | IndexConstraint | |
리턴 | bool |
public IsNewObjectClass ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsNewObjectClassACL ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsNewObjectClassInheritance ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsNewValueTypePropertyList ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsNewValueTypePropertyNotNullable ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsNewValueTypePropertyNullable ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsRemoveObjectClassInheritance ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsRenameCompoundObjectPropertyListName ( CompoundObjectProperty prop ) : bool | ||
prop | CompoundObjectProperty | |
리턴 | bool |
public IsRenameObjectClassACL ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsRenameObjectClassTable ( ObjectClass objClass ) : bool | ||
objClass | ObjectClass | |
리턴 | bool |
public IsRenameValueTypePropertyListName ( ValueTypeProperty prop ) : bool | ||
prop | ValueTypeProperty | |
리턴 | bool |
public IsRenameValueTypePropertyName ( ObjectClass objClass, ValueTypeProperty prop, string prefix ) : bool | ||
objClass | ObjectClass | |
prop | ValueTypeProperty | |
prefix | string | |
리턴 | bool |
public Is_1_1_RelationChange_FromNotNullable_To_Nullable ( Relation rel, RelationEndRole role ) : bool | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | bool |
public Is_1_1_RelationChange_FromNullable_To_NotNullable ( Relation rel, RelationEndRole role ) : bool | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | bool |
public Is_1_N_RelationChange_FromIndexed_To_NotIndexed ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public Is_1_N_RelationChange_FromNotIndexed_To_Indexed ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public Is_1_N_RelationChange_FromNotNullable_To_Nullable ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public Is_1_N_RelationChange_FromNullable_To_NotNullable ( Relation rel ) : bool | ||
rel | Relation | |
리턴 | bool |
public Is_N_M_RelationChange_FromIndexed_To_NotIndexed ( Relation rel, RelationEndRole role ) : bool | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | bool |
public Is_N_M_RelationChange_FromNotIndexed_To_Indexed ( Relation rel, RelationEndRole role ) : bool | ||
rel | Relation | |
role | RelationEndRole | |
리턴 | bool |