Class ByteArrayTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.ByteArrayTypeHandler
- All Implemented Interfaces:
TypeHandler<byte[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetObject(PreparedStatement ps, int i, byte[] parameter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.jdbc.type_handler.TypeHandler
getDefaultValue
-
Constructor Details
-
ByteArrayTypeHandler
public ByteArrayTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<byte[]>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<byte[]>- Throws:
SQLException
-