Methods in dbStorage with parameters of type S_Variable |
boolean |
S_DataSet.isIndex(S_Variable variable)
isIndex This method checks to see if a variable is an index for any other
variables within the dataset--it is assumed that if it is, then the values
should be unique |
void |
DataSetWorker.updateExternalVarValueDirect(int datasetID,
S_Variable oS_Variable,
int parameterID,
S_Value oS_Value)
|
void |
DataSetWorker.updateExternalVarValueDirect(int datasetID,
S_Variable oS_Variable,
int parameterID,
S_Value oS_Value,
java.io.PrintWriter out)
|
void |
DataSetWorker.updateVarValueDirect(int datasetID,
S_Variable oS_Variable,
int parameterID,
S_Value oS_Value)
|
void |
DataSetWorker.updateVarValueDirect(int datasetID,
S_Variable oS_Variable,
int parameterID,
S_Value oS_Value,
java.io.PrintWriter out)
|