|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dbreplicator.replication.column
Class RClob
java.lang.Objectorg.dbreplicator.replication.column.RClob
- All Implemented Interfaces:
- java.sql.Clob
public class RClob
- extends java.lang.Object
- implements java.sql.Clob
- extends java.lang.Object
| Constructor Summary | |
|---|---|
RClob(long start0,
long length0)
|
|
| Method Summary | |
|---|---|
boolean |
equals(RClob obj)
|
boolean |
equals1(RClob obj)
|
void |
free()
|
java.io.InputStream |
getAsciiStream()
|
java.io.Reader |
getCharacterStream()
|
java.io.Reader |
getCharacterStream(long arg0,
long arg1)
|
java.lang.String |
getSubString(long pos,
int length0)
|
long |
length()
|
long |
position(java.sql.Clob searchstr,
long start)
|
long |
position(java.lang.String searchstr,
long start)
|
java.io.OutputStream |
setAsciiStream(long pos)
|
java.io.Writer |
setCharacterStream(long pos)
|
int |
setString(long pos,
java.lang.String str)
|
int |
setString(long pos,
java.lang.String str,
int offset,
int len)
|
void |
truncate(long len)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
RClob
public RClob(long start0, long length0)
| Method Detail |
|---|
length
public long length() throws java.sql.SQLException
- Specified by:
lengthin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
getSubString
public java.lang.String getSubString(long pos, int length0) throws java.sql.SQLException
- Specified by:
getSubStringin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
getCharacterStream
public java.io.Reader getCharacterStream() throws java.sql.SQLException
- Specified by:
getCharacterStreamin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
getCharacterStream
public java.io.Reader getCharacterStream(long arg0, long arg1) throws java.sql.SQLException
- Specified by:
getCharacterStreamin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
free
public void free() throws java.sql.SQLException
- Specified by:
freein interfacejava.sql.Clob
- Throws:
java.sql.SQLException
getAsciiStream
public java.io.InputStream getAsciiStream() throws java.sql.SQLException
- Specified by:
getAsciiStreamin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
position
public long position(java.lang.String searchstr, long start) throws java.sql.SQLException
- Specified by:
positionin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
position
public long position(java.sql.Clob searchstr, long start) throws java.sql.SQLException
- Specified by:
positionin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
setString
public int setString(long pos, java.lang.String str) throws java.sql.SQLException
- Specified by:
setStringin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
setString
public int setString(long pos, java.lang.String str, int offset, int len) throws java.sql.SQLException
- Specified by:
setStringin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
setAsciiStream
public java.io.OutputStream setAsciiStream(long pos) throws java.sql.SQLException
- Specified by:
setAsciiStreamin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
setCharacterStream
public java.io.Writer setCharacterStream(long pos) throws java.sql.SQLException
- Specified by:
setCharacterStreamin interfacejava.sql.Clob
- Throws:
java.sql.SQLException
truncate
public void truncate(long len) throws java.sql.SQLException
- Specified by:
truncatein interfacejava.sql.Clob
- Throws:
java.sql.SQLException
equals
public boolean equals(RClob obj) throws java.lang.Exception
- Throws:
java.lang.Exception
equals1
public boolean equals1(RClob obj) throws java.lang.Exception
- Throws:
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dbreplicator.replication.column.RClob

