TestCallableStatement
Tests for the CallableStatement class.
| Methods |
| static Object[] |
arrayIdentiy(Object[] array)
This method is called via reflection from the database.
|
| static Object[] |
arrayIdentiy(Object[] array)
This method is called via reflection from the database.
Parameters:
array - the array
Returns:
the array
|
| static int |
getArrayLength(Object[] array)
This method is called via reflection from the database.
|
| static int |
getArrayLength(Object[] array)
This method is called via reflection from the database.
Parameters:
array - the array
Returns:
the length of the array
|
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| static ResultSet |
testCall(Connection conn, int a, String b, Timestamp c, Timestamp d)
This method is called via reflection from the database.
|
| static ResultSet |
testCall(Connection conn, int a, String b, Timestamp c, Timestamp d) throws SQLException
This method is called via reflection from the database.
Parameters:
conn - the connection
a - the value a
b - the value b
c - the value c
d - the value d
Returns:
a result set
|
| static Boolean |
testClassF(Boolean b)
Class factory unit test
|
| static Boolean |
testClassF(Boolean b)
Class factory unit test
Parameters:
b - boolean value
Returns:
!b
|
| void |
test()
|
| void |
test() throws Exception
|
|