| Interface | Description |
|---|---|
| PossrepObject |
A duro object of a scalar type with possible representations.
|
| Class | Description |
|---|---|
| ArrayType |
Instances of this class represent a DuroDBMS array type.
|
| ByteArray |
Instances of this class represent resizable byte arrays.
|
| DefaultPossrepObject |
This class is the default implementation of the PossrepObject interface.
|
| DSession |
The central class used by Java applications to access DuroDBMS.
|
| LocalSession | |
| NameTypePair |
Instances of this class represent a name/type pair.
|
| Possrep |
Instances of this class represent a possible representation.
|
| RelationType |
Instances of this class represent a DuroDBMS relation type.
|
| ScalarType |
Instances of this class represent a DuroDBMS scalar type.
|
| Tuple |
Instances of this class represent a DuroDBMS tuple.
|
| TupleType |
Instances of this class represent a DuroDBMS tuple type.
|
| Type |
This class is the abstract superclass of classes whose instances represent a
DuroDBMS type.
|
| UpdatableBoolean |
Instances of this class wrap a value of the primitive type boolean in an
object.
|
| UpdatableDouble |
Instances of this class wrap a value of the primitive type double in an
object.
|
| UpdatableInteger |
Instances of this class wrap a value of the primitive type int in an object.
|
| Exception | Description |
|---|---|
| DException |
Signals that a Duro exception has occurred.
|