java.lang.Object
org.seasar.doma.jdbc.type.AbstractJdbcType<T>
org.seasar.doma.jdbc.type.PortableObjectType<T>
- All Implemented Interfaces:
SqlLogFormatter<T>,JdbcType<T>
A JDBC type for
Types.OTHER.-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoConvertToLogFormat(T value) protected TdoGetValue(CallableStatement callableStatement, int index) doGetValue(ResultSet resultSet, int index) protected voiddoSetValue(PreparedStatement preparedStatement, int index, T value) Methods inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
convertToLogFormat, getValue, getValue, registerOutParameter, setValue
-
Constructor Details
-
PortableObjectType
-
-
Method Details
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<T>- Throws:
SQLException
-
doSetValue
protected void doSetValue(PreparedStatement preparedStatement, int index, T value) throws SQLException - Specified by:
doSetValuein classAbstractJdbcType<T>- Throws:
SQLException
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<T>- Throws:
SQLException
-
doConvertToLogFormat
- Specified by:
doConvertToLogFormatin classAbstractJdbcType<T>
-