315316317318319320321322323324325
); dd.addConstraintDescriptor(conDesc, tc); break; case DataDictionary.CHECK_CONSTRAINT: conDesc = ddg.newCheckConstraintDescriptor( td, constraintName, false, //deferable, false, //initiallyDeferred, constraintId, constraintText,
579580581582583584585586587588589
{ SanityManager.ASSERT(referenceCount == 0, "REFERENCECOUNT column is nonzero for check constraint"); } constraintDesc = ddg.newCheckConstraintDescriptor( td, constraintName, false, //deferable, false, //initiallyDeferred, constraintUUID,
306307308309310311312313314315316