BIGINT type, represented by long.
BOOLEAN type, represented by boolean
.
DATE type, represented by LocalDate.
DECIMAL type, represented by BigDecimal.
DOUBLE type, represented by number
.
INTEGER type, represented by number
.
JSON type, represented by HazelcastJsonValue and JS objects
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 LocalTime.
TIMESTAMP type, represented by LocalDateTime.
TIMESTAMP_WITH_TIME_ZONE type, represented by OffsetDateTime.
TINYINT type, represented by number
.
VARCHAR type, represented by string
.
Generated using TypeDoc
SqlColumnType represents the datatype of a SqlColumnMetadata.