public class Record extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(String column) |
BigDecimal |
getBigDecimal(String column) |
BigInteger |
getBigInt(String column) |
Boolean |
getBoolean(String column) |
byte[] |
getBytes(String column) |
String[] |
getColumns() |
Date |
getDate(String column) |
Double |
getDouble(String column) |
Float |
getFloat(String column) |
Integer |
getInt(String column) |
Long |
getLong(String column) |
Number |
getNumber(String column) |
String |
getString(String column) |
Time |
getTime(String column) |
Timestamp |
getTimestamp(String column) |
Object[] |
getValues() |
Record |
set(String column,
Object value) |
public BigInteger getBigInt(String column)
public BigDecimal getBigDecimal(String column)
public byte[] getBytes(String column)
public String[] getColumns()
public Object[] getValues()
Copyright © 2020. All rights reserved.