JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
io.inverno.mod.sql.SqlResult
Uses of
SqlResult
in
io.inverno.mod.sql
Methods in
io.inverno.mod.sql
that return types with arguments of type
SqlResult
Modifier and Type
Method
Description
org.reactivestreams.Publisher
<
SqlResult
>
PreparedStatement.
execute
()
Executes the statement and returns a sequence of results corresponding to the bindings.
org.reactivestreams.Publisher
<
SqlResult
>
Statement.
execute
()
Executes the statement.