Package org.firebirdsql.gds.ng.fields


package org.firebirdsql.gds.ng.fields
  • Class
    Description
    Interface 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 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.
    Builder to construct an immutable RowDescriptor.
    Collection of values of fields.
    Builder for RowValue instances.