isql
Class ISQLSelectParser.SimpleSearchCondition

java.lang.Object
  extended by isql.ISQLSelectParser.SimpleSearchCondition
All Implemented Interfaces:
ISQLSelectParser.ISearchCondition
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.SimpleSearchCondition
extends java.lang.Object
implements ISQLSelectParser.ISearchCondition


Constructor Summary
ISQLSelectParser.SimpleSearchCondition(ISQLSelectParser.SubSearchCondition sub)
           
 
Method Summary
 ISQLSelectParser.SubSearchCondition getSubSearchCondition()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.SimpleSearchCondition

public ISQLSelectParser.SimpleSearchCondition(ISQLSelectParser.SubSearchCondition sub)
Method Detail

getSubSearchCondition

public ISQLSelectParser.SubSearchCondition getSubSearchCondition()