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.
|
default void |
validateQuery(SpaceTypeManager typeManager) |
ResponsePacket executeOnSpace(ISpaceProxy space, Transaction txn) throws SQLException
SQLException
void validateQuery(ISpaceProxy space) throws SQLException
SQLException
void setSession(QuerySession session)
void build() throws SQLException
SQLException
boolean isPrepared()
void setSecurityInterceptor(SecurityInterceptor securityInterceptor)
boolean isForceUnderTransaction()
boolean containsSubQueries()
default void validateQuery(SpaceTypeManager typeManager) throws SQLException
SQLException
Copyright © GigaSpaces.