Uses of Class
com.iizix.db.prop.InputVariable
Packages that use InputVariable Package Description com.iizigo.db.prop com.iizix.db.prop Uses of InputVariable in com.iizigo.db.prop
Subclasses of InputVariable in com.iizigo.db.prop Modifier and Type Class Description class
EditorInputVariable
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.Uses of InputVariable in com.iizix.db.prop
Methods in com.iizix.db.prop that return InputVariable Modifier and Type Method Description InputVariable
InputVariable. clone()
Clones this variable instance.InputVariable
InputProps. getInputVariable(java.lang.String sqlHostVariableName)
Gets the input variable by name.InputVariable[]
InputProps. getInputVariables()
Gets the input variables.