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