| |
|
| net.sourceforge.jtds.test.TestBase net.sourceforge.jtds.test.LOBTest
LOBTest | public class LOBTest extends TestBase (Code) | | version: $Id: LOBTest.java,v 1.27 2005/04/17 18:41:29 alin_sinpalean Exp $ |
Inner Class :static class RealInputStream extends InputStream | |
testBlobEmpty | public void testBlobEmpty() throws Exception(Code) | | Test for bug [1062395] Empty (but not null) blobs should return byte[0].
|
testBlobGet1 | public void testBlobGet1() throws Exception(Code) | | BLOB TESTS **
|
testBlobGetBytes1 | public void testBlobGetBytes1() throws Exception(Code) | | Test for bug [989399] blob.getBytes() from 0.
|
testBlobMethods | public void testBlobMethods() throws Exception(Code) | | Test for bug [1172405] BLOB/CLOB position methods fail.
|
testBlobSet8 | public void testBlobSet8() throws Exception(Code) | | Test inserting from an InputStream that doesn't fill the
buffer on read() .
For bug #1008816 - "More data in stream ..." error when inserting an image.
throws: Exception - if an error condition occurs |
testBlobSetNull4 | public void testBlobSetNull4() throws Exception(Code) | | Test for bug [985956] Cannot setObject(null) on image.
|
testBlobUpdate5 | public void testBlobUpdate5() throws Exception(Code) | | Test Long blob manipulation including updates to the middle of the
Blob .
|
testClobEmpty | public void testClobEmpty() throws Exception(Code) | | Test for bug [1062395] Empty (but not null) blobs should return byte[0].
|
testClobGet1 | public void testClobGet1() throws Exception(Code) | | CLOB TESTS **
|
testClobGetSubString1 | public void testClobGetSubString1() throws Exception(Code) | | |
testClobGetSubString2 | public void testClobGetSubString2() throws Exception(Code) | | |
testClobGetSubString3 | public void testClobGetSubString3() throws Exception(Code) | | |
testClobMethods | public void testClobMethods() throws Exception(Code) | | Test for bug [1172405] BLOB/CLOB position methods fail.
|
testClobUpdate6 | public void testClobUpdate6() throws Exception(Code) | | Test long Clob manipulation including indexed writes.
|
testZeroLengthStreams | public void testZeroLengthStreams() throws Exception(Code) | | Test for incorrect handling of zero length streams (bug [1096086] Zero
length streams generate null values).
|
|
|
|