public class SqlFunctionScalarExtract extends SqlNode
| Constructor and Description |
|---|
SqlFunctionScalarExtract(String toExtract,
List<SqlNode> arguments) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor)
See
SqlNodeVisitor |
List<SqlNode> |
getArguments() |
ScalarFunction |
getFunction() |
String |
getFunctionName() |
String |
getToExtract() |
SqlNodeType |
getType() |
String |
toSimpleSql() |
public String getToExtract()
public String toSimpleSql()
public SqlNodeType getType()
public <R> R accept(SqlNodeVisitor<R> visitor) throws AdapterException
SqlNodeSqlNodeVisitoraccept in class SqlNodeR - generic SqlNodeVisitor typevisitor - The visitor object on which the appropriate visit(sqlNode) method is calledAdapterException - can be thrownpublic String getFunctionName()
public ScalarFunction getFunction()
Copyright © 2019. All rights reserved.