Uses of Class
com.iizix.sql.NamedParameterStatement
Uses of NamedParameterStatement in com.iizix.db.api
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionString[]
InputProps.bind
(AppSessionGyro appGyro, NamedParameterStatement statement) Binds the variables from the
and a virtualizedInputProps
from the application session to the statement.VirtualSpace