Interface StatementBuilder.VoidCall

All Superinterfaces:
ExposesCall<StatementBuilder.OngoingInQueryCallWithoutArguments>, ExposesCreate, ExposesMatch, ExposesMerge, ExposesReturning, ExposesSubqueryCall, ExposesUnwind, ExposesWith, StatementBuilder.ExposesDelete, StatementBuilder.ExposesForeach, StatementBuilder.ExposesSet, StatementBuilder.ExposesSetAndRemove, StatementBuilder.ExposesSetLabel<StatementBuilder.BuildableMatchAndUpdate>, StatementBuilder.ExposesUpdatingClause, StatementBuilder.OngoingReading
Enclosing interface:
StatementBuilder

public static interface StatementBuilder.VoidCall extends StatementBuilder.OngoingReading
The result of a call to a stored procedure not having any results. It is possible to continue with "normal" querying after the execution of such a procedure.
Since:
2022.4.0