|
⇤ ← Revision 1 as of 2006-10-03 14:24:08
Size: 1062
Comment:
|
← Revision 2 as of 2009-09-20 22:11:36 ⇥
Size: 1062
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Original test: largedata/LobLimits.java [[BR]] New test: largedata/LobLimitsTest.junit [[BR]] [[BR]] [[BR]] |
Original test: largedata/LobLimits.java <<BR>> New test: largedata/LobLimitsTest.junit <<BR>> <<BR>> <<BR>> |
| Line 17: | Line 17: |
| [[BR]] [[BR]] B - Blob[[BR]] C - Clob[[BR]] |
<<BR>> <<BR>> B - Blob<<BR>> C - Clob<<BR>> |
Original test: largedata/LobLimits.java
New test: largedata/LobLimitsTest.junit
|
Lob size |
|
|
||||
|
Small (<=10K) |
Medium(<200M) |
Large(>200M) |
Embedded |
Client |
||
java.sql.Clob |
|||||||
|
long |
length() |
|
|
|
|
|
java.sql.Blob |
|||||||
|
long |
length() |
|
|
|
|
|
java.sql.ResultSet |
|||||||
|
Blob |
getBlob(int columnIndex) |
|
|
|
|
|
|
Clob |
getClob(int columnIndex) |
|
|
|
|
|
java.sql.PreparedStatement |
|||||||
|
void |
setBinaryStream(int parameterIndex, InputStream x, int length) |
|
B |
B |
|
|
|
void |
setCharacterStream(int parameterIndex, Reader reader, int length) |
|
C |
C |
|
|
B - Blob
C - Clob