|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sdb.core.AnnotationsBase
com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr2
public class SqlExpr2
| 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 |
|---|
public SqlExpr left
public SqlExpr right
public String opSymbol
| Constructor Detail |
|---|
public SqlExpr2(SqlExpr left,
SqlExpr right,
String symbol)
| Method Detail |
|---|
public SqlExpr getLeft()
public SqlExpr getRight()
public String getOpSymbol()
public void visit(SqlExprVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||