|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpression
SimpleExpression
SQLQuery.QueryInstruction
private static class SQLQuery.QueryInstruction
Field Summary | |
---|---|
(package private) String |
colTag
|
static int |
COLUMN
|
static int |
CONNECTION
|
(package private) int |
options
|
(package private) String |
rowTag
|
static int |
TABLE
|
static int |
WHERE
|
Fields inherited from class SimpleExpression |
---|
arguments, NO_ARGUMENTS |
Fields inherited from class Expression |
---|
EVALUATE_METHOD, ITERATE_METHOD, locationId, PROCESS_METHOD, staticProperties |
Constructor Summary | |
---|---|
SQLQuery.QueryInstruction(Expression connection,
Expression column,
Expression table,
Expression where,
String rowTag,
String colTag,
boolean disable)
|
Method Summary | |
---|---|
String |
getExpressionType()
|
int |
getImplementationMethod()
A subclass must provide one of the methods evaluateItem(), iterate(), or process(). |
void |
process(XPathContext context)
|
Methods inherited from class SimpleExpression |
---|
computeCardinality, computeDependencies, display, evaluateItem, getItemType, iterate, iterateSubExpressions, optimize, promote, replaceSubExpression, setArguments, simplify, typeCheck |
Methods inherited from class Expression |
---|
adoptChildExpression, checkPermittedContents, computeSpecialProperties, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, evaluateAsString, getCardinality, getColumnNumber, getConstructType, getContainingProcedure, getDependencies, getExecutable, getHostLanguage, getInstructionInfo, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation, typeError |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CONNECTION
public static final int COLUMN
public static final int TABLE
public static final int WHERE
String rowTag
String colTag
int options
Constructor Detail |
---|
public SQLQuery.QueryInstruction(Expression connection, Expression column, Expression table, Expression where, String rowTag, String colTag, boolean disable)
Method Detail |
---|
public int getImplementationMethod()
getImplementationMethod
in class Expression
public String getExpressionType()
getExpressionType
in class SimpleExpression
public void process(XPathContext context) throws XPathException
process
in class SimpleExpression
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |