Class PostgreSqlUtils

java.lang.Object
de.bytefish.pgbulkinsert.util.PostgreSqlUtils

public final class PostgreSqlUtils extends Object
  • Method Details

    • getPGConnection

      public static org.postgresql.PGConnection getPGConnection(Connection connection)
    • tryGetPGConnection

      public static Optional<org.postgresql.PGConnection> tryGetPGConnection(Connection connection)
    • quoteIdentifier

      public static String quoteIdentifier(String identifier)
    • getFullyQualifiedTableName

      public static String getFullyQualifiedTableName(String schemaName, String tableName, boolean usePostgresQuoting)