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 classEditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classEditorResultSetColumnPropEditor 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 classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor 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 classEditorURLInputParameterEditor 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 classInputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classResultSetColumnPropThe 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 classOutputColumnThe Output Column connects a table column from the reply output with a VSTable column.classOutputTableThe Output Table connects a table from the reply output with a VSTable.classOutputVariableThe 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 classURLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.