public class SqlArray<T> extends Object implements Array
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SqlArray.BOOLEAN | 
| static class  | SqlArray.DATE | 
| static class  | SqlArray.DOUBLE | 
| static class  | SqlArray.FLOAT | 
| static class  | SqlArray.INTEGER | 
| static class  | SqlArray.STRING | 
| static class  | SqlArray.STRING2 | 
| Modifier and Type | Field and Description | 
|---|---|
| static ListAsSQLArrayUserType.ArrayFactory | FACTORY | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | SqlArray(List<T> data,
        int baseType) | 
| protected  | SqlArray(List<T> data,
        int baseType,
        String baseTypeName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | appendDate(StringBuilder sb,
          Date date) | 
| void | free() | 
| Object | getArray() | 
| Object | getArray(long index,
        int count) | 
| Object | getArray(long arg0,
        int arg1,
        Map<String,Class<?>> arg2) | 
| Object | getArray(Map<String,Class<?>> arg0) | 
| int | getBaseType() | 
| String | getBaseTypeName() | 
| ResultSet | getResultSet() | 
| ResultSet | getResultSet(long index,
            int count) | 
| ResultSet | getResultSet(long arg0,
            int arg1,
            Map<String,Class<?>> arg2) | 
| ResultSet | getResultSet(Map<String,Class<?>> arg0) | 
| String | toString() | 
public static final ListAsSQLArrayUserType.ArrayFactory FACTORY
public String getBaseTypeName()
getBaseTypeName in interface Arraypublic int getBaseType()
getBaseType in interface Arraypublic ResultSet getResultSet()
getResultSet in interface Arraypublic ResultSet getResultSet(Map<String,Class<?>> arg0)
getResultSet in interface Arraypublic ResultSet getResultSet(long index, int count)
getResultSet in interface Arraypublic ResultSet getResultSet(long arg0, int arg1, Map<String,Class<?>> arg2)
getResultSet in interface Arrayprotected void appendDate(StringBuilder sb, Date date)
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.