|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpression
SimpleExpression
SQLConnect.ConnectInstruction
private static class SQLConnect.ConnectInstruction
Field Summary | |
---|---|
static int |
DATABASE
|
static int |
DRIVER
|
static int |
FIRST_PROPERTY
|
static int |
PASSWORD
|
static int |
USER
|
Fields inherited from class SimpleExpression |
---|
arguments, NO_ARGUMENTS |
Fields inherited from class Expression |
---|
EVALUATE_METHOD, ITERATE_METHOD, locationId, PROCESS_METHOD, staticProperties |
Constructor Summary | |
---|---|
SQLConnect.ConnectInstruction(Expression database,
Expression driver,
Expression user,
Expression password,
List propertyInstructions)
|
Method Summary | |
---|---|
int |
computeCardinality()
|
Item |
evaluateItem(XPathContext context)
|
String |
getExpressionType()
|
int |
getImplementationMethod()
A subclass must provide one of the methods evaluateItem(), iterate(), or process(). |
Methods inherited from class SimpleExpression |
---|
computeDependencies, display, getItemType, iterate, iterateSubExpressions, optimize, process, 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 DATABASE
public static final int DRIVER
public static final int USER
public static final int PASSWORD
public static final int FIRST_PROPERTY
Constructor Detail |
---|
public SQLConnect.ConnectInstruction(Expression database, Expression driver, Expression user, Expression password, List propertyInstructions)
Method Detail |
---|
public int getImplementationMethod()
getImplementationMethod
in class Expression
public int computeCardinality()
computeCardinality
in class SimpleExpression
public String getExpressionType()
getExpressionType
in class SimpleExpression
public Item evaluateItem(XPathContext context) throws XPathException
evaluateItem
in interface EvaluableItem
evaluateItem
in class SimpleExpression
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |