Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Field and Description |
---|---|
private LruCache<java.lang.Object,CachedQuery> |
QueryExecutorBase.statementCache |
Modifier and Type | Method and Description |
---|---|
LruCache<FieldMetadata.Key,FieldMetadata> |
BaseConnection.getFieldMetadataCache()
Return metadata cache for given connection.
|
Modifier and Type | Field and Description |
---|---|
private LruCache<FieldMetadata.Key,FieldMetadata> |
PgConnection.fieldMetadataCache |
Modifier and Type | Method and Description |
---|---|
LruCache<FieldMetadata.Key,FieldMetadata> |
PgConnection.getFieldMetadataCache() |