Class ElasticPooledConnection

java.lang.Object
overit.geocall.sql.PooledConnection
overit.geocall.sql.ElasticPooledConnection
All Implemented Interfaces:
AutoCloseable

public class ElasticPooledConnection extends PooledConnection
Database connection extracted from the ElasticConnectionPool
  • Constructor Details

    • ElasticPooledConnection

      public ElasticPooledConnection(ElasticConnectionPool pool, DirectConnection directConnection)
      Create a new instance of a elastic connection that based on the give direct database's connection.
      Parameters:
      pool - the pools the connection belongs to
      directConnection - the direct connection to the database
  • Method Details