|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mathema.pride.PosgresAccess
public class PosgresAccess
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.
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 |
---|
public PosgresAccess()
Method Detail |
---|
public static java.lang.Object extractArrayFromResultSet(java.lang.Object dbValue, java.lang.Class<?> targetArrayType) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |