public class BlobWrapper
extends java.lang.Object
| Constructor and Description |
|---|
BlobWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static BlobWrapper |
createTemporary(java.sql.Connection conn,
boolean b,
int i) |
void |
freeTemporary() |
java.io.OutputStream |
getBinaryOutputStream() |
java.io.InputStream |
getBinaryStream() |
java.lang.Object |
getBlob() |
int |
getBufferSize() |
static int |
getDurationCallValue() |
static int |
getDurationSessionValue() |
static int |
getModeReadOnlyValue() |
static int |
getModeReadWriteValue() |
boolean |
isOpen() |
void |
open(int i) |
void |
setBlob(java.lang.Object blob) |
void |
trim(long l) |
public java.lang.Object getBlob()
public void setBlob(java.lang.Object blob)
public static int getDurationSessionValue()
public static int getDurationCallValue()
public static int getModeReadOnlyValue()
public static int getModeReadWriteValue()
public static BlobWrapper createTemporary(java.sql.Connection conn, boolean b, int i) throws java.lang.Exception
java.lang.Exceptionpublic void open(int i)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isOpen()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getBinaryStream()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.OutputStream getBinaryOutputStream()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getBufferSize()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void trim(long l)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void freeTemporary()
throws java.sql.SQLException
java.sql.SQLException(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30