| Interface | Description |
|---|---|
| BaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| ColumnType |
The "type" specifies the type of data stored in this column.
|
| Class | Description |
|---|---|
| AtomicColumnType |
The "atomic-type" specifies the type of data stored in this column.
|
| BaseTypeFactory |
BaseType Factory class.
|
| BooleanBaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| ColumnTypeFactory |
ColumnType Factory class.
|
| IntegerBaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| KeyValuedColumnType |
a JSON object that describes the type of a database column, with key and
value.
|
| RealBaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| StringBaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| UuidBaseType |
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
|
| Enum | Description |
|---|---|
| ColumnTypeFactory.Type |
Those Json's key/value pairs.
|
| UuidBaseType.RefType |
RefType is strong or weak.
|