Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
-
Packages that use AbstractStatementBuilder Package Description com.tangosol.coherence.dslquery.statement This package containsStatementBuilder
implementations.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 class
BackupStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement
.class
CreateCacheStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement
.class
CreateIndexStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement
.class
DeleteStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement
.class
DropCacheStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement
.class
DropIndexStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement
.class
InsertStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement
.class
QueryRecorderStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement
.class
RestoreStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement
.class
SelectStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement
.class
SourceStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement
.class
TruncateCacheStatementBuilder
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement
.class
UpdateStatementBuilder
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
-