|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.test.utils.TestLob
public class TestLob
Implementation and tests of a LOB storage mechanism that splits LOBs in blocks.
| Constructor Summary | |
|---|---|
TestLob()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String... a)
Run just this test. |
protected java.sql.PreparedStatement |
prepare(java.lang.String sql)
Create a prepared statement, or re-use an existing one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestLob()
| Method Detail |
|---|
public static void main(java.lang.String... a)
throws java.lang.Exception
a - ignored
java.lang.Exception
protected java.sql.PreparedStatement prepare(java.lang.String sql)
throws java.sql.SQLException
sql - the SQL statement
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||