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