com.ibm.jtopenlite.database
Interface DatabaseLOBDataCallback
-
- All Known Implementing Classes:
- JDBCBlobLocator, JDBCBlobLocatorInputStream
public interface DatabaseLOBDataCallback
-
-
Method Summary
Methods Modifier and Type Method and Description byte[]
getLOBBuffer()
void
newLOBData(int ccsid, int length)
void
newLOBLength(long length)
void
newLOBSegment(byte[] buffer, int offset, int length)
void
setLOBBuffer(byte[] buffer)
-