Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
-
Packages that use AbstractStatementBuilder Package Description 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 AbstractStatementBuilder in com.tangosol.coherence.dslquery.statement
Subclasses of AbstractStatementBuilder in com.tangosol.coherence.dslquery.statement Modifier and Type Class Description classBackupStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement.classCreateCacheStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement.classCreateIndexStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement.classDeleteStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement.classDropCacheStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement.classDropIndexStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement.classInsertStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement.classQueryRecorderStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement.classRestoreStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement.classSelectStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement.classSourceStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement.classTruncateCacheStatementBuilderAn implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement.classUpdateStatementBuilderAn 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
-