|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.test.TestBase
org.h2.test.jdbc.TestCallableStatement
public class TestCallableStatement
Tests for the CallableStatement class.
| Field Summary |
|---|
| Fields inherited from class org.h2.test.TestBase |
|---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
| Constructor Summary | |
|---|---|
TestCallableStatement()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String... a)
Run just this test. |
void |
test()
This method will be called by the test framework. |
static java.sql.ResultSet |
testCall(java.sql.Connection conn,
int a,
java.lang.String b,
java.sql.Timestamp c)
This method is called via reflection from the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCallableStatement()
| Method Detail |
|---|
public static void main(java.lang.String... a)
throws java.lang.Exception
a - ignored
java.lang.Exception
public void test()
throws java.sql.SQLException
TestBase
test in class TestBasejava.sql.SQLException
public static java.sql.ResultSet testCall(java.sql.Connection conn,
int a,
java.lang.String b,
java.sql.Timestamp c)
throws java.sql.SQLException
conn - the connectiona - the value ab - the value bc - the value c
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||