Rate This Document
Findability
Accuracy
Completeness
Readability

Support for Data Types

Table 1 lists the data types supported by KOVAE. Other data types are not supported so far.

Table 1 Supported data types

Data Type

Description

MYSQL_TYPE_LONG

Integer type

MYSQL_TYPE_DATE

Date type

MYSQL_TYPE_TIMESTAMP

Timestamp type

MYSQL_TYPE_STRING

Character string type (only the UTF8MB3 and UTF8MB4 character sets are supported)

MYSQL_TYPE_VARCHAR

Variable-length string type (only the UTF8MB3 and UTF8MB4 character sets are supported)

MYSQL_TYPE_FLOAT

Float type

MYSQL_TYPE_DOUBLE

Double type

MYSQL_TYPE_LONGLONG

BIGINT type

MYSQL_TYPE_DATETIME

Datetime type

MYSQL_TYPE_NEWDECIMAL

High-precision decimal or numeric type