com.intersys.objects.reflect
Interface CacheQueryInfo


public interface CacheQueryInfo


Method Summary
 CacheClass getDeclaringClass()
           
 String getName()
           
 int getNumberOfParameters()
           
 String getStatement()
           
 String getStatement(int numOfParameters)
           
 CacheQuery prepareQuery()
           
 

Method Detail

getName

public String getName()
               throws CacheException
Throws:
CacheException

getNumberOfParameters

public int getNumberOfParameters()
                          throws CacheException
Throws:
CacheException

getStatement

public String getStatement()
                    throws CacheException
Throws:
CacheException

getStatement

public String getStatement(int numOfParameters)
                    throws CacheException
Throws:
CacheException

getDeclaringClass

public CacheClass getDeclaringClass()
                             throws CacheException
Throws:
CacheException

prepareQuery

public CacheQuery prepareQuery()
                        throws CacheException
Throws:
CacheException