java.lang.Object
io.helidon.dbclient.DbStatementParameters
io.helidon.dbclient.DbIndexedStatementParameters
Indexed
DbStatementParameters.-
Field Summary
Fields inherited from class io.helidon.dbclient.DbStatementParameters
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd next parameter to the list of ordered parameters (e.g.ReturnListcontaining all ordered parameters.Methods inherited from class io.helidon.dbclient.DbStatementParameters
addParam
-
Constructor Details
-
DbIndexedStatementParameters
public DbIndexedStatementParameters()
-
-
Method Details
-
addParam
Description copied from class:DbStatementParametersAdd next parameter to the list of ordered parameters (e.g. the ones that use?in SQL).- Overrides:
addParamin classDbStatementParameters- Parameters:
parameter- next parameter to set on this statement- Returns:
- updated db statement
-
parameters
ReturnListcontaining all ordered parameters.- Returns:
Listcontaining all ordered parameters
-