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:
java.sql.Array
Enclosing class:
DialectPostgreSQL

public static class DialectPostgreSQL.PostgreSQLArray
extends java.lang.Object
implements java.sql.Array


Constructor Summary
DialectPostgreSQL.PostgreSQLArray(int type, java.lang.String typeName, java.lang.Object[] elements)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialectPostgreSQL.PostgreSQLArray

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getBaseType

public int getBaseType()
Specified by:
getBaseType in interface java.sql.Array

getBaseTypeName

public java.lang.String getBaseTypeName()
Specified by:
getBaseTypeName in interface java.sql.Array

getArray

public java.lang.Object getArray()
Specified by:
getArray in interface java.sql.Array

getArray

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

getArray

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

getArray

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

getResultSet

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

getResultSet

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

getResultSet

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

getResultSet

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

free

public void free()
Specified by:
free in interface java.sql.Array

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.