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
SQLException
public static boolean isPGStatement(Statement statement) throws SQLException
SQLException
public static void setLargeObject(PreparedStatement preparedStatement, int index, byte[] bytes) throws SQLException
SQLException