menu
nebula_db package
documentation
sql/parser.dart
FuncCallExpr
FuncCallExpr.new constructor
FuncCallExpr.new constructor
dark_mode
light_mode
FuncCallExpr
constructor
FuncCallExpr
(
String
func
,
List
<
Expr
>
args
)
Implementation
FuncCallExpr(this.func, this.args);
nebula_db package
documentation
sql/parser
FuncCallExpr
FuncCallExpr.new constructor
FuncCallExpr class