isql
Class ISQLSelectParser.Like

java.lang.Object
  extended by isql.ISQLSelectParser.NegatePredicate
      extended by isql.ISQLSelectParser.Like
All Implemented Interfaces:
ISQLSelectParser.IPredicate
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.Like
extends ISQLSelectParser.NegatePredicate


Constructor Summary
ISQLSelectParser.Like(ISQLSelectParser.IExpression test, java.lang.String compared)
           
 
Method Summary
 java.lang.String getCompared()
           
 ISQLSelectParser.IExpression getTest()
           
 
Methods inherited from class isql.ISQLSelectParser.NegatePredicate
isNegated, setNegated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.Like

public ISQLSelectParser.Like(ISQLSelectParser.IExpression test,
                             java.lang.String compared)
Method Detail

getTest

public ISQLSelectParser.IExpression getTest()

getCompared

public java.lang.String getCompared()