public interface ConnectionPool
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
checkIn(ConnectionWrapper connectionWrapper) |
void |
checkInTx(Transaction tx) |
ConnectionWrapper |
checkOut() |
void |
close() |
int |
getActivePoolSize() |
int |
getFreePoolSize() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
int |
getTxActivePoolSize() |
void |
release(ConnectionWrapper connectionWrapper) |
ConnectionWrapper checkOut() throws SQLException
SQLExceptionvoid checkIn(ConnectionWrapper connectionWrapper)
void checkInTx(Transaction tx)
void release(ConnectionWrapper connectionWrapper)
void close()
int getActivePoolSize()
int getTxActivePoolSize()
int getFreePoolSize()
int getMaxPoolSize()
int getMinPoolSize()
Copyright © 2015–2016 The DBFlute Project. All rights reserved.