weblogic.jdbc.vendor.oracle
Interface OracleThinBlob


public interface OracleThinBlob


Method Summary
 OutputStream getBinaryOutputStream()
           
 int getBufferSize()
           
 int getChunkSize()
           
 int putBytes(long l, byte[] abyte0)
           
 void trim(long l)
           
 void truncate(long l)
           
 

Method Detail

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.