| org.apache.derbyTesting.functionTests.util.DerbyJUnitTest org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.JDBCDriverTest
Inner Class :final public static class TypeDescriptor | |
Inner Class :final public static class T_CN | |
Inner Class :final public static class MyBlob implements Blob | |
Inner Class :final public static class MyClob implements Clob | |
Method Summary | |
public void | testJDBCDriver()
Main test of jdbc drivers. | public void | testSanity()
Sanity check the integrity of this test suite. |
JDBCDriverTest | public JDBCDriverTest()(Code) | | |
testJDBCDriver | public void testJDBCDriver() throws Exception(Code) | |
Main test of jdbc drivers.
|
testSanity | public void testSanity()(Code) | |
Sanity check the integrity of this test suite.
|
Methods inherited from org.apache.derbyTesting.functionTests.util.DerbyJUnitTest | public static void alarm(String text)(Code)(Java Doc) public void assertColumnEquals(ResultSet rs, int columnNumber, Object[] expectedValues) throws Exception(Code)(Java Doc) public void assertColumnEquals(String message, ResultSet rs, int columnNumber, Object expectedValue) throws Exception(Code)(Java Doc) public void assertRow(ResultSet rs, Object[] expectedRow) throws Exception(Code)(Java Doc) public void assertScalar(Connection conn, String queryText, Object expectedResult) throws Exception(Code)(Java Doc) protected static void close(ResultSet rs)(Code)(Java Doc) protected static void close(Statement statement)(Code)(Java Doc) protected static void close(Connection conn)(Code)(Java Doc) public void compareBytes(String message, Object left, Object right) throws Exception(Code)(Java Doc) public void compareDates(String message, Object left, Object right) throws Exception(Code)(Java Doc) public void compareObjects(String message, Object left, Object right) throws Exception(Code)(Java Doc) protected void createDB(String databaseName) throws Exception(Code)(Java Doc) protected static void dropFunction(Connection conn, String name)(Code)(Java Doc) protected static void dropProcedure(Connection conn, String name)(Code)(Java Doc) protected static void dropSchemaObject(Connection conn, String genus, String objectName)(Code)(Java Doc) protected static void dropTable(Connection conn, String name)(Code)(Java Doc) protected static void execute(Connection conn, String text) throws SQLException(Code)(Java Doc) protected static void executeDDL(Connection conn, String text) throws SQLException(Code)(Java Doc) public void exit(int exitStatus)(Code)(Java Doc) protected static boolean faultInDriver(String[] clientSettings)(Code)(Java Doc) public static void findClientFromProperties() throws Exception(Code)(Java Doc) public static String[] getClientSettings()(Code)(Java Doc) protected Object getColumn(ResultSet rs, String columnName, int jdbcType) throws Exception(Code)(Java Doc) protected Object getColumn(ResultSet rs, int param, Object value) throws Exception(Code)(Java Doc) protected static Connection getConnection() throws Exception(Code)(Java Doc) protected static Connection getConnection(String[] clientSettings, String databaseName, Properties properties) throws Exception(Code)(Java Doc) protected Object getOutArg(CallableStatement cs, int arg, int jdbcType) throws Exception(Code)(Java Doc) public static void initializeForOldHarness(String[] args) throws Exception(Code)(Java Doc) public static boolean parseDebug()(Code)(Java Doc) protected static PreparedStatement prepare(Connection conn, String text) throws SQLException(Code)(Java Doc) protected static CallableStatement prepareCall(Connection conn, String text) throws SQLException(Code)(Java Doc) public static void printStackTrace(Throwable t)(Code)(Java Doc) public static void println(String text)(Code)(Java Doc) public static void runUnderOldHarness(String[] args, Test suite) throws Exception(Code)(Java Doc) public static void setClient(String[] client)(Code)(Java Doc) public static void setDatabaseName(String databaseName)(Code)(Java Doc) public static void setDebug(boolean value)(Code)(Java Doc) protected void setParameter(PreparedStatement ps, int param, int jdbcType, Object value) throws Exception(Code)(Java Doc) protected void setParameter(PreparedStatement ps, int param, Object value) throws Exception(Code)(Java Doc) protected String singleQuote(String text)(Code)(Java Doc) protected static void truncateTable(Connection conn, String name) throws SQLException(Code)(Java Doc) public boolean usingDB2Client()(Code)(Java Doc) public boolean usingDerbyClient()(Code)(Java Doc) public boolean usingEmbeddedClient()(Code)(Java Doc)
|
|
|