class documentation

class ColumnDescription(Data): (source)

Constructor: ColumnDescription(*args, **kwargs)

View In Hierarchy

Undocumented

Class Variable columnIndex Undocumented
Class Variable comment Undocumented
Class Variable default Undocumented
Class Variable geometrySrid Undocumented
Class Variable geometryType Undocumented
Class Variable hasDefault Undocumented
Class Variable isAutoincrement Undocumented
Class Variable isNullable Undocumented
Class Variable isPrimaryKey Undocumented
Class Variable isUnique Undocumented
Class Variable name Undocumented
Class Variable nativeType Undocumented
Class Variable options Undocumented
Class Variable type Undocumented

Inherited from Data:

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
columnIndex: int = (source)

Undocumented

comment: str = (source)

Undocumented

default: str = (source)

Undocumented

geometrySrid: int = (source)

Undocumented

Undocumented

hasDefault: bool = (source)

Undocumented

isAutoincrement: bool = (source)

Undocumented

isNullable: bool = (source)

Undocumented

isPrimaryKey: bool = (source)

Undocumented

isUnique: bool = (source)

Undocumented

name: str = (source)

Undocumented

nativeType: str = (source)

Undocumented

options: dict = (source)

Undocumented