com.intersys.objects.reflect
Interface CacheQueryInfo
- public interface CacheQueryInfo
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