Uses of Interface
net.sf.jkniv.whinstone.statement.StatementAdapter
-
Packages that use StatementAdapter Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.params net.sf.jkniv.whinstone.statement -
-
Uses of StatementAdapter in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone with parameters of type StatementAdapter Modifier and Type Method Description <T,R>
AutoBindParamsQueryable. bind(StatementAdapter<T,R> adapter) -
Uses of StatementAdapter in net.sf.jkniv.whinstone.params
Methods in net.sf.jkniv.whinstone.params with parameters of type StatementAdapter Modifier and Type Method Description static <T,R>
AutoBindParamsPrepareParamsFactory. newBasicParam(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newNamedParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newNoParams(StatementAdapter<T,R> adapter)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalArrayParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalCollectionArrayParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalCollectionMapParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalCollectionParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalCollectionPojoParams(StatementAdapter<T,R> adapter, Queryable queryable, RegisterType registerType)static <T,R>
AutoBindParamsPrepareParamsFactory. newPositionalParams(StatementAdapter<T,R> adapter, Queryable queryable)static <T,R>
AutoBindParamsPrepareParamsFactory. newPrepareParams(StatementAdapter<T,R> adapter, Queryable queryable) -
Uses of StatementAdapter in net.sf.jkniv.whinstone.statement
Methods in net.sf.jkniv.whinstone.statement that return StatementAdapter Modifier and Type Method Description StatementAdapter<T,R>StatementAdapter. bind(String name, Object value)Bind an argument to a named parameter.StatementAdapter<T,R>StatementAdapter. bind(Param value)Bind an argument to a position parameter.StatementAdapter<T,R>StatementAdapter. bind(Param... values)Bind the varargs parameters to statementStatementAdapter<T,R>StatementAdapter. with(ResultRow<T,R> resultRow)result rowStatementAdapter<T,R>StatementAdapter. with(AutoKey generateKey)
-