Uses of Class
com.iizix.db.prop.InputProps
Packages that use InputProps
Uses of InputProps in com.iizigo.db.prop
Subclasses of InputProps in com.iizigo.db.propModifier 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
Methods in com.iizix.db.api with parameters of type InputPropsModifier 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
Methods in com.iizix.db.prop that return InputPropsModifier 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.