Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Packages that use 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
Subclasses of AbstractStatementBuilder in com.tangosol.coherence.dslquery.statementModifier and TypeClassDescriptionclassAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aUpdateStatementBuilder.UpdateStatement. - 
Uses of AbstractStatementBuilder in com.tangosol.coherence.dslquery.statement.persistence
Modifier and TypeClassDescriptionclassAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateSnapshotStatementBuilder.CreateSnapshotStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aForceRecoveryStatementBuilder.ForceRecoveryStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListArchiverStatementBuilder.ListArchiverStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListServicesStatementBuilder.ListServicesStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListSnapshotsStatementBuilder.ListSnapshotsStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRecoverSnapshotStatementBuilder.RecoverSnapshotStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRemoveSnapshotStatementBuilder.RemoveSnapshotStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aResumeServiceStatementBuilder.ResumeServiceStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSuspendServiceStatementBuilder.SuspendServiceStatement.classAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aValidateSnapshotStatementBuilder.ValidateSnapshotStatement.