com.liferay.portal.dao.jdbc.postgresql
Class PostgreSQLJDBCUtil
java.lang.Object
com.liferay.portal.dao.jdbc.postgresql.PostgreSQLJDBCUtil
public class PostgreSQLJDBCUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgreSQLJDBCUtil
public PostgreSQLJDBCUtil()
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