net.sourceforge.jtds.jdbc
Class LargeLOBTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.jtds.jdbc.TestBase
              extended bynet.sourceforge.jtds.jdbc.LargeLOBTest
All Implemented Interfaces:
junit.framework.Test

public class LargeLOBTest
extends TestBase

Version:
1.0

Field Summary
private static int LOB_LENGTH
           
 
Fields inherited from class net.sourceforge.jtds.jdbc.TestBase
con, props
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
LargeLOBTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
          Only run the test suite if the "jTDS.runLargeLOBTest" system property is defined, as the test takes A LOT of time to execute.
 void testLargeBlob1()
          Test for bug [945507] closing statement after selecting a large IMAGE - Exception
 
Methods inherited from class net.sourceforge.jtds.jdbc.TestBase
compareInputStreams, compareReaders, connect, dropDatabase, dropFunction, dropProcedure, dropTable, dropTrigger, dropType, dropView, dump, dump, dumpAll, dumpKeys, dumpRow, dumpRow, getConnection, getConnection, makeObjects, makeTestTables, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOB_LENGTH

private static final int LOB_LENGTH
See Also:
Constant Field Values
Constructor Detail

LargeLOBTest

public LargeLOBTest(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()
Only run the test suite if the "jTDS.runLargeLOBTest" system property is defined, as the test takes A LOT of time to execute.


testLargeBlob1

public void testLargeBlob1()
                    throws java.lang.Exception
Test for bug [945507] closing statement after selecting a large IMAGE - Exception

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)


Generated on October 27 2012