Uses of Class
com.iizix.sql.NamedParameterStatement
Packages that use NamedParameterStatement Package Description com.iizix.db.api com.iizix.db.prop Uses of NamedParameterStatement in com.iizix.db.api
Methods in com.iizix.db.api with parameters of type NamedParameterStatement Modifier and Type Method Description void
IQueryStatementInput. onInputRequested(NamedParameterStatement namedParameterStatement, InputProps inputProps)
Method called when the input to an SQL query statement has been defined and filled with parameter values that are tied to the VirtualSpace.Uses of NamedParameterStatement in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type NamedParameterStatement Modifier and Type Method Description java.lang.String[]
InputProps. bind(AppSessionGyro appGyro, NamedParameterStatement statement)
Binds the variables from the
and a virtualizedInputProps
from the application session to the statement.VirtualSpace