- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DDLQuery,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
The 
CREATE FUNCTION statement.- 
Method SummaryModifier and TypeMethodDescription@NotNull Statement$body()@NotNull QOM.CreateFunction@Nullable QOM.Deterministic@NotNull QOM.CreateFunction$deterministic(QOM.Deterministic deterministic) @NotNull Name@NotNull QOM.CreateFunctionboolean@NotNull QOM.CreateFunction$orReplace(boolean orReplace) @NotNull QOM.UnmodifiableList<? extends Parameter<?>>@NotNull QOM.CreateFunction$parameters(Collection<? extends Parameter<?>> parameters) @Nullable DataType<?>$returns()@NotNull QOM.CreateFunction@Nullable QOM.NullCallClause@NotNull QOM.CreateFunction$returnsNullOnNullInput(QOM.NullCallClause returnsNullOnNullInput) @NotNull QOM.UnmodifiableList<? extends Field<?>>@NotNull QOM.CreateFunction$returnsTable(Collection<? extends Field<?>> returnsTable) @Nullable QOM.SQLDataAccess@NotNull QOM.CreateFunction$sqlDataAccess(QOM.SQLDataAccess sqlDataAccess) Methods inherited from interface org.jooq.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$function
- 
$orReplaceboolean $orReplace()
- 
$parameters
- 
$returns
- 
$returnsTable
- 
$sqlDataAccess
- 
$returnsNullOnNullInput
- 
$deterministic
- 
$body
- 
$function
- 
$orReplace
- 
$parameters
- 
$returns
- 
$returnsTable
- 
$sqlDataAccess
- 
$returnsNullOnNullInput@NotNull @NotNull QOM.CreateFunction $returnsNullOnNullInput(QOM.NullCallClause returnsNullOnNullInput) 
- 
$deterministic
- 
$body
 
-