Interface | Description |
---|---|
BlrCalculator |
Interface for calculating the blr (binary language representation) of a row.
|
Class | Description |
---|---|
FieldDescriptor |
The class
FieldDescriptor contains the column metadata of the XSQLVAR server
data structure used to describe one column for input or output. |
FieldValue |
Holder object for the value of a (statement) parameter or result set field.
|
RowDescriptor |
The class
RowDescriptor is a java mapping of the XSQLDA server data structure used to describe the row
metadata of one row for input or output. |
RowDescriptorBuilder |
Builder to construct an immutable
RowDescriptor . |
RowValue |
Collection of
FieldValue . |
RowValueBuilder |
Builder for
RowValue instances. |
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.