org.teiid.test.framework.query
Class QueryExecution

java.lang.Object
  extended by org.teiid.jdbc.AbstractQueryTest
      extended by org.teiid.test.framework.query.QueryExecution

public class QueryExecution
extends AbstractQueryTest

The QueryExecution class can be used to query the source directly. The intended use of this class is for validating results after the execution of a test case.

Author:
vanhalbert
See Also:
regarding creating a testcase to validate behavior.

Field Summary
 
Fields inherited from class org.teiid.jdbc.AbstractQueryTest
DELIMITER, internalConnection, internalResultSet, internalStatement, updateCount
 
Constructor Summary
QueryExecution(java.sql.Connection conn)
           
 
Method Summary
 
Methods inherited from class org.teiid.jdbc.AbstractQueryTest
assertReaderEquals, assertResults, assertResultsSetEquals, assertResultsSetEquals, assertResultsSetEquals, assertResultsSetEquals, assertResultsSetEquals, assertResultsSetEquals, assertResultsSetMetadataEquals, assertResultsSetMetadataEquals, assertRowCount, assertUpdateCount, assignExecutionProperties, cancelQuery, closeConnection, closeResultSet, closeStatement, compareCaseSensitive, compareResults, createPrepareCallStatement, createPrepareStatement, createStatement, exceptionExpected, exceptionOccurred, execute, execute, executeAndAssertResults, executeBatch, executeBatch, getConnection, getLastException, getRowCount, print, print, printResults, printResults, printResults, read, setConnection, tearDown, walkResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecution

public QueryExecution(java.sql.Connection conn)


Copyright © 2011. All Rights Reserved.