de.mathema.pride
Class PosgresAccess

java.lang.Object
  extended by de.mathema.pride.PosgresAccess

public class PosgresAccess
extends java.lang.Object

This class encapsulates Postgres access functions which are only available when working with a Postgres database and having the appropriate drivers installed. When working with different databases, the functions in here should never be called by the PriDE core, so their shouldn't occur any NoSuchMethodExceptions or ClassNotFoundExceptions. The special functions are required to support Postgres' dynamic NoSQL column types which are not part of the JDBC standard.

Author:
less02

Constructor Summary
PosgresAccess()
           
 
Method Summary
static java.lang.Object extractArrayFromResultSet(java.lang.Object dbValue, java.lang.Class<?> targetArrayType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosgresAccess

public PosgresAccess()
Method Detail

extractArrayFromResultSet

public static java.lang.Object extractArrayFromResultSet(java.lang.Object dbValue,
                                                         java.lang.Class<?> targetArrayType)
                                                  throws java.sql.SQLException
Throws:
java.sql.SQLException