Uses of Class
com.iizix.db.prop.InputProps
Packages that use InputProps Package Description com.iizigo.db.prop com.iizix.db.api com.iizix.db.prop Uses of InputProps in com.iizigo.db.prop
Subclasses of InputProps in com.iizigo.db.prop Modifier and Type Class Description class
EditorInputProps
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 InputProps 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 InputProps in com.iizix.db.prop
Methods in com.iizix.db.prop that return InputProps Modifier and Type Method Description InputProps
InputProps. clone()
Clones these Input Properties.protected InputProps
DatabaseProps. createInputProps()
Creates the input properties.InputProps
DatabaseProps. getInputProps()
Gets the input properties containing VirtualSpace, parameter definitions, etc.