Class SQLResult.SQLRow

java.lang.Object
org.jenkinsci.plugins.ibmisteps.model.SQLResult.SQLRow
All Implemented Interfaces:
Serializable
Enclosing class:
SQLResult

public static class SQLResult.SQLRow extends Object implements Serializable
See Also:
  • Constructor Details

    • SQLRow

      public SQLRow()
  • Method Details

    • getCells

      public Map<String,Object> getCells()
    • get

      @CheckForNull public Object get(String column)
    • getString

      @CheckForNull public String getString(String column)
    • getInt

      @CheckForNull public Integer getInt(String column)
    • getDouble

      @CheckForNull public Double getDouble(String column)
    • getFloat

      @CheckForNull public Float getFloat(String column)
    • getShort

      @CheckForNull public Short getShort(String column)
    • getBigDecimal

      @CheckForNull public BigDecimal getBigDecimal(String column)
    • getDate

      @CheckForNull public Date getDate(String column)
    • getTime

      @CheckForNull public Time getTime(String column)
    • getTimeStamp

      @CheckForNull public Timestamp getTimeStamp(String column)