- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.expression.OracleNamedFunctionParameter
-
- All Implemented Interfaces:
Serializable,Expression,Model,net.sf.jsqlparser.parser.ASTNodeAccess
public class OracleNamedFunctionParameter extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
- Author:
- Andreas Reichel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OracleNamedFunctionParameter(String name, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(ExpressionVisitor<T> expressionVisitor, S context)StringBuilderappendTo(StringBuilder builder)ExpressiongetExpression()StringgetName()StringtoString()-
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
getASTNode, getParent, getParent, setASTNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.jsqlparser.expression.Expression
accept
-
-
-
-
Constructor Detail
-
OracleNamedFunctionParameter
public OracleNamedFunctionParameter(String name, Expression expression)
-
-
Method Detail
-
getName
public String getName()
-
getExpression
public Expression getExpression()
-
accept
public <T,S> T accept(ExpressionVisitor<T> expressionVisitor, S context)
- Specified by:
acceptin interfaceExpression
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
- Overrides:
appendToin classnet.sf.jsqlparser.parser.ASTNodeAccessImpl
-
-