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 classEditorInputPropsEditor 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 voidIQueryStatementInput. 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 InputPropsInputProps. clone()Clones these Input Properties.protected InputPropsDatabaseProps. createInputProps()Creates the input properties.InputPropsDatabaseProps. getInputProps()Gets the input properties containing VirtualSpace, parameter definitions, etc.