private static interface SqlJdbcFunctionCall.MakeCall
| Modifier and Type | Method and Description |
|---|---|
SqlCall |
createCall(SqlParserPos pos,
SqlNode... operands)
Creates and return a
SqlCall. |
SqlOperator |
getOperator() |
String |
isValidArgCount(SqlCallBinding binding) |
SqlCall createCall(SqlParserPos pos, SqlNode... operands)
SqlCall. If the MakeCall strategy object
was created with a reordering specified the call will be created with
the operands reordered, otherwise no change of ordering is appliedoperands - OperandsSqlOperator getOperator()
String isValidArgCount(SqlCallBinding binding)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.