SqlScriptColumnTypeMap

SqlScriptColumnTypeMap class

Represents column type map.

class SqlScriptColumnTypeMap;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getStringType()Gets string type in the database.
getNumbericType()Gets numeric type in the database.

constructor()

Default Constructor.

constructor();

getStringType()

Gets string type in the database.

getStringType() : string;

getNumbericType()

Gets numeric type in the database.

getNumbericType() : string;