限定符和类型 | 字段和说明 |
---|---|
static ValueAdaptor |
asBigDecimal
大数适配器
|
static ValueAdaptor |
asBinaryStream |
static ValueAdaptor |
asBoolean
布尔适配器
对 Oracle,Types.BOOLEAN 对于 setNull 是不工作的 因此 OracleExpert 会用一个新的
Adaptor 处理自己这种特殊情况
|
static ValueAdaptor |
asByte
字节适配器
|
static ValueAdaptor |
asBytes
字节数组适配器
|
static ValueAdaptor |
asCalendar
日历适配器
|
static ValueAdaptor |
asChar
字符适配器
|
static ValueAdaptor |
asDate
日期适配器
|
static ValueAdaptor |
asDouble
双精度浮点适配器
|
static ValueAdaptor |
asEnumChar
字符枚举适配器
|
static ValueAdaptor |
asEnumInt
数字枚举适配器
|
static ValueAdaptor |
asFloat
浮点适配器
|
static ValueAdaptor |
asInteger
整型适配器
|
static ValueAdaptor |
asLong
长整适配器
|
static ValueAdaptor |
asNull
空值适配器
|
static ValueAdaptor |
asObject
默认对象适配器
|
static ValueAdaptor |
asReader |
static ValueAdaptor |
asShort
短整型适配器
|
static ValueAdaptor |
asSqlDate
Sql 日期适配器
|
static ValueAdaptor |
asSqlTime
Sql 时间适配器
|
static ValueAdaptor |
asString
字符串适配器
|
static ValueAdaptor |
asTimestamp
时间戳适配器
|
构造器和说明 |
---|
Adaptor() |
public static final ValueAdaptor asNull
public static final ValueAdaptor asString
public static final ValueAdaptor asChar
public static final ValueAdaptor asInteger
public static final ValueAdaptor asBigDecimal
public static final ValueAdaptor asBoolean
对 Oracle,Types.BOOLEAN 对于 setNull 是不工作的 因此 OracleExpert 会用一个新的 Adaptor 处理自己这种特殊情况
public static final ValueAdaptor asLong
public static final ValueAdaptor asByte
public static final ValueAdaptor asShort
public static final ValueAdaptor asFloat
public static final ValueAdaptor asDouble
public static final ValueAdaptor asCalendar
public static final ValueAdaptor asTimestamp
public static final ValueAdaptor asDate
public static final ValueAdaptor asSqlDate
public static final ValueAdaptor asSqlTime
public static final ValueAdaptor asEnumInt
public static final ValueAdaptor asEnumChar
public static final ValueAdaptor asObject
public static final ValueAdaptor asBytes
public static final ValueAdaptor asBinaryStream
public static final ValueAdaptor asReader
Copyright © 2017. All rights reserved.