org.sql.generation.api.grammar.booleans
Class BooleanTest.TestType
java.lang.Object
org.sql.generation.api.grammar.booleans.BooleanTest.TestType
- Enclosing interface:
- BooleanTest
public static final class BooleanTest.TestType
- extends Object
The type of the test.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS
public static final BooleanTest.TestType IS
- The test which tests the expression against the truth value.
IS_NOT
public static final BooleanTest.TestType IS_NOT
- The test which tests the expression against the negation of the truth value.
BooleanTest.TestType
public BooleanTest.TestType()
Copyright © 2010-2011. All Rights Reserved.