org.sql.generation.api.grammar.booleans
Interface NotRegexpPredicate

All Superinterfaces:
BinaryPredicate, BooleanExpression, Predicate, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface NotRegexpPredicate
extends BinaryPredicate

The interface for syntax element representing the test of left expression not matching the supplied pattern using advanced regular expression match (operator varies). By default this kind of matching is not supported.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.Predicate
Predicate.EmptyPredicate
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression
BooleanExpression.False, BooleanExpression.True
 
Method Summary
 
Methods inherited from interface org.sql.generation.api.grammar.booleans.BinaryPredicate
getLeft, getRight
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010-2011. All Rights Reserved.