Package de.bytefish.pgbulkinsert.util
Class PostgreSqlUtils
- java.lang.Object
-
- de.bytefish.pgbulkinsert.util.PostgreSqlUtils
-
public final class PostgreSqlUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFullyQualifiedTableName(@Nullable String schemaName, String tableName, boolean usePostgresQuoting)static org.postgresql.PGConnectiongetPGConnection(Connection connection)static StringquoteIdentifier(String identifier)static Optional<org.postgresql.PGConnection>tryGetPGConnection(Connection connection)
-
-
-
Method Detail
-
getPGConnection
public static org.postgresql.PGConnection getPGConnection(Connection connection)
-
tryGetPGConnection
public static Optional<org.postgresql.PGConnection> tryGetPGConnection(Connection connection)
-
-