isql.array
Class Array

java.lang.Object
  extended by isql.array.Array
All Implemented Interfaces:
ITypedValue
Direct Known Subclasses:
InputArray

public class Array
extends java.lang.Object
implements ITypedValue

An array with its type

Author:
SHZ Sep 27, 2007

Constructor Summary
Array(java.lang.Object[] array, ColumnType type)
           
 
Method Summary
 java.lang.Object[] getArray()
          the array
 int getSize()
          The size of the array
 ColumnType getType()
          The type of the array
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Array

public Array(java.lang.Object[] array,
             ColumnType type)
Method Detail

getArray

public java.lang.Object[] getArray()
the array

Returns:
the array

getType

public ColumnType getType()
The type of the array

Specified by:
getType in interface ITypedValue
Returns:
the type

getSize

public int getSize()
The size of the array

Returns:
the array size

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object