SqlScriptColumnTypeMap class

SqlScriptColumnTypeMap class

Represents column type map.

The SqlScriptColumnTypeMap type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of SqlScriptColumnTypeMap

Methods

MethodDescription
get_string_type(self)Gets string type in the database.
get_numberic_type(self)Gets numeric type in the database.

See Also