protected static class JdbcPooledConnectionSource.ConnectionMetaData extends Object
Modifier and Type | Field and Description |
---|---|
com.j256.ormlite.support.DatabaseConnection |
connection |
Constructor and Description |
---|
ConnectionMetaData(com.j256.ormlite.support.DatabaseConnection connection,
long maxConnectionAgeMillis) |
Modifier and Type | Method and Description |
---|---|
long |
getLastUsed() |
boolean |
isExpired(long now) |
void |
noteUsed() |
String |
toString() |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.