weblogic.jdbc.vendor.oracle
Interface OracleThinBlob
public interface OracleThinBlob
getBinaryOutputStream
OutputStream getBinaryOutputStream()
throws SQLException
- Throws:
SQLException
getBufferSize
int getBufferSize()
throws SQLException
- Throws:
SQLException
getChunkSize
int getChunkSize()
throws SQLException
- Throws:
SQLException
putBytes
int putBytes(long l,
byte[] abyte0)
throws SQLException
- Throws:
SQLException
truncate
void truncate(long l)
throws SQLException
- Throws:
SQLException
trim
void trim(long l)
throws SQLException
- Throws:
SQLException
Copyright 2001-2013, Terracotta, Inc.