Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql.jdbc.dialect
Class DialectPostgreSQL.PostgreSQLArray

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.dialect.DialectPostgreSQL.PostgreSQLArray
All Implemented Interfaces:
Array
Enclosing class:
DialectPostgreSQL

public static class DialectPostgreSQL.PostgreSQLArray
extends Object
implements Array


Constructor Summary
DialectPostgreSQL.PostgreSQLArray(int type, String typeName, Object[] elements)
           
 
Method Summary
 void free()
           
 Object getArray()
           
 Object getArray(long index, int count)
           
 Object getArray(long index, int count, Map<String,Class<?>> map)
           
 Object getArray(Map<String,Class<?>> map)
           
 int getBaseType()
           
 String getBaseTypeName()
           
 ResultSet getResultSet()
           
 ResultSet getResultSet(long index, int count)
           
 ResultSet getResultSet(long index, int count, Map<String,Class<?>> map)
           
 ResultSet getResultSet(Map<String,Class<?>> map)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialectPostgreSQL.PostgreSQLArray

public DialectPostgreSQL.PostgreSQLArray(int type,
                                         String typeName,
                                         Object[] elements)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getBaseType

public int getBaseType()
Specified by:
getBaseType in interface Array

getBaseTypeName

public String getBaseTypeName()
Specified by:
getBaseTypeName in interface Array

getArray

public Object getArray()
Specified by:
getArray in interface Array

getArray

public Object getArray(Map<String,Class<?>> map)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getArray

public Object getArray(long index,
                       int count)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getArray

public Object getArray(long index,
                       int count,
                       Map<String,Class<?>> map)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet()
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet(Map<String,Class<?>> map)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet(long index,
                              int count)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet(long index,
                              int count,
                              Map<String,Class<?>> map)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

free

public void free()
Specified by:
free in interface Array

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.