Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Package
Description
This package contains
StatementBuilder
implementations.This package contains classes for persistence related statement builders.
-
Uses of AbstractStatementBuilder in com.tangosol.coherence.dslquery.statement
Modifier and TypeClassDescriptionclass
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aUpdateStatementBuilder.UpdateStatement
. -
Uses of AbstractStatementBuilder in com.tangosol.coherence.dslquery.statement.persistence
Modifier and TypeClassDescriptionclass
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateSnapshotStatementBuilder.CreateSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aForceRecoveryStatementBuilder.ForceRecoveryStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListArchiverStatementBuilder.ListArchiverStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListServicesStatementBuilder.ListServicesStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListSnapshotsStatementBuilder.ListSnapshotsStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRecoverSnapshotStatementBuilder.RecoverSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRemoveSnapshotStatementBuilder.RemoveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aResumeServiceStatementBuilder.ResumeServiceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSuspendServiceStatementBuilder.SuspendServiceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aValidateSnapshotStatementBuilder.ValidateSnapshotStatement
.