protected static class SQLColumn.ColumnInstruction
extends GeneralVariable
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
evalSql |
(package private) String |
name |
Constructor and Description |
---|
ColumnInstruction(String name,
boolean evalSql) |
Modifier and Type | Method and Description |
---|---|
boolean |
evalSql() |
ValueRepresentation |
evaluateVariable(XPathContext context)
Evaluate the variable (method exists only to satisfy the interface)
|
String |
getColumnName() |
InstructionInfo |
getInstructionInfo() |
TailCall |
processLeavingTail(XPathContext context) |
display, evaluateItem, getCardinality, getInstructionNameCode, getItemType, getLocalSlotNumber, getNameCode, getRequiredType, getSelectExpression, getSelectValue, getSlotNumber, getVariableFingerprint, getVariableName, init, isAssignable, isGlobal, isImplicitlyRequiredParam, isRequiredParam, isTunnelParam, iterate, iterateSubExpressions, optimize, promoteInst, replaceSubExpression, setAssignable, setImplicitlyRequiredParam, setNameCode, setReferenceCount, setRequiredParam, setRequiredType, setSelectExpression, setSlotNumber, setTunnel, setVariableName, simplify, typeCheck
appendItem, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, createsNewNodes, dynamicError, evaluateAsString, getImplementationMethod, getSourceLocator, isXSLT, process, promote
adoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, getColumnNumber, getConstructType, getContainingProcedure, getDependencies, getExecutable, getHostLanguage, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation, typeError
public String getColumnName()
public boolean evalSql()
public InstructionInfo getInstructionInfo()
getInstructionInfo
in interface InstructionInfoProvider
getInstructionInfo
in class Instruction
public TailCall processLeavingTail(XPathContext context)
processLeavingTail
in interface TailCallReturner
processLeavingTail
in class Instruction
public ValueRepresentation evaluateVariable(XPathContext context) throws XPathException
XPathException