SqlScriptColumnTypeMap
SqlScriptColumnTypeMap class
Represents column type map.
class SqlScriptColumnTypeMap;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getStringType() | Gets string type in the database. |
getNumbericType() | Gets numeric type in the database. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
getStringType()
Gets string type in the database.
getStringType() : string;
getNumbericType()
Gets numeric type in the database.
getNumbericType() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;