public interface org.postgresql.PGConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.PGConnection
  super_class: java.lang.Object
{
  public abstract java.sql.Array createArrayOf(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/sql/Array;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
          Name  Flags
      typeName  
      elements  

  public abstract org.postgresql.PGNotification[] getNotifications();
    descriptor: ()[Lorg/postgresql/PGNotification;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract org.postgresql.PGNotification[] getNotifications(int);
    descriptor: (I)[Lorg/postgresql/PGNotification;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
               Name  Flags
      timeoutMillis  

  public abstract org.postgresql.copy.CopyManager getCopyAPI();
    descriptor: ()Lorg/postgresql/copy/CopyManager;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract org.postgresql.largeobject.LargeObjectManager getLargeObjectAPI();
    descriptor: ()Lorg/postgresql/largeobject/LargeObjectManager;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract org.postgresql.fastpath.Fastpath getFastpathAPI();
    descriptor: ()Lorg/postgresql/fastpath/Fastpath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract void addDataType(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      type       
      className  

  public abstract void addDataType(java.lang.String, java.lang.Class<? extends org.postgresql.util.PGobject>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Ljava/lang/String;Ljava/lang/Class<+Lorg/postgresql/util/PGobject;>;)V
    MethodParameters:
       Name  Flags
      type   
      klass  

  public abstract void setPrepareThreshold(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      threshold  

  public abstract int getPrepareThreshold();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setDefaultFetchSize(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
           Name  Flags
      fetchSize  

  public abstract int getDefaultFetchSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getBackendPID();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String escapeIdentifier(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      identifier  

  public abstract java.lang.String escapeLiteral(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
         Name  Flags
      literal  

  public abstract org.postgresql.jdbc.PreferQueryMode getPreferQueryMode();
    descriptor: ()Lorg/postgresql/jdbc/PreferQueryMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.postgresql.jdbc.AutoSave getAutosave();
    descriptor: ()Lorg/postgresql/jdbc/AutoSave;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAutosave(org.postgresql.jdbc.AutoSave);
    descriptor: (Lorg/postgresql/jdbc/AutoSave;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      autoSave  

  public abstract org.postgresql.replication.PGReplicationConnection getReplicationAPI();
    descriptor: ()Lorg/postgresql/replication/PGReplicationConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PGConnection.java"