Uses of Class
com.iizix.prop.vs.AbstractVSVariable
Package
Description
Uses of AbstractVSVariable in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
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
Modifier and TypeClassDescriptionclass
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
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
Modifier 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
Modifier and TypeClassDescriptionclass
The Output Column connects a table column from the reply output with a VSTable column.class
The Output Table connects a table from the reply output with a VSTable.class
The Output Variable connects a reference variable from the reply output with a VSField.Uses of AbstractVSVariable in com.iizix.ws.prop.url
Modifier and TypeClassDescriptionclass
The Input Variable connects a VSField with an input variable or parameter to a web service request.