Uses of Class
com.iizix.prop.vs.AbstractVSVariable
Packages that use AbstractVSVariable Package Description com.iizigo.db.prop com.iizigo.ws.prop com.iizigo.ws.prop.url com.iizix.db.prop com.iizix.prop.vs com.iizix.ws.prop com.iizix.ws.prop.url Uses of AbstractVSVariable in com.iizigo.db.prop
Subclasses of AbstractVSVariable 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.class
EditorResultSetColumnProp
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.Uses of AbstractVSVariable in com.iizigo.ws.prop
Subclasses of AbstractVSVariable in com.iizigo.ws.prop Modifier and Type Class Description class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.Uses of AbstractVSVariable in com.iizigo.ws.prop.url
Subclasses of AbstractVSVariable in com.iizigo.ws.prop.url Modifier and Type Class Description class
EditorURLInputParameter
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Uses of AbstractVSVariable in com.iizix.db.prop
Subclasses of AbstractVSVariable in com.iizix.db.prop Modifier and Type Class Description class
InputVariable
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
ResultSetColumnProp
The result set Column property that connects the column name in a result set with a VSColumnHeader.Uses of AbstractVSVariable in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return AbstractVSVariable Modifier and Type Method Description AbstractVSVariable<VSCOMP,REFTYPE>
AbstractVSVariable. clone()
Clones this VSVariable instance.<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
AbstractVSVariable<VSCOMP,REFTYPE>[]VSVariables. getVariables()
Gets the variables of this container.Uses of AbstractVSVariable in com.iizix.ws.prop
Subclasses of AbstractVSVariable in com.iizix.ws.prop Modifier and Type Class Description class
OutputColumn
The Output Column connects a table column from the reply output with a VSTable column.class
OutputTable
The Output Table connects a table from the reply output with a VSTable.class
OutputVariable
The Output Variable connects a reference variable from the reply output with a VSField.Uses of AbstractVSVariable in com.iizix.ws.prop.url
Subclasses of AbstractVSVariable in com.iizix.ws.prop.url Modifier and Type Class Description class
URLInputParameter
The Input Variable connects a VSField with an input variable or parameter to a web service request.