Module org.firebirdsql.jaybird
Package org.firebirdsql.gds.ng.fields
@InternalApi
package org.firebirdsql.gds.ng.fields
Low-level field (column or parameter) descriptors, row descriptors, and row values.
- Since:
- 3
-
ClassDescriptionInterface for calculating the blr (binary language representation) of a row.The class
FieldDescriptor
contains the column metadata of the XSQLVAR server data structure used to describe one column for input or output.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.Builder to construct an immutableRowDescriptor
.Collection of values of fields.