| |
|
| java.lang.Object org.apache.derbyTesting.functionTests.util.ShortHolder
ShortHolder | public class ShortHolder implements Serializable(Code) | | This class holds a short. This class exists for basic testing of
user-defined types in JSQL.
author: Jeff Lichtman |
ShortHolder | public ShortHolder(short value)(Code) | | Constructor for an ShortHolder
Parameters: value - The value of the short to store in the new object |
getValue | public short getValue()(Code) | | Get the short value out of this object
The value of the short in this object |
|
|
|