Uses of Interface
net.sf.jkniv.whinstone.JdbcColumn
-
Packages that use JdbcColumn Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.statement net.sf.jkniv.whinstone.types -
-
Uses of JdbcColumn in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone with parameters of type JdbcColumn Modifier and Type Method Description voidResultRow. setColumns(JdbcColumn<R>[] columns) -
Uses of JdbcColumn in net.sf.jkniv.whinstone.statement
Methods in net.sf.jkniv.whinstone.statement with parameters of type JdbcColumn Modifier and Type Method Description <R> ObjectAbstractResultRow. getValueOf(JdbcColumn<R> column, R rs)<T,R>
voidAbstractResultRow. setValueOf(net.sf.jkniv.reflect.beans.ObjectProxy<T> proxy, JdbcColumn<R> column, R rs) -
Uses of JdbcColumn in net.sf.jkniv.whinstone.types
Methods in net.sf.jkniv.whinstone.types with parameters of type JdbcColumn Modifier and Type Method Description <T,R>
Convertible<Object,Object>RegisterType. toAttribute(JdbcColumn<R> column, net.sf.jkniv.reflect.beans.ObjectProxy<T> proxy)Retrieve aConvertibleinstance to customize the value of database to class field.
-