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