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 WriteQuery
All Superinterfaces:
StorageQuery
public interface
WriteQuery
extends
StorageQuery
A query which makes changes in a data source.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
execute
()
Executes a write query and return the amount of affected rows.
Method Detail
execute
@CanIgnoreReturnValue long execute()
Executes a write query and return the amount of affected rows.
Returns:
the amount of affected rows
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