public final class PostgreSqlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
QuoteChar |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFullyQualifiedTableName(String schemaName,
String tableName,
boolean usePostgresQuoting) |
static org.postgresql.PGConnection |
getPGConnection(Connection connection) |
static String |
quoteIdentifier(String identifier) |
static boolean |
tryGetPGConnection(Connection connection,
OutParameter<org.postgresql.PGConnection> result) |
public static final char QuoteChar
public static org.postgresql.PGConnection getPGConnection(Connection connection) throws SQLException
SQLExceptionpublic static boolean tryGetPGConnection(Connection connection, OutParameter<org.postgresql.PGConnection> result) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.