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

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
              extended by com.hp.hpl.jena.sdb.core.sqlexpr.S_And
All Implemented Interfaces:
Annotations, SqlExpr

public class S_And
extends SqlExpr2


Field Summary
 
Fields inherited from class com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr2
left, opSymbol, right
 
Constructor Summary
S_And(SqlExpr left, SqlExpr right)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr2
getLeft, getOpSymbol, getRight, visit
 
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
 

Constructor Detail

S_And

public S_And(SqlExpr left,
             SqlExpr right)


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