org.apache.derbyTesting.functionTests.tests.jdbcapi |
|
Java Source File Name | Type | Comment |
autoGeneratedJdbc30.java | Class | Test the new Auto Generated Keys feature in jdbc 30 for Statement and PreparedStatement. |
batchUpdate.java | Class | |
blobclob4BLOB.java | Class | |
BLOBDataModelSetup.java | Class | Sets up a data model with very large BLOBs.
The table created will have three fields:
1. |
BLOBTest.java | Class | Tests reading and updating binary large objects (BLOBs). |
characterStreams.java | Class | |
checkDataSource.java | Class | Test the various embedded DataSource implementations of Derby. |
checkDataSource30.java | Class | Extends checkDataSource to provide testing of JDBC 3.0 specific
methods for the embedded DataSource implementations. |
checkDriver.java | Class | author: marsden author: This test tests java.sql.Driver methods. author: Right now it just tests acceptsURL and some attributes author: Tests for getPropertyInfo need to be added. |
ConcurrencyTest.java | Class | Testing concurrency behaviour in derby when creating the resultsets with
different parameters. |
connectionJdbc20.java | Class | This Program Test getConnection()/getStatement(). |
dataSourcePermissions.java | Class | |
DataSourcePropertiesTest.java | Class | This class tests that properties of data sources are handled correctly. |
dataSourceReference.java | Class | Test obtaining a javax.naming.Reference from a Derby data source
and recreating a Derby data source from it. |
dbMetaDataJdbc30.java | Class | Test of database meta-data for new methods in jdbc 30. |
derbyStress.java | Class | |
HoldabilityTest.java | Class | Tests holdable resultsets. |
lobStreams.java | Class | |
LOBTest.java | Class | |
maxfieldsize.java | Class | This Program Test SetMaxFieldsize()/getMaxFieldsize(). |
metadata.java | Class | Test of database meta-data. |
metadataMultiConn.java | Class | |
metadata_test.java | Class | Test of database meta-data. |
nullSQLText.java | Class | Test of null strings in prepareStatement and execute
result set. |
odbc_metadata.java | Class | Test of database metadata for ODBC clients. |
parameterMapping.java | Class | |
parameterMetaDataJdbc30.java | Class | Test the new class ParameterMetaData in jdbc 30. |
prepStmtMetaData.java | Class | |
prepStmtNull.java | Class | |
ProcedureTest.java | Class | Tests of stored procedures. |
resultset.java | Class | Test of JDBC result set and result set meta-data.
This program simply calls each of the result set and result set meta-data
methods, one by one, and prints the results. |
ResultSetCloseTest.java | Class | This class is used to test the fix for DERBY-694.
A brief description of DERBY-694 (Got from the description in JIRA)
1) Autocommit off.
2) Have two prepared statements, calling executeQuery() on both
3) Gives two result sets. |
resultsetJdbc20.java | Class | Test of additional methods in JDBC2.0 result set meta-data. |
resultsetJdbc30.java | Class | |
resultsetStream.java | Class | Test of JDBC result set Stream calls. |
rsgetXXXcolumnNames.java | Class | |
savepointJdbc30_JSR169.java | Class | Test the new class Savepoint in jdbc 30. |
savepointJdbc30_XA.java | Class | |
ScrollResultSetTest.java | Class | Tests scrollable result sets
author: Fernanda Pizzorno author: Tests: author: - testNextOnLastRowForwardOnly: tests that the result set is closed when all author: rows have been retreived and next has been called from the last row, author: autocommit = true, the result set is not holdable and type forward author: only. |
SetQueryTimeoutTest.java | Class | Functional test for the Statement.setQueryTimeout() method.
This test consists of four parts:
1. |
setTransactionIsolation.java | Class | |
statementJdbc20.java | Class | Test of additional methods in JDBC2.0 methods in statement and
resultset classes. |
statementJdbc30.java | Class | Test of additional methods in JDBC3.0 methods in statement class. |
StmtCloseFunTest.java | Class | |
Stream.java | Class | |
SURBaseTest.java | Class | Base class for testing Scrollable Updatable ResultSets. |
SURDataModelSetup.java | Class | This class is a decorator for the Scrollable Updatable Resultset
tests. |
SURQueryMixTest.java | Class | Tests for Scrollable Updatable ResultSet (SUR). |
SURTest.java | Class | Tests for variants of scrollable updatable resultsets. |
testRelative.java | Class | |
UpdatableResultSetTest.java | Class | Tests updatable result sets. |
UpdateXXXTest.java | Class | Tests updateXXX() methods on updatable resultsets.
This is done by creating a table which has n columns with
different SQL types. |
URCoveringIndexTest.java | Class | Tests updatable result sets when there is a index that includes all data for
the query (covering index). |
xaJNDI.java | Class | |
XATest.java | Class | XATests harvested from SQL XA tests. |
_Suite.java | Class | |