| Interface | Description |
|---|---|
| Modifiers.Parser |
Parses a type modifier into a name=value hash map
|
| Type.Codec.Decoder |
Decodes the given data into a Java language object
|
| Type.Codec.Encoder |
Encodes the given Java language as data the server expects.
|
| Class | Description |
|---|---|
| ArrayType |
A database array type.
|
| BaseType |
A database primitive type
|
| CompositeType |
A database composite type.
|
| CompositeType.Attribute |
An attribute of the composite type.
|
| DomainType |
A database domain type.
|
| EnumerationType |
A database enumeration type.
|
| Modifiers | |
| PsuedoType |
A database psuedo type.
|
| RangeType |
A database range type.
|
| Registry |
Storage and loading for all the known types of a given context.
|
| Type |
Represents a single type in the databases known types table.
|
| Type.Codec |
A pair of related interface methods to encode/decode a type in a
specific format.
|
| Enum | Description |
|---|---|
| PrimitiveType | |
| Type.Category |
Copyright © 2013–2017 impossibl.com. All rights reserved.