Uses of Interface
com.tangosol.coherence.dslquery.StatementBuilder
Packages that use StatementBuilder
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 StatementBuilder in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery with type parameters of type StatementBuilderModifier and TypeFieldDescriptionprotected Map<String, StatementBuilder<?>> CoherenceQueryLanguage.m_mapStatementBuildersThe map of CohQL query builders.Methods in com.tangosol.coherence.dslquery that return StatementBuilderModifier and TypeMethodDescriptionCoherenceQueryLanguage.getStatementBuilder(String sFunctor) Return theStatementBuilderfor a given CohQL AST functor.CoherenceQueryLanguage.removeStatementBuilder(String sFunctor) Remove theStatementBuilderassociated with the given functor.Methods in com.tangosol.coherence.dslquery that return types with arguments of type StatementBuilderModifier and TypeMethodDescriptionprotected Map<String, StatementBuilder<?>> CoherenceQueryLanguage.createStatements()Create the CohQLStatementBuildermap and initialise it with the standard CohQL statements.CoherenceQueryLanguage.getStatementBuilders()Return the map ofStatementBuilderinstances.Methods in com.tangosol.coherence.dslquery with parameters of type StatementBuilderModifier and TypeMethodDescriptionvoidCoherenceQueryLanguage.addStatement(String sFunctor, StatementBuilder<?> builder) Register the givenStatementBuilderto the specified functor name. - 
Uses of StatementBuilder in com.tangosol.coherence.dslquery.queryplus
Classes in com.tangosol.coherence.dslquery.queryplus that implement StatementBuilderModifier and TypeClassDescriptionclassThis is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements.classA class that builds the QueryPlus "COMMANDS" command.classA class that builds the QueryPlus "EXTENDED LANGUAGE" command.classAStatementBuilderthat builds the QueryPlus "HELP" command.classAStatementBuilderthat builds the QueryPlus "SANITY CHECK" command.classAStatementBuilderthat builds the QueryPlus "SERVICES" command.classA class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.classAStatementBuilderthat builds the QueryPlus "TRACE" command.classA class that builds the QueryPlus "WHENEVER" command. - 
Uses of StatementBuilder in com.tangosol.coherence.dslquery.statement
Classes in com.tangosol.coherence.dslquery.statement that implement StatementBuilderModifier and TypeClassDescriptionclassAbstractStatementBuilder<T extends Statement>A base class forStatementBuilderimplementations.classAn 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 StatementBuilder in com.tangosol.coherence.dslquery.statement.persistence
Classes in com.tangosol.coherence.dslquery.statement.persistence that implement StatementBuilderModifier 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.