public class SqlFunctionScalarCase extends SqlNode
| Constructor | Description |
|---|---|
SqlFunctionScalarCase(List<SqlNode> arguments,
List<SqlNode> results,
SqlNode basis) |
| Modifier and Type | Method | Description |
|---|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor) |
See
SqlNodeVisitor |
List<SqlNode> |
getArguments() |
|
SqlNode |
getBasis() |
|
ScalarFunction |
getFunction() |
|
List<SqlNode> |
getResults() |
|
SqlNodeType |
getType() |
|
String |
toSimpleSql() |
public SqlNode getBasis()
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 ScalarFunction getFunction()
Copyright © 2019. All rights reserved.