4D S.A. Copyright 2001

j4d.open
Class opVariableArray

java.lang.Object
  |
  +--j4d.open.opVariableArray

public class opVariableArray
extends java.lang.Object

opVariableArray can store several variables for internal use or to pass a list of parameters to a stored procedure.


Field Summary
 opVariable[] mVariableArray
           
 
Constructor Summary
opVariableArray(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mVariableArray

public opVariable[] mVariableArray
Constructor Detail

opVariableArray

public opVariableArray(int size)

4D S.A. Copyright 2001

4D S.A.