パッケージ org.postgresql.ds

クラス PGPooledConnection

java.lang.Object
org.postgresql.ds.PGPooledConnection
すべての実装されたインタフェース:
PooledConnection
直系の既知のサブクラス:
PGXAConnection

public class PGPooledConnection extends Object implements PooledConnection
PostgreSQL implementation of the PooledConnection interface. This shouldn't be used directly, as the pooling client should just interact with the ConnectionPool instead.
関連項目:
  • コンストラクタの詳細

    • PGPooledConnection

      public PGPooledConnection(Connection con, boolean autoCommit, boolean isXA)
      Creates a new PooledConnection representing the specified physical connection.
      パラメータ:
      con - connection
      autoCommit - whether to autocommit
      isXA - whether connection is a XA connection
    • PGPooledConnection

      public PGPooledConnection(Connection con, boolean autoCommit)
  • メソッドの詳細