Class NetSqldta


class NetSqldta extends NetCursor
  • Constructor Details

    • NetSqldta

      NetSqldta(NetAgent netAgent)
  • Method Details

    • next

      public boolean next() throws SqlException
      Description copied from class: Cursor
      Makes the next row the current row. Returns true if the current row position is a valid row position.
      Overrides:
      next in class Cursor
      Returns:
      true if current row position is valid
      Throws:
      SqlException - if an error occurs
    • calculateColumnOffsetsForRow

      protected boolean calculateColumnOffsetsForRow()
    • skipFdocaBytes

      private int skipFdocaBytes(int length)
    • readFdocaOneByte

      private int readFdocaOneByte()
    • readFdocaTwoByteLength

      private int readFdocaTwoByteLength()