Versions Compared

Key

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

...

In fact we like to use it as a multi-domain(multi-site) database, there will be an additional porperty for all entries called 'odl-id'.

...

The table structure mapping will be based on the yang-generated interface class and its getters. The java types were mapped like the followingthis:

Java TypeMariaDB Typedescription
BooleanBOOLEAN
ByteTINYINT
IntegerINTEGER
LongBIGINT
BigIntegerBIGINT
Uint8SMALLINT
Uint16INTEGER
Uint32BIGINT
Uint64BIGINT
DateAndTimeDATETIME
StringNVARCHAR(255)
Class<?> extends DataObjectJSON

...