public class ClobWrapper
extends java.lang.Object
Constructor and Description |
---|
ClobWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static ClobWrapper |
createTemporary(java.sql.Connection conn,
boolean b,
int i) |
void |
freeTemporary() |
int |
getBufferSize() |
java.io.Writer |
getCharacterOutputStream() |
java.io.Reader |
getCharacterStream() |
java.lang.Object |
getClob() |
static int |
getDurationCallValue() |
static int |
getDurationSessionValue() |
static int |
getModeReadOnlyValue() |
static int |
getModeReadWriteValue() |
boolean |
isOpen() |
void |
open(int i) |
void |
setClob(java.lang.Object clob) |
void |
trim(long l) |
public java.lang.Object getClob()
public void setClob(java.lang.Object clob)
public static int getDurationSessionValue()
public static int getDurationCallValue()
public static int getModeReadOnlyValue()
public static int getModeReadWriteValue()
public static ClobWrapper createTemporary(java.sql.Connection conn, boolean b, int i) throws java.lang.Exception
java.lang.Exception
public void open(int i) throws java.sql.SQLException
java.sql.SQLException
public boolean isOpen() throws java.sql.SQLException
java.sql.SQLException
public java.io.Reader getCharacterStream() throws java.sql.SQLException
java.sql.SQLException
public java.io.Writer getCharacterOutputStream() throws java.sql.SQLException
java.sql.SQLException
public int getBufferSize() throws java.sql.SQLException
java.sql.SQLException
public void close() throws java.sql.SQLException
java.sql.SQLException
public void trim(long l) throws java.sql.SQLException
java.sql.SQLException
public 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