Module org.seasar.doma.core
Package org.seasar.doma.jdbc.type
package org.seasar.doma.jdbc.type
Provides JDBC types.
-
ClassDescriptionA skeletal implementation for the
JdbcTypeinterface .A JDBC type for RDBMS specific SQL type andResultSet.A JDBC type forTypes.ARRAYandArray.A JDBC type forTypes.DECIMALandBigDecimal.A JDBC type forTypes.BIGINTandBigInteger.A JDBC type forTypes.BLOBandBlob.A JDBC type forTypes.BOOLEANandBoolean.A JDBC type forTypes.BINARYandbyte[].A JDBC type forTypes.SMALLINTandByte.A JDBC type forTypes.CLOBandClob.A JDBC type forTypes.DATEandDate.A JDBC type forTypes.DOUBLEandDouble.A JDBC type forTypes.VARCHARandEnum.A JDBC type forTypes.FLOATandFloat.A JDBC type forTypes.INTEGERandBoolean.A JDBC type forTypes.INTEGERandInteger.JdbcType<T>An object that converts JDBC data from SQL types to Java types, and vice versa.Singleton objects ofJdbcTypeimplementation classes.A JDBC type forTypes.TIMESTAMPandLocalDateTime.A JDBC type forTypes.DATEandLocalDate.A JDBC type forTypes.TIMEandLocalTime.A JDBC type forTypes.BIGINTandLong.A JDBC type forTypes.NCLOBandNClob.A JDBC type forTypes.NVARCHARandString.A JDBC type forTypes.OTHERandObject.A JDBC type forTypes.OTHER.A JDBC type forTypes.SMALLINTandShort.A JDBC type forTypes.SQLXMLandSQLXML.A JDBC type forTypes.VARCHARandString.A JDBC type forTypes.TIMESTAMPandTimestamp.A JDBC type forTypes.TIMEandTime.A JDBC type forTypes.TIMESTAMPandDate.