SqlScriptColumnTypeMap Class
SqlScriptColumnTypeMap class
Represents column type map.
type SqlScriptColumnTypeMap struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSqlScriptColumnTypeMap | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetStringType | Gets string type in the database. |
GetNumbericType | Gets numeric type in the database. |