Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 TypeMariaDB Typedescription
BooleanBOOLEAN
ByteTINYINT
IntegerINTEGER
LongBIGINT
BigIntegerBIGINT
Uint8SMALLINT
Uint16INTEGER
Uint32BIGINT
Uint64BIGINT
DateAndTimeDATETIME
StringNVARCHAR(255)