public class PostgreSQLJDBCUtil
extends java.lang.Object
| Constructor and Description |
|---|
PostgreSQLJDBCUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getLargeObject(java.sql.ResultSet resultSet,
java.lang.String name) |
static boolean |
isPGStatement(java.sql.Statement statement) |
static void |
setLargeObject(java.sql.PreparedStatement preparedStatement,
int index,
byte[] bytes) |
public static byte[] getLargeObject(java.sql.ResultSet resultSet,
java.lang.String name)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static boolean isPGStatement(java.sql.Statement statement)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static void setLargeObject(java.sql.PreparedStatement preparedStatement,
int index,
byte[] bytes)
throws java.sql.SQLException
java.sql.SQLException