|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object isql.array.Array
public class Array
An array with its type
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 |
---|
public Array(java.lang.Object[] array, ColumnType type)
Method Detail |
---|
public java.lang.Object[] getArray()
public ColumnType getType()
getType
in interface ITypedValue
public int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |