Liferay 7.0-ce-b4

com.liferay.portal.dao.jdbc.postgresql
Class PostgreSQLJDBCUtil

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.postgresql.PostgreSQLJDBCUtil

public class PostgreSQLJDBCUtil
extends Object


Constructor Summary
PostgreSQLJDBCUtil()
           
 
Method Summary
static byte[] getLargeObject(ResultSet resultSet, String name)
           
static boolean isPGStatement(Statement statement)
           
static void setLargeObject(PreparedStatement preparedStatement, int index, byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgreSQLJDBCUtil

public PostgreSQLJDBCUtil()
Method Detail

getLargeObject

public static byte[] getLargeObject(ResultSet resultSet,
                                    String name)
                             throws SQLException
Throws:
SQLException

isPGStatement

public static boolean isPGStatement(Statement statement)
                             throws SQLException
Throws:
SQLException

setLargeObject

public static void setLargeObject(PreparedStatement preparedStatement,
                                  int index,
                                  byte[] bytes)
                           throws SQLException
Throws:
SQLException

Liferay 7.0-ce-b4