org.nutz.dao.jdbc
类 Jdbcs.Adaptor

java.lang.Object
  继承者 org.nutz.dao.jdbc.Jdbcs.Adaptor
包容类:
Jdbcs

public static class Jdbcs.Adaptor
extends java.lang.Object


字段摘要
static ValueAdaptor asBigDecimal
          大数适配器
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 asShort
          短整型适配器
static ValueAdaptor asSqlDate
          Sql 日期适配器
static ValueAdaptor asSqlTime
          Sql 时间适配器
static ValueAdaptor asString
          字符串适配器
static ValueAdaptor asTimestamp
          时间戳适配器
 
构造方法摘要
Jdbcs.Adaptor()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

asNull

public static final ValueAdaptor asNull
空值适配器


asString

public static final ValueAdaptor asString
字符串适配器


asChar

public static final ValueAdaptor asChar
字符适配器


asInteger

public static final ValueAdaptor asInteger
整型适配器


asBigDecimal

public static final ValueAdaptor asBigDecimal
大数适配器


asBoolean

public static final ValueAdaptor asBoolean
布尔适配器

对 Oracle,Types.BOOLEAN 对于 setNull 是不工作的 因此 OracleExpert 会用一个新的 Adaptor 处理自己这种特殊情况


asLong

public static final ValueAdaptor asLong
长整适配器


asByte

public static final ValueAdaptor asByte
字节适配器


asShort

public static final ValueAdaptor asShort
短整型适配器


asFloat

public static final ValueAdaptor asFloat
浮点适配器


asDouble

public static final ValueAdaptor asDouble
双精度浮点适配器


asCalendar

public static final ValueAdaptor asCalendar
日历适配器


asTimestamp

public static final ValueAdaptor asTimestamp
时间戳适配器


asDate

public static final ValueAdaptor asDate
日期适配器


asSqlDate

public static final ValueAdaptor asSqlDate
Sql 日期适配器


asSqlTime

public static final ValueAdaptor asSqlTime
Sql 时间适配器


asEnumInt

public static final ValueAdaptor asEnumInt
数字枚举适配器


asEnumChar

public static final ValueAdaptor asEnumChar
字符枚举适配器


asObject

public static final ValueAdaptor asObject
默认对象适配器


asBytes

public static final ValueAdaptor asBytes
字节数组适配器

构造方法详细信息

Jdbcs.Adaptor

public Jdbcs.Adaptor()