org.hsqldb.test
Class TestSqlPersistent

java.lang.Object
  extended byTestCase
      extended byorg.hsqldb.test.TestSqlPersistent

public class TestSqlPersistent
extends TestCase

Test sql statements via jdbc against a persistent database

Author:
fredt@users
See Also:
Serialized Form

Constructor Summary
TestSqlPersistent(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void testInsertObject()
          demonstration of bug fix #482109 - inserting Integers and Strings with preparedStatement.insertObject() did not work; String, Integer and Array types are inserted and retrieved demonstration of retrieving values using different getXXX methods
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSqlPersistent

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

testInsertObject

public void testInsertObject()
demonstration of bug fix #482109 - inserting Integers and Strings with preparedStatement.insertObject() did not work; String, Integer and Array types are inserted and retrieved demonstration of retrieving values using different getXXX methods


main

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


Copyright © 2001 - 2002 HSQL Development Group. All Rights Reserved.