パッケージ
org.seasar.doma.jdbc.type の使用

org.seasar.doma.jdbc.type を使用しているパッケージ
org.seasar.doma.jdbc JDBC に関するインタフェースやクラスを提供します。 
org.seasar.doma.jdbc.dialect RDBMS の方言を提供します。 
org.seasar.doma.jdbc.type JDBC の型を提供します。 
 

org.seasar.doma.jdbc により使用される org.seasar.doma.jdbc.type のクラス
JdbcType
          JDBC の型を表現します。
 

org.seasar.doma.jdbc.dialect により使用される org.seasar.doma.jdbc.type のクラス
AbstractJdbcType
          JdbcType の骨格実装です。
AbstractResultSetType
          ResultSet 用の JdbcType のための骨格実装です。
JdbcType
          JDBC の型を表現します。
 

org.seasar.doma.jdbc.type により使用される org.seasar.doma.jdbc.type のクラス
AbstractJdbcType
          JdbcType の骨格実装です。
ArrayType
          Array 用の JdbcType の実装です。
BigDecimalType
          BigDecimal 用の JdbcType の実装です。
BigIntegerType
          BigInteger 用の JdbcType の実装です。
BlobType
          Blob 用の JdbcType の実装です。
BooleanType
          Boolean 用の JdbcType の実装です。
BytesType
          byte[] 用の JdbcType の実装です。
ByteType
          Byte 用の JdbcType の実装です。
ClobType
          Clob 用の JdbcType の実装です。
DateType
          Date 用の JdbcType の実装です。
DoubleType
          Double 用の JdbcType の実装です。
FloatType
          Float 用の JdbcType の実装です。
IntegerAdaptiveBooleanType
          Boolean を JDBCの Integer に適応させる JdbcType の実装です。
IntegerType
          Integer 用の JdbcType の実装です。
JdbcType
          JDBC の型を表現します。
LongType
          Long 用の JdbcType の実装です。
NClobType
          NClob 用の JdbcType の実装です。
NStringType
          String 用の JdbcType の実装です。
ObjectType
          Object 用の JdbcType の実装です。
ShortType
          Short 用の JdbcType の実装です。
StringType
          String 用の JdbcType の実装です。
TimestampType
          Timestamp 用の JdbcType の実装です。
TimeType
          Time 用の JdbcType の実装です。
UtilDateType
          Date 用の JdbcType の実装です。
 



Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.