Package de.bytefish.pgbulkinsert.util
Class PostgreSqlUtils
java.lang.Object
de.bytefish.pgbulkinsert.util.PostgreSqlUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFullyQualifiedTableName(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 Details
-
getPGConnection
-
tryGetPGConnection
-
quoteIdentifier
-
getFullyQualifiedTableName
-