org.tranql.sql.jdbc
Interface LOBBinding
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- BlobBinding
public interface LOBBinding
- extends java.io.Serializable
- Version:
- $Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $
Method Summary |
void |
setValue(java.lang.Object lob,
java.lang.Object value)
|
void |
setValue(java.lang.Object value,
Row row)
|
setValue
void setValue(java.lang.Object lob,
java.lang.Object value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setValue
void setValue(java.lang.Object value,
Row row)
throws java.sql.SQLException,
FieldTransformException
- Throws:
java.sql.SQLException
FieldTransformException
Copyright © -2010 The Codehaus. All Rights Reserved.