This package contains classes for SQL types that NanoDB uses during
storage and evaluation. Typically, NanoDB will use standard Java classes
to represent values (e.g. java.lang.String
for CHAR
and VARCHAR types). However, in some situations this is not
possible because the standard Java types aren't completely suitable.