类 RowImpl

  • 所有已实现的接口:
    Row

    public class RowImpl
    extends Object
    implements Row
    Row implementation.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      BigDecimal getBigDecimal​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
      BigDecimal getBigDecimal​(String fieldName)
      Retrieve the value for column `fieldName' as a decimal value.
      boolean getBoolean​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
      boolean getBoolean​(String fieldName)
      Retrieve the value for column `fieldName' as a boolean value.
      byte getByte​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a byte value.
      byte getByte​(String fieldName)
      Retrieve the value for column `fieldName' as a byte value.
      Date getDate​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a byte value.
      Date getDate​(String fieldName)
      Retrieve the value for column `fieldName' as a Date value.
      DbDoc getDbDoc​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
      DbDoc getDbDoc​(String fieldName)
      Retrieve the value for column `fieldName' as a DbDoc value.
      double getDouble​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a double value.
      double getDouble​(String fieldName)
      Retrieve the value for column `fieldName' as a double value.
      int getInt​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as an integer value.
      int getInt​(String fieldName)
      Retrieve the value for column `fieldName' as an integer value.
      long getLong​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a long value.
      long getLong​(String fieldName)
      Retrieve the value for column `fieldName' as a long value.
      String getString​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a string value.
      String getString​(String fieldName)
      Retrieve the value for column `fieldName' as a string value.
      Time getTime​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a byte value.
      Time getTime​(String fieldName)
      Retrieve the value for column `fieldName' as a Time value.
      Timestamp getTimestamp​(int pos)
      Retrieve the value for column at position `pos' (starting at 0) as a byte value.
      Timestamp getTimestamp​(String fieldName)
      Retrieve the value for column `fieldName' as a Timestamp value.
    • 方法详细资料

      • getBigDecimal

        public BigDecimal getBigDecimal​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a decimal value.
        指定者:
        getBigDecimal 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getBigDecimal

        public BigDecimal getBigDecimal​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
        指定者:
        getBigDecimal 在接口中 Row
        参数:
        pos - field position
        返回:
        value
      • getBoolean

        public boolean getBoolean​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a boolean value.
        指定者:
        getBoolean 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getBoolean

        public boolean getBoolean​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
        指定者:
        getBoolean 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getByte

        public byte getByte​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a byte value.
        指定者:
        getByte 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getByte

        public byte getByte​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a byte value.
        指定者:
        getByte 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getDate

        public Date getDate​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a Date value.
        指定者:
        getDate 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getDate

        public Date getDate​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a byte value.
        指定者:
        getDate 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getDbDoc

        public DbDoc getDbDoc​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a DbDoc value.
        指定者:
        getDbDoc 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getDbDoc

        public DbDoc getDbDoc​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
        指定者:
        getDbDoc 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getDouble

        public double getDouble​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a double value.
        指定者:
        getDouble 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getDouble

        public double getDouble​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a double value.
        指定者:
        getDouble 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getInt

        public int getInt​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as an integer value.
        指定者:
        getInt 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getInt

        public int getInt​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as an integer value.
        指定者:
        getInt 在接口中 Row
        参数:
        pos - field position field position
        返回:
        value
      • getLong

        public long getLong​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a long value.
        指定者:
        getLong 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getLong

        public long getLong​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a long value.
        指定者:
        getLong 在接口中 Row
        参数:
        pos - field position
        返回:
        value
      • getString

        public String getString​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a string value.
        指定者:
        getString 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getString

        public String getString​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a string value.
        指定者:
        getString 在接口中 Row
        参数:
        pos - field position
        返回:
        value
      • getTime

        public Time getTime​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a Time value.
        指定者:
        getTime 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getTime

        public Time getTime​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a byte value.
        指定者:
        getTime 在接口中 Row
        参数:
        pos - field position
        返回:
        value
      • getTimestamp

        public Timestamp getTimestamp​(String fieldName)
        从接口复制的说明: Row
        Retrieve the value for column `fieldName' as a Timestamp value.
        指定者:
        getTimestamp 在接口中 Row
        参数:
        fieldName - field name
        返回:
        value
      • getTimestamp

        public Timestamp getTimestamp​(int pos)
        从接口复制的说明: Row
        Retrieve the value for column at position `pos' (starting at 0) as a byte value.
        指定者:
        getTimestamp 在接口中 Row
        参数:
        pos - field position
        返回:
        value