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

Class PrimaryKeyConstraint

source code


A primary key 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 = 'PRIMARY KEY'
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__