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