类 ConditionalParenthesisFunction

  • 所有已实现的接口:
    SQLFunction

    public class ConditionalParenthesisFunction
    extends StandardSQLFunction
    Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
    作者:
    Jonathan Levinson