SqlScriptColumnTypeMap Class

SqlScriptColumnTypeMap class

Represents column type map.


type SqlScriptColumnTypeMap struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSqlScriptColumnTypeMapDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetStringTypeGets string type in the database.
GetNumbericTypeGets numeric type in the database.