net.anotheria.db.array
Class StringArray

java.lang.Object
  extended by net.anotheria.db.array.AbstractArray
      extended by net.anotheria.db.array.StringArray
All Implemented Interfaces:
Array

public class StringArray
extends AbstractArray
implements Array


Constructor Summary
StringArray(List<String> anArray)
           
 
Method Summary
 List<String> getArray()
           
 int getBaseType()
           
 String getBaseTypeName()
           
 void setArray(List<String> array)
           
 String toString()
           
 
Methods inherited from class net.anotheria.db.array.AbstractArray
free, getArray, getArray, getArray, getResultSet, getResultSet, getResultSet, getResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.sql.Array
free, getArray, getArray, getArray, getResultSet, getResultSet, getResultSet, getResultSet
 

Constructor Detail

StringArray

public StringArray(List<String> anArray)
Method Detail

getBaseType

public int getBaseType()
                throws SQLException
Specified by:
getBaseType in interface Array
Specified by:
getBaseType in class AbstractArray
Throws:
SQLException

getBaseTypeName

public String getBaseTypeName()
                       throws SQLException
Specified by:
getBaseTypeName in interface Array
Specified by:
getBaseTypeName in class AbstractArray
Throws:
SQLException

toString

public String toString()
Specified by:
toString in class AbstractArray

getArray

public List<String> getArray()
Specified by:
getArray in interface Array
Overrides:
getArray in class AbstractArray

setArray

public void setArray(List<String> array)


Copyright © 2010-2013 anotheria.net. All Rights Reserved.