类 AbstractResultsetRows

    • 字段详细资料

      • BEFORE_START_OF_ROWS

        protected static final int BEFORE_START_OF_ROWS
        另请参阅:
        常量字段值
      • metadata

        protected ColumnDefinition metadata
        Field-level metadata from the server. We need this, because it is not sent for each batch of rows, but we need the metadata to unpack the results for each field.
      • currentPositionInFetchedRows

        protected int currentPositionInFetchedRows
        Position in cache of rows, used to determine if we need to fetch more rows from the server to satisfy a request for the next row.
      • wasEmpty

        protected boolean wasEmpty
    • 构造器详细资料

      • AbstractResultsetRows

        public AbstractResultsetRows()