类 RowImpl
- java.lang.Object
-
- com.mysql.cj.xdevapi.RowImpl
-
-
构造器概要
构造器 构造器 说明 RowImpl(Row row, ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)Constructor.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BigDecimalgetBigDecimal(int pos)Retrieve the value for column at position `pos' (starting at 0) as a decimal value.BigDecimalgetBigDecimal(String fieldName)Retrieve the value for column `fieldName' as a decimal value.booleangetBoolean(int pos)Retrieve the value for column at position `pos' (starting at 0) as a boolean value.booleangetBoolean(String fieldName)Retrieve the value for column `fieldName' as a boolean value.bytegetByte(int pos)Retrieve the value for column at position `pos' (starting at 0) as a byte value.bytegetByte(String fieldName)Retrieve the value for column `fieldName' as a byte value.DategetDate(int pos)Retrieve the value for column at position `pos' (starting at 0) as a byte value.DategetDate(String fieldName)Retrieve the value for column `fieldName' as aDatevalue.DbDocgetDbDoc(int pos)Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.DbDocgetDbDoc(String fieldName)Retrieve the value for column `fieldName' as a DbDoc value.doublegetDouble(int pos)Retrieve the value for column at position `pos' (starting at 0) as a double value.doublegetDouble(String fieldName)Retrieve the value for column `fieldName' as a double value.intgetInt(int pos)Retrieve the value for column at position `pos' (starting at 0) as an integer value.intgetInt(String fieldName)Retrieve the value for column `fieldName' as an integer value.longgetLong(int pos)Retrieve the value for column at position `pos' (starting at 0) as a long value.longgetLong(String fieldName)Retrieve the value for column `fieldName' as a long value.StringgetString(int pos)Retrieve the value for column at position `pos' (starting at 0) as a string value.StringgetString(String fieldName)Retrieve the value for column `fieldName' as a string value.TimegetTime(int pos)Retrieve the value for column at position `pos' (starting at 0) as a byte value.TimegetTime(String fieldName)Retrieve the value for column `fieldName' as aTimevalue.TimestampgetTimestamp(int pos)Retrieve the value for column at position `pos' (starting at 0) as a byte value.TimestampgetTimestamp(String fieldName)Retrieve the value for column `fieldName' as aTimestampvalue.
-
-
-
构造器详细资料
-
RowImpl
public RowImpl(Row row, ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)
Constructor.- 参数:
row-Rowinstance provided by c/J core.metadata-ColumnDefinitionobject to use for new rows.defaultTimeZone-TimeZoneobject representing the default time zonepset-PropertySet
-
-
方法详细资料
-
getBigDecimal
public BigDecimal getBigDecimal(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a decimal value.- 指定者:
getBigDecimal在接口中Row- 参数:
fieldName- field name- 返回:
- value
-
getBigDecimal
public BigDecimal getBigDecimal(int pos)
从接口复制的说明:RowRetrieve 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)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a boolean value.- 指定者:
getBoolean在接口中Row- 参数:
fieldName- field name- 返回:
- value
-
getBoolean
public boolean getBoolean(int pos)
从接口复制的说明:RowRetrieve 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)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a byte value.
-
getByte
public byte getByte(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a byte value.
-
getDate
public Date getDate(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as aDatevalue.
-
getDate
public Date getDate(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a byte value.
-
getDbDoc
public DbDoc getDbDoc(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a DbDoc value.
-
getDbDoc
public DbDoc getDbDoc(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
-
getDouble
public double getDouble(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a double value.
-
getDouble
public double getDouble(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a double value.
-
getInt
public int getInt(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as an integer value.
-
getInt
public int getInt(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as an integer value.
-
getLong
public long getLong(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a long value.
-
getLong
public long getLong(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a long value.
-
getString
public String getString(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as a string value.
-
getString
public String getString(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a string value.
-
getTime
public Time getTime(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as aTimevalue.
-
getTime
public Time getTime(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a byte value.
-
getTimestamp
public Timestamp getTimestamp(String fieldName)
从接口复制的说明:RowRetrieve the value for column `fieldName' as aTimestampvalue.- 指定者:
getTimestamp在接口中Row- 参数:
fieldName- field name- 返回:
- value
-
getTimestamp
public Timestamp getTimestamp(int pos)
从接口复制的说明:RowRetrieve the value for column at position `pos' (starting at 0) as a byte value.- 指定者:
getTimestamp在接口中Row- 参数:
pos- field position- 返回:
- value
-
-