isql.array
Class TextArray

java.lang.Object
  extended by isql.array.Array
      extended by isql.array.InputArray
          extended by isql.array.TextArray
All Implemented Interfaces:
ITypedValue

public class TextArray
extends InputArray

Author:
SHZ Apr 11, 2008 Makes safe that it is possible to find out that the array is of type Text

Constructor Summary
TextArray(java.lang.String[] arrText)
           
 
Method Summary
 
Methods inherited from class isql.array.Array
getArray, getSize, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextArray

public TextArray(java.lang.String[] arrText)