org.h2.test.todo
Class TestLinkedTableFullCondition

java.lang.Object
  extended by org.h2.test.todo.TestLinkedTableFullCondition

public class TestLinkedTableFullCondition
extends java.lang.Object

The complete condition should be sent to a linked table, not just the index condition.


Constructor Summary
TestLinkedTableFullCondition()
           
 
Method Summary
static void main(java.lang.String... args)
          Run just this test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLinkedTableFullCondition

public TestLinkedTableFullCondition()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Run just this test.

Parameters:
args - ignored
Throws:
java.lang.Exception