org.javaWebGen.data.testCase
Class TestDAO

java.lang.Object
  extended by org.javaWebGen.data.DAO
      extended by org.javaWebGen.data.testCase.TestDAO

public class TestDAO
extends DAO


Field Summary
 
Fields inherited from class org.javaWebGen.data.DAO
TOO_MANY_ROWS, TOO_MANY_ROWS_WARNING
 
Constructor Summary
TestDAO()
           
 
Method Summary
 void createTable(java.lang.String tableName)
           
 int trySequence()
           
 void trySQL(java.lang.String sql)
           
 
Methods inherited from class org.javaWebGen.data.DAO
close, getColumnClass, getConnection, getDataManager, getNextValue, getNextValue, getResultSet, query, query, query, query, runQuery, runQuery, runQuery, runQuery, setColumn, update, update, update, update, updateDataBean, updateDataBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDAO

public TestDAO()
Method Detail

createTable

public void createTable(java.lang.String tableName)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

trySQL

public void trySQL(java.lang.String sql)
            throws java.sql.SQLException
Throws:
java.sql.SQLException

trySequence

public int trySequence()
                throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.