- 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 Summary
Modifier and TypeMethodDescription@NotNull Statement
$body()
@NotNull QOM.CreateFunction
@Nullable QOM.Deterministic
@NotNull QOM.CreateFunction
$deterministic
(QOM.Deterministic deterministic) @NotNull Name
@NotNull QOM.CreateFunction
boolean
@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.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$function
-
$orReplace
boolean $orReplace() -
$parameters
-
$returns
-
$returnsTable
-
$sqlDataAccess
-
$returnsNullOnNullInput
-
$deterministic
-
$body
-
$function
-
$orReplace
-
$parameters
@CheckReturnValue @NotNull @NotNull QOM.CreateFunction $parameters(Collection<? extends Parameter<?>> parameters) -
$returns
-
$returnsTable
@CheckReturnValue @NotNull @NotNull QOM.CreateFunction $returnsTable(Collection<? extends Field<?>> returnsTable) -
$sqlDataAccess
@CheckReturnValue @NotNull @NotNull QOM.CreateFunction $sqlDataAccess(QOM.SQLDataAccess sqlDataAccess) -
$returnsNullOnNullInput
@CheckReturnValue @NotNull @NotNull QOM.CreateFunction $returnsNullOnNullInput(QOM.NullCallClause returnsNullOnNullInput) -
$deterministic
@CheckReturnValue @NotNull @NotNull QOM.CreateFunction $deterministic(QOM.Deterministic deterministic) -
$body
-