Class Iowa::DbPool
In: src/DbPool.rb
Parent: Object

Methods

Attributes

dbName  [R] 
host  [R] 
monitorInterval  [R] 
password  [R] 
userName  [R] 

Public Class methods

Public Instance methods

Get the next idle connection. If there is no idle connection, will block until there is one. Optionally accepts a block. If a block is given, will execute the block and free up the connection afterwards.

[Validate]