Support for Data Types
Table 1 lists the data types supported by KOVAE. Other data types are not supported so far.
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 |
Parent topic: Support for Execution Plans