Uses of Class
com.iizix.prop.vs.AbstractVSVariable
Packages that use AbstractVSVariable
Package
Description
Uses of AbstractVSVariable in com.iizigo.db.prop
Subclasses of AbstractVSVariable in com.iizigo.db.propModifier and TypeClassDescriptionclassEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classEditor 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.propModifier and TypeClassDescriptionclassEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditor 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.urlModifier and TypeClassDescriptionclassEditor 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.propModifier and TypeClassDescriptionclassThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classThe 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 AbstractVSVariableModifier and TypeMethodDescriptionAbstractVSVariable.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.propModifier and TypeClassDescriptionclassThe Output Column connects a table column from the reply output with a VSTable column.classThe Output Table connects a table from the reply output with a VSTable.classThe 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.urlModifier and TypeClassDescriptionclassThe Input Variable connects a VSField with an input variable or parameter to a web service request.