public static class SqlArrays.PGArray
extends java.lang.Object
implements java.sql.Array
| Constructor and Description | 
|---|
PGArray(java.lang.String stringValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
free()  | 
java.lang.Object | 
getArray()  | 
java.lang.Object | 
getArray(long index,
        int count)  | 
java.lang.Object | 
getArray(long index,
        int count,
        java.util.Map<java.lang.String,java.lang.Class<?>> map)  | 
java.lang.Object | 
getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)  | 
int | 
getBaseType()  | 
java.lang.String | 
getBaseTypeName()  | 
java.sql.ResultSet | 
getResultSet()  | 
java.sql.ResultSet | 
getResultSet(long index,
            int count)  | 
java.sql.ResultSet | 
getResultSet(long index,
            int count,
            java.util.Map<java.lang.String,java.lang.Class<?>> map)  | 
java.sql.ResultSet | 
getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)  | 
java.lang.String | 
toString()  | 
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getArray()
                          throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)
                          throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(long index,
                                 int count)
                          throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(long index,
                                 int count,
                                 java.util.Map<java.lang.String,java.lang.Class<?>> map)
                          throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic int getBaseType()
                throws java.sql.SQLException
getBaseType in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.String getBaseTypeName()
                                 throws java.sql.SQLException
getBaseTypeName in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
                                throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)
                                throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long index,
                                       int count)
                                throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long index,
                                       int count,
                                       java.util.Map<java.lang.String,java.lang.Class<?>> map)
                                throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic void free()
          throws java.sql.SQLException
free in interface java.sql.Arrayjava.sql.SQLExceptionCopyright © 2023. All Rights Reserved.