...
The table structure mapping will be based on the yang-generated interface class and its getters. The java types were mapped like the following:
Java Type | MariaDB Type | description |
---|---|---|
Boolean | BOOLEAN | |
Byte | TINYINT | |
Integer | INTEGER | |
Long | BIGINT | |
BigInteger | BIGINT | |
Uint8 | SMALLINT | |
Uint16 | INTEGER | |
Uint32 | BIGINT | |
Uint64 | BIGINT | |
DateAndTime | DATETIME | |
String | NVARCHAR(255) | |