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

Class ClusteredIndex

source code


A database clustered index schema.

Instance Methods [hide private]
str
createCommand(self)
Returns: Unique beginning of a create statement for this object in an SQL script.
source code

Inherited from Index: createSQL, dropSQL

Inherited from _Schema: __cmp__, __str__, parseName

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

Class Variables [hide private]

Inherited from Index: attrList, fileGroup, fillFactor, identifier, tableName

Inherited from _Schema: name, releasable, schemaFileName

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

createCommand(self)

source code 
Returns: str
Unique beginning of a create statement for this object in an SQL script.
Overrides: _Schema.createCommand