org.postgresql.jdbc
Class CacheMetadata

java.lang.Object
  extended by org.postgresql.jdbc.CacheMetadata

public class CacheMetadata
extends Object


Constructor Summary
CacheMetadata()
           
 
Method Summary
protected  void getCache(String idFields, Field[] fields)
           
protected  String getIdFields(Field[] fields)
           
protected  boolean isCached(String idFields)
           
protected  void setCache(String idFields, Field[] fields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheMetadata

public CacheMetadata()
Method Detail

isCached

protected boolean isCached(String idFields)

getCache

protected void getCache(String idFields,
                        Field[] fields)

setCache

protected void setCache(String idFields,
                        Field[] fields)

getIdFields

protected String getIdFields(Field[] fields)


Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.