net.wgen.op.db
Class ArrayParameter
java.lang.Object
net.wgen.op.db.Parameter
net.wgen.op.db.ArrayParameter
- All Implemented Interfaces:
- java.io.Serializable
- public class ArrayParameter
- extends Parameter
Describes an Array Parameter to a DatabaseCall.
- Version:
- $Id: ArrayParameter.html,v 1.2 2007/01/28 04:09:36 paulfeuer Exp $
- Author:
- Paul Feuer, Wireless Generation, Inc.
- See Also:
- Serialized Form
|
Constructor Summary |
ArrayParameter(java.lang.Object value,
int direction,
java.lang.String arrayObjectType)
Full constructor. |
ArrayParameter(java.lang.Object value,
java.lang.String arrayObjectType)
Implicit input constructor. |
ArrayParameter(java.lang.String arrayObjectType)
Implicit output constructor using the JDBC ARRAY Type for the super constructor. |
| Methods inherited from class net.wgen.op.db.Parameter |
getDirection, getJdbcType, getOptions, getValue, nullableNumeric, nullableNumeric, nullableString, nullableString, setOptions, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_arrayObjectType
private final java.lang.String _arrayObjectType
ArrayParameter
public ArrayParameter(java.lang.Object value,
java.lang.String arrayObjectType)
- Implicit input constructor.
- Parameters:
value - the value of the parameterarrayObjectType - the array descriptor
ArrayParameter
public ArrayParameter(java.lang.Object value,
int direction,
java.lang.String arrayObjectType)
- Full constructor.
- Parameters:
value - the value of the parameterdirection - the direction whether IN, OUT, or IN_OUTarrayObjectType - the array descriptor
ArrayParameter
public ArrayParameter(java.lang.String arrayObjectType)
- Implicit output constructor using the JDBC ARRAY Type for the super constructor.
- Parameters:
arrayObjectType - the array descriptor
getArrayObjectType
public java.lang.String getArrayObjectType()