Uses of Interface
com.tangosol.coherence.dslquery.StatementResult
-
Packages that use StatementResult Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands.com.tangosol.coherence.dslquery.statement This package containsStatementBuilder
implementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders. -
-
Uses of StatementResult in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as StatementResult Modifier and Type Field Description static StatementResult
StatementResult. NULL_RESULT
A StatementResult with a null result value.Methods in com.tangosol.coherence.dslquery that return StatementResult Modifier and Type Method Description StatementResult
Statement. execute(ExecutionContext ctx)
Execute a CohQL query or command and return the relevantresult
.Methods in com.tangosol.coherence.dslquery that return types with arguments of type StatementResult Modifier and Type Method Description default CompletableFuture<StatementResult>
Statement. executeAsync(ExecutionContext ctx)
Execute a CohQL query or command asynchronously and return theCompletableFuture
with the relevantresult
. -
Uses of StatementResult in com.tangosol.coherence.dslquery.queryplus
Methods in com.tangosol.coherence.dslquery.queryplus that return StatementResult Modifier and Type Method Description StatementResult
ServicesStatementBuilder.ServicesQueryPlusStatement. dumpServiceInfo(ExecutionContext ctx)
Return information about the current set of Coherence services.StatementResult
CommandsStatementBuilder.CommandsQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
HelpStatementBuilder.HelpQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
SanityCheckStatementBuilder.SanityCheckQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
ServicesStatementBuilder.ServicesQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
SetTimeoutStatementBuilder.SetTimeoutStatement. execute(ExecutionContext ctx)
Set the current timeout to be used by the CohQL session.StatementResult
TraceStatementBuilder.TraceQueryPlusStatement. execute(ExecutionContext ctx)
StatementResult
WheneverStatementBuilder.WheneverQueryPlusStatement. execute(ExecutionContext ctx)
-
Uses of StatementResult in com.tangosol.coherence.dslquery.statement
Classes in com.tangosol.coherence.dslquery.statement that implement StatementResult Modifier and Type Class Description class
DefaultStatementResult
A default implementation of aStatementResult
.class
FormattedMapStatementResult
An implementation of aStatementResult
which assumes the result is aMap
with value being aObject
orObject
[].Methods in com.tangosol.coherence.dslquery.statement that return StatementResult Modifier and Type Method Description StatementResult
BackupStatementBuilder.BackupStatement. execute(ExecutionContext ctx)
StatementResult
CreateCacheStatementBuilder.CreateCacheStatement. execute(ExecutionContext ctx)
StatementResult
CreateIndexStatementBuilder.CreateIndexStatement. execute(ExecutionContext ctx)
StatementResult
DeleteStatementBuilder.DeleteStatement. execute(ExecutionContext ctx)
StatementResult
DropCacheStatementBuilder.DropCacheStatement. execute(ExecutionContext ctx)
StatementResult
DropIndexStatementBuilder.DropIndexStatement. execute(ExecutionContext ctx)
StatementResult
InsertStatementBuilder.InsertStatement. execute(ExecutionContext ctx)
StatementResult
QueryRecorderStatementBuilder.QueryRecorderStatement. execute(ExecutionContext ctx)
StatementResult
RestoreStatementBuilder.RestoreStatement. execute(ExecutionContext ctx)
StatementResult
SelectStatementBuilder.SelectStatement. execute(ExecutionContext ctx)
StatementResult
SourceStatementBuilder.SourceStatement. execute(ExecutionContext ctx)
StatementResult
TruncateCacheStatementBuilder.TruncateCacheStatement. execute(ExecutionContext ctx)
StatementResult
UpdateStatementBuilder.UpdateStatement. execute(ExecutionContext ctx)
StatementResult
SourceStatementBuilder.SourceStatement. source(String sFileName, ExecutionContext ctx)
Attempt to parse, build, and execute from the given file of statements tracing on the given PrintWriter if the given flag indicates the need to trace.Methods in com.tangosol.coherence.dslquery.statement that return types with arguments of type StatementResult Modifier and Type Method Description CompletableFuture<StatementResult>
SelectStatementBuilder.AsyncSelectStatement. execute(ExecutionContext ctx)
CompletableFuture<StatementResult>
DeleteStatementBuilder.DeleteStatement. executeAsync(ExecutionContext ctx)
CompletableFuture<StatementResult>
InsertStatementBuilder.InsertStatement. executeAsync(ExecutionContext ctx)
CompletableFuture<StatementResult>
SelectStatementBuilder.SelectStatement. executeAsync(ExecutionContext ctx)
CompletableFuture<StatementResult>
UpdateStatementBuilder.UpdateStatement. executeAsync(ExecutionContext ctx)
-
Uses of StatementResult in com.tangosol.coherence.dslquery.statement.persistence
Methods in com.tangosol.coherence.dslquery.statement.persistence that return StatementResult Modifier and Type Method Description StatementResult
ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement. execute(ExecutionContext ctx)
StatementResult
CreateSnapshotStatementBuilder.CreateSnapshotStatement. execute(ExecutionContext ctx)
StatementResult
ForceRecoveryStatementBuilder.ForceRecoveryStatement. execute(ExecutionContext ctx)
StatementResult
ListArchiverStatementBuilder.ListArchiverStatement. execute(ExecutionContext ctx)
StatementResult
ListServicesStatementBuilder.ListServicesStatement. execute(ExecutionContext ctx)
StatementResult
ListSnapshotsStatementBuilder.ListSnapshotsStatement. execute(ExecutionContext ctx)
StatementResult
RecoverSnapshotStatementBuilder.RecoverSnapshotStatement. execute(ExecutionContext ctx)
StatementResult
RemoveSnapshotStatementBuilder.RemoveSnapshotStatement. execute(ExecutionContext ctx)
StatementResult
ResumeServiceStatementBuilder.ResumeServiceStatement. execute(ExecutionContext ctx)
StatementResult
RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement. execute(ExecutionContext ctx)
StatementResult
SuspendServiceStatementBuilder.SuspendServiceStatement. execute(ExecutionContext ctx)
StatementResult
ValidateSnapshotStatementBuilder.ValidateSnapshotStatement. execute(ExecutionContext ctx)
-