JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
storm
Package
st.orm.template.impl
Interface BindVarsHandle
public interface
BindVarsHandle
Handle used to process bind variables.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addBatch
(
Record
record)
Adds a record to the batch.
Method Details
addBatch
void
addBatch
(@Nonnull
Record
record)
Adds a record to the batch.
Parameters:
record
- the record to add.