Class AerospikeRecordResultSet

java.lang.Object
com.aerospike.jdbc.sql.BaseResultSet<com.aerospike.client.Record>
com.aerospike.jdbc.sql.AerospikeRecordResultSet
All Implemented Interfaces:
IndexToLabelResultSet, SimpleWrapper, UpdateResultSet, AutoCloseable, ResultSet, Wrapper

public class AerospikeRecordResultSet extends BaseResultSet<com.aerospike.client.Record>
  • Constructor Details

  • Method Details

    • getObject

      public Object getObject(String columnLabel)
      Specified by:
      getObject in interface ResultSet
      Overrides:
      getObject in class BaseResultSet<com.aerospike.client.Record>
    • getString

      public String getString(String columnLabel)
    • getBoolean

      public boolean getBoolean(String columnLabel)
    • getByte

      public byte getByte(String columnLabel)
    • getShort

      public short getShort(String columnLabel)
    • getInt

      public int getInt(String columnLabel)
    • getLong

      public long getLong(String columnLabel)
    • getFloat

      public float getFloat(String columnLabel)
    • getDouble

      public double getDouble(String columnLabel)
    • getBigDecimal

      public BigDecimal getBigDecimal(String columnLabel, int scale)
    • getBytes

      public byte[] getBytes(String columnLabel)