Original test: jdbcapi/Stream.java
New test: jdbcapi/StreamTest.junit
|
Lob size |
|
|
||||||
|
Small (<=10K) |
Medium(<200M) |
Large(>200M) |
Embedded |
Client |
||||
java.sql.Clob |
|||||||||
1.6 |
void |
free() |
|
|
|
|
|
||
|
getAsciiStream() |
|
|
|
|
|
|||
|
Reader |
getCharacterStream() |
|
|
|
|
|
||
1.6 |
Reader |
getCharacterStream(long pos, long length) |
|
|
|
|
|
||
|
String |
getSubString(long pos, int length) |
|
|
|
|
|
||
|
long |
length() |
|
|
|
|
|
||
|
long |
position(Clob searchstr, long start) |
|
|
|
|
|
||
|
long |
position(String searchstr, long start) |
|
|
|
|
|
||
1.4 |
setAsciiStream(long pos) |
|
|
|
|
|
|||
1.4 |
Writer |
setCharacterStream(long pos) |
|
|
|
|
|
||
1.4 |
int |
setString(long pos, String str) |
|
|
|
|
|
||
1.4 |
int |
setString(long pos, String str, int offset, int len) |
|
|
|
|
|
||
1.4 |
void |
truncate(long len) |
|
|
|
|
|
||
java.sql.Blob |
|||||||||
1.6 |
void |
free() |
|
|
|
|
|
||
|
getBinaryStream() |
|
|
|
|
|
|||
1.6 |
getBinaryStream(long pos, long length) |
|
|
|
|
|
|||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2ce0ce71-b5d3-453b-8743-d0fd9bbc5c7f"><ac:plain-text-body><![CDATA[ |
|
byte[] |
getBytes(long pos, int length) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
|
long |
length() |
|
|
|
|
|
||
|
long |
position(Blob pattern, long start) |
|
|
|
|
|
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4333dce5-136c-406b-852d-b5da5f7ac89f"><ac:plain-text-body><![CDATA[ |
|
long |
position(byte[] pattern, long start) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
1.4 |
setBinaryStream(long pos) |
|
|
|
|
|
|||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="eb0daf7b-600b-433d-b04e-1eb6053ffbd7"><ac:plain-text-body><![CDATA[ |
1.4 |
int |
setBytes(long pos, byte[] bytes) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d9ee4dee-961c-4064-81b2-0a8afbf3555d"><ac:plain-text-body><![CDATA[ |
1.4 |
int |
setBytes(long pos, byte[] bytes, int offset, int len) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
1.4 |
void |
truncate(long len) |
|
|
|
|
|
||
|
int |
available() |
|
|
|
|
|
||
|
void |
close() |
|
|
|
|
|
||
|
void |
mark (int readlimit) |
|
|
|
|
|
||
|
boolean |
markSupported() |
|
|
|
|
|
||
|
int |
read() |
|
|
|
|
|
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="72abe464-6630-4056-9c18-c4058acb0456"><ac:plain-text-body><![CDATA[ |
|
int |
read(byte[] b) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a74683d0-6aa1-4a38-8013-2e825eec013e"><ac:plain-text-body><![CDATA[ |
|
int |
read(byte[] b, int off, int len) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
|
void |
reset() |
|
|
|
|
|
||
|
long |
skip(long n) |
|
|
|
|
|
||
|
void |
close() |
|
|
|
|
|
||
|
void |
flush() |
|
|
|
|
|
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a74e8567-f72b-4b4a-b173-ff4d073dfd8e"><ac:plain-text-body><![CDATA[ |
|
void |
write(byte[] b) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f3ff066f-75bd-4a98-8124-5696a3c02304"><ac:plain-text-body><![CDATA[ |
|
void |
write(byte[] b, int off, int len) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
|
void |
write(int b) |
|
|
|
|
|
||
Reader |
|||||||||
|
void |
close() |
|
|
|
|
|
||
|
void |
mark(int readlimit) |
|
|
|
|
|
||
|
boolean |
markSupported() |
|
|
|
|
|
||
|
int |
read() |
|
|
|
|
|
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bd098c0e-18c8-4589-9d25-7fab1a71fcb7"><ac:plain-text-body><![CDATA[ |
|
int |
read(char[] buff) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c15473d4-a48f-41f5-b16c-d5d397389f6c"><ac:plain-text-body><![CDATA[ |
|
int |
read(char[] buff, int off, int len) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
|
int |
read(CharBuffer target) |
|
|
|
|
|
||
|
boolean |
ready() |
|
|
|
|
|
||
|
void |
reset() |
|
|
|
|
|
||
|
long |
skip(long n) |
|
|
|
|
|
||
Writer |
|||||||||
|
Writer |
append(char c) |
|
|
|
|
|
||
|
Writer |
append(CharSequence csq) |
|
|
|
|
|
||
|
Writer |
append(CharSequence csq, int start, int end) |
|
|
|
|
|
||
|
void |
close() |
|
|
|
|
|
||
|
void |
flush() |
|
|
|
|
|
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5ddefa77-569b-4b6e-ae3b-a6399f477f49"><ac:plain-text-body><![CDATA[ |
|
void |
write(char[] cbuf) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="93aeb9fe-94e1-4803-864c-8b471a0ed66e"><ac:plain-text-body><![CDATA[ |
|
void |
write(char[] cbuf, int off, int len) |
|
|
|
|
|
]]></ac:plain-text-body></ac:structured-macro> |
|
void |
write(int c) |
|
|
|
|
|
||
|
void |
write(String str) |
|
|
|
|
|
||
|
void |
write(String str, int off, int len) |
|
|
|
|
|
||
java.sql.ResultSet |
|||||||||
|
Blob |
getBlob(int columnIndex) |
|
|
|
|
|
||
|
Blob |
getBlob(String columnName) |
|
|
|
|
|
||
1.4 |
void |
updateBlob(int columnIndex, Blob x) |
|
|
|
|
|
||
1.4 |
void |
updateBlob(String columnName, Blob x) |
|
|
|
|
|
||
1.6 |
void |
updateBlob(int columnIndex, InputStream inputStream, long length) |
|
|
|
|
|
||
1.6 |
void |
updateBlob(String columnName, InputStream inputStream, long length) |
|
|
|
|
|
||
|
Clob |
getClob(int columnIndex) |
|
|
|
|
|
||
|
Clob |
getClob(String columnName) |
|
|
|
|
|
||
1.4 |
void |
updateClob(int columnIndex, Clob x) |
|
|
|
|
|
||
1.4 |
void |
updateClob(String columnName, Clob x) |
|
|
|
|
|
||
1.6 |
void |
updateClob(int columnIndex, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
void |
updateClob(String columnName, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
NClob |
getNClob(int columnIndex) |
|
|
|
|
|
||
1.6 |
NClob |
getNClob(String columnName) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(int columnIndex, NClob nClob) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(String columnName, NClob nClob) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(int columnIndex, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(String columnName, Reader reader, long length) |
|
|
|
|
|
||
|
Reader |
getCharacterStream(int columnIndex) |
C |
C |
|
X |
X |
||
|
Reader |
getCharacterStream(String columnName) |
|
|
|
|
|
||
|
void |
updateCharacterStream(int columnIndex, Reader x, int length) |
|
|
|
|
|
||
|
void |
updateCharacterStream(String columnName, Reader x, int length) |
|
|
|
|
|
||
|
getAsciiStream(int columnIndex) |
|
|
|
|
|
|||
|
getAsciiStream(String columnName) |
|
|
|
|
|
|||
|
void |
updateAsciiStream(int columnIndex, InputStream x, int length) |
|
|
|
|
|
||
|
void |
updateAsciiStream(String columnName, InputStream x, int length) |
|
|
|
|
|
||
|
getBinaryStream(int columnIndex) |
B |
B |
|
X |
X |
|||
|
getBinaryStream(String columnName) |
|
|
|
|
|
|||
|
void |
updateBinaryStream(int columnIndex, InputStream x, int length) |
|
|
|
|
|
||
|
void |
updateBinaryStream(String columnName, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
Reader |
getNCharacterStream(int columnIndex) |
|
|
|
|
|
||
1.6 |
Reader |
getNCharacterStream(String columnName) |
|
|
|
|
|
||
|
getUnicodeStream(int columnIndex) |
|
|
|
|
|
|||
|
getUnicodeStream(String columnName) |
|
|
|
|
|
|||
1.6 |
void |
updateAsciiStream(int columnIndex, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
updateAsciiStream(java.lang.String columnLabel, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
updateBinaryStream(int columnIndex, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
updateBinaryStream(java.lang.String columnLabel, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
updateCharacterStream(int columnIndex, java.io.Reader x) |
|
|
|
|
|
||
1.6 |
void |
updateCharacterStream(java.lang.String columnLabel, java.io.Reader x) |
|
|
|
|
|
||
1.6 |
void |
updateNCharacterStream(int columnIndex, java.io.Reader x) |
|
|
|
|
|
||
1.6 |
void |
updateNCharacterStream(java.lang.String columnLabel, java.io.Reader x) |
|
|
|
|
|
||
1.6 |
void |
updateBlob(int columnIndex, java.io.InputStream inputStream) |
|
|
|
|
|
||
1.6 |
void |
updateBlob(java.lang.String columnLabel, java.io.InputStream inputStream) |
|
|
|
|
|
||
1.6 |
void |
updateClob(int columnIndex, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
updateClob(java.lang.String columnLabel, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(int columnIndex, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
updateNClob(java.lang.String columnLabel, java.io.Reader reader) |
|
|
|
|
|
||
java.sql.PreparedStatement |
|||||||||
|
void |
setAsciiStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setAsciiStream(int parameterIndex, InputStream x, long length) |
|
|
|
|
|
||
|
void |
setBinaryStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setBinaryStream(int parameterIndex, InputStream x, long length) |
|
|
|
|
|
||
|
void |
setBlob(int parameterIndex, Blob x) |
|
|
|
|
|
||
|
void |
setBlob(int parameterIndex, InputStream inputStream, long length) |
|
|
|
|
|
||
|
void |
setCharacterStream(int parameterIndex, Reader reader, int length) |
|
|
|
|
|
||
1.6 |
void |
setCharacterStream(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
|
void |
setClob(int parameterIndex, Clob x) |
|
|
|
|
|
||
1.6 |
void |
setClob(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
void |
setNCharacterStream(int parameterIndex, Reader value, long length) |
|
|
|
|
|
||
1.6 |
void |
setNClob(int parameterIndex, NClob value) |
|
|
|
|
|
||
1.6 |
void |
setNClob(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
|
void |
setUnicodeStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setAsciiStream(int parameterIndex, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
setBinaryStream(int parameterIndex, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
setCharacterStream(int parameterIndex, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setNCharacterStream(int parameterIndex, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setBlob(int parameterIndex, java.io.InputStream inputStream) |
|
|
|
|
|
||
1.6 |
void |
setClob(int parameterIndex, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setNClob(int parameterIndex, java.io.Reader reader) |
|
|
|
|
|
||
java.sql.CallableStatement |
|||||||||
|
void |
setAsciiStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setAsciiStream(int parameterIndex, InputStream x, long length) |
|
|
|
|
|
||
|
void |
setBinaryStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setBinaryStream(int parameterIndex, InputStream x, long length) |
|
|
|
|
|
||
|
void |
setBlob(int parameterIndex, Blob x) |
|
|
|
|
|
||
|
void |
setBlob(int parameterIndex, InputStream inputStream, long length) |
|
|
|
|
|
||
|
void |
setCharacterStream(int parameterIndex, Reader reader, int length) |
|
|
|
|
|
||
1.6 |
void |
setCharacterStream(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
|
void |
setClob(int parameterIndex, Clob x) |
|
|
|
|
|
||
1.6 |
void |
setClob(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
void |
setNCharacterStream(int parameterIndex, Reader value, long length) |
|
|
|
|
|
||
1.6 |
void |
setNClob(int parameterIndex, NClob value) |
|
|
|
|
|
||
1.6 |
void |
setNClob(int parameterIndex, Reader reader, long length) |
|
|
|
|
|
||
|
void |
setUnicodeStream(int parameterIndex, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setAsciiStream(java.lang.String parameterName, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
setBinaryStream(java.lang.String parameterName, java.io.InputStream x) |
|
|
|
|
|
||
1.6 |
void |
setCharacterStream(java.lang.String parameterName, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setNCharacterStream(java.lang.String parameterName, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setBlob(java.lang.String parameterName, java.io.InputStream inputStream) |
|
|
|
|
|
||
1.6 |
void |
setClob(java.lang.String parameterName, java.io.Reader reader) |
|
|
|
|
|
||
1.6 |
void |
setNClob(java.lang.String parameterName, java.io.Reader reader) |
|
|
|
|
|
||
|
Blob |
getBlob(int parameterIndex) |
|
|
|
|
|
||
1.4 |
Blob |
getBlob(String parameterName) |
|
|
|
|
|
||
1.6 |
Reader |
getCharacterStream(int parameterIndex) |
|
|
|
|
|
||
1.6 |
Reader |
getCharacterStream(String parameterName) |
|
|
|
|
|
||
|
Clob |
getClob(int parameterIndex) |
|
|
|
|
|
||
1.4 |
Clob |
getClob(String parameterName) |
|
|
|
|
|
||
1.6 |
Reader |
getNCharacterStream(int parameterIndex) |
|
|
|
|
|
||
1.6 |
Reader |
getNCharacterStream(String parameterName) |
|
|
|
|
|
||
1.6 |
NClob |
getNClob(int parameterIndex) |
|
|
|
|
|
||
1.6 |
NClob |
getNClob(String parameterName) |
|
|
|
|
|
||
1.4 |
void |
setAsciiStream(String parameterName, InputStream x, int length) |
|
|
|
|
|
||
1.4 |
void |
setBinaryStream(String parameterName, InputStream x, int length) |
|
|
|
|
|
||
1.6 |
void |
setBlob(String parameterName, InputStream inputStream, long length) |
|
|
|
|
|
||
1.4 |
void |
setCharacterStream(String parameterName, Reader reader, int length) |
|
|
|
|
|
||
1.6 |
void |
setClob(String parameterName, Reader reader, long length) |
|
|
|
|
|
||
1.6 |
void |
setNCharacterStream(String parameterName, Reader value, long length) |
|
|
|
|
|
||
1.6 |
void |
setNClob(String parameterName, NClob value) |
|
|
|
|
|
||
1.6 |
void |
setNClob(String parameterName, Reader reader, long length) |
|
|
|
|
|
||
java.sql.Connection: |
|||||||||
1.6 |
Blob |
createBlob() |
|
|
|
|
|
||
1.6 |
Clob |
createClob() |
|
|
|
|
|
||
1.6 |
NClob |
createNClob() |
|
|
|
|
|
B - Blob
C - Clob