Package org.firebirdsql.gds.ng.fields
-
Interface Summary Interface Description BlrCalculator Interface for calculating the blr (binary language representation) of a row. -
Class Summary Class Description FieldDescriptor The classFieldDescriptor
contains the column metadata of the XSQLVAR server data structure used to describe one column for input or output.RowDescriptor The classRowDescriptor
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 immutableRowDescriptor
.RowValue Collection of values of fields.RowValueBuilder Builder forRowValue
instances.