com.hp.hpl.jena.sdb.core.sqlexpr
Class SqlExpr2

java.lang.Object
  extended by com.hp.hpl.jena.sdb.core.AnnotationsBase
      extended by com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
          extended by com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr2
All Implemented Interfaces:
Annotations, SqlExpr
Direct Known Subclasses:
S_And, S_Equal, S_NotEqual, S_Or

public class SqlExpr2
extends SqlExprBase


Field Summary
 SqlExpr left
           
 String opSymbol
           
 SqlExpr right
           
 
Constructor Summary
SqlExpr2(SqlExpr left, SqlExpr right, String symbol)
           
 
Method Summary
 SqlExpr getLeft()
           
 String getOpSymbol()
           
 SqlExpr getRight()
           
 void visit(SqlExprVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
asSQL, asSQL, getColumnsNeeded, isColumn, isConstant, toString
 
Methods inherited from class com.hp.hpl.jena.sdb.core.AnnotationsBase
addNote, addNotes, getNotes, hasNotes, hasOneNote
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sdb.core.Annotations
addNote, addNotes, getNotes, hasNotes, hasOneNote
 

Field Detail

left

public SqlExpr left

right

public SqlExpr right

opSymbol

public String opSymbol
Constructor Detail

SqlExpr2

public SqlExpr2(SqlExpr left,
                SqlExpr right,
                String symbol)
Method Detail

getLeft

public SqlExpr getLeft()

getRight

public SqlExpr getRight()

getOpSymbol

public String getOpSymbol()

visit

public void visit(SqlExprVisitor visitor)


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.