Uses of Class
com.tangosol.coherence.dslquery.token.persistence.AbstractSQLSnapshotOPToken
-
Packages that use AbstractSQLSnapshotOPToken Package Description com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPToken
specifically for parsing persistence related CohQL statements. -
-
Uses of AbstractSQLSnapshotOPToken in com.tangosol.coherence.dslquery.token.persistence
Subclasses of AbstractSQLSnapshotOPToken in com.tangosol.coherence.dslquery.token.persistence Modifier and Type Class Description class
SQLArchiveSnapshotOPToken
SQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.class
SQLCreateSnapshotOPToken
SQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLRecoverSnapshotOPToken
SQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
-