Uses of Class
net.sf.jkniv.whinstone.Param
-
Packages that use Param Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.statement -
-
Uses of Param in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone that return Param Modifier and Type Method Description Param[]Param. asArray()ParamQueryable. getProperty(String name)Recover the value of the named parameter (can be nested), with no type conversions.ParamQueryable. getProperty(String name, int index)Param[]Queryable. values()Extract the values fromparamsmatching the names array.Methods in net.sf.jkniv.whinstone that return types with arguments of type Param Modifier and Type Method Description Iterator<Param>Queryable. iterator()Returns an iterator over the collection ofparamsor array ofparams. -
Uses of Param in net.sf.jkniv.whinstone.statement
Methods in net.sf.jkniv.whinstone.statement with parameters of type Param Modifier and Type Method Description 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 statement
-