Uses of Interface
com.tangosol.coherence.dslquery.StatementResult
Packages that use StatementResult
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands.This package contains
StatementBuilder
implementations.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 StatementResultModifier and TypeFieldDescriptionstatic final StatementResult
StatementResult.NULL_RESULT
A StatementResult with a null result value.Methods in com.tangosol.coherence.dslquery that return StatementResultModifier and TypeMethodDescriptionStatement.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 StatementResultModifier and TypeMethodDescriptiondefault 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 StatementResultModifier and TypeMethodDescriptionServicesStatementBuilder.ServicesQueryPlusStatement.dumpServiceInfo
(ExecutionContext ctx) Return information about the current set of Coherence services.CommandsStatementBuilder.CommandsQueryPlusStatement.execute
(ExecutionContext ctx) ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement.execute
(ExecutionContext ctx) HelpStatementBuilder.HelpQueryPlusStatement.execute
(ExecutionContext ctx) SanityCheckStatementBuilder.SanityCheckQueryPlusStatement.execute
(ExecutionContext ctx) ServicesStatementBuilder.ServicesQueryPlusStatement.execute
(ExecutionContext ctx) SetTimeoutStatementBuilder.SetTimeoutStatement.execute
(ExecutionContext ctx) Set the current timeout to be used by the CohQL session.TraceStatementBuilder.TraceQueryPlusStatement.execute
(ExecutionContext ctx) WheneverStatementBuilder.WheneverQueryPlusStatement.execute
(ExecutionContext ctx) -
Uses of StatementResult in com.tangosol.coherence.dslquery.statement
Classes in com.tangosol.coherence.dslquery.statement that implement StatementResultModifier and TypeClassDescriptionclass
A default implementation of aStatementResult
.class
An implementation of aStatementResult
which assumes the result is aMap
with value being aObject
orObject
[].Methods in com.tangosol.coherence.dslquery.statement that return StatementResultModifier and TypeMethodDescriptionBackupStatementBuilder.BackupStatement.execute
(ExecutionContext ctx) CreateCacheStatementBuilder.CreateCacheStatement.execute
(ExecutionContext ctx) CreateIndexStatementBuilder.CreateIndexStatement.execute
(ExecutionContext ctx) DeleteStatementBuilder.DeleteStatement.execute
(ExecutionContext ctx) DropCacheStatementBuilder.DropCacheStatement.execute
(ExecutionContext ctx) DropIndexStatementBuilder.DropIndexStatement.execute
(ExecutionContext ctx) InsertStatementBuilder.InsertStatement.execute
(ExecutionContext ctx) QueryRecorderStatementBuilder.QueryRecorderStatement.execute
(ExecutionContext ctx) RestoreStatementBuilder.RestoreStatement.execute
(ExecutionContext ctx) SelectStatementBuilder.SelectStatement.execute
(ExecutionContext ctx) SourceStatementBuilder.SourceStatement.execute
(ExecutionContext ctx) TruncateCacheStatementBuilder.TruncateCacheStatement.execute
(ExecutionContext ctx) UpdateStatementBuilder.UpdateStatement.execute
(ExecutionContext ctx) 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 StatementResultModifier and TypeMethodDescriptionSelectStatementBuilder.AsyncSelectStatement.execute
(ExecutionContext ctx) DeleteStatementBuilder.DeleteStatement.executeAsync
(ExecutionContext ctx) InsertStatementBuilder.InsertStatement.executeAsync
(ExecutionContext ctx) SelectStatementBuilder.SelectStatement.executeAsync
(ExecutionContext ctx) 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 StatementResultModifier and TypeMethodDescriptionArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement.execute
(ExecutionContext ctx) CreateSnapshotStatementBuilder.CreateSnapshotStatement.execute
(ExecutionContext ctx) ForceRecoveryStatementBuilder.ForceRecoveryStatement.execute
(ExecutionContext ctx) ListArchiverStatementBuilder.ListArchiverStatement.execute
(ExecutionContext ctx) ListServicesStatementBuilder.ListServicesStatement.execute
(ExecutionContext ctx) ListSnapshotsStatementBuilder.ListSnapshotsStatement.execute
(ExecutionContext ctx) RecoverSnapshotStatementBuilder.RecoverSnapshotStatement.execute
(ExecutionContext ctx) RemoveSnapshotStatementBuilder.RemoveSnapshotStatement.execute
(ExecutionContext ctx) ResumeServiceStatementBuilder.ResumeServiceStatement.execute
(ExecutionContext ctx) RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement.execute
(ExecutionContext ctx) SuspendServiceStatementBuilder.SuspendServiceStatement.execute
(ExecutionContext ctx) ValidateSnapshotStatementBuilder.ValidateSnapshotStatement.execute
(ExecutionContext ctx)