public interface Query
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
boolean |
containsSubQueries()
Gets whether this query contains sub queries.
|
ResponsePacket |
executeOnSpace(ISpaceProxy space,
Transaction txn)
Will execute this query on the space and return a ResponsePacket
|
boolean |
isForceUnderTransaction()
Gets whether this query is forced to be executed under transaction.
|
boolean |
isPrepared() |
void |
setSecurityInterceptor(SecurityInterceptor securityInterceptor) |
void |
setSession(QuerySession session) |
void |
validateQuery(ISpaceProxy space)
Each query should have its own specific validations.
|
ResponsePacket executeOnSpace(ISpaceProxy space, Transaction txn) throws SQLException
SQLExceptionvoid validateQuery(ISpaceProxy space) throws SQLException
SQLExceptionvoid setSession(QuerySession session)
void build()
throws SQLException
SQLExceptionboolean isPrepared()
void setSecurityInterceptor(SecurityInterceptor securityInterceptor)
boolean isForceUnderTransaction()
boolean containsSubQueries()
Copyright © GigaSpaces.