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

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.SqlExpr1
All Implemented Interfaces:
Annotations, SqlExpr
Direct Known Subclasses:
S_IsNotNull, S_IsNull

public class SqlExpr1
extends SqlExprBase

expression OPERATOR


Field Summary
 SqlExpr expr
           
 String exprSymbol
           
 
Constructor Summary
SqlExpr1(SqlExpr expr, String exprSymbol)
           
 
Method Summary
 SqlExpr getExpr()
           
 String getExprSymbol()
           
 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

expr

public SqlExpr expr

exprSymbol

public String exprSymbol
Constructor Detail

SqlExpr1

public SqlExpr1(SqlExpr expr,
                String exprSymbol)
Method Detail

getExpr

public SqlExpr getExpr()

getExprSymbol

public String getExprSymbol()

visit

public void visit(SqlExprVisitor visitor)


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