public interface ConnectionPool extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
default void |
commit(Connection conn)
Executes 'commit' command on a connection without throwing exception.
|
Connection |
get() |
boolean |
isClosed() |
void |
setDbAdaptor(DBAdaptor dbAdaptor) |
Connection get()
void setDbAdaptor(DBAdaptor dbAdaptor)
void close()
close in interface AutoCloseableboolean isClosed()
default void commit(Connection conn)
conn - connection for commit execution.Copyright © 2023 CURS. All rights reserved.