Modifier and Type | Method and Description |
---|---|
Param[] |
Param.asArray() |
Param |
Queryable.getProperty(String name)
Recover the value of the named parameter (can be nested), with no type conversions.
|
Param |
Queryable.getProperty(String name,
int index) |
Param[] |
Queryable.values()
Extract the values from
params matching the names array. |
Modifier and Type | Method and Description |
---|---|
Iterator<Param> |
Queryable.iterator()
Returns an iterator over the collection of
params or array of params . |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraPreparedStatementAdapter.bind(Param... values) |
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraStatementAdapter.bind(Param... values) |
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraPreparedStatementAdapter.bind(Param param) |
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraStatementAdapter.bind(Param value) |
Modifier and Type | Method and Description |
---|---|
Param |
HttpBuilder.getProperty(Queryable queryable,
String name) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,String> |
CouchDbStatementAdapter.bind(Param... values) |
StatementAdapter<T,String> |
CouchDbStatementAdapter.bind(Param value) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JdbcPreparedStatementAdapter.bind(Param... values) |
StatementAdapter<T,ResultSet> |
JdbcPreparedStatementAdapter.bind(Param param) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JpaStatementAdapter.bind(Param... values) |
StatementAdapter<T,ResultSet> |
JpaStatementAdapter.bind(Param value) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,R> |
StatementAdapter.bind(Param... values)
Bind the varargs parameters to statement
|
StatementAdapter<T,R> |
StatementAdapter.bind(Param value)
Bind an argument to a position parameter.
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.