public class InternalPoolConnection extends SingleStorePoolConnection
| Constructor and Description |
|---|
InternalPoolConnection(Connection connection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AtomicLong |
getLastUsed()
Indicate last time this pool connection has been used.
|
void |
lastUsedToNow()
Set last poolConnection use to now.
|
addConnectionEventListener, addStatementEventListener, fireConnectionClosed, fireConnectionErrorOccurred, fireStatementClosed, fireStatementErrorOccurred, getConnection, getXAResource, removeConnectionEventListener, removeStatementEventListener, xidToStringpublic InternalPoolConnection(Connection connection)
connection - connection to retrieve connection optionspublic void close()
close in interface PooledConnectionclose in class SingleStorePoolConnectionpublic AtomicLong getLastUsed()
public void lastUsedToNow()
Copyright © 2022 SingleStore. All rights reserved.