|
||||||||
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.db.TestMultiDimension
public class TestMultiDimension
Tests the multi-dimension index tool.
Field Summary |
---|
Fields inherited from class org.h2.test.TestBase |
---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
Constructor Summary | |
---|---|
TestMultiDimension()
|
Method Summary | |
---|---|
static long |
interleave(int x,
int y)
This method is called via reflection from the database. |
static long |
interleave(int x,
int y,
int z)
This method is called via reflection from the database. |
static void |
main(java.lang.String... a)
Run just this test. |
void |
test()
This method will be called by the test framework. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestMultiDimension()
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 TestBase
java.sql.SQLException
public static long interleave(int x, int y)
x
- the x valuey
- the y value
public static long interleave(int x, int y, int z)
x
- the x valuey
- the y valuez
- the z value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |