Uses of Class
com.gengoai.sql.SQLFunction
-
Packages that use SQLFunction Package Description com.gengoai.sql -
-
Uses of SQLFunction in com.gengoai.sql
Methods in com.gengoai.sql that return SQLFunction Modifier and Type Method Description static SQLFunction
SQLFunction. function(String name)
static SQLFunction
SQLFunction. function(String name, @NonNull SQLElement arg1, @NonNull SQLElement... args)
Constructs a generic SQLFunction made up of a function name and zero or more arguments.static SQLFunction
SQLFunction. function(String name, @NonNull List<SQLElement> args)
Methods in com.gengoai.sql with parameters of type SQLFunction Modifier and Type Method Description protected String
PostgreSQLDialect. function(@NonNull SQLFunction function)
protected String
SQLDialect. function(@NonNull SQLFunction function)
Generates the SQL for a call to a predefined function.
-