|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.jdbc.oci.Blob
| Constructor Summary | |
Blob(weblogic.db.oci.OciCursor cur,
int pos,
weblogic.db.oci.OciValue value)
|
|
| Method Summary | |
java.io.InputStream |
getBinaryStream()
|
byte[] |
getBytes(long position,
int length)
|
long |
length()
|
long |
position(java.sql.Blob pattern,
long start)
|
long |
position(byte[] pattern,
long start)
|
java.io.OutputStream |
setBinaryStream(long pos)
|
int |
setBytes(long pos,
byte[] bytes)
|
int |
setBytes(long pos,
byte[] bytes,
int offset,
int len)
|
void |
truncate(long len)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Blob(weblogic.db.oci.OciCursor cur,
int pos,
weblogic.db.oci.OciValue value)
throws java.sql.SQLException
| Method Detail |
public java.io.InputStream getBinaryStream()
throws java.sql.SQLException
public byte[] getBytes(long position,
int length)
throws java.sql.SQLException
public long length()
throws java.sql.SQLException
public long position(java.sql.Blob pattern,
long start)
throws java.sql.SQLException
public long position(byte[] pattern,
long start)
throws java.sql.SQLException
public java.io.OutputStream setBinaryStream(long pos)
throws java.sql.SQLException
public void truncate(long len)
throws java.sql.SQLException
public int setBytes(long pos,
byte[] bytes)
throws java.sql.SQLException
public int setBytes(long pos,
byte[] bytes,
int offset,
int len)
throws java.sql.SQLException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||