Method Summary |
|
public static void | main(String[] args) |
public static Test | suite() |
public void | testCharToLong() Generic test for SUN bugs: bigint null parameter values sent as integer size. |
public void | testCharToReal() Generic test for errors caused by promotion out parameters of Float to Double by driver. |
public void | testConversionToLongvarchar() Test conversion of various types to LONGVARCHAR. |
public void | testDateTime() |
public void | testDateTimeFn() |
public void | testGetFloatObject() Generic test for SUN bug where Float was promoted to Double
by driver leading to ClassCastExceptions in the tests. |
public void | testGetMetaData() Test for SUN bug [ PrepStmt1.getMetaData() ]
Driver loops if select contains commas. |
public void | testGetProcedures() Test for SUN bug [ dbMeta8.testGetProcedures ]
The wrong column names are returned by getProcedures(). |
public void | testNestedEscapes() |
public void | testPrepStmtError() Test for bug [ 1012301 ] 0.9-rc1: Prepared statement execution error. |
public void | testSetDateObject() Test for bug [ 1012307 ] PreparedStatement.setObject(java.util.Date) not working. |
public void | testSetFetchDirectiion() Test for SUN bug [ stmt2.testSetFetchDirection04 ]
fetch direction constant not validated. |
public void | testSetFetchSize() Test for SUN bug [ resultSet1.testSetFetchSize02 ]
attempt to set non zero fetch size rejected. |
public void | testSqlComments() |
public void | testStringFn() Test for scalar string functions. |