|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aris.hldb.pools.SimpleConProvider
public class SimpleConProvider
This is a simple Connection provider. Use this with hlDB if you want to use one single connection for the pool (not efficient).
Constructor Summary | |
---|---|
SimpleConProvider(java.sql.Connection con)
|
Method Summary | |
---|---|
java.sql.Connection |
allocConnection()
Returns a connection object by this pool. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleConProvider(java.sql.Connection con)
Method Detail |
---|
public java.sql.Connection allocConnection()
ConnectionProviderI
allocConnection
in interface ConnectionProviderI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |