Package com.j_spaces.core.client.sql
Interface IQueryManager
- All Known Implementing Classes:
QueryManager
public interface IQueryManager
Interface for query handling
- Since:
- 6.5
- Author:
- anna
-
Method Summary
Modifier and TypeMethodDescriptionvoidclean()intcountClear(CountClearProxyActionInfo actionInfo) getSQLTemplate(SQLQueryTemplatePacket template, Transaction txn) readTake(ReadTakeProxyActionInfo actionInfo) readTakeMultiple(ReadTakeMultipleProxyActionInfo actionInfo)
-
Method Details
-
getSQLTemplate
-
countClear
-
readTake
IEntryPacket readTake(ReadTakeProxyActionInfo actionInfo) throws RemoteException, UnusableEntryException -
readTakeMultiple
-
clean
void clean()
-