Uses of Class
com.iizix.db.prop.InputProps
Uses of InputProps in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.Uses of InputProps 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 InputProps in com.iizix.db.prop
Modifier and TypeMethodDescriptionInputProps.clone()
Clones these Input Properties.protected InputProps
DatabaseProps.createInputProps()
Creates the input properties.DatabaseProps.getInputProps()
Gets the input properties containing VirtualSpace, parameter definitions, etc.