Package net.sf.jsqlparser.expression
Class TranscodingFunction
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.TranscodingFunction
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) appendTo
(StringBuilder builder) void
setExpression
(Expression expression) void
setTranscodingName
(String transcodingName) toString()
withExpression
(Expression expression) withTranscodingName
(String transcodingName) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
getASTNode, 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.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
expression
-
transcodingName
-
-
Constructor Details
-
TranscodingFunction
-
TranscodingFunction
public TranscodingFunction()
-
-
Method Details
-
getExpression
-
setExpression
-
withExpression
-
getTranscodingName
-
setTranscodingName
-
withTranscodingName
-
accept
- Specified by:
accept
in interfaceExpression
-
appendTo
- Overrides:
appendTo
in classASTNodeAccessImpl
-
toString
-