Class FunctionCallStarExpr

java.lang.Object
org.sqlite.parser.ast.FunctionCallStarExpr
All Implemented Interfaces:
Expr, ToSql

public class FunctionCallStarExpr extends Object implements Expr
function-name(*)
  • Field Details

    • name

      public final String name
    • overClause

      public final Window overClause
  • Constructor Details

    • FunctionCallStarExpr

      public FunctionCallStarExpr(String name, Window overClause)
  • Method Details