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 theQueryPlustool rather than general CohQL commands.com.tangosol.coherence.dslquery.statement This package containsStatementBuilderimplementations.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 StatementResultStatementResult. NULL_RESULTA StatementResult with a null result value.Methods in com.tangosol.coherence.dslquery that return StatementResult Modifier and Type Method Description StatementResultStatement. 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 theCompletableFuturewith 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 StatementResultServicesStatementBuilder.ServicesQueryPlusStatement. dumpServiceInfo(ExecutionContext ctx)Return information about the current set of Coherence services.StatementResultCommandsStatementBuilder.CommandsQueryPlusStatement. execute(ExecutionContext ctx)StatementResultExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement. execute(ExecutionContext ctx)StatementResultHelpStatementBuilder.HelpQueryPlusStatement. execute(ExecutionContext ctx)StatementResultSanityCheckStatementBuilder.SanityCheckQueryPlusStatement. execute(ExecutionContext ctx)StatementResultServicesStatementBuilder.ServicesQueryPlusStatement. execute(ExecutionContext ctx)StatementResultSetTimeoutStatementBuilder.SetTimeoutStatement. execute(ExecutionContext ctx)Set the current timeout to be used by the CohQL session.StatementResultTraceStatementBuilder.TraceQueryPlusStatement. execute(ExecutionContext ctx)StatementResultWheneverStatementBuilder.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 classDefaultStatementResultA default implementation of aStatementResult.classFormattedMapStatementResultAn implementation of aStatementResultwhich assumes the result is aMapwith value being aObjectorObject[].Methods in com.tangosol.coherence.dslquery.statement that return StatementResult Modifier and Type Method Description StatementResultBackupStatementBuilder.BackupStatement. execute(ExecutionContext ctx)StatementResultCreateCacheStatementBuilder.CreateCacheStatement. execute(ExecutionContext ctx)StatementResultCreateIndexStatementBuilder.CreateIndexStatement. execute(ExecutionContext ctx)StatementResultDeleteStatementBuilder.DeleteStatement. execute(ExecutionContext ctx)StatementResultDropCacheStatementBuilder.DropCacheStatement. execute(ExecutionContext ctx)StatementResultDropIndexStatementBuilder.DropIndexStatement. execute(ExecutionContext ctx)StatementResultInsertStatementBuilder.InsertStatement. execute(ExecutionContext ctx)StatementResultQueryRecorderStatementBuilder.QueryRecorderStatement. execute(ExecutionContext ctx)StatementResultRestoreStatementBuilder.RestoreStatement. execute(ExecutionContext ctx)StatementResultSelectStatementBuilder.SelectStatement. execute(ExecutionContext ctx)StatementResultSourceStatementBuilder.SourceStatement. execute(ExecutionContext ctx)StatementResultTruncateCacheStatementBuilder.TruncateCacheStatement. execute(ExecutionContext ctx)StatementResultUpdateStatementBuilder.UpdateStatement. execute(ExecutionContext ctx)StatementResultSourceStatementBuilder.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 StatementResultArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement. execute(ExecutionContext ctx)StatementResultCreateSnapshotStatementBuilder.CreateSnapshotStatement. execute(ExecutionContext ctx)StatementResultForceRecoveryStatementBuilder.ForceRecoveryStatement. execute(ExecutionContext ctx)StatementResultListArchiverStatementBuilder.ListArchiverStatement. execute(ExecutionContext ctx)StatementResultListServicesStatementBuilder.ListServicesStatement. execute(ExecutionContext ctx)StatementResultListSnapshotsStatementBuilder.ListSnapshotsStatement. execute(ExecutionContext ctx)StatementResultRecoverSnapshotStatementBuilder.RecoverSnapshotStatement. execute(ExecutionContext ctx)StatementResultRemoveSnapshotStatementBuilder.RemoveSnapshotStatement. execute(ExecutionContext ctx)StatementResultResumeServiceStatementBuilder.ResumeServiceStatement. execute(ExecutionContext ctx)StatementResultRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement. execute(ExecutionContext ctx)StatementResultSuspendServiceStatementBuilder.SuspendServiceStatement. execute(ExecutionContext ctx)StatementResultValidateSnapshotStatementBuilder.ValidateSnapshotStatement. execute(ExecutionContext ctx)
-