org.clazzes.jdbc2xml.deserialization.impl
Class BinaryDeserializationHandler
java.lang.Object
org.clazzes.jdbc2xml.deserialization.impl.AbstractSbDeserializationHandler
org.clazzes.jdbc2xml.deserialization.impl.BinaryDeserializationHandler
- All Implemented Interfaces:
- DeserializationHandler
public class BinaryDeserializationHandler
- extends AbstractSbDeserializationHandler
A DeserializationHandler for binary values like BLOBs or binary string, which are
base64-encoded inside XML files.
- Author:
- wglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryDeserializationHandler
public BinaryDeserializationHandler(int type)
- Default constructor.
fillColumnValue
protected void fillColumnValue(PreparedStatement ps,
int column,
String value)
throws SQLException
- Description copied from class:
AbstractSbDeserializationHandler
- Fill in a column value into the given PreparedStatment.
- Specified by:
fillColumnValue
in class AbstractSbDeserializationHandler
- Parameters:
ps
- The statement to fill.column
- The number of the column to fill.value
- The string value to set or null, if the column has to be nulled.
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.