SqlScriptColumnTypeMap

SqlScriptColumnTypeMap class

Represents column type map.

class SqlScriptColumnTypeMap;

Constructors

ConstructorDescription
constructor()Default Constructor.

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
getStringType()Gets string type in the database.
getNumbericType()Gets numeric type in the database.
getNumberType()Gets numeric type in the database.

constructor()

Default Constructor.

constructor();

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getStringType()

Gets string type in the database.

getStringType() : string;

getNumbericType()

Gets numeric type in the database.

getNumbericType() : string;

Remarks

NOTE: This method is now obsolete. Instead, please use SqlScriptColumnTypeMap.GetNumberType() method . This method will be removed 6 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.

getNumberType()

Gets numeric type in the database.

getNumberType() : string;