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