|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.parser.expressions.SQLConstant
public class SQLConstant
![]() |
![]() |
| Constructor Summary | |
|---|---|
SQLConstant(Value v)
|
|
| Method Summary | |
|---|---|
boolean |
equals(SQLOperand o)
|
Value |
evaluate(Record r)
evalua el resultado de la expresion representada por este operador sobre el registro r. |
int |
hashCode()
|
java.lang.String |
toString()
|
Value |
value()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SQLConstant(Value v)
| Method Detail |
|---|
public Value value()
public Value evaluate(Record r)
SQLOperand
evaluate in interface SQLOperandpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(SQLOperand o)
equals in interface SQLOperandpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||