Module odo.core

Class ResultSetWrapper

java.lang.Object
net.odoframework.sql.ResultSetWrapper

public class ResultSetWrapper
extends Object
  • Constructor Details

    • ResultSetWrapper

      public ResultSetWrapper​(ResultSet resultSet)
  • Method Details

    • get

      public <T> T get​(int col)
    • get

      public <T> T get​(String col)
    • getInt

      public int getInt​(int col)
    • getInt

      public int getInt​(String col)
    • getLong

      public Long getLong​(int col)
    • getFloat

      public Float getFloat​(int col)
    • getFloat

      public Float getFloat​(String col)
    • getDouble

      public Double getDouble​(int col)
    • getDouble

      public Double getDouble​(String col)
    • getLong

      public Long getLong​(String col)
    • getShort

      public Short getShort​(int col)
    • getShort

      public Short getShort​(String col)
    • getByte

      public Byte getByte​(String col)
    • getByte

      public Byte getByte​(int col)
    • getBoolean

      public Boolean getBoolean​(String col)
    • getBytes

      public byte[] getBytes​(int col)
    • getBytes

      public byte[] getBytes​(String col)
    • getString

      public String getString​(int col)
    • getString

      public String getString​(String col)
    • getArray

      public Array getArray​(String col)
    • getArray

      public Array getArray​(int col)
    • getNString

      public String getNString​(int col)
    • getNString

      public String getNString​(String col)
    • getClob

      public Clob getClob​(String col)
    • getClob

      public Clob getClob​(int col)
    • getBlob

      public Blob getBlob​(int col)
    • getBlob

      public Blob getBlob​(String col)
    • getAsciiStream

      public InputStream getAsciiStream​(String col)
    • getAsciiStream

      public InputStream getAsciiStream​(int col)
    • getBinaryStream

      public InputStream getBinaryStream​(int col)
    • getBinaryStream

      public InputStream getBinaryStream​(String col)
    • getCharacterStream

      public Reader getCharacterStream​(String col)
    • getCharacterStream

      public Reader getCharacterStream​(int col)
    • getNCharacterStream

      public Reader getNCharacterStream​(String col)
    • getNCharacterStream

      public Reader getNCharacterStream​(int col)
    • getRowId

      public RowId getRowId​(int col)
    • getRowId

      public RowId getRowId​(String col)
    • getRow

      public int getRow()
    • getTime

      public LocalTime getTime​(int col)
    • getTime

      public LocalTime getTime​(String col)
    • getDate

      public LocalDate getDate​(String col)
    • getDate

      public LocalDate getDate​(int col)
    • getDateTime

      public LocalDateTime getDateTime​(int col)
    • getDateTime

      public LocalDateTime getDateTime​(String col)
    • next

      public boolean next()