JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.spine.server.storage.jdbc.query
Interface SelectQuery<R>
Type Parameters:
R
- the result type
All Known Implementing Classes:
SelectMessageByIdQuery
public interface
SelectQuery<R>
An interface for
SELECT
queries.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
execute
()
Executes the query and returns the result.
Method Detail
execute
R
execute()
Executes the query and returns the result.
Returns:
the result of the query execution
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method