BIGINT type, represented by long.
BOOLEAN type, represented by boolean.
DATE type, represented by string.
DECIMAL type, represented by string.
DOUBLE type, represented by number.
INTEGER type, represented by number.
The type of the generic SQL NULL literal.
							The only valid value of NULL type is null.
OBJECT type, could be represented by any class.
REAL type, represented by number.
SMALLINT type, represented by number.
TIME type, represented by string.
TIMESTAMP type, represented by string.
TIMESTAMP_WITH_TIME_ZONE type, represented by string.
TINYINT type, represented by number.
VARCHAR type, represented by string.
Generated using TypeDoc
SqlColumnType represents the datatype of a SqlColumnMetadata.