Interface | Description |
---|---|
RangeRecord |
A record whose each field value is a
constant range . |
Record |
A record.
|
Class | Description |
---|---|
BigIntConstant | |
BigIntType | |
Constant |
An abstract class that denotes a value of a supported
type . |
ConstantRange |
A range of
constants . |
DoubleConstant |
The class that wraps Java doubles as database constants.
|
DoubleConstantRange | |
DoubleType | |
IntegerConstant |
The class that wraps Java ints as database constants.
|
IntegerType | |
RecordComparator |
A comparator for records.
|
Schema |
The schema of a table, which contains the name and type of each field of the
table.
|
Type |
An abstract class that denotes a supported SQL type.
|
VarcharConstant |
The class that wraps Java strings as database constants.
|
VarcharConstantRange | |
VarcharType |
Exception | Description |
---|---|
SchemaIncompatibleException |
A runtime exception indicating that the string transaction wants to write
exceeds limit in schema definition.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.