|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
The QueryResult
class represents the main class of available
results.
Constructor Summary | |
QueryResult()
|
Method Summary | |
java.lang.String |
getLongestTypeAsSpacesString()
Returns the space string, which size is equal to the name of the longest type name. |
abstract QueryResult |
getNextResultAt(int i)
Method used during evaluation of non algebraic operators. |
abstract int |
getNumberOfResults()
Method used during evaluation of non algebraic operators. |
java.lang.String |
getPreparedTypeAsString()
Returns the prepared type name for display. |
abstract java.lang.String |
getTypeAsString()
Returns the query result type as a string value. |
ActivationRecord |
nested()
Returns the new empty activation record. |
QueryResult |
operatorABSOLUTEVALUE()
Method responsible for unary absolute value operation. |
QueryResult |
operatorAS(QueryResult r)
Method responsible for binary as operation. |
QueryResult |
operatorASCENDING()
Method responsible for unary ascending operation. |
QueryResult |
operatorASSIGN(QueryResult r)
Method responsible for binary assign operation. |
QueryResult |
operatorAVERAGE()
Method responsible for unary average operation. |
QueryResult |
operatorBAG()
Method responsible for unary bag operation. |
QueryResult |
operatorCOMMA(QueryResult r)
Method responsible for binary comma operation. |
BooleanValue |
operatorCOMPARE(QueryResult r)
Method responsible for binary compare operation. |
QueryResult |
operatorCONDITION(QueryResult m,
QueryResult r)
Method responsible for ternary condition operation. |
BooleanValue |
operatorCONJUNCTION(QueryResult r)
Method responsible for binary conjunction operation. |
QueryResult |
operatorCOSINE()
Method responsible for unary cosine operation. |
IntegerValue |
operatorCOUNT()
Method responsible for unary count operation. |
void |
operatorCREATE(EnvironmentalStack ENVS)
Method responsible for unary create operation on environmental stack. |
QueryResult |
operatorCREATE(IdentifierValue iv)
Method responsible for unary create operation. |
void |
operatorCREATELOCAL(EnvironmentalStack ENVS)
Method responsible for unary create local operation on environmental stack. |
QueryResult |
operatorCREATELOCAL(IdentifierValue iv)
Method responsible for unary create local operation. |
void |
operatorCREATEPERMANENT(EnvironmentalStack ENVS)
Method responsible for unary create permanent operation on environmental stack. |
QueryResult |
operatorCREATEPERMANENT(IdentifierValue iv)
Method responsible for unary create permanent operation. |
void |
operatorDELETE(EnvironmentalStack ENVS)
Method responsible for unary create operation on environmental stack. |
QueryResult |
operatorDEREFERENCE()
Method responsible for dereference operation. |
QueryResult |
operatorDESCENDING()
Method responsible for unary descending operation. |
QueryResult |
operatorDIFFERENCE(QueryResult r)
Method responsible for binary difference operation. |
BooleanValue |
operatorDISJUNCTION(QueryResult r)
Method responsible for binary disjunction operation. |
QueryResult |
operatorDIVIDE(QueryResult r)
Method responsible for binary divide operation. |
QueryResult |
operatorDIVIDEASSIGN(QueryResult r)
Method responsible for binary divide assign operation. |
BooleanValue |
operatorEQUAL(QueryResult r)
Method responsible for binary equal operation. |
BooleanValue |
operatorEXISTS()
Method responsible for unary exists operation. |
QueryResult |
operatorEXPONENT()
Method responsible for unary exponent operation. |
QueryResult |
operatorFULLDEREFERENCE()
Method responsible for full dereference operation. |
BooleanValue |
operatorGREATER(QueryResult r)
Method responsible for binary greater operation. |
BooleanValue |
operatorGREATEREQUAL(QueryResult r)
Method responsible for binary greater equal operation. |
BinderValue |
operatorGROUPAS(QueryResult r)
Method responsible for binary group as operation. |
BooleanValue |
operatorINCLUSION(QueryResult r)
Method responsible for binary inclusion operation. |
QueryResult |
operatorINSERT(QueryResult r,
EnvironmentalStack ENVS)
Method responsible for binary insert operation. |
void |
operatorINSERTINTO(QueryResult r,
EnvironmentalStack ENVS)
Method responsible for binary insert into operation. |
QueryResult |
operatorINTERSECTION(QueryResult r)
Method responsible for binary intersection operation. |
QueryResult |
operatorLOGARITHM()
Method responsible for unary logarithm operation. |
BooleanValue |
operatorLOWER(QueryResult r)
Method responsible for binary lower operation. |
BooleanValue |
operatorLOWEREQUAL(QueryResult r)
Method responsible for binary lower equal operation. |
QueryResult |
operatorMAXIMUM()
Method responsible for unary maximum operation. |
QueryResult |
operatorMINIMUM()
Method responsible for unary minimum operation. |
QueryResult |
operatorMINUS()
Method responsible for unary plus operation. |
QueryResult |
operatorMINUS(QueryResult r)
Method responsible for binary minus operation. |
QueryResult |
operatorMINUSASSIGN(QueryResult r)
Method responsible for binary minus assign operation. |
QueryResult |
operatorMIXEDDEREFERENCE()
Method responsible for mixed dereference operation. |
QueryResult |
operatorMODULO(QueryResult r)
Method responsible for binary modulo operation. |
QueryResult |
operatorMODULOASSIGN(QueryResult r)
Method responsible for binary modulo assign operation. |
BooleanValue |
operatorNEGATION()
Method responsible for unary negation operation. |
BooleanValue |
operatorNOTEQUAL(QueryResult r)
Method responsible for binary not equal operation. |
QueryResult |
operatorPLUS()
Method responsible for unary plus operation. |
QueryResult |
operatorPLUS(QueryResult r)
Method responsible for binary plus operation. |
QueryResult |
operatorPLUSASSIGN(QueryResult r)
Method responsible for binary plus assign operation. |
QueryResult |
operatorPOWER(QueryResult r)
Method responsible for binary power operation. |
QueryResult |
operatorPREDECREMENT()
Method responsible for unary predecrement operation. |
QueryResult |
operatorPREINCREMENT()
Method responsible for unary preincrement operation. |
void |
operatorPRINT(java.io.PrintWriter out)
Method responsible for unary print operation. |
void |
operatorPRINT(java.lang.String st,
java.io.PrintWriter out)
Method responsible for unary print operation. |
QueryResult |
operatorRANGE(QueryResult r)
Method responsible for binary range operation. |
QueryResult |
operatorRANGE(QueryResult m,
QueryResult r)
Method responsible for ternary range operation. |
void |
operatorRENAMETO(QueryResult r,
EnvironmentalStack ENVS)
Method responsible for binary rename to operation. |
QueryResult |
operatorSEQUENCE()
Method responsible for unary sequence operation. |
QueryResult |
operatorSIGNUM()
Method responsible for unary signum operation. |
QueryResult |
operatorSINE()
Method responsible for unary sine operation. |
QueryResult |
operatorSPECIALDEREFERENCE()
Method responsible for special dereference operation. |
QueryResult |
operatorSQUAREROOT()
Method responsible for unary square root operation. |
QueryResult |
operatorSTRUCT()
Method responsible for unary struct operation. |
QueryResult |
operatorSUM()
Method responsible for unary sum operation. |
QueryResult |
operatorSYMMETRICDIFFERENCE(QueryResult r)
Method responsible for binary symmetric difference operation. |
QueryResult |
operatorTIMES(QueryResult r)
Method responsible for binary times operation. |
QueryResult |
operatorTIMESASSIGN(QueryResult r)
Method responsible for binary times assign operation. |
BagValue |
operatorTOBAG()
Method responsible for unary tobag operation. |
DoubleValue |
operatorTODOUBLE()
Method responsible for unary todouble operation. |
IntegerValue |
operatorTOINTEGER()
Method responsible for unary tointeger operation. |
SequenceValue |
operatorTOSEQUENCE()
Method responsible for unary tosequence operation. |
QueryResult |
operatorTOSINGLE()
Method responsible for unary tosingle operation. |
StringValue |
operatorTOSTRING()
Method responsible for unary tostring operation. |
StructValue |
operatorTOSTRUCT()
Method responsible for unary tostruct operation. |
QueryResult |
operatorUNION(QueryResult r)
Method responsible for binary union operation. |
QueryResult |
operatorUNIQUE()
Method responsible for unary unique operation. |
void |
operatorUPDATETO(QueryResult r)
Method responsible for binary update to operation. |
void |
operatorXMLPRINT(java.io.PrintWriter out)
Method responsible for unary xmlprint operation. |
void |
operatorXMLPRINT(java.lang.String st,
java.io.PrintWriter out)
Method responsible for unary xmlprint operation. |
void |
show(java.io.PrintWriter out)
Method responsible for unary show operation. |
abstract void |
show(java.lang.String st,
java.io.PrintWriter out)
Method responsible for unary show operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryResult()
Method Detail |
public abstract java.lang.String getTypeAsString()
public java.lang.String getLongestTypeAsSpacesString()
public java.lang.String getPreparedTypeAsString()
public ActivationRecord nested()
ActivationRecord
public abstract int getNumberOfResults()
1
.public abstract QueryResult getNextResultAt(int i)
i
. Otherwise it should return this
, despite of the
value of i
.i
- the i-th element to be returned.QueryResult
public QueryResult operatorDEREFERENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorFULLDEREFERENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSPECIALDEREFERENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMIXEDDEREFERENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorPLUS() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMINUS() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BooleanValue operatorNEGATION() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BooleanValue operatorEXISTS() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSQUAREROOT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorABSOLUTEVALUE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSINE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorCOSINE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorEXPONENT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorLOGARITHM() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public IntegerValue operatorCOUNT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSUM() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorAVERAGE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMINIMUM() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMAXIMUM() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSIGNUM() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSTRUCT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorBAG() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSEQUENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorUNIQUE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public StructValue operatorTOSTRUCT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BagValue operatorTOBAG() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public SequenceValue operatorTOSEQUENCE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorTOSINGLE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public StringValue operatorTOSTRING() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public IntegerValue operatorTOINTEGER() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public DoubleValue operatorTODOUBLE() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorASCENDING() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorDESCENDING() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorPREINCREMENT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorPREDECREMENT() throws TypeMismatchException
TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorCREATELOCAL(IdentifierValue iv) throws TypeMismatchException
id
- Identifier of the parent object in object store.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.IdentifierValue
public void operatorCREATELOCAL(EnvironmentalStack ENVS) throws TypeMismatchException
ENVS
- environmental stack which has to be updated.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public QueryResult operatorCREATEPERMANENT(IdentifierValue iv) throws TypeMismatchException
id
- Identifier of the parent object in object store.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.IdentifierValue
public void operatorCREATEPERMANENT(EnvironmentalStack ENVS) throws TypeMismatchException
ENVS
- environmental stack which has to be updated.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public QueryResult operatorCREATE(IdentifierValue iv) throws TypeMismatchException
id
- Identifier of the parent object in object store.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.IdentifierValue
public void operatorCREATE(EnvironmentalStack ENVS) throws TypeMismatchException
ENVS
- environmental stack which has to be updated.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public void operatorDELETE(EnvironmentalStack ENVS) throws TypeMismatchException
TypeMismatchException
.ENVS
- environmental stack which has to be updated.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public void operatorPRINT(java.io.PrintWriter out) throws TypeMismatchException
out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public void operatorPRINT(java.lang.String st, java.io.PrintWriter out) throws TypeMismatchException
st
- the auxiliary string, used as a tabulator.out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public void operatorXMLPRINT(java.io.PrintWriter out) throws TypeMismatchException
out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public void operatorXMLPRINT(java.lang.String st, java.io.PrintWriter out) throws TypeMismatchException
st
- the auxiliary string, used as a tabulator.out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public abstract void show(java.lang.String st, java.io.PrintWriter out)
st
- the auxiliary string, used as a tabulator.out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public void show(java.io.PrintWriter out)
out
- the object on which the result will be displayed.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorAS(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary as operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BinderValue operatorGROUPAS(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary group as operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BinderValue
public QueryResult operatorPLUS(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary plus operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMINUS(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary minus operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorTIMES(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary times operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorDIVIDE(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary divide operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMODULO(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary modulo operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorPOWER(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary power operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BooleanValue operatorEQUAL(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary equal operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorNOTEQUAL(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary not equal operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorGREATER(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary greater operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorLOWER(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary lower operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorGREATEREQUAL(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary greater equal operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorLOWEREQUAL(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary lower equal operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorCONJUNCTION(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary conjunction operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public BooleanValue operatorDISJUNCTION(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary disjunction operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public QueryResult operatorCOMMA(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary comma operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BooleanValue operatorINCLUSION(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary inclusion operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public QueryResult operatorUNION(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary union operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorINTERSECTION(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary intersection operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorDIFFERENCE(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary difference operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorSYMMETRICDIFFERENCE(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary symmetric difference operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorPLUSASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary plus assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMINUSASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary minus assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorTIMESASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary times assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorDIVIDEASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary divide assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorMODULOASSIGN(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary modulo assign operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorRANGE(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary range operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public BooleanValue operatorCOMPARE(QueryResult r) throws TypeMismatchException
r
- the right operand of the binary compare operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.BooleanValue
public void operatorRENAMETO(QueryResult r, EnvironmentalStack ENVS) throws TypeMismatchException
TypeMismatchException
.r
- the right operand of the binary rename to operator.ENVS
- environmental stack which has to be updated.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public void operatorINSERTINTO(QueryResult r, EnvironmentalStack ENVS) throws TypeMismatchException
TypeMismatchException
.r
- the right operand of the binary insert into operator.ENVS
- environmental stack which has to be updated.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public void operatorUPDATETO(QueryResult r) throws TypeMismatchException
TypeMismatchException
.r
- the right operand of the binary update to operator.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorINSERT(QueryResult r, EnvironmentalStack ENVS) throws TypeMismatchException
r
- the right operand of the binary insert operator.ENVS
- environmental stack which has to be updated.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.EnvironmentalStack
public QueryResult operatorCONDITION(QueryResult m, QueryResult r) throws TypeMismatchException
m
- the middle operand of the ternary condition operator.r
- the right operand of the ternary condition operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.public QueryResult operatorRANGE(QueryResult m, QueryResult r) throws TypeMismatchException
m
- the middle operand of the ternary range operator.r
- the right operand of the ternary range operator.TypeMismatchException
.TypeMismatchException
- if type mismatch occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |