Package wsatools :: Package DbConnect :: Module Schema :: Class UniquenessConstraint
[hide private]

Class UniquenessConstraint

source code


A uniqueness constraint schema.

Instance Methods [hide private]

Inherited from _Constraint: createSQL, dropSQL

Inherited from _Schema: __cmp__, __str__, createCommand, parseName

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  constraintType = 'UNIQUE'
SQL ID for specific type of constraint.

Inherited from _Constraint: attrList, identifier, tableName, withOpts

Inherited from _Schema: name, releasable, schemaFileName

Properties [hide private]

Inherited from object: __class__