Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derbyTesting.functionTests.tests.jdbcapi: Javadoc index of package org.apache.derbyTesting.functionTests.tests.jdbcapi.


Package Samples:

org.apache.derbyTesting.functionTests.tests.jdbcapi

Classes:

odbc_metadata: Test of database metadata for ODBC clients. This test does everything that is done in "metadata.java" (which this class extends), except that it makes the metadata calls in such a way as to retrieve ODBC-compliant result sets. Unlike metadata.java, this test also does a (simple) check of the metadata result sets to see if they comply with the standards--in this case, with the ODBC 3.0 standard as defined at this URL: http://msdn.microsoft.com/library/default.asp?url=/library/ en-us/odbc/htm/odbcsqlprocedurecolumns.asp The ODBC standards verification involves checking the following for each column ...
resultset: 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. The test passes if the printed results match a previously stored "master". Thus this test cannot actually discern whether it passes or not. Test is only touching on known result set hot-spots at present.
metadata: Test of database meta-data. This program simply calls each of the meta-data methods, one by one, and prints the results. The test passes if the printed results match a previously stored "master". Thus this test cannot actually discern whether it passes or not.
metadata_test: Test of database meta-data. This program simply calls each of the meta-data methods, one by one, and prints the results. The test passes if the printed results match a previously stored "master". Thus this test cannot actually discern whether it passes or not.
resultsetJdbc20: Test of additional methods in JDBC2.0 result set meta-data. This program simply calls each of the additional result set meta-data methods, one by one, and prints the results.
savepointJdbc30: Test the new class Savepoint in jdbc 30. Also, test some mix and match of defining savepoints through JDBC and sql Testing both callable and prepared statements meta data
dbMetaDataJdbc30: Test of database meta-data for new methods in jdbc 30. This program simply calls each of the new meta-data methods in jdbc30, one by one, and prints the results.
metadataJdbc20: Test of database meta-data for new methods in jdbc 20. This program simply calls each of the new meta-data methods in jdbc20, one by one, and prints the results.
parameterMetaDataJdbc30: Test the new class ParameterMetaData in jdbc 30. Testing both callable and prepared statements meta data
maxfieldsize: This Program Test SetMaxFieldsize()/getMaxFieldsize(). and the getXXX calls that are affected.
autoGeneratedJdbc30: Test the new Auto Generated Keys feature in jdbc 30 for Statement and PreparedStatement.
prepStmtMetaData: Test of prepared statement getMetaData for statements that don't produce a result set
statementJdbc20: Test of additional methods in JDBC2.0 methods in statement and resultset classes.
statementJdbc30: Test of additional methods in JDBC3.0 methods in statement class.
nullSQLText: Test of null strings in prepareStatement and execute result set
connectionJdbc20: This Program Test getConnection()/getStatement().
resultsetJdbc30: Test of additional methods in JDBC3.0 result set
resultsetStream: Test of JDBC result set Stream calls.
blobclob4BLOB: Test of JDBC blob and clob
LOBTest
LOBTester
StmtCloseFunTest
batchUpdate
characterStreams
c3AsciiStream

Home | Contact Us | Privacy Policy | Terms of Service