Click or drag to resize

QdbConnectionPool Class

A entry in a quasardb database.
Inheritance Hierarchy
SystemObject
  QuasardbQdbConnectionPool

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbConnectionPool

The QdbConnectionPool type exposes the following members.

Constructors
  NameDescription
Public methodQdbConnectionPool
Create a pool using the connection factory.
Top
Methods
  NameDescription
Public methodGet
Get one connection from the pool.
Public methodReturn
Return one connection to the pool.
Public methodSize
Get the maximum number of connections.
Public methodTryGet
Tries to get one connection from the pool within the provided time span.
Top
See Also