A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSTRACT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ABSTRACT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- AbstractAttribute<O,A> - Class in com.googlecode.cqengine.attribute.support
- AbstractAttribute() - Constructor for class com.googlecode.cqengine.attribute.support.AbstractAttribute
- AbstractAttribute(Class<O>, Class<A>) - Constructor for class com.googlecode.cqengine.attribute.support.AbstractAttribute
- AbstractAttribute(Class<O>, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.support.AbstractAttribute
- AbstractAttribute(String) - Constructor for class com.googlecode.cqengine.attribute.support.AbstractAttribute
- AbstractAttributeIndex<A,O> - Class in com.googlecode.cqengine.index.support
-
A skeleton implementation of an index which implements the
Index.supportsQuery(Query, QueryOptions)method, based on a set of queries supported by a subclass supplied to the constructor. - AbstractAttributeIndex(Attribute<O, A>, Set<Class<? extends Query>>) - Constructor for class com.googlecode.cqengine.index.support.AbstractAttributeIndex
-
Protected constructor, called by subclasses.
- AbstractMapBasedAttributeIndex<A,O,MapType extends ConcurrentMap<A,StoredResultSet<O>>> - Class in com.googlecode.cqengine.index.support
-
An abstract implementation of an index backed by a
ConcurrentMap, where the exact map implementation is provided by a factory supplied to the constructor. - AbstractMapBasedAttributeIndex(Factory<MapType>, Factory<StoredResultSet<O>>, Attribute<O, A>, Set<Class<? extends Query>>) - Constructor for class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Protected constructor, called by subclasses.
- accept(Member) - Method in interface com.googlecode.cqengine.codegen.MemberFilter
- add(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- add(Closeable) - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources
-
Add a new resource that needs to be closed.
- add(Closeable) - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources.CloseableResourceGroup
- add(Object) - Method in class com.googlecode.cqengine.query.option.FlagsDisabled
- add(Object) - Method in class com.googlecode.cqengine.query.option.FlagsEnabled
- add(Calendar, int, String) - Static method in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Modifies the specified Calendar by "adding" the specified value of units
- add(O) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- add(O) - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- add(O) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- add(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredResultSet
- add(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- add(O) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- add(O, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- add(O, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- add(O, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- add(O, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- ADD - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ADD - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ADD_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ADD_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.ModificationListener
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- addAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Notifies the listener that the specified objects are being added to the collection, and so it can take action and update its internal data structures.
- addAll(Collection<? extends E>) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- addAll(Collection<? extends O>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- addAll(Collection<? extends O>) - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- addAll(Collection<? extends O>) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- addAll(Collection<? extends O>) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- addAll(Collection<? extends O>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- addAll(Collection<? extends O>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- addAll(Collection<? extends O>, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- addAll(Collection<? extends O>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- addFilteringForQuantization(Iterable<ResultSet<O>>, NavigableIndex.IndexRangeLookupFunction<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
A no-op method which may be overridden by subclasses which use a
Quantizer. - addGroup() - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources
- addIndex(Index<O>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- addIndex(Index<O>) - Method in interface com.googlecode.cqengine.IndexedCollection
- addIndex(Index<O>, QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Adds the given index to the collection.
- addIndex(Index<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Adds the given index to the collection.
- addIndex(Index<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.QueryEngine
-
Adds the given index to the collection.
- addIndex(Index<O>, QueryOptions) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Adds the given index to the collection.
- all(Class<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a query which matches all objects in the collection.
- All<O> - Class in com.googlecode.cqengine.query.simple
-
A query which matches all objects in the collection.
- All(Class<O>) - Constructor for class com.googlecode.cqengine.query.simple.All
- ALL_MEMBERS - Static variable in class com.googlecode.cqengine.codegen.MemberFilters
-
A filter which matches all members (both fields and methods).
- allQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- allQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- AllQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- alter_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- alter_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Alter_table_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- AMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- AMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- analyze_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- analyze_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Analyze_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- and(Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - and(Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.and(Query, Query, Query[])- see that method for details. - and(Query<O>, Query<O>, Query<O>...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - and(Query<O>, Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.and(Query, Query, Query[])- see that method for details. - and(Query<O>, Query<O>, Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.and(Query, Query, Query[])- see that method for details. - and(Query<O>, Query<O>, Collection<Query<O>>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - And<O> - Class in com.googlecode.cqengine.query.logical
-
Represents a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries.
- And(Collection<Query<O>>) - Constructor for class com.googlecode.cqengine.query.logical.And
- AND - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- AND - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- AND_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- AND_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- andQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- andQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- andQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- andQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- AndQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- AndQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceModifierContext
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- annotation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableModifierContext
- annotation(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- annotation(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- annotationConstantRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotationConstantRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- AnnotationConstantRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationConstantRestContext
- AnnotationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- annotationMethodOrConstantRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotationMethodOrConstantRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- AnnotationMethodOrConstantRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- annotationMethodRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- annotationMethodRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- AnnotationMethodRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- annotationName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- annotationName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- AnnotationNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationNameContext
- annotationTypeBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotationTypeBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- AnnotationTypeBodyContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- annotationTypeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotationTypeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- annotationTypeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- annotationTypeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- annotationTypeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- AnnotationTypeDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- annotationTypeElementDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- annotationTypeElementDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- annotationTypeElementDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- AnnotationTypeElementDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- annotationTypeElementRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- annotationTypeElementRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- AnnotationTypeElementRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Collation_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Database_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_tableContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Function_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Index_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.New_table_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_index_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Transaction_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Trigger_nameContext
- any_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.View_nameContext
- Any_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- ApacheSolrDataMathParser - Class in com.googlecode.cqengine.query.parser.cqn.support
-
This class (Apache license) is copied from Apache Solr: http://grepcode.com/file_/repo1.maven.org/maven2/org.apache.solr/solr-core/4.7.2/org/apache/solr/util/DateMathParser.java/?v=source A Simple Utility class for parsing "math" like strings relating to Dates.
- ApacheSolrDataMathParser() - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Default constructor that assumes UTC should be used for rounding unless otherwise specified in the SolrRequestInfo
- ApacheSolrDataMathParser(TimeZone, Locale) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
- apply(O) - Method in interface com.googlecode.cqengine.attribute.support.MultiValueFunction
-
Applies this function to the given object.
- apply(O) - Method in interface com.googlecode.cqengine.attribute.support.SimpleFunction
-
Applies this function to the given object.
- applyThresholds(Threshold...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Thresholdsobject which may be added to query options. - arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- arguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- ArgumentsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArgumentsContext
- argumentValidation(ArgumentValidationStrategy) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
ArgumentValidationOptionquery option, encapsulating a givenArgumentValidationStrategy, which when supplied to the query engine requests that some argument validation may be disabled (or enabled) for performance or reliability reasons. - ArgumentValidationOption - Class in com.googlecode.cqengine.query.option
- ArgumentValidationOption(ArgumentValidationStrategy) - Constructor for class com.googlecode.cqengine.query.option.ArgumentValidationOption
- ArgumentValidationStrategy - Enum in com.googlecode.cqengine.query.option
-
Allows the app to disable argument validation in CQEngine via a QueryOption, to improve performance.
- aroundCollection(Collection<O>) - Static method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
-
Creates a
WrappingPersistenceobject which persists to the given collection, without specifying a primary key. - aroundCollectionOnPrimaryKey(Collection<O>, SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
-
Creates a
WrappingPersistenceobject which persists to the given collection. - arrayCreatorRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- arrayCreatorRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- ArrayCreatorRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- arrayInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- arrayInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- arrayInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- ArrayInitializerContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- ascending(Attribute<O, ? extends Comparable>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
AttributeOrderobject which pairs an attribute with a preference to sort results by that attribute in ascending order. - asCollection(ResultSet<O>) - Static method in class com.googlecode.cqengine.resultset.common.ResultSets
-
Returns a Collection-like view of the given ResultSet.
- asKeyFrequencyStream(QueryOptions, CloseableIterable<KeyStatistics<A>>) - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
- asLiteral(Object) - Static method in class com.googlecode.cqengine.query.simple.SimpleQuery
- asLiteral(String) - Static method in class com.googlecode.cqengine.query.simple.SimpleQuery
- ASSERT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ASSERT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ASSERT() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- ASSIGN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- asStream(QueryOptions, CloseableIterable<T>) - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
- AT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- AT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- attach_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- attach_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Attach_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- attribute - Variable in class com.googlecode.cqengine.index.compound.CompoundIndex
- attribute - Variable in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
- attribute - Variable in class com.googlecode.cqengine.index.support.PartialIndex
- attribute - Variable in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- attribute - Variable in class com.googlecode.cqengine.query.simple.SimpleQuery
- attribute(SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - attribute(Class<A>, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - attribute(Class<A>, String, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - attribute(Class<O>, Class<A>, String, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueAttributefrom the given function or lambda expression, allowing the generic types of the attribute to be specified explicitly. - attribute(Class<O>, Class<A>, String, SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleAttributefrom the given function or lambda expression, allowing the generic types of the attribute to be specified explicitly. - attribute(String, SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - Attribute<O,A> - Interface in com.googlecode.cqengine.attribute
- AttributeBytecodeGenerator - Class in com.googlecode.cqengine.codegen
-
Generates Attributes by synthesizing bytecode, avoiding the need to write attributes by hand.
- AttributeBytecodeGenerator() - Constructor for class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
- AttributeIndex<A,O> - Interface in com.googlecode.cqengine.index
- attributeIsSimple - Variable in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- attributeIsSimple - Variable in class com.googlecode.cqengine.query.simple.SimpleQuery
- AttributeMetadata<A,O> - Class in com.googlecode.cqengine.metadata
-
Provides access to basic metadata for a given attribute, in unsorted order.
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- attributeName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- AttributeNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeNameContext
- AttributeNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- AttributeNameProducers - Class in com.googlecode.cqengine.codegen
-
Provides some functions for use alongside
MemberFilterswhich produce the name of an attribute from the name of the member, sometimes transforming the name to a more human-readable form. - AttributeNameProducers() - Constructor for class com.googlecode.cqengine.codegen.AttributeNameProducers
- attributeOrder() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- attributeOrder() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- attributeOrder() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- attributeOrder() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- attributeOrder(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- attributeOrder(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- AttributeOrder<O> - Class in com.googlecode.cqengine.query.option
-
Represents an attribute and an associated preference for sorting results according to that attribute in ascending or descending order.
- AttributeOrder(Attribute<O, ? extends Comparable>, boolean) - Constructor for class com.googlecode.cqengine.query.option.AttributeOrder
- AttributeOrderContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- AttributeOrderContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- attributeOrders - Variable in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- AttributeOrdersComparator<O> - Class in com.googlecode.cqengine.resultset.order
-
A comparator which sorts result objects according to a list of attributes each with an associated preference for ascending or descending order.
- AttributeOrdersComparator(List<AttributeOrder<O>>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.order.AttributeOrdersComparator
- attributes - Variable in class com.googlecode.cqengine.query.parser.common.QueryParser
- AttributeSourceGenerator - Class in com.googlecode.cqengine.codegen
-
Automatically generates source code defining CQEngine attributes for accessing the fields and methods (aka members) of a given target class.
B
- backingIndex - Variable in class com.googlecode.cqengine.index.support.PartialIndex
- backingIndex() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- BANG - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BANG - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- begin_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- begin_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Begin_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- between(Attribute<O, A>, A, boolean, A, boolean) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Betweenquery which asserts that an attribute is between a lower and an upper bound. - between(Attribute<O, A>, A, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Betweenquery which asserts that an attribute is between a lower and an upper bound, inclusive. - Between<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.query.simple
-
Asserts than an attribute is between a lower and an upper bound.
- Between(Attribute<O, A>, A, boolean, A, boolean) - Constructor for class com.googlecode.cqengine.query.simple.Between
- betweenQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- betweenQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- betweenQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- betweenQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- BetweenQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- BetweenQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- BigDecimalParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- BigDecimalParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.BigDecimalParser
- BigDecimalQuantizer - Class in com.googlecode.cqengine.quantizer
-
A static factory for creating
Quantizers forBigDecimalattributes. - BigIntegerParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- BigIntegerParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.BigIntegerParser
- BigIntegerQuantizer - Class in com.googlecode.cqengine.quantizer
-
A static factory for creating
Quantizers forBigIntegerattributes. - BIND_PARAMETER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- BIND_PARAMETER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- BIND_PARAMETER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- BITAND - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BITAND - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- BITOR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BITOR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- BLOB_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- BLOB_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- BLOB_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorBodyContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FinallyBlockContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodBodyContext
- block() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- BlockContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- blockStatement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- blockStatement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- blockStatement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- blockStatement(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- blockStatement(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- BlockStatementContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- BOOLEAN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BOOLEAN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- BOOLEAN_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- BOOLEAN_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- BOOLEAN_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- BooleanLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BooleanLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- BooleanLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- BooleanLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- BooleanLiteral(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- BooleanParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- BooleanParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.BooleanParser
- BREAK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BREAK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- BULK_IMPORT - Static variable in class com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags
-
A flag which if enabled causes the SQLiteIndex to temporarily drop the index on a table prior to adding objects, then to restore the index after objects have been added.
- BULK_IMPORT_SUSPEND_SYNC_AND_JOURNALING - Static variable in class com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags
-
Switches off the 'synchronous' and 'journal_mode' pragmas before executing a bulk import.
- bulkAdd(Iterable<DBQueries.Row<K, A>>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- bulkRemove(Iterable<K>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- BYTE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- BYTE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ByteParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- ByteParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.ByteParser
C
- calcHashCode() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- calcHashCode() - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- calcHashCode() - Method in class com.googlecode.cqengine.query.comparative.Max
- calcHashCode() - Method in class com.googlecode.cqengine.query.comparative.Min
- calcHashCode() - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- calcHashCode() - Method in class com.googlecode.cqengine.query.logical.And
- calcHashCode() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
- calcHashCode() - Method in class com.googlecode.cqengine.query.logical.Not
- calcHashCode() - Method in class com.googlecode.cqengine.query.logical.Or
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.All
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.Between
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.Equal
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.ExistsIn
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.Has
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.In
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.LessThan
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.None
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringContains
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- calcHashCode() - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- CALENDAR_UNITS - Static variable in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
A mapping from (uppercased) String labels idenyifying time units, to the corresponding Calendar constant used to set/add/roll that unit of measurement.
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.OrderMissingFirstAttribute
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.OrderMissingLastAttribute
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.ReflectiveAttribute
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.SimpleAttribute
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- canEqual(Object) - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- CARET - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CARET - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CASE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CASE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CATCH - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CATCH - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- catchClause() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- catchClause() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- catchClause(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- CatchClauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- catchType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- catchType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CatchTypeContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- ceiling(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- channelNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- channelNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- CHAR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CHAR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CharacterLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CharacterLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CharacterLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- CharacterParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- CharacterParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.CharacterParser
- checkObjectTypeNotNull(Class<T>) - Static method in class com.googlecode.cqengine.query.support.QueryValidation
- checkQueryValueNotNull(T) - Static method in class com.googlecode.cqengine.query.support.QueryValidation
- childQueries - Variable in class com.googlecode.cqengine.query.logical.LogicalQuery
- childQueries - Variable in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- childQueries - Variable in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- CLASS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CLASS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- classBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- classBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- ClassBodyContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- classBodyDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- classBodyDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classBodyDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- classBodyDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- classBodyDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- ClassBodyDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- classCreatorRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classCreatorRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- classCreatorRest() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- ClassCreatorRestContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- classDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- classDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- classDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- classDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- ClassDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- classOrInterfaceModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classOrInterfaceModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ModifierContext
- classOrInterfaceModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- classOrInterfaceModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- ClassOrInterfaceModifierContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceModifierContext
- classOrInterfaceType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- classOrInterfaceType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- classOrInterfaceType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- ClassOrInterfaceTypeContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- clear() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- clear() - Method in class com.googlecode.cqengine.entity.MapEntity
- clear() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- clear() - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- clear() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- clear() - Method in class com.googlecode.cqengine.resultset.stored.StoredResultSet
- clear() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- clear() - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- clear(QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in interface com.googlecode.cqengine.engine.ModificationListener
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- clear(QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Notifies the listener that all objects have been removed from the collection, and so it can take action and update its internal data structures.
- clear(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- clear(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- clear(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- clear(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- clearIndexTable(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- close() - Method in class com.googlecode.cqengine.index.sqlite.RequestScopeConnectionManager
-
Commits the transactions on the open connections to all persistences, then closes the connections.
- close() - Method in interface com.googlecode.cqengine.index.support.CloseableIterator
- close() - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources
-
Close and removes all resources and resource groups which have been added so far.
- close() - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources.CloseableResourceGroup
-
Closes all resources in this group, and then removes the group from the request resources.
- close() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Closes the persistent connection, if there is an open persistent connection.
- close() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- close() - Method in class com.googlecode.cqengine.persistence.support.ObjectSet
- close() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- close() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- close() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- close() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- close() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- close() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
-
Closes all of the underlying
ResultSets. - close() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
-
Closes all of the underlying
ResultSets. - close() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
-
Closes all of the underlying
ResultSets. - close() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- close() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- close() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Releases any resources or closes the transaction which was opened for this ResultSet.
- close() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- CLOSE_PAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- CLOSE_PAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- CLOSE_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- CloseableFilteringResultSet<O> - Class in com.googlecode.cqengine.resultset.closeable
-
A FilteringResultSet which throws exceptions if an attempt to use it is made after its
CloseableFilteringResultSet.close()method has been called. - CloseableFilteringResultSet(ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- CloseableIterable<T> - Interface in com.googlecode.cqengine.index.support
- CloseableIterator<T> - Interface in com.googlecode.cqengine.index.support
- CloseableRequestResources - Class in com.googlecode.cqengine.index.support
-
A QueryOption that allows to keep track of query resources which were opened to process a request and which need to be closed when processing of the request is finished.
- CloseableRequestResources() - Constructor for class com.googlecode.cqengine.index.support.CloseableRequestResources
- CloseableRequestResources.CloseableResourceGroup - Class in com.googlecode.cqengine.index.support
- CloseableResourceGroup() - Constructor for class com.googlecode.cqengine.index.support.CloseableRequestResources.CloseableResourceGroup
- CloseableResultSet<O> - Class in com.googlecode.cqengine.resultset.closeable
-
A ResultSet which throws exceptions if an attempt to use it is made after its
CloseableResultSet.close()method has been called. - CloseableResultSet(ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- closeForQueryOptions(QueryOptions) - Static method in class com.googlecode.cqengine.index.support.CloseableRequestResources
-
Closes an existing
CloseableRequestResourcesif one is stored the QueryOptions and then removes it from the QueryOptions. - closeQuietly(Closeable) - Static method in class com.googlecode.cqengine.index.support.CloseableRequestResources
- closeQuietly(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- closeQuietly(ResultSet) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- closeQuietly(Statement) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- closeRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
-
Closes a
RequestScopeConnectionManagerif it is present in the given query options with keyConnectionManager. - closeRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Closes a
RequestScopeConnectionManagerif it is present in the given query options with keyConnectionManager. - closeRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
-
Closes a
RequestScopeConnectionManagerif it is present in the given query options with keyConnectionManager. - closeRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
-
Currently does nothing in this implementation of
Persistence. - closeRequestScopeResources(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.Persistence
-
Called at the end of every request into CQEngine, to close any resources which were opened by the
Persistence.openRequestScopeResources(QueryOptions)method and stored in the given query options. - closeRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
-
Currently does nothing in this implementation of
Persistence. - closeRequestScopeResourcesIfNecessary(QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- closeResources(QueryOptions) - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- collation_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- Collation_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Collation_nameContext
- CollectionQueryEngine<O> - Class in com.googlecode.cqengine.engine
-
The main component of
CQEngine- maintains a set of indexes on a collection and accepts queries which it performs and optimizes for those indexes. - CollectionQueryEngine() - Constructor for class com.googlecode.cqengine.engine.CollectionQueryEngine
- CollectionWrappingObjectStore<O> - Class in com.googlecode.cqengine.persistence.support
-
An
ObjectStorewhich wraps aCollectionand delegates all method calls to the collection. - CollectionWrappingObjectStore(Collection<O>) - Constructor for class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- COLON - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- COLON - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- column_alias() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- column_alias() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- Column_aliasContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- column_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- column_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- column_constraint(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- Column_constraintContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- column_def() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- column_def() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- column_def() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- column_def() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- column_def(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- Column_defContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- column_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- column_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- Column_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_nameContext
- com.googlecode.cqengine - package com.googlecode.cqengine
- com.googlecode.cqengine.attribute - package com.googlecode.cqengine.attribute
- com.googlecode.cqengine.attribute.support - package com.googlecode.cqengine.attribute.support
- com.googlecode.cqengine.codegen - package com.googlecode.cqengine.codegen
- com.googlecode.cqengine.codegen.support - package com.googlecode.cqengine.codegen.support
- com.googlecode.cqengine.engine - package com.googlecode.cqengine.engine
- com.googlecode.cqengine.entity - package com.googlecode.cqengine.entity
- com.googlecode.cqengine.index - package com.googlecode.cqengine.index
- com.googlecode.cqengine.index.compound - package com.googlecode.cqengine.index.compound
- com.googlecode.cqengine.index.compound.support - package com.googlecode.cqengine.index.compound.support
- com.googlecode.cqengine.index.disk - package com.googlecode.cqengine.index.disk
- com.googlecode.cqengine.index.fallback - package com.googlecode.cqengine.index.fallback
- com.googlecode.cqengine.index.hash - package com.googlecode.cqengine.index.hash
- com.googlecode.cqengine.index.navigable - package com.googlecode.cqengine.index.navigable
- com.googlecode.cqengine.index.offheap - package com.googlecode.cqengine.index.offheap
- com.googlecode.cqengine.index.radix - package com.googlecode.cqengine.index.radix
- com.googlecode.cqengine.index.radixinverted - package com.googlecode.cqengine.index.radixinverted
- com.googlecode.cqengine.index.radixreversed - package com.googlecode.cqengine.index.radixreversed
- com.googlecode.cqengine.index.sqlite - package com.googlecode.cqengine.index.sqlite
- com.googlecode.cqengine.index.sqlite.support - package com.googlecode.cqengine.index.sqlite.support
- com.googlecode.cqengine.index.standingquery - package com.googlecode.cqengine.index.standingquery
- com.googlecode.cqengine.index.suffix - package com.googlecode.cqengine.index.suffix
- com.googlecode.cqengine.index.support - package com.googlecode.cqengine.index.support
- com.googlecode.cqengine.index.support.indextype - package com.googlecode.cqengine.index.support.indextype
- com.googlecode.cqengine.index.unique - package com.googlecode.cqengine.index.unique
- com.googlecode.cqengine.metadata - package com.googlecode.cqengine.metadata
- com.googlecode.cqengine.persistence - package com.googlecode.cqengine.persistence
- com.googlecode.cqengine.persistence.composite - package com.googlecode.cqengine.persistence.composite
- com.googlecode.cqengine.persistence.disk - package com.googlecode.cqengine.persistence.disk
- com.googlecode.cqengine.persistence.offheap - package com.googlecode.cqengine.persistence.offheap
- com.googlecode.cqengine.persistence.onheap - package com.googlecode.cqengine.persistence.onheap
- com.googlecode.cqengine.persistence.support - package com.googlecode.cqengine.persistence.support
- com.googlecode.cqengine.persistence.support.serialization - package com.googlecode.cqengine.persistence.support.serialization
- com.googlecode.cqengine.persistence.support.sqlite - package com.googlecode.cqengine.persistence.support.sqlite
- com.googlecode.cqengine.persistence.wrapping - package com.googlecode.cqengine.persistence.wrapping
- com.googlecode.cqengine.quantizer - package com.googlecode.cqengine.quantizer
- com.googlecode.cqengine.query - package com.googlecode.cqengine.query
- com.googlecode.cqengine.query.comparative - package com.googlecode.cqengine.query.comparative
- com.googlecode.cqengine.query.logical - package com.googlecode.cqengine.query.logical
- com.googlecode.cqengine.query.option - package com.googlecode.cqengine.query.option
- com.googlecode.cqengine.query.parser.common - package com.googlecode.cqengine.query.parser.common
- com.googlecode.cqengine.query.parser.common.valuetypes - package com.googlecode.cqengine.query.parser.common.valuetypes
- com.googlecode.cqengine.query.parser.cqn - package com.googlecode.cqengine.query.parser.cqn
- com.googlecode.cqengine.query.parser.cqn.grammar - package com.googlecode.cqengine.query.parser.cqn.grammar
- com.googlecode.cqengine.query.parser.cqn.support - package com.googlecode.cqengine.query.parser.cqn.support
- com.googlecode.cqengine.query.parser.sql - package com.googlecode.cqengine.query.parser.sql
- com.googlecode.cqengine.query.parser.sql.grammar - package com.googlecode.cqengine.query.parser.sql.grammar
- com.googlecode.cqengine.query.parser.sql.support - package com.googlecode.cqengine.query.parser.sql.support
- com.googlecode.cqengine.query.simple - package com.googlecode.cqengine.query.simple
- com.googlecode.cqengine.query.support - package com.googlecode.cqengine.query.support
- com.googlecode.cqengine.resultset - package com.googlecode.cqengine.resultset
- com.googlecode.cqengine.resultset.closeable - package com.googlecode.cqengine.resultset.closeable
- com.googlecode.cqengine.resultset.common - package com.googlecode.cqengine.resultset.common
- com.googlecode.cqengine.resultset.connective - package com.googlecode.cqengine.resultset.connective
- com.googlecode.cqengine.resultset.filter - package com.googlecode.cqengine.resultset.filter
- com.googlecode.cqengine.resultset.iterator - package com.googlecode.cqengine.resultset.iterator
- com.googlecode.cqengine.resultset.order - package com.googlecode.cqengine.resultset.order
- com.googlecode.cqengine.resultset.stored - package com.googlecode.cqengine.resultset.stored
- COMMA - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- COMMA - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- COMMA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- COMMA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- COMMENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- COMMENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- commit(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- commit_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- commit_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Commit_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- common_table_expression() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- common_table_expression() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- common_table_expression() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- common_table_expression() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- common_table_expression() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- common_table_expression(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- common_table_expression(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- common_table_expression(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- common_table_expression(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- Common_table_expressionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- compact() - Method in interface com.googlecode.cqengine.index.sqlite.SQLitePersistence
-
Compacts the underlying persistence, which returns unused memory or disk space to the operating system.
- compact() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- compact() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- compactDatabase(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- CompactValueSetFactory() - Constructor for class com.googlecode.cqengine.index.hash.HashIndex.CompactValueSetFactory
- ComparativeQuery<O,A> - Interface in com.googlecode.cqengine.query
-
A special type of query which can only be evaluated by comparing objects stored in the collection with each other.
- comparator() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- compare(O, O) - Method in class com.googlecode.cqengine.resultset.order.AttributeOrdersComparator
- compilationUnit() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CompilationUnitContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- CompositePersistence<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.composite
-
A Persistence object which wraps two or more backing Persistence objects.
- CompositePersistence(Persistence<O, A>, Persistence<O, A>, List<? extends Persistence<O, A>>) - Constructor for class com.googlecode.cqengine.persistence.composite.CompositePersistence
-
Creates a CompositePersistence wrapping two or more backing persistences.
- compound_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- compound_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- compound_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- compound_operator(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- compound_operator(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- Compound_operatorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- compound_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- compound_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Compound_select_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- CompoundAttribute<O> - Class in com.googlecode.cqengine.index.compound.support
-
A private implementation of
Attributeused internally byCompoundIndex, which groups several other attributes. - CompoundAttribute(List<Attribute<O, ?>>) - Constructor for class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- CompoundIndex<O> - Class in com.googlecode.cqengine.index.compound
-
An index backed by a
ConcurrentHashMapwhich indexesCompoundAttributes, storingCompoundValueTupleobjects as keys. - CompoundIndex(Factory<ConcurrentMap<CompoundValueTuple<O>, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, CompoundAttribute<O>) - Constructor for class com.googlecode.cqengine.index.compound.CompoundIndex
-
Package-private constructor, used by static factory methods.
- CompoundIndex.DefaultIndexMapFactory<O> - Class in com.googlecode.cqengine.index.compound
-
Creates an index map using default settings.
- CompoundIndex.DefaultValueSetFactory<O> - Class in com.googlecode.cqengine.index.compound
-
Creates a value set using default settings.
- CompoundQuery<O> - Class in com.googlecode.cqengine.index.compound.support
-
A query which wraps a
CompoundAttribute, used only in the query engine's internal communication with aCompoundIndex. - CompoundQuery(And<O>, CompoundAttribute<O>) - Constructor for class com.googlecode.cqengine.index.compound.support.CompoundQuery
- CompoundValueTuple<O> - Class in com.googlecode.cqengine.index.compound.support
-
A tuple (ordered list) of values, extracted from the fields of an object, according to, and in the same order as, the
Attributes encapsulated in aCompoundAttribute. - CompoundValueTuple(List<?>) - Constructor for class com.googlecode.cqengine.index.compound.support.CompoundValueTuple
- concatenate(Iterable<Iterator<O>>) - Static method in class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterator
- concatenate(Iterator<? extends Iterable<O>>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
- ConcatenatingIterable<O> - Class in com.googlecode.cqengine.resultset.iterator
- ConcatenatingIterable(Iterable<? extends Iterable<O>>) - Constructor for class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterable
- ConcatenatingIterator<O> - Class in com.googlecode.cqengine.resultset.iterator
- ConcatenatingIterator() - Constructor for class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterator
- ConcurrentIndexedCollection<O> - Class in com.googlecode.cqengine
-
An implementation of
SetandQueryEngine, thus providingConcurrentIndexedCollection.retrieve(com.googlecode.cqengine.query.Query)methods for performing queries on the collection to retrieve matching objects, andConcurrentIndexedCollection.addIndex(com.googlecode.cqengine.index.Index)methods allowing indexes to be added to the collection to improve query performance. - ConcurrentIndexedCollection() - Constructor for class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Creates a new
ConcurrentIndexedCollectionwith default settings, usingOnHeapPersistence. - ConcurrentIndexedCollection(Persistence<O, ? extends Comparable>) - Constructor for class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Creates a new
ConcurrentIndexedCollectionwhich will use the given persistence to create the backing set. - ConcurrentOnHeapObjectStore<O> - Class in com.googlecode.cqengine.persistence.support
-
An
ObjectStorewhich wraps a concurrent implementation ofSet. - ConcurrentOnHeapObjectStore() - Constructor for class com.googlecode.cqengine.persistence.support.ConcurrentOnHeapObjectStore
- ConcurrentOnHeapObjectStore(int, float, int) - Constructor for class com.googlecode.cqengine.persistence.support.ConcurrentOnHeapObjectStore
- conflict_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- conflict_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- conflict_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- Conflict_clauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- ConnectionManager - Interface in com.googlecode.cqengine.index.sqlite
-
Connection Manager
- CONST - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CONST - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constantDeclarator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constantDeclarator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- constantDeclarator(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- ConstantDeclaratorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- constantExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constantExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- ConstantExpressionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantExpressionContext
- constDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- ConstDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- constructorBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constructorBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- ConstructorBodyContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorBodyContext
- constructorDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- constructorDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- constructorDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- ConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- contains(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringContainsquery which asserts that an attribute contains with a certain string fragment. - contains(Object) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- contains(Object) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- contains(Object) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- contains(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- contains(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- contains(Object, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- contains(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- contains(K, Query<O>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- contains(O) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- contains(O) - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- contains(O) - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- contains(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
-
Returns true if the given object is contained in the first ResultSet, but is NOT contained in the second ResultSet.
- contains(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
-
Returns true if the given object is contained in all underlying ResultSets.
- contains(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
-
Returns true if the given object is contained in any underlying ResultSets.
- contains(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
-
Returns true if the given object is contained in any underlying ResultSets.
- contains(O) - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- contains(O) - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- contains(O) - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns true if this
ResultSetcontains the given object, false if it does not. - contains(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- containsAll(Collection<?>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- containsAll(Collection<?>) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- containsAll(Collection<?>) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- containsAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- containsAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- containsAll(Collection<?>, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- containsAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- containsKey(Object) - Method in class com.googlecode.cqengine.entity.MapEntity
- containsQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- containsQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- containsQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- containsQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- ContainsQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- ContainsQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- containsValue(Object) - Method in class com.googlecode.cqengine.entity.MapEntity
- CONTINUE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CONTINUE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CostCachingResultSet<O> - Class in com.googlecode.cqengine.resultset.common
-
Caches the merge cost and retrieval costs of a wrapped result set.
- CostCachingResultSet(ResultSet<O>) - Constructor for class com.googlecode.cqengine.resultset.common.CostCachingResultSet
- count(Query<O>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- countDistinct(Query<O>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- countElements(Iterable<?>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
- CQNAntlrListener<O> - Class in com.googlecode.cqengine.query.parser.cqn.support
- CQNAntlrListener(QueryParser<O>) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- CQNGrammarBaseListener - Class in com.googlecode.cqengine.query.parser.cqn.grammar
-
This class provides an empty implementation of
CQNGrammarListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - CQNGrammarBaseListener() - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
- CQNGrammarLexer - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarLexer(CharStream) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- CQNGrammarListener - Interface in com.googlecode.cqengine.query.parser.cqn.grammar
-
This interface defines a complete listener for a parse tree produced by
CQNGrammarParser. - CQNGrammarParser - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser(TokenStream) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- CQNGrammarParser.AllQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AndQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationConstantRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationMethodOrConstantRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationMethodRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationNameContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationTypeBodyContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationTypeDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationTypeElementDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AnnotationTypeElementRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ArgumentsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ArrayCreatorRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ArrayInitializerContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AttributeNameContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.AttributeOrderContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.BetweenQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.BlockContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.BlockStatementContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.CatchClauseContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.CatchTypeContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassBodyContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassBodyDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassCreatorRestContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassOrInterfaceModifierContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ClassOrInterfaceTypeContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.CompilationUnitContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ConstantDeclaratorContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ConstantExpressionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ConstDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ConstructorBodyContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ConstructorDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ContainsQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.CreatedNameContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.CreatorContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.DefaultValueContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.DirectionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ElementValueArrayInitializerContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ElementValueContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ElementValuePairContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ElementValuePairsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EndsWithQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnhancedForControlContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnumBodyDeclarationsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnumConstantContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnumConstantNameContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnumConstantsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EnumDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.EqualQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ExplicitGenericInvocationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ExplicitGenericInvocationSuffixContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ExpressionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ExpressionListContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.FieldDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.FinallyBlockContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ForControlContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ForInitContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.FormalParameterContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.FormalParameterListContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.FormalParametersContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ForUpdateContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.GenericConstructorDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.GenericInterfaceMethodDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.GenericMethodDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.GreaterThanOrEqualToQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.GreaterThanQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.HasQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ImportDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InnerCreatorContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InterfaceBodyContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InterfaceBodyDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InterfaceDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InterfaceMemberDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.InterfaceMethodDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.IsContainedInQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.IsPrefixOfQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LastFormalParameterContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LessThanOrEqualToQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LessThanQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LiteralContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LocalVariableDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LocalVariableDeclarationStatementContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LogicalQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.LongestPrefixQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.MatchesRegexQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.MemberDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.MethodBodyContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.MethodDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ModifierContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.NoneQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.NonWildcardTypeArgumentsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.NotQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ObjectTypeContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.OrderByOptionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.OrQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.PackageDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ParExpressionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.PrimaryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.PrimitiveTypeContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QualifiedNameContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QualifiedNameListContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QueryOptionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QueryOptionsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.QueryParameterContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ResourceContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ResourcesContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.ResourceSpecificationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.SimpleQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.StartContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.StartsWithQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.StatementContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.StatementExpressionContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.StringQueryParameterContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.SuperSuffixContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.SwitchBlockStatementGroupContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.SwitchLabelContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeArgumentContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeArgumentsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeArgumentsOrDiamondContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeBoundContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeDeclarationContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeListContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeParameterContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.TypeParametersContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VariableDeclaratorContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VariableDeclaratorIdContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VariableDeclaratorsContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VariableInitializerContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VariableModifierContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNGrammarParser.VerboseBetweenQueryContext - Class in com.googlecode.cqengine.query.parser.cqn.grammar
- CQNParser<O> - Class in com.googlecode.cqengine.query.parser.cqn
-
A parser for CQN queries - CQEngine-Native syntax.
- CQNParser(Class<O>) - Constructor for class com.googlecode.cqengine.query.parser.cqn.CQNParser
- create() - Method in class com.googlecode.cqengine.index.compound.CompoundIndex.DefaultIndexMapFactory
- create() - Method in class com.googlecode.cqengine.index.compound.CompoundIndex.DefaultValueSetFactory
- create() - Method in class com.googlecode.cqengine.index.hash.HashIndex.CompactValueSetFactory
- create() - Method in class com.googlecode.cqengine.index.hash.HashIndex.DefaultIndexMapFactory
- create() - Method in class com.googlecode.cqengine.index.hash.HashIndex.DefaultValueSetFactory
- create() - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex.DefaultIndexMapFactory
- create() - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex.DefaultValueSetFactory
- create() - Method in class com.googlecode.cqengine.index.support.DefaultConcurrentSetFactory
- create() - Method in interface com.googlecode.cqengine.index.support.Factory
-
Creates an object.
- create() - Method in class com.googlecode.cqengine.index.unique.UniqueIndex.DefaultIndexMapFactory
- create_index_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- create_index_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Create_index_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- create_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- create_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Create_table_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- create_trigger_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- create_trigger_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Create_trigger_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- create_view_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- create_view_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Create_view_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- create_virtual_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- create_virtual_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Create_virtual_table_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- createAttributes(Class<O>) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Auto-generates and instantiates a set of attributes which read values from the fields in the given POJO class.
- createAttributes(Class<O>, MemberFilter) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Auto-generates and instantiates a set of attributes which read values from the members (fields or methods) in the given POJO class.
- createAttributes(Class<O>, MemberFilter, Function<Member, String>) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Auto-generates and instantiates a set of attributes which read values from the members (fields or methods) in the given POJO class.
- createBackingIndex() - Method in class com.googlecode.cqengine.index.disk.PartialDiskIndex
- createBackingIndex() - Method in class com.googlecode.cqengine.index.navigable.PartialNavigableIndex
- createBackingIndex() - Method in class com.googlecode.cqengine.index.offheap.PartialOffHeapIndex
- createBackingIndex() - Method in class com.googlecode.cqengine.index.sqlite.PartialSQLiteIndex
- createBackingIndex() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- createdName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- createdName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- CreatedNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- createIdentityIndex() - Method in interface com.googlecode.cqengine.index.sqlite.SQLitePersistence
-
Creates a
SQLiteIdentityIndexwhich persists objects in this persistence. - createIdentityIndex() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- createIdentityIndex() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- createIndexOnTable(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- createIndexTable(String, Class<K>, Class<A>, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- createKryo(Class<?>) - Method in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
-
Creates a new instance of Kryo serializer, for use with the given object type.
- createObjectStore() - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- createObjectStore() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- createObjectStore() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- createObjectStore() - Method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
- createObjectStore() - Method in interface com.googlecode.cqengine.persistence.Persistence
-
Creates an ObjectStore which can store the objects added to the collection, either on-heap off-heap or on disk, depending on the persistence implementation.
- createObjectStore() - Method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
- createTempFile() - Static method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Creates a new unique temp file in the JVM temp directory which can be used for persistence.
- createValueSet() - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- createValueSet() - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- createValueSet() - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- createValueSet() - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- creator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- creator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- CreatorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- cte_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- cte_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- cte_table_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- Cte_table_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
D
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- database_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- database_name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- Database_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Database_nameContext
- DateMathParser - Class in com.googlecode.cqengine.query.parser.cqn.support
-
Parses date math expressions into
Dateobjects, usingApacheSolrDataMathParser. - DateMathParser - Class in com.googlecode.cqengine.query.parser.sql.support
-
A variant of
DateMathParserwhich can be used with the SQL dialect. - DateMathParser() - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- DateMathParser() - Constructor for class com.googlecode.cqengine.query.parser.sql.support.DateMathParser
- DateMathParser(Date) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- DateMathParser(Date) - Constructor for class com.googlecode.cqengine.query.parser.sql.support.DateMathParser
- DateMathParser(TimeZone, Locale) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- DateMathParser(TimeZone, Locale) - Constructor for class com.googlecode.cqengine.query.parser.sql.support.DateMathParser
- DateMathParser(TimeZone, Locale, Date) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- DateMathParser(TimeZone, Locale, Date) - Constructor for class com.googlecode.cqengine.query.parser.sql.support.DateMathParser
- DBQueries - Class in com.googlecode.cqengine.index.sqlite.support
-
Database (SQLite) query executor used by the
SQLiteIndex. - DBQueries() - Constructor for class com.googlecode.cqengine.index.sqlite.support.DBQueries
- DBQueries.Row<K,A> - Class in com.googlecode.cqengine.index.sqlite.support
-
Represents a table row (objectId, value).
- DBUtils - Class in com.googlecode.cqengine.index.sqlite.support
-
A bunch of useful database utilities.
- DBUtils() - Constructor for class com.googlecode.cqengine.index.sqlite.support.DBUtils
- DEC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DEC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DecimalFloatingPointLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DecimalFloatingPointLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DecimalIntegerLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DecimalIntegerLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- deduplicate(DeduplicationStrategy) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
DeduplicationOptionquery option, encapsulating a givenDeduplicationStrategy, which when supplied to the query engine requests it to eliminate duplicates objects from the results returned using the strategy indicated. - deduplicateIfNecessary(Iterable<? extends ResultSet<O>>, Query<O>, Attribute<O, A>, QueryOptions, int) - Static method in class com.googlecode.cqengine.index.support.IndexSupport
-
If a query option specifying logical deduplication was supplied, wrap the given result sets in
ResultSetUnion, otherwise wrap inResultSetUnionAll. - DeduplicatingIterator<O,A> - Class in com.googlecode.cqengine.resultset.filter
-
An iterator which wraps another, to suppress duplicate objects, where a duplicate object is one which has the same value(s) for the given attribute.
- DeduplicatingIterator(Attribute<O, A>, QueryOptions, Iterator<O>) - Constructor for class com.googlecode.cqengine.resultset.filter.DeduplicatingIterator
- DeduplicatingResultSet<O,A> - Class in com.googlecode.cqengine.resultset.filter
-
A
ResultSetwhich wraps another, to suppress duplicate objects, where a duplicate object is one which has the same value(s) for the given attribute. - DeduplicatingResultSet(Attribute<O, A>, ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- DeduplicationOption - Class in com.googlecode.cqengine.query.option
- DeduplicationOption(DeduplicationStrategy) - Constructor for class com.googlecode.cqengine.query.option.DeduplicationOption
- DeduplicationStrategy - Enum in com.googlecode.cqengine.query.option
- DEFAULT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DEFAULT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DEFAULT_CONFIG - Static variable in annotation type com.googlecode.cqengine.persistence.support.serialization.PersistenceConfig
- DEFAULT_MATH_LOCALE - Static variable in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Default Locale for DateMath rounding (Locale.ROOT)
- DEFAULT_MATH_TZ - Static variable in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Default TimeZone for DateMath rounding (UTC)
- DefaultConcurrentSetFactory<O> - Class in com.googlecode.cqengine.index.support
-
Creates a concurrent implementation of a
Set, based onConcurrentHashMap. - DefaultConcurrentSetFactory() - Constructor for class com.googlecode.cqengine.index.support.DefaultConcurrentSetFactory
- DefaultConcurrentSetFactory(int) - Constructor for class com.googlecode.cqengine.index.support.DefaultConcurrentSetFactory
- DefaultIndexMapFactory() - Constructor for class com.googlecode.cqengine.index.compound.CompoundIndex.DefaultIndexMapFactory
- DefaultIndexMapFactory() - Constructor for class com.googlecode.cqengine.index.hash.HashIndex.DefaultIndexMapFactory
- DefaultIndexMapFactory() - Constructor for class com.googlecode.cqengine.index.navigable.NavigableIndex.DefaultIndexMapFactory
- DefaultIndexMapFactory() - Constructor for class com.googlecode.cqengine.index.unique.UniqueIndex.DefaultIndexMapFactory
- defaultValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- defaultValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DefaultValueContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DefaultValueContext
- DefaultValueSetFactory() - Constructor for class com.googlecode.cqengine.index.compound.CompoundIndex.DefaultValueSetFactory
- DefaultValueSetFactory() - Constructor for class com.googlecode.cqengine.index.hash.HashIndex.DefaultValueSetFactory
- DefaultValueSetFactory() - Constructor for class com.googlecode.cqengine.index.navigable.NavigableIndex.DefaultValueSetFactory
- delegateAttribute - Variable in class com.googlecode.cqengine.attribute.OrderControlAttribute
- delete_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- delete_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- delete_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- delete_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- delete_stmt_limited() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- delete_stmt_limited() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Delete_stmt_limitedContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- Delete_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- descending(Attribute<O, ? extends Comparable>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
AttributeOrderobject which pairs an attribute with a preference to sort results by that attribute in descending order. - descendingIterator() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- descendingSet() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- deserialize(byte[]) - Method in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
-
Deserializes the given bytes, into an object of the given type, using the given instance of Kryo serializer.
- deserialize(byte[]) - Method in interface com.googlecode.cqengine.persistence.support.serialization.PojoSerializer
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
This is a no-op here, as currently the
ModificationListener.destroy(QueryOptions)method is only used by indexes. - destroy(QueryOptions) - Method in interface com.googlecode.cqengine.engine.ModificationListener
-
Notifies the listener that it has been removed from the collection, so that it can take action to delete internal data structures.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
-
Calls
SQLiteIndex.destroy(QueryOptions)on the wrapped index. - destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
-
Calls
SQLiteIndex.destroy(QueryOptions)on the wrapped index. - destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
-
Drops the table which underpins this index from the SQLite database.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
This is a no-op for this type of index.
- destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
-
Calls
ModificationListener.destroy(QueryOptions)on the backing index. - destroy(QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
This is a no-op for this type of index.
- detach_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- detach_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Detach_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- direction() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- direction() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- direction() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- direction() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- DirectionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DirectionContext
- DirectionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- disableFlags(Object...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
FlagsDisabledobject which may be added to query options. - DiskIndex<A extends Comparable<A>,O,K extends Comparable<K>> - Class in com.googlecode.cqengine.index.disk
-
An index persisted in a file on disk.
- DiskPersistence<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.disk
-
Specifies that a collection or indexes should be persisted to a particular file on disk.
- DiskPersistence(SimpleAttribute<O, A>, File, Properties) - Constructor for class com.googlecode.cqengine.persistence.disk.DiskPersistence
- DiskTypeIndex - Interface in com.googlecode.cqengine.index.support.indextype
-
A marker interfaces for indexes which are persisted on disk.
- DIV - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DIV - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DIV - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- DIV - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- DIV_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DIV_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DO - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DO - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DOT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DOT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DOT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- DOT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- DOUBLE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- DOUBLE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- DoubleParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- DoubleParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.DoubleParser
- DoubleQuantizer - Class in com.googlecode.cqengine.quantizer
- drop_index_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- drop_index_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Drop_index_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- drop_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- drop_table_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Drop_table_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- drop_trigger_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- drop_trigger_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Drop_trigger_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- drop_view_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- drop_view_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Drop_view_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- dropIndexOnTable(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- dropIndexTable(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- DUPLICATES_ALLOWED - com.googlecode.cqengine.query.option.DeduplicationStrategy
E
- elementValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- elementValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DefaultValueContext
- elementValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- elementValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- elementValue() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- elementValue(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- elementValueArrayInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- elementValueArrayInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- ElementValueArrayInitializerContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- ElementValueContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- elementValuePair() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- elementValuePair() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- elementValuePair(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- ElementValuePairContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- elementValuePairs() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- elementValuePairs() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ElementValuePairsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- ELLIPSIS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ELLIPSIS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ELSE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ELSE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enableFlags(Object...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
FlagsEnabledobject which may be added to query options. - endsWith(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringEndsWithquery which asserts that an attribute ends with a certain string fragment. - endsWithQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- endsWithQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- endsWithQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- endsWithQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- EndsWithQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- EndsWithQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- EngineFlags - Enum in com.googlecode.cqengine.query.option
-
An enum of some flags which can be set into
QueryOptionsto request certain behaviours from the query engine. - EngineThresholds - Enum in com.googlecode.cqengine.query.option
-
An enum whose members can be used to set query options with
Doublevalues, representing thresholds which can be overridden to tune CQEngine query performance. - enhancedForControl() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enhancedForControl() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- EnhancedForControlContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- enterAllQuery(CQNGrammarParser.AllQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.allQuery(). - enterAllQuery(CQNGrammarParser.AllQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.allQuery(). - enterAlter_table_stmt(SQLGrammarParser.Alter_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.alter_table_stmt(). - enterAlter_table_stmt(SQLGrammarParser.Alter_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.alter_table_stmt(). - enterAnalyze_stmt(SQLGrammarParser.Analyze_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.analyze_stmt(). - enterAnalyze_stmt(SQLGrammarParser.Analyze_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.analyze_stmt(). - enterAndQuery(CQNGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.andQuery(). - enterAndQuery(CQNGrammarParser.AndQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.andQuery(). - enterAndQuery(SQLGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.andQuery(). - enterAndQuery(SQLGrammarParser.AndQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.andQuery(). - enterAnnotation(CQNGrammarParser.AnnotationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotation(). - enterAnnotation(CQNGrammarParser.AnnotationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotation(). - enterAnnotationConstantRest(CQNGrammarParser.AnnotationConstantRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationConstantRest(). - enterAnnotationConstantRest(CQNGrammarParser.AnnotationConstantRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationConstantRest(). - enterAnnotationMethodOrConstantRest(CQNGrammarParser.AnnotationMethodOrConstantRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationMethodOrConstantRest(). - enterAnnotationMethodOrConstantRest(CQNGrammarParser.AnnotationMethodOrConstantRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationMethodOrConstantRest(). - enterAnnotationMethodRest(CQNGrammarParser.AnnotationMethodRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationMethodRest(). - enterAnnotationMethodRest(CQNGrammarParser.AnnotationMethodRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationMethodRest(). - enterAnnotationName(CQNGrammarParser.AnnotationNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationName(). - enterAnnotationName(CQNGrammarParser.AnnotationNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationName(). - enterAnnotationTypeBody(CQNGrammarParser.AnnotationTypeBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeBody(). - enterAnnotationTypeBody(CQNGrammarParser.AnnotationTypeBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeBody(). - enterAnnotationTypeDeclaration(CQNGrammarParser.AnnotationTypeDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeDeclaration(). - enterAnnotationTypeDeclaration(CQNGrammarParser.AnnotationTypeDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeDeclaration(). - enterAnnotationTypeElementDeclaration(CQNGrammarParser.AnnotationTypeElementDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeElementDeclaration(). - enterAnnotationTypeElementDeclaration(CQNGrammarParser.AnnotationTypeElementDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeElementDeclaration(). - enterAnnotationTypeElementRest(CQNGrammarParser.AnnotationTypeElementRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeElementRest(). - enterAnnotationTypeElementRest(CQNGrammarParser.AnnotationTypeElementRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.annotationTypeElementRest(). - enterAny_name(SQLGrammarParser.Any_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.any_name(). - enterAny_name(SQLGrammarParser.Any_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.any_name(). - enterArguments(CQNGrammarParser.ArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.arguments(). - enterArguments(CQNGrammarParser.ArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.arguments(). - enterArrayCreatorRest(CQNGrammarParser.ArrayCreatorRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.arrayCreatorRest(). - enterArrayCreatorRest(CQNGrammarParser.ArrayCreatorRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.arrayCreatorRest(). - enterArrayInitializer(CQNGrammarParser.ArrayInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.arrayInitializer(). - enterArrayInitializer(CQNGrammarParser.ArrayInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.arrayInitializer(). - enterAttach_stmt(SQLGrammarParser.Attach_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.attach_stmt(). - enterAttach_stmt(SQLGrammarParser.Attach_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.attach_stmt(). - enterAttributeName(CQNGrammarParser.AttributeNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.attributeName(). - enterAttributeName(CQNGrammarParser.AttributeNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.attributeName(). - enterAttributeName(SQLGrammarParser.AttributeNameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.attributeName(). - enterAttributeName(SQLGrammarParser.AttributeNameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.attributeName(). - enterAttributeOrder(CQNGrammarParser.AttributeOrderContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.attributeOrder(). - enterAttributeOrder(CQNGrammarParser.AttributeOrderContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.attributeOrder(). - enterAttributeOrder(SQLGrammarParser.AttributeOrderContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.attributeOrder(). - enterAttributeOrder(SQLGrammarParser.AttributeOrderContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.attributeOrder(). - enterBegin_stmt(SQLGrammarParser.Begin_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.begin_stmt(). - enterBegin_stmt(SQLGrammarParser.Begin_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.begin_stmt(). - enterBetweenQuery(CQNGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.betweenQuery(). - enterBetweenQuery(CQNGrammarParser.BetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.betweenQuery(). - enterBetweenQuery(SQLGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.betweenQuery(). - enterBetweenQuery(SQLGrammarParser.BetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.betweenQuery(). - enterBlock(CQNGrammarParser.BlockContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.block(). - enterBlock(CQNGrammarParser.BlockContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.block(). - enterBlockStatement(CQNGrammarParser.BlockStatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.blockStatement(). - enterBlockStatement(CQNGrammarParser.BlockStatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.blockStatement(). - enterCatchClause(CQNGrammarParser.CatchClauseContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.catchClause(). - enterCatchClause(CQNGrammarParser.CatchClauseContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.catchClause(). - enterCatchType(CQNGrammarParser.CatchTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.catchType(). - enterCatchType(CQNGrammarParser.CatchTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.catchType(). - enterClassBody(CQNGrammarParser.ClassBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classBody(). - enterClassBody(CQNGrammarParser.ClassBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classBody(). - enterClassBodyDeclaration(CQNGrammarParser.ClassBodyDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classBodyDeclaration(). - enterClassBodyDeclaration(CQNGrammarParser.ClassBodyDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classBodyDeclaration(). - enterClassCreatorRest(CQNGrammarParser.ClassCreatorRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classCreatorRest(). - enterClassCreatorRest(CQNGrammarParser.ClassCreatorRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classCreatorRest(). - enterClassDeclaration(CQNGrammarParser.ClassDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classDeclaration(). - enterClassDeclaration(CQNGrammarParser.ClassDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classDeclaration(). - enterClassOrInterfaceModifier(CQNGrammarParser.ClassOrInterfaceModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classOrInterfaceModifier(). - enterClassOrInterfaceModifier(CQNGrammarParser.ClassOrInterfaceModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classOrInterfaceModifier(). - enterClassOrInterfaceType(CQNGrammarParser.ClassOrInterfaceTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.classOrInterfaceType(). - enterClassOrInterfaceType(CQNGrammarParser.ClassOrInterfaceTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.classOrInterfaceType(). - enterCollation_name(SQLGrammarParser.Collation_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.collation_name(). - enterCollation_name(SQLGrammarParser.Collation_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.collation_name(). - enterColumn_alias(SQLGrammarParser.Column_aliasContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.column_alias(). - enterColumn_alias(SQLGrammarParser.Column_aliasContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.column_alias(). - enterColumn_constraint(SQLGrammarParser.Column_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.column_constraint(). - enterColumn_constraint(SQLGrammarParser.Column_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.column_constraint(). - enterColumn_def(SQLGrammarParser.Column_defContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.column_def(). - enterColumn_def(SQLGrammarParser.Column_defContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.column_def(). - enterColumn_name(SQLGrammarParser.Column_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.column_name(). - enterColumn_name(SQLGrammarParser.Column_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.column_name(). - enterCommit_stmt(SQLGrammarParser.Commit_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.commit_stmt(). - enterCommit_stmt(SQLGrammarParser.Commit_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.commit_stmt(). - enterCommon_table_expression(SQLGrammarParser.Common_table_expressionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.common_table_expression(). - enterCommon_table_expression(SQLGrammarParser.Common_table_expressionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.common_table_expression(). - enterCompilationUnit(CQNGrammarParser.CompilationUnitContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.compilationUnit(). - enterCompilationUnit(CQNGrammarParser.CompilationUnitContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.compilationUnit(). - enterCompound_operator(SQLGrammarParser.Compound_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.compound_operator(). - enterCompound_operator(SQLGrammarParser.Compound_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.compound_operator(). - enterCompound_select_stmt(SQLGrammarParser.Compound_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.compound_select_stmt(). - enterCompound_select_stmt(SQLGrammarParser.Compound_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.compound_select_stmt(). - enterConflict_clause(SQLGrammarParser.Conflict_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.conflict_clause(). - enterConflict_clause(SQLGrammarParser.Conflict_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.conflict_clause(). - enterConstantDeclarator(CQNGrammarParser.ConstantDeclaratorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.constantDeclarator(). - enterConstantDeclarator(CQNGrammarParser.ConstantDeclaratorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.constantDeclarator(). - enterConstantExpression(CQNGrammarParser.ConstantExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.constantExpression(). - enterConstantExpression(CQNGrammarParser.ConstantExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.constantExpression(). - enterConstDeclaration(CQNGrammarParser.ConstDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.constDeclaration(). - enterConstDeclaration(CQNGrammarParser.ConstDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.constDeclaration(). - enterConstructorBody(CQNGrammarParser.ConstructorBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.constructorBody(). - enterConstructorBody(CQNGrammarParser.ConstructorBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.constructorBody(). - enterConstructorDeclaration(CQNGrammarParser.ConstructorDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.constructorDeclaration(). - enterConstructorDeclaration(CQNGrammarParser.ConstructorDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.constructorDeclaration(). - enterContainsQuery(CQNGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.containsQuery(). - enterContainsQuery(CQNGrammarParser.ContainsQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.containsQuery(). - enterContainsQuery(SQLGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.containsQuery(). - enterContainsQuery(SQLGrammarParser.ContainsQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.containsQuery(). - enterCreate_index_stmt(SQLGrammarParser.Create_index_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.create_index_stmt(). - enterCreate_index_stmt(SQLGrammarParser.Create_index_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.create_index_stmt(). - enterCreate_table_stmt(SQLGrammarParser.Create_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.create_table_stmt(). - enterCreate_table_stmt(SQLGrammarParser.Create_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.create_table_stmt(). - enterCreate_trigger_stmt(SQLGrammarParser.Create_trigger_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.create_trigger_stmt(). - enterCreate_trigger_stmt(SQLGrammarParser.Create_trigger_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.create_trigger_stmt(). - enterCreate_view_stmt(SQLGrammarParser.Create_view_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.create_view_stmt(). - enterCreate_view_stmt(SQLGrammarParser.Create_view_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.create_view_stmt(). - enterCreate_virtual_table_stmt(SQLGrammarParser.Create_virtual_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.create_virtual_table_stmt(). - enterCreate_virtual_table_stmt(SQLGrammarParser.Create_virtual_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.create_virtual_table_stmt(). - enterCreatedName(CQNGrammarParser.CreatedNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.createdName(). - enterCreatedName(CQNGrammarParser.CreatedNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.createdName(). - enterCreator(CQNGrammarParser.CreatorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.creator(). - enterCreator(CQNGrammarParser.CreatorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.creator(). - enterCte_table_name(SQLGrammarParser.Cte_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.cte_table_name(). - enterCte_table_name(SQLGrammarParser.Cte_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.cte_table_name(). - enterDatabase_name(SQLGrammarParser.Database_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.database_name(). - enterDatabase_name(SQLGrammarParser.Database_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.database_name(). - enterDefaultValue(CQNGrammarParser.DefaultValueContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.defaultValue(). - enterDefaultValue(CQNGrammarParser.DefaultValueContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.defaultValue(). - enterDelete_stmt(SQLGrammarParser.Delete_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.delete_stmt(). - enterDelete_stmt(SQLGrammarParser.Delete_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.delete_stmt(). - enterDelete_stmt_limited(SQLGrammarParser.Delete_stmt_limitedContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.delete_stmt_limited(). - enterDelete_stmt_limited(SQLGrammarParser.Delete_stmt_limitedContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.delete_stmt_limited(). - enterDetach_stmt(SQLGrammarParser.Detach_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.detach_stmt(). - enterDetach_stmt(SQLGrammarParser.Detach_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.detach_stmt(). - enterDirection(CQNGrammarParser.DirectionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.direction(). - enterDirection(CQNGrammarParser.DirectionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.direction(). - enterDirection(SQLGrammarParser.DirectionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.direction(). - enterDirection(SQLGrammarParser.DirectionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.direction(). - enterDrop_index_stmt(SQLGrammarParser.Drop_index_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_index_stmt(). - enterDrop_index_stmt(SQLGrammarParser.Drop_index_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_index_stmt(). - enterDrop_table_stmt(SQLGrammarParser.Drop_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_table_stmt(). - enterDrop_table_stmt(SQLGrammarParser.Drop_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_table_stmt(). - enterDrop_trigger_stmt(SQLGrammarParser.Drop_trigger_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_trigger_stmt(). - enterDrop_trigger_stmt(SQLGrammarParser.Drop_trigger_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_trigger_stmt(). - enterDrop_view_stmt(SQLGrammarParser.Drop_view_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_view_stmt(). - enterDrop_view_stmt(SQLGrammarParser.Drop_view_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.drop_view_stmt(). - enterElementValue(CQNGrammarParser.ElementValueContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValue(). - enterElementValue(CQNGrammarParser.ElementValueContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValue(). - enterElementValueArrayInitializer(CQNGrammarParser.ElementValueArrayInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValueArrayInitializer(). - enterElementValueArrayInitializer(CQNGrammarParser.ElementValueArrayInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValueArrayInitializer(). - enterElementValuePair(CQNGrammarParser.ElementValuePairContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValuePair(). - enterElementValuePair(CQNGrammarParser.ElementValuePairContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValuePair(). - enterElementValuePairs(CQNGrammarParser.ElementValuePairsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValuePairs(). - enterElementValuePairs(CQNGrammarParser.ElementValuePairsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.elementValuePairs(). - enterEndsWithQuery(CQNGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.endsWithQuery(). - enterEndsWithQuery(CQNGrammarParser.EndsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.endsWithQuery(). - enterEndsWithQuery(SQLGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.endsWithQuery(). - enterEndsWithQuery(SQLGrammarParser.EndsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.endsWithQuery(). - enterEnhancedForControl(CQNGrammarParser.EnhancedForControlContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enhancedForControl(). - enterEnhancedForControl(CQNGrammarParser.EnhancedForControlContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enhancedForControl(). - enterEnumBodyDeclarations(CQNGrammarParser.EnumBodyDeclarationsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enumBodyDeclarations(). - enterEnumBodyDeclarations(CQNGrammarParser.EnumBodyDeclarationsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enumBodyDeclarations(). - enterEnumConstant(CQNGrammarParser.EnumConstantContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstant(). - enterEnumConstant(CQNGrammarParser.EnumConstantContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstant(). - enterEnumConstantName(CQNGrammarParser.EnumConstantNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstantName(). - enterEnumConstantName(CQNGrammarParser.EnumConstantNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstantName(). - enterEnumConstants(CQNGrammarParser.EnumConstantsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstants(). - enterEnumConstants(CQNGrammarParser.EnumConstantsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enumConstants(). - enterEnumDeclaration(CQNGrammarParser.EnumDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.enumDeclaration(). - enterEnumDeclaration(CQNGrammarParser.EnumDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.enumDeclaration(). - enterEqualQuery(CQNGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.equalQuery(). - enterEqualQuery(CQNGrammarParser.EqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.equalQuery(). - enterEqualQuery(SQLGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.equalQuery(). - enterEqualQuery(SQLGrammarParser.EqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.equalQuery(). - enterError(SQLGrammarParser.ErrorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.error(). - enterError(SQLGrammarParser.ErrorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.error(). - enterError_message(SQLGrammarParser.Error_messageContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.error_message(). - enterError_message(SQLGrammarParser.Error_messageContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.error_message(). - enterEveryRule(ParserRuleContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
- enterEveryRule(ParserRuleContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
- enterExplicitGenericInvocation(CQNGrammarParser.ExplicitGenericInvocationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.explicitGenericInvocation(). - enterExplicitGenericInvocation(CQNGrammarParser.ExplicitGenericInvocationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.explicitGenericInvocation(). - enterExplicitGenericInvocationSuffix(CQNGrammarParser.ExplicitGenericInvocationSuffixContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.explicitGenericInvocationSuffix(). - enterExplicitGenericInvocationSuffix(CQNGrammarParser.ExplicitGenericInvocationSuffixContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.explicitGenericInvocationSuffix(). - enterExpr(SQLGrammarParser.ExprContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.expr(). - enterExpr(SQLGrammarParser.ExprContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.expr(). - enterExpression(CQNGrammarParser.ExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.expression(). - enterExpression(CQNGrammarParser.ExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.expression(). - enterExpressionList(CQNGrammarParser.ExpressionListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.expressionList(). - enterExpressionList(CQNGrammarParser.ExpressionListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.expressionList(). - enterFactored_select_stmt(SQLGrammarParser.Factored_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.factored_select_stmt(). - enterFactored_select_stmt(SQLGrammarParser.Factored_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.factored_select_stmt(). - enterFieldDeclaration(CQNGrammarParser.FieldDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.fieldDeclaration(). - enterFieldDeclaration(CQNGrammarParser.FieldDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.fieldDeclaration(). - enterFinallyBlock(CQNGrammarParser.FinallyBlockContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.finallyBlock(). - enterFinallyBlock(CQNGrammarParser.FinallyBlockContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.finallyBlock(). - enterForControl(CQNGrammarParser.ForControlContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.forControl(). - enterForControl(CQNGrammarParser.ForControlContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.forControl(). - enterForeign_key_clause(SQLGrammarParser.Foreign_key_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.foreign_key_clause(). - enterForeign_key_clause(SQLGrammarParser.Foreign_key_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.foreign_key_clause(). - enterForeign_table(SQLGrammarParser.Foreign_tableContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.foreign_table(). - enterForeign_table(SQLGrammarParser.Foreign_tableContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.foreign_table(). - enterForInit(CQNGrammarParser.ForInitContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.forInit(). - enterForInit(CQNGrammarParser.ForInitContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.forInit(). - enterFormalParameter(CQNGrammarParser.FormalParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameter(). - enterFormalParameter(CQNGrammarParser.FormalParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameter(). - enterFormalParameterList(CQNGrammarParser.FormalParameterListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameterList(). - enterFormalParameterList(CQNGrammarParser.FormalParameterListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameterList(). - enterFormalParameters(CQNGrammarParser.FormalParametersContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameters(). - enterFormalParameters(CQNGrammarParser.FormalParametersContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.formalParameters(). - enterForUpdate(CQNGrammarParser.ForUpdateContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.forUpdate(). - enterForUpdate(CQNGrammarParser.ForUpdateContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.forUpdate(). - enterFunction_name(SQLGrammarParser.Function_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.function_name(). - enterFunction_name(SQLGrammarParser.Function_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.function_name(). - enterGenericConstructorDeclaration(CQNGrammarParser.GenericConstructorDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.genericConstructorDeclaration(). - enterGenericConstructorDeclaration(CQNGrammarParser.GenericConstructorDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.genericConstructorDeclaration(). - enterGenericInterfaceMethodDeclaration(CQNGrammarParser.GenericInterfaceMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.genericInterfaceMethodDeclaration(). - enterGenericInterfaceMethodDeclaration(CQNGrammarParser.GenericInterfaceMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.genericInterfaceMethodDeclaration(). - enterGenericMethodDeclaration(CQNGrammarParser.GenericMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.genericMethodDeclaration(). - enterGenericMethodDeclaration(CQNGrammarParser.GenericMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.genericMethodDeclaration(). - enterGreaterThanOrEqualToQuery(CQNGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.greaterThanOrEqualToQuery(). - enterGreaterThanOrEqualToQuery(CQNGrammarParser.GreaterThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.greaterThanOrEqualToQuery(). - enterGreaterThanOrEqualToQuery(SQLGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.greaterThanOrEqualToQuery(). - enterGreaterThanOrEqualToQuery(SQLGrammarParser.GreaterThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.greaterThanOrEqualToQuery(). - enterGreaterThanQuery(CQNGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.greaterThanQuery(). - enterGreaterThanQuery(CQNGrammarParser.GreaterThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.greaterThanQuery(). - enterGreaterThanQuery(SQLGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.greaterThanQuery(). - enterGreaterThanQuery(SQLGrammarParser.GreaterThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.greaterThanQuery(). - enterHasQuery(CQNGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.hasQuery(). - enterHasQuery(CQNGrammarParser.HasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.hasQuery(). - enterHasQuery(SQLGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.hasQuery(). - enterHasQuery(SQLGrammarParser.HasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.hasQuery(). - enterImportDeclaration(CQNGrammarParser.ImportDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.importDeclaration(). - enterImportDeclaration(CQNGrammarParser.ImportDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.importDeclaration(). - enterIndex_name(SQLGrammarParser.Index_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.index_name(). - enterIndex_name(SQLGrammarParser.Index_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.index_name(). - enterIndexed_column(SQLGrammarParser.Indexed_columnContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.indexed_column(). - enterIndexed_column(SQLGrammarParser.Indexed_columnContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.indexed_column(). - enterIndexedCollection(SQLGrammarParser.IndexedCollectionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.indexedCollection(). - enterIndexedCollection(SQLGrammarParser.IndexedCollectionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.indexedCollection(). - enterInnerCreator(CQNGrammarParser.InnerCreatorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.innerCreator(). - enterInnerCreator(CQNGrammarParser.InnerCreatorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.innerCreator(). - enterInQuery(CQNGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.inQuery(). - enterInQuery(CQNGrammarParser.InQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.inQuery(). - enterInQuery(SQLGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.inQuery(). - enterInQuery(SQLGrammarParser.InQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.inQuery(). - enterInsert_stmt(SQLGrammarParser.Insert_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.insert_stmt(). - enterInsert_stmt(SQLGrammarParser.Insert_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.insert_stmt(). - enterInterfaceBody(CQNGrammarParser.InterfaceBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceBody(). - enterInterfaceBody(CQNGrammarParser.InterfaceBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceBody(). - enterInterfaceBodyDeclaration(CQNGrammarParser.InterfaceBodyDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceBodyDeclaration(). - enterInterfaceBodyDeclaration(CQNGrammarParser.InterfaceBodyDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceBodyDeclaration(). - enterInterfaceDeclaration(CQNGrammarParser.InterfaceDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceDeclaration(). - enterInterfaceDeclaration(CQNGrammarParser.InterfaceDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceDeclaration(). - enterInterfaceMemberDeclaration(CQNGrammarParser.InterfaceMemberDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceMemberDeclaration(). - enterInterfaceMemberDeclaration(CQNGrammarParser.InterfaceMemberDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceMemberDeclaration(). - enterInterfaceMethodDeclaration(CQNGrammarParser.InterfaceMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceMethodDeclaration(). - enterInterfaceMethodDeclaration(CQNGrammarParser.InterfaceMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.interfaceMethodDeclaration(). - enterIsContainedInQuery(CQNGrammarParser.IsContainedInQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.isContainedInQuery(). - enterIsContainedInQuery(CQNGrammarParser.IsContainedInQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.isContainedInQuery(). - enterIsPrefixOfQuery(CQNGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.isPrefixOfQuery(). - enterIsPrefixOfQuery(CQNGrammarParser.IsPrefixOfQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.isPrefixOfQuery(). - enterIsPrefixOfQuery(SQLGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.isPrefixOfQuery(). - enterIsPrefixOfQuery(SQLGrammarParser.IsPrefixOfQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.isPrefixOfQuery(). - enterJoin_clause(SQLGrammarParser.Join_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.join_clause(). - enterJoin_clause(SQLGrammarParser.Join_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.join_clause(). - enterJoin_constraint(SQLGrammarParser.Join_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.join_constraint(). - enterJoin_constraint(SQLGrammarParser.Join_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.join_constraint(). - enterJoin_operator(SQLGrammarParser.Join_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.join_operator(). - enterJoin_operator(SQLGrammarParser.Join_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.join_operator(). - enterKeyword(SQLGrammarParser.KeywordContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.keyword(). - enterKeyword(SQLGrammarParser.KeywordContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.keyword(). - enterLastFormalParameter(CQNGrammarParser.LastFormalParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.lastFormalParameter(). - enterLastFormalParameter(CQNGrammarParser.LastFormalParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.lastFormalParameter(). - enterLessThanOrEqualToQuery(CQNGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.lessThanOrEqualToQuery(). - enterLessThanOrEqualToQuery(CQNGrammarParser.LessThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.lessThanOrEqualToQuery(). - enterLessThanOrEqualToQuery(SQLGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.lessThanOrEqualToQuery(). - enterLessThanOrEqualToQuery(SQLGrammarParser.LessThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.lessThanOrEqualToQuery(). - enterLessThanQuery(CQNGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.lessThanQuery(). - enterLessThanQuery(CQNGrammarParser.LessThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.lessThanQuery(). - enterLessThanQuery(SQLGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.lessThanQuery(). - enterLessThanQuery(SQLGrammarParser.LessThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.lessThanQuery(). - enterLiteral(CQNGrammarParser.LiteralContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.literal(). - enterLiteral(CQNGrammarParser.LiteralContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.literal(). - enterLiteral_value(SQLGrammarParser.Literal_valueContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.literal_value(). - enterLiteral_value(SQLGrammarParser.Literal_valueContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.literal_value(). - enterLocalVariableDeclaration(CQNGrammarParser.LocalVariableDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.localVariableDeclaration(). - enterLocalVariableDeclaration(CQNGrammarParser.LocalVariableDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.localVariableDeclaration(). - enterLocalVariableDeclarationStatement(CQNGrammarParser.LocalVariableDeclarationStatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.localVariableDeclarationStatement(). - enterLocalVariableDeclarationStatement(CQNGrammarParser.LocalVariableDeclarationStatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.localVariableDeclarationStatement(). - enterLogicalQuery(CQNGrammarParser.LogicalQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.logicalQuery(). - enterLogicalQuery(CQNGrammarParser.LogicalQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.logicalQuery(). - enterLogicalQuery(SQLGrammarParser.LogicalQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.logicalQuery(). - enterLogicalQuery(SQLGrammarParser.LogicalQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.logicalQuery(). - enterLongestPrefixQuery(CQNGrammarParser.LongestPrefixQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.longestPrefixQuery(). - enterLongestPrefixQuery(CQNGrammarParser.LongestPrefixQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.longestPrefixQuery(). - enterMatchesRegexQuery(CQNGrammarParser.MatchesRegexQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.matchesRegexQuery(). - enterMatchesRegexQuery(CQNGrammarParser.MatchesRegexQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.matchesRegexQuery(). - enterMemberDeclaration(CQNGrammarParser.MemberDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.memberDeclaration(). - enterMemberDeclaration(CQNGrammarParser.MemberDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.memberDeclaration(). - enterMethodBody(CQNGrammarParser.MethodBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.methodBody(). - enterMethodBody(CQNGrammarParser.MethodBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.methodBody(). - enterMethodDeclaration(CQNGrammarParser.MethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.methodDeclaration(). - enterMethodDeclaration(CQNGrammarParser.MethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.methodDeclaration(). - enterModifier(CQNGrammarParser.ModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.modifier(). - enterModifier(CQNGrammarParser.ModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.modifier(). - enterModule_argument(SQLGrammarParser.Module_argumentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.module_argument(). - enterModule_argument(SQLGrammarParser.Module_argumentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.module_argument(). - enterModule_name(SQLGrammarParser.Module_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.module_name(). - enterModule_name(SQLGrammarParser.Module_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.module_name(). - enterName(SQLGrammarParser.NameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.name(). - enterName(SQLGrammarParser.NameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.name(). - enterNew_table_name(SQLGrammarParser.New_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.new_table_name(). - enterNew_table_name(SQLGrammarParser.New_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.new_table_name(). - enterNoneQuery(CQNGrammarParser.NoneQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.noneQuery(). - enterNoneQuery(CQNGrammarParser.NoneQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.noneQuery(). - enterNonWildcardTypeArguments(CQNGrammarParser.NonWildcardTypeArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.nonWildcardTypeArguments(). - enterNonWildcardTypeArguments(CQNGrammarParser.NonWildcardTypeArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.nonWildcardTypeArguments(). - enterNonWildcardTypeArgumentsOrDiamond(CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.nonWildcardTypeArgumentsOrDiamond(). - enterNonWildcardTypeArgumentsOrDiamond(CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.nonWildcardTypeArgumentsOrDiamond(). - enterNotBetweenQuery(SQLGrammarParser.NotBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.notBetweenQuery(). - enterNotBetweenQuery(SQLGrammarParser.NotBetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.notBetweenQuery(). - enterNotEqualQuery(SQLGrammarParser.NotEqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.notEqualQuery(). - enterNotEqualQuery(SQLGrammarParser.NotEqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.notEqualQuery(). - enterNotHasQuery(SQLGrammarParser.NotHasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.notHasQuery(). - enterNotHasQuery(SQLGrammarParser.NotHasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.notHasQuery(). - enterNotInQuery(SQLGrammarParser.NotInQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.notInQuery(). - enterNotInQuery(SQLGrammarParser.NotInQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.notInQuery(). - enterNotQuery(CQNGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.notQuery(). - enterNotQuery(CQNGrammarParser.NotQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.notQuery(). - enterNotQuery(SQLGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.notQuery(). - enterNotQuery(SQLGrammarParser.NotQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.notQuery(). - enterObjectType(CQNGrammarParser.ObjectTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.objectType(). - enterObjectType(CQNGrammarParser.ObjectTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.objectType(). - enterOrderByClause(SQLGrammarParser.OrderByClauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.orderByClause(). - enterOrderByClause(SQLGrammarParser.OrderByClauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.orderByClause(). - enterOrderByOption(CQNGrammarParser.OrderByOptionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.orderByOption(). - enterOrderByOption(CQNGrammarParser.OrderByOptionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.orderByOption(). - enterOrdering_term(SQLGrammarParser.Ordering_termContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.ordering_term(). - enterOrdering_term(SQLGrammarParser.Ordering_termContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.ordering_term(). - enterOrQuery(CQNGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.orQuery(). - enterOrQuery(CQNGrammarParser.OrQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.orQuery(). - enterOrQuery(SQLGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.orQuery(). - enterOrQuery(SQLGrammarParser.OrQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.orQuery(). - enterPackageDeclaration(CQNGrammarParser.PackageDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.packageDeclaration(). - enterPackageDeclaration(CQNGrammarParser.PackageDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.packageDeclaration(). - enterParExpression(CQNGrammarParser.ParExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.parExpression(). - enterParExpression(CQNGrammarParser.ParExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.parExpression(). - enterParse(SQLGrammarParser.ParseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.parse(). - enterParse(SQLGrammarParser.ParseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.parse(). - enterPragma_name(SQLGrammarParser.Pragma_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_name(). - enterPragma_name(SQLGrammarParser.Pragma_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_name(). - enterPragma_stmt(SQLGrammarParser.Pragma_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_stmt(). - enterPragma_stmt(SQLGrammarParser.Pragma_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_stmt(). - enterPragma_value(SQLGrammarParser.Pragma_valueContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_value(). - enterPragma_value(SQLGrammarParser.Pragma_valueContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.pragma_value(). - enterPrimary(CQNGrammarParser.PrimaryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.primary(). - enterPrimary(CQNGrammarParser.PrimaryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.primary(). - enterPrimitiveType(CQNGrammarParser.PrimitiveTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.primitiveType(). - enterPrimitiveType(CQNGrammarParser.PrimitiveTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.primitiveType(). - enterQualified_table_name(SQLGrammarParser.Qualified_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.qualified_table_name(). - enterQualified_table_name(SQLGrammarParser.Qualified_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.qualified_table_name(). - enterQualifiedName(CQNGrammarParser.QualifiedNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.qualifiedName(). - enterQualifiedName(CQNGrammarParser.QualifiedNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.qualifiedName(). - enterQualifiedNameList(CQNGrammarParser.QualifiedNameListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.qualifiedNameList(). - enterQualifiedNameList(CQNGrammarParser.QualifiedNameListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.qualifiedNameList(). - enterQuery(CQNGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.query(). - enterQuery(CQNGrammarParser.QueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.query(). - enterQuery(SQLGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.query(). - enterQuery(SQLGrammarParser.QueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.query(). - enterQueryOption(CQNGrammarParser.QueryOptionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.queryOption(). - enterQueryOption(CQNGrammarParser.QueryOptionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.queryOption(). - enterQueryOptions(CQNGrammarParser.QueryOptionsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.queryOptions(). - enterQueryOptions(CQNGrammarParser.QueryOptionsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.queryOptions(). - enterQueryParameter(CQNGrammarParser.QueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.queryParameter(). - enterQueryParameter(CQNGrammarParser.QueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.queryParameter(). - enterQueryParameter(SQLGrammarParser.QueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameter(). - enterQueryParameter(SQLGrammarParser.QueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameter(). - enterQueryParameterLeadingAndTrailingPercent(SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterLeadingAndTrailingPercent(). - enterQueryParameterLeadingAndTrailingPercent(SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterLeadingAndTrailingPercent(). - enterQueryParameterLeadingPercent(SQLGrammarParser.QueryParameterLeadingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterLeadingPercent(). - enterQueryParameterLeadingPercent(SQLGrammarParser.QueryParameterLeadingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterLeadingPercent(). - enterQueryParameterTrailingPercent(SQLGrammarParser.QueryParameterTrailingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterTrailingPercent(). - enterQueryParameterTrailingPercent(SQLGrammarParser.QueryParameterTrailingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.queryParameterTrailingPercent(). - enterRaise_function(SQLGrammarParser.Raise_functionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.raise_function(). - enterRaise_function(SQLGrammarParser.Raise_functionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.raise_function(). - enterReindex_stmt(SQLGrammarParser.Reindex_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.reindex_stmt(). - enterReindex_stmt(SQLGrammarParser.Reindex_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.reindex_stmt(). - enterRelease_stmt(SQLGrammarParser.Release_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.release_stmt(). - enterRelease_stmt(SQLGrammarParser.Release_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.release_stmt(). - enterResource(CQNGrammarParser.ResourceContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.resource(). - enterResource(CQNGrammarParser.ResourceContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.resource(). - enterResources(CQNGrammarParser.ResourcesContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.resources(). - enterResources(CQNGrammarParser.ResourcesContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.resources(). - enterResourceSpecification(CQNGrammarParser.ResourceSpecificationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.resourceSpecification(). - enterResourceSpecification(CQNGrammarParser.ResourceSpecificationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.resourceSpecification(). - enterResult_column(SQLGrammarParser.Result_columnContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.result_column(). - enterResult_column(SQLGrammarParser.Result_columnContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.result_column(). - enterRollback_stmt(SQLGrammarParser.Rollback_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.rollback_stmt(). - enterRollback_stmt(SQLGrammarParser.Rollback_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.rollback_stmt(). - enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationConstantRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArgumentsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceModifierContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantExpressionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorBodyContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DefaultValueContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DirectionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FinallyBlockContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParametersContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForUpdateContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ImportDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationStatementContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodBodyContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ModifierContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ObjectTypeContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ParExpressionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimitiveTypeContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceSpecificationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementExpressionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StringQueryParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsOrDiamondContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorIdContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableModifierContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Collation_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Database_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Error_messageContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_tableContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Function_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Index_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.New_table_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingPercentContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterTrailingPercentContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Signed_numberContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_index_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Transaction_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Trigger_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Unary_operatorContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Vacuum_stmtContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.View_nameContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- enterRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- enterSavepoint_name(SQLGrammarParser.Savepoint_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.savepoint_name(). - enterSavepoint_name(SQLGrammarParser.Savepoint_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.savepoint_name(). - enterSavepoint_stmt(SQLGrammarParser.Savepoint_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.savepoint_stmt(). - enterSavepoint_stmt(SQLGrammarParser.Savepoint_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.savepoint_stmt(). - enterSelect_core(SQLGrammarParser.Select_coreContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.select_core(). - enterSelect_core(SQLGrammarParser.Select_coreContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.select_core(). - enterSelect_or_values(SQLGrammarParser.Select_or_valuesContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.select_or_values(). - enterSelect_or_values(SQLGrammarParser.Select_or_valuesContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.select_or_values(). - enterSelect_stmt(SQLGrammarParser.Select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.select_stmt(). - enterSelect_stmt(SQLGrammarParser.Select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.select_stmt(). - enterSigned_number(SQLGrammarParser.Signed_numberContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.signed_number(). - enterSigned_number(SQLGrammarParser.Signed_numberContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.signed_number(). - enterSimple_select_stmt(SQLGrammarParser.Simple_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.simple_select_stmt(). - enterSimple_select_stmt(SQLGrammarParser.Simple_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.simple_select_stmt(). - enterSimpleQuery(CQNGrammarParser.SimpleQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.simpleQuery(). - enterSimpleQuery(CQNGrammarParser.SimpleQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.simpleQuery(). - enterSimpleQuery(SQLGrammarParser.SimpleQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.simpleQuery(). - enterSimpleQuery(SQLGrammarParser.SimpleQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.simpleQuery(). - enterSql_stmt(SQLGrammarParser.Sql_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.sql_stmt(). - enterSql_stmt(SQLGrammarParser.Sql_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.sql_stmt(). - enterSql_stmt_list(SQLGrammarParser.Sql_stmt_listContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.sql_stmt_list(). - enterSql_stmt_list(SQLGrammarParser.Sql_stmt_listContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.sql_stmt_list(). - enterStart(CQNGrammarParser.StartContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.start(). - enterStart(CQNGrammarParser.StartContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.start(). - enterStart(SQLGrammarParser.StartContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.start(). - enterStart(SQLGrammarParser.StartContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.start(). - enterStartsWithQuery(CQNGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.startsWithQuery(). - enterStartsWithQuery(CQNGrammarParser.StartsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.startsWithQuery(). - enterStartsWithQuery(SQLGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.startsWithQuery(). - enterStartsWithQuery(SQLGrammarParser.StartsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.startsWithQuery(). - enterStatement(CQNGrammarParser.StatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.statement(). - enterStatement(CQNGrammarParser.StatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.statement(). - enterStatementExpression(CQNGrammarParser.StatementExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.statementExpression(). - enterStatementExpression(CQNGrammarParser.StatementExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.statementExpression(). - enterStringQueryParameter(CQNGrammarParser.StringQueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.stringQueryParameter(). - enterStringQueryParameter(CQNGrammarParser.StringQueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.stringQueryParameter(). - enterSuperSuffix(CQNGrammarParser.SuperSuffixContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.superSuffix(). - enterSuperSuffix(CQNGrammarParser.SuperSuffixContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.superSuffix(). - enterSwitchBlockStatementGroup(CQNGrammarParser.SwitchBlockStatementGroupContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.switchBlockStatementGroup(). - enterSwitchBlockStatementGroup(CQNGrammarParser.SwitchBlockStatementGroupContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.switchBlockStatementGroup(). - enterSwitchLabel(CQNGrammarParser.SwitchLabelContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.switchLabel(). - enterSwitchLabel(CQNGrammarParser.SwitchLabelContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.switchLabel(). - enterTable_alias(SQLGrammarParser.Table_aliasContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.table_alias(). - enterTable_alias(SQLGrammarParser.Table_aliasContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.table_alias(). - enterTable_constraint(SQLGrammarParser.Table_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.table_constraint(). - enterTable_constraint(SQLGrammarParser.Table_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.table_constraint(). - enterTable_name(SQLGrammarParser.Table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.table_name(). - enterTable_name(SQLGrammarParser.Table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.table_name(). - enterTable_or_index_name(SQLGrammarParser.Table_or_index_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.table_or_index_name(). - enterTable_or_index_name(SQLGrammarParser.Table_or_index_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.table_or_index_name(). - enterTable_or_subquery(SQLGrammarParser.Table_or_subqueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.table_or_subquery(). - enterTable_or_subquery(SQLGrammarParser.Table_or_subqueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.table_or_subquery(). - enterTransaction_name(SQLGrammarParser.Transaction_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.transaction_name(). - enterTransaction_name(SQLGrammarParser.Transaction_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.transaction_name(). - enterTrigger_name(SQLGrammarParser.Trigger_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.trigger_name(). - enterTrigger_name(SQLGrammarParser.Trigger_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.trigger_name(). - enterType(CQNGrammarParser.TypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.type(). - enterType(CQNGrammarParser.TypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.type(). - enterType_name(SQLGrammarParser.Type_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.type_name(). - enterType_name(SQLGrammarParser.Type_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.type_name(). - enterTypeArgument(CQNGrammarParser.TypeArgumentContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArgument(). - enterTypeArgument(CQNGrammarParser.TypeArgumentContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArgument(). - enterTypeArguments(CQNGrammarParser.TypeArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArguments(). - enterTypeArguments(CQNGrammarParser.TypeArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArguments(). - enterTypeArgumentsOrDiamond(CQNGrammarParser.TypeArgumentsOrDiamondContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArgumentsOrDiamond(). - enterTypeArgumentsOrDiamond(CQNGrammarParser.TypeArgumentsOrDiamondContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeArgumentsOrDiamond(). - enterTypeBound(CQNGrammarParser.TypeBoundContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeBound(). - enterTypeBound(CQNGrammarParser.TypeBoundContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeBound(). - enterTypeDeclaration(CQNGrammarParser.TypeDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeDeclaration(). - enterTypeDeclaration(CQNGrammarParser.TypeDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeDeclaration(). - enterTypeList(CQNGrammarParser.TypeListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeList(). - enterTypeList(CQNGrammarParser.TypeListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeList(). - enterTypeParameter(CQNGrammarParser.TypeParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeParameter(). - enterTypeParameter(CQNGrammarParser.TypeParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeParameter(). - enterTypeParameters(CQNGrammarParser.TypeParametersContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.typeParameters(). - enterTypeParameters(CQNGrammarParser.TypeParametersContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.typeParameters(). - enterUnary_operator(SQLGrammarParser.Unary_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.unary_operator(). - enterUnary_operator(SQLGrammarParser.Unary_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.unary_operator(). - enterUpdate_stmt(SQLGrammarParser.Update_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.update_stmt(). - enterUpdate_stmt(SQLGrammarParser.Update_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.update_stmt(). - enterUpdate_stmt_limited(SQLGrammarParser.Update_stmt_limitedContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.update_stmt_limited(). - enterUpdate_stmt_limited(SQLGrammarParser.Update_stmt_limitedContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.update_stmt_limited(). - enterVacuum_stmt(SQLGrammarParser.Vacuum_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.vacuum_stmt(). - enterVacuum_stmt(SQLGrammarParser.Vacuum_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.vacuum_stmt(). - enterVariableDeclarator(CQNGrammarParser.VariableDeclaratorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclarator(). - enterVariableDeclarator(CQNGrammarParser.VariableDeclaratorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclarator(). - enterVariableDeclaratorId(CQNGrammarParser.VariableDeclaratorIdContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclaratorId(). - enterVariableDeclaratorId(CQNGrammarParser.VariableDeclaratorIdContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclaratorId(). - enterVariableDeclarators(CQNGrammarParser.VariableDeclaratorsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclarators(). - enterVariableDeclarators(CQNGrammarParser.VariableDeclaratorsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.variableDeclarators(). - enterVariableInitializer(CQNGrammarParser.VariableInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.variableInitializer(). - enterVariableInitializer(CQNGrammarParser.VariableInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.variableInitializer(). - enterVariableModifier(CQNGrammarParser.VariableModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.variableModifier(). - enterVariableModifier(CQNGrammarParser.VariableModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.variableModifier(). - enterVerboseBetweenQuery(CQNGrammarParser.VerboseBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Enter a parse tree produced by
CQNGrammarParser.verboseBetweenQuery(). - enterVerboseBetweenQuery(CQNGrammarParser.VerboseBetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Enter a parse tree produced by
CQNGrammarParser.verboseBetweenQuery(). - enterView_name(SQLGrammarParser.View_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.view_name(). - enterView_name(SQLGrammarParser.View_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.view_name(). - enterWhereClause(SQLGrammarParser.WhereClauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.whereClause(). - enterWhereClause(SQLGrammarParser.WhereClauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.whereClause(). - enterWith_clause(SQLGrammarParser.With_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Enter a parse tree produced by
SQLGrammarParser.with_clause(). - enterWith_clause(SQLGrammarParser.With_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Enter a parse tree produced by
SQLGrammarParser.with_clause(). - entrySet() - Method in class com.googlecode.cqengine.entity.MapEntity
- ENUM - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ENUM - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ENUM() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- enumBodyDeclarations() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enumBodyDeclarations() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- EnumBodyDeclarationsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- enumConstant() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enumConstant() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- enumConstant(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- EnumConstantContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- enumConstantName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enumConstantName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- EnumConstantNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantNameContext
- enumConstants() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enumConstants() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- EnumConstantsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- enumDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- enumDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- enumDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- enumDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- enumDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- EnumDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- EOF() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- EOF() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- EOF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- EOF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- equal(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Equalquery which asserts that an attribute equals a certain value. - Equal<O,A> - Class in com.googlecode.cqengine.query.simple
-
Asserts than an attribute equals a certain value.
- Equal(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.Equal
- EQUAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- EQUAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- equalQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- equalQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- equalQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- equalQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- EqualQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- EqualQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- equals(Object) - Method in class com.googlecode.cqengine.attribute.ReflectiveAttribute
- equals(Object) - Method in class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- equals(Object) - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- equals(Object) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- equals(Object) - Method in class com.googlecode.cqengine.entity.MapEntity
-
Returns true if the cached hashcodes of both objects are equal and the wrapped maps are equal.
- equals(Object) - Method in class com.googlecode.cqengine.entity.PrimaryKeyedMapEntity
- equals(Object) - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- equals(Object) - Method in class com.googlecode.cqengine.index.compound.support.CompoundValueTuple
- equals(Object) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- equals(Object) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- equals(Object) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- equals(Object) - Method in class com.googlecode.cqengine.index.sqlite.support.DBQueries.Row
- equals(Object) - Method in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
- equals(Object) - Method in class com.googlecode.cqengine.index.support.KeyStatistics
- equals(Object) - Method in class com.googlecode.cqengine.index.support.KeyValueMaterialized
- equals(Object) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- equals(Object) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- equals(Object) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- equals(Object) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- equals(Object) - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- equals(Object) - Method in class com.googlecode.cqengine.query.comparative.Max
- equals(Object) - Method in class com.googlecode.cqengine.query.comparative.Min
- equals(Object) - Method in class com.googlecode.cqengine.query.logical.And
- equals(Object) - Method in class com.googlecode.cqengine.query.logical.Not
- equals(Object) - Method in class com.googlecode.cqengine.query.logical.Or
- equals(Object) - Method in class com.googlecode.cqengine.query.option.AttributeOrder
- equals(Object) - Method in class com.googlecode.cqengine.query.option.DeduplicationOption
- equals(Object) - Method in class com.googlecode.cqengine.query.option.OrderByOption
- equals(Object) - Method in class com.googlecode.cqengine.query.option.QueryOptions
- equals(Object) - Method in class com.googlecode.cqengine.query.option.Threshold
- equals(Object) - Method in class com.googlecode.cqengine.query.option.Thresholds
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.All
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.Between
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.Equal
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.ExistsIn
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.Has
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.In
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.LessThan
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.None
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringContains
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- equals(Object) - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- error() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- error() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- error(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- error_message() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- error_message() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- Error_messageContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Error_messageContext
- ErrorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- existsIn(IndexedCollection<F>, Attribute<O, A>, Attribute<F, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a query supporting the equivalent of SQL
EXISTS. - existsIn(IndexedCollection<F>, Attribute<O, A>, Attribute<F, A>, Query<F>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a query supporting the equivalent of SQL
EXISTS, with some additional restrictions on foreign objects. - ExistsIn<O,F,A> - Class in com.googlecode.cqengine.query.simple
-
Asserts than an object exists in a foreign collection, based on an attribute in the local collection being equal to an attribute in the foreign collection, and optionally with restrictions applied to objects in the foreign collection.
- ExistsIn(IndexedCollection<F>, Attribute<O, A>, Attribute<F, A>) - Constructor for class com.googlecode.cqengine.query.simple.ExistsIn
- ExistsIn(IndexedCollection<F>, Attribute<O, A>, Attribute<F, A>, Query<F>) - Constructor for class com.googlecode.cqengine.query.simple.ExistsIn
- exitAllQuery(CQNGrammarParser.AllQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.allQuery(). - exitAllQuery(CQNGrammarParser.AllQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.allQuery(). - exitAllQuery(CQNGrammarParser.AllQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitAlter_table_stmt(SQLGrammarParser.Alter_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.alter_table_stmt(). - exitAlter_table_stmt(SQLGrammarParser.Alter_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.alter_table_stmt(). - exitAnalyze_stmt(SQLGrammarParser.Analyze_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.analyze_stmt(). - exitAnalyze_stmt(SQLGrammarParser.Analyze_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.analyze_stmt(). - exitAndQuery(CQNGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.andQuery(). - exitAndQuery(CQNGrammarParser.AndQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.andQuery(). - exitAndQuery(CQNGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitAndQuery(SQLGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.andQuery(). - exitAndQuery(SQLGrammarParser.AndQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.andQuery(). - exitAndQuery(SQLGrammarParser.AndQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitAnnotation(CQNGrammarParser.AnnotationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotation(). - exitAnnotation(CQNGrammarParser.AnnotationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotation(). - exitAnnotationConstantRest(CQNGrammarParser.AnnotationConstantRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationConstantRest(). - exitAnnotationConstantRest(CQNGrammarParser.AnnotationConstantRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationConstantRest(). - exitAnnotationMethodOrConstantRest(CQNGrammarParser.AnnotationMethodOrConstantRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationMethodOrConstantRest(). - exitAnnotationMethodOrConstantRest(CQNGrammarParser.AnnotationMethodOrConstantRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationMethodOrConstantRest(). - exitAnnotationMethodRest(CQNGrammarParser.AnnotationMethodRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationMethodRest(). - exitAnnotationMethodRest(CQNGrammarParser.AnnotationMethodRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationMethodRest(). - exitAnnotationName(CQNGrammarParser.AnnotationNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationName(). - exitAnnotationName(CQNGrammarParser.AnnotationNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationName(). - exitAnnotationTypeBody(CQNGrammarParser.AnnotationTypeBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeBody(). - exitAnnotationTypeBody(CQNGrammarParser.AnnotationTypeBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeBody(). - exitAnnotationTypeDeclaration(CQNGrammarParser.AnnotationTypeDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeDeclaration(). - exitAnnotationTypeDeclaration(CQNGrammarParser.AnnotationTypeDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeDeclaration(). - exitAnnotationTypeElementDeclaration(CQNGrammarParser.AnnotationTypeElementDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeElementDeclaration(). - exitAnnotationTypeElementDeclaration(CQNGrammarParser.AnnotationTypeElementDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeElementDeclaration(). - exitAnnotationTypeElementRest(CQNGrammarParser.AnnotationTypeElementRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeElementRest(). - exitAnnotationTypeElementRest(CQNGrammarParser.AnnotationTypeElementRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.annotationTypeElementRest(). - exitAny_name(SQLGrammarParser.Any_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.any_name(). - exitAny_name(SQLGrammarParser.Any_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.any_name(). - exitArguments(CQNGrammarParser.ArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.arguments(). - exitArguments(CQNGrammarParser.ArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.arguments(). - exitArrayCreatorRest(CQNGrammarParser.ArrayCreatorRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.arrayCreatorRest(). - exitArrayCreatorRest(CQNGrammarParser.ArrayCreatorRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.arrayCreatorRest(). - exitArrayInitializer(CQNGrammarParser.ArrayInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.arrayInitializer(). - exitArrayInitializer(CQNGrammarParser.ArrayInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.arrayInitializer(). - exitAttach_stmt(SQLGrammarParser.Attach_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.attach_stmt(). - exitAttach_stmt(SQLGrammarParser.Attach_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.attach_stmt(). - exitAttributeName(CQNGrammarParser.AttributeNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.attributeName(). - exitAttributeName(CQNGrammarParser.AttributeNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.attributeName(). - exitAttributeName(SQLGrammarParser.AttributeNameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.attributeName(). - exitAttributeName(SQLGrammarParser.AttributeNameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.attributeName(). - exitAttributeOrder(CQNGrammarParser.AttributeOrderContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.attributeOrder(). - exitAttributeOrder(CQNGrammarParser.AttributeOrderContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.attributeOrder(). - exitAttributeOrder(SQLGrammarParser.AttributeOrderContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.attributeOrder(). - exitAttributeOrder(SQLGrammarParser.AttributeOrderContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.attributeOrder(). - exitBegin_stmt(SQLGrammarParser.Begin_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.begin_stmt(). - exitBegin_stmt(SQLGrammarParser.Begin_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.begin_stmt(). - exitBetweenQuery(CQNGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.betweenQuery(). - exitBetweenQuery(CQNGrammarParser.BetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.betweenQuery(). - exitBetweenQuery(CQNGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitBetweenQuery(SQLGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.betweenQuery(). - exitBetweenQuery(SQLGrammarParser.BetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.betweenQuery(). - exitBetweenQuery(SQLGrammarParser.BetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitBlock(CQNGrammarParser.BlockContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.block(). - exitBlock(CQNGrammarParser.BlockContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.block(). - exitBlockStatement(CQNGrammarParser.BlockStatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.blockStatement(). - exitBlockStatement(CQNGrammarParser.BlockStatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.blockStatement(). - exitCatchClause(CQNGrammarParser.CatchClauseContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.catchClause(). - exitCatchClause(CQNGrammarParser.CatchClauseContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.catchClause(). - exitCatchType(CQNGrammarParser.CatchTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.catchType(). - exitCatchType(CQNGrammarParser.CatchTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.catchType(). - exitClassBody(CQNGrammarParser.ClassBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classBody(). - exitClassBody(CQNGrammarParser.ClassBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classBody(). - exitClassBodyDeclaration(CQNGrammarParser.ClassBodyDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classBodyDeclaration(). - exitClassBodyDeclaration(CQNGrammarParser.ClassBodyDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classBodyDeclaration(). - exitClassCreatorRest(CQNGrammarParser.ClassCreatorRestContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classCreatorRest(). - exitClassCreatorRest(CQNGrammarParser.ClassCreatorRestContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classCreatorRest(). - exitClassDeclaration(CQNGrammarParser.ClassDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classDeclaration(). - exitClassDeclaration(CQNGrammarParser.ClassDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classDeclaration(). - exitClassOrInterfaceModifier(CQNGrammarParser.ClassOrInterfaceModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classOrInterfaceModifier(). - exitClassOrInterfaceModifier(CQNGrammarParser.ClassOrInterfaceModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classOrInterfaceModifier(). - exitClassOrInterfaceType(CQNGrammarParser.ClassOrInterfaceTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.classOrInterfaceType(). - exitClassOrInterfaceType(CQNGrammarParser.ClassOrInterfaceTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.classOrInterfaceType(). - exitCollation_name(SQLGrammarParser.Collation_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.collation_name(). - exitCollation_name(SQLGrammarParser.Collation_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.collation_name(). - exitColumn_alias(SQLGrammarParser.Column_aliasContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.column_alias(). - exitColumn_alias(SQLGrammarParser.Column_aliasContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.column_alias(). - exitColumn_constraint(SQLGrammarParser.Column_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.column_constraint(). - exitColumn_constraint(SQLGrammarParser.Column_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.column_constraint(). - exitColumn_def(SQLGrammarParser.Column_defContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.column_def(). - exitColumn_def(SQLGrammarParser.Column_defContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.column_def(). - exitColumn_name(SQLGrammarParser.Column_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.column_name(). - exitColumn_name(SQLGrammarParser.Column_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.column_name(). - exitCommit_stmt(SQLGrammarParser.Commit_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.commit_stmt(). - exitCommit_stmt(SQLGrammarParser.Commit_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.commit_stmt(). - exitCommon_table_expression(SQLGrammarParser.Common_table_expressionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.common_table_expression(). - exitCommon_table_expression(SQLGrammarParser.Common_table_expressionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.common_table_expression(). - exitCompilationUnit(CQNGrammarParser.CompilationUnitContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.compilationUnit(). - exitCompilationUnit(CQNGrammarParser.CompilationUnitContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.compilationUnit(). - exitCompound_operator(SQLGrammarParser.Compound_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.compound_operator(). - exitCompound_operator(SQLGrammarParser.Compound_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.compound_operator(). - exitCompound_select_stmt(SQLGrammarParser.Compound_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.compound_select_stmt(). - exitCompound_select_stmt(SQLGrammarParser.Compound_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.compound_select_stmt(). - exitConflict_clause(SQLGrammarParser.Conflict_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.conflict_clause(). - exitConflict_clause(SQLGrammarParser.Conflict_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.conflict_clause(). - exitConstantDeclarator(CQNGrammarParser.ConstantDeclaratorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.constantDeclarator(). - exitConstantDeclarator(CQNGrammarParser.ConstantDeclaratorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.constantDeclarator(). - exitConstantExpression(CQNGrammarParser.ConstantExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.constantExpression(). - exitConstantExpression(CQNGrammarParser.ConstantExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.constantExpression(). - exitConstDeclaration(CQNGrammarParser.ConstDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.constDeclaration(). - exitConstDeclaration(CQNGrammarParser.ConstDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.constDeclaration(). - exitConstructorBody(CQNGrammarParser.ConstructorBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.constructorBody(). - exitConstructorBody(CQNGrammarParser.ConstructorBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.constructorBody(). - exitConstructorDeclaration(CQNGrammarParser.ConstructorDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.constructorDeclaration(). - exitConstructorDeclaration(CQNGrammarParser.ConstructorDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.constructorDeclaration(). - exitContainsQuery(CQNGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.containsQuery(). - exitContainsQuery(CQNGrammarParser.ContainsQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.containsQuery(). - exitContainsQuery(CQNGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitContainsQuery(SQLGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.containsQuery(). - exitContainsQuery(SQLGrammarParser.ContainsQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.containsQuery(). - exitContainsQuery(SQLGrammarParser.ContainsQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitCreate_index_stmt(SQLGrammarParser.Create_index_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.create_index_stmt(). - exitCreate_index_stmt(SQLGrammarParser.Create_index_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.create_index_stmt(). - exitCreate_table_stmt(SQLGrammarParser.Create_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.create_table_stmt(). - exitCreate_table_stmt(SQLGrammarParser.Create_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.create_table_stmt(). - exitCreate_trigger_stmt(SQLGrammarParser.Create_trigger_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.create_trigger_stmt(). - exitCreate_trigger_stmt(SQLGrammarParser.Create_trigger_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.create_trigger_stmt(). - exitCreate_view_stmt(SQLGrammarParser.Create_view_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.create_view_stmt(). - exitCreate_view_stmt(SQLGrammarParser.Create_view_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.create_view_stmt(). - exitCreate_virtual_table_stmt(SQLGrammarParser.Create_virtual_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.create_virtual_table_stmt(). - exitCreate_virtual_table_stmt(SQLGrammarParser.Create_virtual_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.create_virtual_table_stmt(). - exitCreatedName(CQNGrammarParser.CreatedNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.createdName(). - exitCreatedName(CQNGrammarParser.CreatedNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.createdName(). - exitCreator(CQNGrammarParser.CreatorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.creator(). - exitCreator(CQNGrammarParser.CreatorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.creator(). - exitCte_table_name(SQLGrammarParser.Cte_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.cte_table_name(). - exitCte_table_name(SQLGrammarParser.Cte_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.cte_table_name(). - exitDatabase_name(SQLGrammarParser.Database_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.database_name(). - exitDatabase_name(SQLGrammarParser.Database_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.database_name(). - exitDefaultValue(CQNGrammarParser.DefaultValueContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.defaultValue(). - exitDefaultValue(CQNGrammarParser.DefaultValueContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.defaultValue(). - exitDelete_stmt(SQLGrammarParser.Delete_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.delete_stmt(). - exitDelete_stmt(SQLGrammarParser.Delete_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.delete_stmt(). - exitDelete_stmt_limited(SQLGrammarParser.Delete_stmt_limitedContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.delete_stmt_limited(). - exitDelete_stmt_limited(SQLGrammarParser.Delete_stmt_limitedContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.delete_stmt_limited(). - exitDetach_stmt(SQLGrammarParser.Detach_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.detach_stmt(). - exitDetach_stmt(SQLGrammarParser.Detach_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.detach_stmt(). - exitDirection(CQNGrammarParser.DirectionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.direction(). - exitDirection(CQNGrammarParser.DirectionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.direction(). - exitDirection(SQLGrammarParser.DirectionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.direction(). - exitDirection(SQLGrammarParser.DirectionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.direction(). - exitDrop_index_stmt(SQLGrammarParser.Drop_index_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_index_stmt(). - exitDrop_index_stmt(SQLGrammarParser.Drop_index_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_index_stmt(). - exitDrop_table_stmt(SQLGrammarParser.Drop_table_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_table_stmt(). - exitDrop_table_stmt(SQLGrammarParser.Drop_table_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_table_stmt(). - exitDrop_trigger_stmt(SQLGrammarParser.Drop_trigger_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_trigger_stmt(). - exitDrop_trigger_stmt(SQLGrammarParser.Drop_trigger_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_trigger_stmt(). - exitDrop_view_stmt(SQLGrammarParser.Drop_view_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_view_stmt(). - exitDrop_view_stmt(SQLGrammarParser.Drop_view_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.drop_view_stmt(). - exitElementValue(CQNGrammarParser.ElementValueContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValue(). - exitElementValue(CQNGrammarParser.ElementValueContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValue(). - exitElementValueArrayInitializer(CQNGrammarParser.ElementValueArrayInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValueArrayInitializer(). - exitElementValueArrayInitializer(CQNGrammarParser.ElementValueArrayInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValueArrayInitializer(). - exitElementValuePair(CQNGrammarParser.ElementValuePairContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValuePair(). - exitElementValuePair(CQNGrammarParser.ElementValuePairContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValuePair(). - exitElementValuePairs(CQNGrammarParser.ElementValuePairsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValuePairs(). - exitElementValuePairs(CQNGrammarParser.ElementValuePairsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.elementValuePairs(). - exitEndsWithQuery(CQNGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.endsWithQuery(). - exitEndsWithQuery(CQNGrammarParser.EndsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.endsWithQuery(). - exitEndsWithQuery(CQNGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitEndsWithQuery(SQLGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.endsWithQuery(). - exitEndsWithQuery(SQLGrammarParser.EndsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.endsWithQuery(). - exitEndsWithQuery(SQLGrammarParser.EndsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitEnhancedForControl(CQNGrammarParser.EnhancedForControlContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enhancedForControl(). - exitEnhancedForControl(CQNGrammarParser.EnhancedForControlContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enhancedForControl(). - exitEnumBodyDeclarations(CQNGrammarParser.EnumBodyDeclarationsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enumBodyDeclarations(). - exitEnumBodyDeclarations(CQNGrammarParser.EnumBodyDeclarationsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enumBodyDeclarations(). - exitEnumConstant(CQNGrammarParser.EnumConstantContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstant(). - exitEnumConstant(CQNGrammarParser.EnumConstantContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstant(). - exitEnumConstantName(CQNGrammarParser.EnumConstantNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstantName(). - exitEnumConstantName(CQNGrammarParser.EnumConstantNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstantName(). - exitEnumConstants(CQNGrammarParser.EnumConstantsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstants(). - exitEnumConstants(CQNGrammarParser.EnumConstantsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enumConstants(). - exitEnumDeclaration(CQNGrammarParser.EnumDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.enumDeclaration(). - exitEnumDeclaration(CQNGrammarParser.EnumDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.enumDeclaration(). - exitEqualQuery(CQNGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.equalQuery(). - exitEqualQuery(CQNGrammarParser.EqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.equalQuery(). - exitEqualQuery(CQNGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitEqualQuery(SQLGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.equalQuery(). - exitEqualQuery(SQLGrammarParser.EqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.equalQuery(). - exitEqualQuery(SQLGrammarParser.EqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitError(SQLGrammarParser.ErrorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.error(). - exitError(SQLGrammarParser.ErrorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.error(). - exitError_message(SQLGrammarParser.Error_messageContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.error_message(). - exitError_message(SQLGrammarParser.Error_messageContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.error_message(). - exitEveryRule(ParserRuleContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
- exitEveryRule(ParserRuleContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
- exitExplicitGenericInvocation(CQNGrammarParser.ExplicitGenericInvocationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.explicitGenericInvocation(). - exitExplicitGenericInvocation(CQNGrammarParser.ExplicitGenericInvocationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.explicitGenericInvocation(). - exitExplicitGenericInvocationSuffix(CQNGrammarParser.ExplicitGenericInvocationSuffixContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.explicitGenericInvocationSuffix(). - exitExplicitGenericInvocationSuffix(CQNGrammarParser.ExplicitGenericInvocationSuffixContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.explicitGenericInvocationSuffix(). - exitExpr(SQLGrammarParser.ExprContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.expr(). - exitExpr(SQLGrammarParser.ExprContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.expr(). - exitExpression(CQNGrammarParser.ExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.expression(). - exitExpression(CQNGrammarParser.ExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.expression(). - exitExpressionList(CQNGrammarParser.ExpressionListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.expressionList(). - exitExpressionList(CQNGrammarParser.ExpressionListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.expressionList(). - exitFactored_select_stmt(SQLGrammarParser.Factored_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.factored_select_stmt(). - exitFactored_select_stmt(SQLGrammarParser.Factored_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.factored_select_stmt(). - exitFieldDeclaration(CQNGrammarParser.FieldDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.fieldDeclaration(). - exitFieldDeclaration(CQNGrammarParser.FieldDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.fieldDeclaration(). - exitFinallyBlock(CQNGrammarParser.FinallyBlockContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.finallyBlock(). - exitFinallyBlock(CQNGrammarParser.FinallyBlockContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.finallyBlock(). - exitForControl(CQNGrammarParser.ForControlContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.forControl(). - exitForControl(CQNGrammarParser.ForControlContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.forControl(). - exitForeign_key_clause(SQLGrammarParser.Foreign_key_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.foreign_key_clause(). - exitForeign_key_clause(SQLGrammarParser.Foreign_key_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.foreign_key_clause(). - exitForeign_table(SQLGrammarParser.Foreign_tableContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.foreign_table(). - exitForeign_table(SQLGrammarParser.Foreign_tableContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.foreign_table(). - exitForInit(CQNGrammarParser.ForInitContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.forInit(). - exitForInit(CQNGrammarParser.ForInitContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.forInit(). - exitFormalParameter(CQNGrammarParser.FormalParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameter(). - exitFormalParameter(CQNGrammarParser.FormalParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameter(). - exitFormalParameterList(CQNGrammarParser.FormalParameterListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameterList(). - exitFormalParameterList(CQNGrammarParser.FormalParameterListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameterList(). - exitFormalParameters(CQNGrammarParser.FormalParametersContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameters(). - exitFormalParameters(CQNGrammarParser.FormalParametersContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.formalParameters(). - exitForUpdate(CQNGrammarParser.ForUpdateContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.forUpdate(). - exitForUpdate(CQNGrammarParser.ForUpdateContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.forUpdate(). - exitFunction_name(SQLGrammarParser.Function_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.function_name(). - exitFunction_name(SQLGrammarParser.Function_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.function_name(). - exitGenericConstructorDeclaration(CQNGrammarParser.GenericConstructorDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.genericConstructorDeclaration(). - exitGenericConstructorDeclaration(CQNGrammarParser.GenericConstructorDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.genericConstructorDeclaration(). - exitGenericInterfaceMethodDeclaration(CQNGrammarParser.GenericInterfaceMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.genericInterfaceMethodDeclaration(). - exitGenericInterfaceMethodDeclaration(CQNGrammarParser.GenericInterfaceMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.genericInterfaceMethodDeclaration(). - exitGenericMethodDeclaration(CQNGrammarParser.GenericMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.genericMethodDeclaration(). - exitGenericMethodDeclaration(CQNGrammarParser.GenericMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.genericMethodDeclaration(). - exitGreaterThanOrEqualToQuery(CQNGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.greaterThanOrEqualToQuery(). - exitGreaterThanOrEqualToQuery(CQNGrammarParser.GreaterThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.greaterThanOrEqualToQuery(). - exitGreaterThanOrEqualToQuery(CQNGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitGreaterThanOrEqualToQuery(SQLGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.greaterThanOrEqualToQuery(). - exitGreaterThanOrEqualToQuery(SQLGrammarParser.GreaterThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.greaterThanOrEqualToQuery(). - exitGreaterThanOrEqualToQuery(SQLGrammarParser.GreaterThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitGreaterThanQuery(CQNGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.greaterThanQuery(). - exitGreaterThanQuery(CQNGrammarParser.GreaterThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.greaterThanQuery(). - exitGreaterThanQuery(CQNGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitGreaterThanQuery(SQLGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.greaterThanQuery(). - exitGreaterThanQuery(SQLGrammarParser.GreaterThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.greaterThanQuery(). - exitGreaterThanQuery(SQLGrammarParser.GreaterThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitHasQuery(CQNGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.hasQuery(). - exitHasQuery(CQNGrammarParser.HasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.hasQuery(). - exitHasQuery(CQNGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitHasQuery(SQLGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.hasQuery(). - exitHasQuery(SQLGrammarParser.HasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.hasQuery(). - exitHasQuery(SQLGrammarParser.HasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitImportDeclaration(CQNGrammarParser.ImportDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.importDeclaration(). - exitImportDeclaration(CQNGrammarParser.ImportDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.importDeclaration(). - exitIndex_name(SQLGrammarParser.Index_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.index_name(). - exitIndex_name(SQLGrammarParser.Index_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.index_name(). - exitIndexed_column(SQLGrammarParser.Indexed_columnContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.indexed_column(). - exitIndexed_column(SQLGrammarParser.Indexed_columnContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.indexed_column(). - exitIndexedCollection(SQLGrammarParser.IndexedCollectionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.indexedCollection(). - exitIndexedCollection(SQLGrammarParser.IndexedCollectionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.indexedCollection(). - exitInnerCreator(CQNGrammarParser.InnerCreatorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.innerCreator(). - exitInnerCreator(CQNGrammarParser.InnerCreatorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.innerCreator(). - exitInQuery(CQNGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.inQuery(). - exitInQuery(CQNGrammarParser.InQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.inQuery(). - exitInQuery(CQNGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitInQuery(SQLGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.inQuery(). - exitInQuery(SQLGrammarParser.InQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.inQuery(). - exitInQuery(SQLGrammarParser.InQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitInsert_stmt(SQLGrammarParser.Insert_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.insert_stmt(). - exitInsert_stmt(SQLGrammarParser.Insert_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.insert_stmt(). - exitInterfaceBody(CQNGrammarParser.InterfaceBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceBody(). - exitInterfaceBody(CQNGrammarParser.InterfaceBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceBody(). - exitInterfaceBodyDeclaration(CQNGrammarParser.InterfaceBodyDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceBodyDeclaration(). - exitInterfaceBodyDeclaration(CQNGrammarParser.InterfaceBodyDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceBodyDeclaration(). - exitInterfaceDeclaration(CQNGrammarParser.InterfaceDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceDeclaration(). - exitInterfaceDeclaration(CQNGrammarParser.InterfaceDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceDeclaration(). - exitInterfaceMemberDeclaration(CQNGrammarParser.InterfaceMemberDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceMemberDeclaration(). - exitInterfaceMemberDeclaration(CQNGrammarParser.InterfaceMemberDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceMemberDeclaration(). - exitInterfaceMethodDeclaration(CQNGrammarParser.InterfaceMethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceMethodDeclaration(). - exitInterfaceMethodDeclaration(CQNGrammarParser.InterfaceMethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.interfaceMethodDeclaration(). - exitIsContainedInQuery(CQNGrammarParser.IsContainedInQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.isContainedInQuery(). - exitIsContainedInQuery(CQNGrammarParser.IsContainedInQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.isContainedInQuery(). - exitIsContainedInQuery(CQNGrammarParser.IsContainedInQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitIsPrefixOfQuery(CQNGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.isPrefixOfQuery(). - exitIsPrefixOfQuery(CQNGrammarParser.IsPrefixOfQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.isPrefixOfQuery(). - exitIsPrefixOfQuery(CQNGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitIsPrefixOfQuery(SQLGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.isPrefixOfQuery(). - exitIsPrefixOfQuery(SQLGrammarParser.IsPrefixOfQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.isPrefixOfQuery(). - exitIsPrefixOfQuery(SQLGrammarParser.IsPrefixOfQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitJoin_clause(SQLGrammarParser.Join_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.join_clause(). - exitJoin_clause(SQLGrammarParser.Join_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.join_clause(). - exitJoin_constraint(SQLGrammarParser.Join_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.join_constraint(). - exitJoin_constraint(SQLGrammarParser.Join_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.join_constraint(). - exitJoin_operator(SQLGrammarParser.Join_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.join_operator(). - exitJoin_operator(SQLGrammarParser.Join_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.join_operator(). - exitKeyword(SQLGrammarParser.KeywordContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.keyword(). - exitKeyword(SQLGrammarParser.KeywordContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.keyword(). - exitLastFormalParameter(CQNGrammarParser.LastFormalParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.lastFormalParameter(). - exitLastFormalParameter(CQNGrammarParser.LastFormalParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.lastFormalParameter(). - exitLessThanOrEqualToQuery(CQNGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.lessThanOrEqualToQuery(). - exitLessThanOrEqualToQuery(CQNGrammarParser.LessThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.lessThanOrEqualToQuery(). - exitLessThanOrEqualToQuery(CQNGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitLessThanOrEqualToQuery(SQLGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.lessThanOrEqualToQuery(). - exitLessThanOrEqualToQuery(SQLGrammarParser.LessThanOrEqualToQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.lessThanOrEqualToQuery(). - exitLessThanOrEqualToQuery(SQLGrammarParser.LessThanOrEqualToQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitLessThanQuery(CQNGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.lessThanQuery(). - exitLessThanQuery(CQNGrammarParser.LessThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.lessThanQuery(). - exitLessThanQuery(CQNGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitLessThanQuery(SQLGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.lessThanQuery(). - exitLessThanQuery(SQLGrammarParser.LessThanQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.lessThanQuery(). - exitLessThanQuery(SQLGrammarParser.LessThanQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitLiteral(CQNGrammarParser.LiteralContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.literal(). - exitLiteral(CQNGrammarParser.LiteralContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.literal(). - exitLiteral_value(SQLGrammarParser.Literal_valueContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.literal_value(). - exitLiteral_value(SQLGrammarParser.Literal_valueContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.literal_value(). - exitLocalVariableDeclaration(CQNGrammarParser.LocalVariableDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.localVariableDeclaration(). - exitLocalVariableDeclaration(CQNGrammarParser.LocalVariableDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.localVariableDeclaration(). - exitLocalVariableDeclarationStatement(CQNGrammarParser.LocalVariableDeclarationStatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.localVariableDeclarationStatement(). - exitLocalVariableDeclarationStatement(CQNGrammarParser.LocalVariableDeclarationStatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.localVariableDeclarationStatement(). - exitLogicalQuery(CQNGrammarParser.LogicalQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.logicalQuery(). - exitLogicalQuery(CQNGrammarParser.LogicalQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.logicalQuery(). - exitLogicalQuery(SQLGrammarParser.LogicalQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.logicalQuery(). - exitLogicalQuery(SQLGrammarParser.LogicalQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.logicalQuery(). - exitLongestPrefixQuery(CQNGrammarParser.LongestPrefixQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.longestPrefixQuery(). - exitLongestPrefixQuery(CQNGrammarParser.LongestPrefixQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.longestPrefixQuery(). - exitLongestPrefixQuery(CQNGrammarParser.LongestPrefixQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitMatchesRegexQuery(CQNGrammarParser.MatchesRegexQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.matchesRegexQuery(). - exitMatchesRegexQuery(CQNGrammarParser.MatchesRegexQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.matchesRegexQuery(). - exitMatchesRegexQuery(CQNGrammarParser.MatchesRegexQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitMemberDeclaration(CQNGrammarParser.MemberDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.memberDeclaration(). - exitMemberDeclaration(CQNGrammarParser.MemberDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.memberDeclaration(). - exitMethodBody(CQNGrammarParser.MethodBodyContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.methodBody(). - exitMethodBody(CQNGrammarParser.MethodBodyContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.methodBody(). - exitMethodDeclaration(CQNGrammarParser.MethodDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.methodDeclaration(). - exitMethodDeclaration(CQNGrammarParser.MethodDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.methodDeclaration(). - exitModifier(CQNGrammarParser.ModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.modifier(). - exitModifier(CQNGrammarParser.ModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.modifier(). - exitModule_argument(SQLGrammarParser.Module_argumentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.module_argument(). - exitModule_argument(SQLGrammarParser.Module_argumentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.module_argument(). - exitModule_name(SQLGrammarParser.Module_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.module_name(). - exitModule_name(SQLGrammarParser.Module_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.module_name(). - exitName(SQLGrammarParser.NameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.name(). - exitName(SQLGrammarParser.NameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.name(). - exitNew_table_name(SQLGrammarParser.New_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.new_table_name(). - exitNew_table_name(SQLGrammarParser.New_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.new_table_name(). - exitNoneQuery(CQNGrammarParser.NoneQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.noneQuery(). - exitNoneQuery(CQNGrammarParser.NoneQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.noneQuery(). - exitNoneQuery(CQNGrammarParser.NoneQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitNonWildcardTypeArguments(CQNGrammarParser.NonWildcardTypeArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.nonWildcardTypeArguments(). - exitNonWildcardTypeArguments(CQNGrammarParser.NonWildcardTypeArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.nonWildcardTypeArguments(). - exitNonWildcardTypeArgumentsOrDiamond(CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.nonWildcardTypeArgumentsOrDiamond(). - exitNonWildcardTypeArgumentsOrDiamond(CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.nonWildcardTypeArgumentsOrDiamond(). - exitNotBetweenQuery(SQLGrammarParser.NotBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.notBetweenQuery(). - exitNotBetweenQuery(SQLGrammarParser.NotBetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.notBetweenQuery(). - exitNotBetweenQuery(SQLGrammarParser.NotBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitNotEqualQuery(SQLGrammarParser.NotEqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.notEqualQuery(). - exitNotEqualQuery(SQLGrammarParser.NotEqualQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.notEqualQuery(). - exitNotEqualQuery(SQLGrammarParser.NotEqualQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitNotHasQuery(SQLGrammarParser.NotHasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.notHasQuery(). - exitNotHasQuery(SQLGrammarParser.NotHasQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.notHasQuery(). - exitNotHasQuery(SQLGrammarParser.NotHasQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitNotInQuery(SQLGrammarParser.NotInQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.notInQuery(). - exitNotInQuery(SQLGrammarParser.NotInQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.notInQuery(). - exitNotInQuery(SQLGrammarParser.NotInQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitNotQuery(CQNGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.notQuery(). - exitNotQuery(CQNGrammarParser.NotQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.notQuery(). - exitNotQuery(CQNGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitNotQuery(SQLGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.notQuery(). - exitNotQuery(SQLGrammarParser.NotQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.notQuery(). - exitNotQuery(SQLGrammarParser.NotQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitObjectType(CQNGrammarParser.ObjectTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.objectType(). - exitObjectType(CQNGrammarParser.ObjectTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.objectType(). - exitOrderByClause(SQLGrammarParser.OrderByClauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.orderByClause(). - exitOrderByClause(SQLGrammarParser.OrderByClauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.orderByClause(). - exitOrderByClause(SQLGrammarParser.OrderByClauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitOrderByOption(CQNGrammarParser.OrderByOptionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.orderByOption(). - exitOrderByOption(CQNGrammarParser.OrderByOptionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.orderByOption(). - exitOrderByOption(CQNGrammarParser.OrderByOptionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitOrdering_term(SQLGrammarParser.Ordering_termContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.ordering_term(). - exitOrdering_term(SQLGrammarParser.Ordering_termContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.ordering_term(). - exitOrQuery(CQNGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.orQuery(). - exitOrQuery(CQNGrammarParser.OrQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.orQuery(). - exitOrQuery(CQNGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitOrQuery(SQLGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.orQuery(). - exitOrQuery(SQLGrammarParser.OrQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.orQuery(). - exitOrQuery(SQLGrammarParser.OrQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitPackageDeclaration(CQNGrammarParser.PackageDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.packageDeclaration(). - exitPackageDeclaration(CQNGrammarParser.PackageDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.packageDeclaration(). - exitParExpression(CQNGrammarParser.ParExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.parExpression(). - exitParExpression(CQNGrammarParser.ParExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.parExpression(). - exitParse(SQLGrammarParser.ParseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.parse(). - exitParse(SQLGrammarParser.ParseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.parse(). - exitPragma_name(SQLGrammarParser.Pragma_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_name(). - exitPragma_name(SQLGrammarParser.Pragma_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_name(). - exitPragma_stmt(SQLGrammarParser.Pragma_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_stmt(). - exitPragma_stmt(SQLGrammarParser.Pragma_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_stmt(). - exitPragma_value(SQLGrammarParser.Pragma_valueContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_value(). - exitPragma_value(SQLGrammarParser.Pragma_valueContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.pragma_value(). - exitPrimary(CQNGrammarParser.PrimaryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.primary(). - exitPrimary(CQNGrammarParser.PrimaryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.primary(). - exitPrimitiveType(CQNGrammarParser.PrimitiveTypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.primitiveType(). - exitPrimitiveType(CQNGrammarParser.PrimitiveTypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.primitiveType(). - exitQualified_table_name(SQLGrammarParser.Qualified_table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.qualified_table_name(). - exitQualified_table_name(SQLGrammarParser.Qualified_table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.qualified_table_name(). - exitQualifiedName(CQNGrammarParser.QualifiedNameContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.qualifiedName(). - exitQualifiedName(CQNGrammarParser.QualifiedNameContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.qualifiedName(). - exitQualifiedNameList(CQNGrammarParser.QualifiedNameListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.qualifiedNameList(). - exitQualifiedNameList(CQNGrammarParser.QualifiedNameListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.qualifiedNameList(). - exitQuery(CQNGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.query(). - exitQuery(CQNGrammarParser.QueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.query(). - exitQuery(CQNGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
-
This handler is called for all queries, allows us to validate that no handlers are missing.
- exitQuery(SQLGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.query(). - exitQuery(SQLGrammarParser.QueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.query(). - exitQuery(SQLGrammarParser.QueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
-
This handler is called for all queries, allows us to validate that no handlers are missing.
- exitQueryOption(CQNGrammarParser.QueryOptionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.queryOption(). - exitQueryOption(CQNGrammarParser.QueryOptionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.queryOption(). - exitQueryOptions(CQNGrammarParser.QueryOptionsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.queryOptions(). - exitQueryOptions(CQNGrammarParser.QueryOptionsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.queryOptions(). - exitQueryParameter(CQNGrammarParser.QueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.queryParameter(). - exitQueryParameter(CQNGrammarParser.QueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.queryParameter(). - exitQueryParameter(SQLGrammarParser.QueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameter(). - exitQueryParameter(SQLGrammarParser.QueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameter(). - exitQueryParameterLeadingAndTrailingPercent(SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterLeadingAndTrailingPercent(). - exitQueryParameterLeadingAndTrailingPercent(SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterLeadingAndTrailingPercent(). - exitQueryParameterLeadingPercent(SQLGrammarParser.QueryParameterLeadingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterLeadingPercent(). - exitQueryParameterLeadingPercent(SQLGrammarParser.QueryParameterLeadingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterLeadingPercent(). - exitQueryParameterTrailingPercent(SQLGrammarParser.QueryParameterTrailingPercentContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterTrailingPercent(). - exitQueryParameterTrailingPercent(SQLGrammarParser.QueryParameterTrailingPercentContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.queryParameterTrailingPercent(). - exitRaise_function(SQLGrammarParser.Raise_functionContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.raise_function(). - exitRaise_function(SQLGrammarParser.Raise_functionContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.raise_function(). - exitReindex_stmt(SQLGrammarParser.Reindex_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.reindex_stmt(). - exitReindex_stmt(SQLGrammarParser.Reindex_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.reindex_stmt(). - exitRelease_stmt(SQLGrammarParser.Release_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.release_stmt(). - exitRelease_stmt(SQLGrammarParser.Release_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.release_stmt(). - exitResource(CQNGrammarParser.ResourceContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.resource(). - exitResource(CQNGrammarParser.ResourceContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.resource(). - exitResources(CQNGrammarParser.ResourcesContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.resources(). - exitResources(CQNGrammarParser.ResourcesContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.resources(). - exitResourceSpecification(CQNGrammarParser.ResourceSpecificationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.resourceSpecification(). - exitResourceSpecification(CQNGrammarParser.ResourceSpecificationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.resourceSpecification(). - exitResult_column(SQLGrammarParser.Result_columnContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.result_column(). - exitResult_column(SQLGrammarParser.Result_columnContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.result_column(). - exitRollback_stmt(SQLGrammarParser.Rollback_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.rollback_stmt(). - exitRollback_stmt(SQLGrammarParser.Rollback_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.rollback_stmt(). - exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationConstantRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArgumentsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceModifierContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantExpressionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorBodyContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DefaultValueContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DirectionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FinallyBlockContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParametersContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForUpdateContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ImportDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationStatementContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodBodyContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ModifierContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ObjectTypeContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ParExpressionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimitiveTypeContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceSpecificationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementExpressionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StringQueryParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsOrDiamondContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorIdContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableModifierContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Collation_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Database_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Error_messageContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_tableContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Function_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Index_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.New_table_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingPercentContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterTrailingPercentContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Signed_numberContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_index_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Transaction_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Trigger_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Unary_operatorContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Vacuum_stmtContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.View_nameContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- exitRule(ParseTreeListener) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- exitSavepoint_name(SQLGrammarParser.Savepoint_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.savepoint_name(). - exitSavepoint_name(SQLGrammarParser.Savepoint_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.savepoint_name(). - exitSavepoint_stmt(SQLGrammarParser.Savepoint_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.savepoint_stmt(). - exitSavepoint_stmt(SQLGrammarParser.Savepoint_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.savepoint_stmt(). - exitSelect_core(SQLGrammarParser.Select_coreContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.select_core(). - exitSelect_core(SQLGrammarParser.Select_coreContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.select_core(). - exitSelect_or_values(SQLGrammarParser.Select_or_valuesContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.select_or_values(). - exitSelect_or_values(SQLGrammarParser.Select_or_valuesContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.select_or_values(). - exitSelect_stmt(SQLGrammarParser.Select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.select_stmt(). - exitSelect_stmt(SQLGrammarParser.Select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.select_stmt(). - exitSigned_number(SQLGrammarParser.Signed_numberContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.signed_number(). - exitSigned_number(SQLGrammarParser.Signed_numberContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.signed_number(). - exitSimple_select_stmt(SQLGrammarParser.Simple_select_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.simple_select_stmt(). - exitSimple_select_stmt(SQLGrammarParser.Simple_select_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.simple_select_stmt(). - exitSimpleQuery(CQNGrammarParser.SimpleQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.simpleQuery(). - exitSimpleQuery(CQNGrammarParser.SimpleQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.simpleQuery(). - exitSimpleQuery(SQLGrammarParser.SimpleQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.simpleQuery(). - exitSimpleQuery(SQLGrammarParser.SimpleQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.simpleQuery(). - exitSql_stmt(SQLGrammarParser.Sql_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.sql_stmt(). - exitSql_stmt(SQLGrammarParser.Sql_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.sql_stmt(). - exitSql_stmt_list(SQLGrammarParser.Sql_stmt_listContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.sql_stmt_list(). - exitSql_stmt_list(SQLGrammarParser.Sql_stmt_listContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.sql_stmt_list(). - exitStart(CQNGrammarParser.StartContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.start(). - exitStart(CQNGrammarParser.StartContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.start(). - exitStart(SQLGrammarParser.StartContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.start(). - exitStart(SQLGrammarParser.StartContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.start(). - exitStartsWithQuery(CQNGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.startsWithQuery(). - exitStartsWithQuery(CQNGrammarParser.StartsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.startsWithQuery(). - exitStartsWithQuery(CQNGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitStartsWithQuery(SQLGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.startsWithQuery(). - exitStartsWithQuery(SQLGrammarParser.StartsWithQueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.startsWithQuery(). - exitStartsWithQuery(SQLGrammarParser.StartsWithQueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- exitStatement(CQNGrammarParser.StatementContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.statement(). - exitStatement(CQNGrammarParser.StatementContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.statement(). - exitStatementExpression(CQNGrammarParser.StatementExpressionContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.statementExpression(). - exitStatementExpression(CQNGrammarParser.StatementExpressionContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.statementExpression(). - exitStringQueryParameter(CQNGrammarParser.StringQueryParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.stringQueryParameter(). - exitStringQueryParameter(CQNGrammarParser.StringQueryParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.stringQueryParameter(). - exitSuperSuffix(CQNGrammarParser.SuperSuffixContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.superSuffix(). - exitSuperSuffix(CQNGrammarParser.SuperSuffixContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.superSuffix(). - exitSwitchBlockStatementGroup(CQNGrammarParser.SwitchBlockStatementGroupContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.switchBlockStatementGroup(). - exitSwitchBlockStatementGroup(CQNGrammarParser.SwitchBlockStatementGroupContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.switchBlockStatementGroup(). - exitSwitchLabel(CQNGrammarParser.SwitchLabelContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.switchLabel(). - exitSwitchLabel(CQNGrammarParser.SwitchLabelContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.switchLabel(). - exitTable_alias(SQLGrammarParser.Table_aliasContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.table_alias(). - exitTable_alias(SQLGrammarParser.Table_aliasContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.table_alias(). - exitTable_constraint(SQLGrammarParser.Table_constraintContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.table_constraint(). - exitTable_constraint(SQLGrammarParser.Table_constraintContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.table_constraint(). - exitTable_name(SQLGrammarParser.Table_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.table_name(). - exitTable_name(SQLGrammarParser.Table_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.table_name(). - exitTable_or_index_name(SQLGrammarParser.Table_or_index_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.table_or_index_name(). - exitTable_or_index_name(SQLGrammarParser.Table_or_index_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.table_or_index_name(). - exitTable_or_subquery(SQLGrammarParser.Table_or_subqueryContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.table_or_subquery(). - exitTable_or_subquery(SQLGrammarParser.Table_or_subqueryContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.table_or_subquery(). - exitTransaction_name(SQLGrammarParser.Transaction_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.transaction_name(). - exitTransaction_name(SQLGrammarParser.Transaction_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.transaction_name(). - exitTrigger_name(SQLGrammarParser.Trigger_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.trigger_name(). - exitTrigger_name(SQLGrammarParser.Trigger_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.trigger_name(). - exitType(CQNGrammarParser.TypeContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.type(). - exitType(CQNGrammarParser.TypeContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.type(). - exitType_name(SQLGrammarParser.Type_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.type_name(). - exitType_name(SQLGrammarParser.Type_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.type_name(). - exitTypeArgument(CQNGrammarParser.TypeArgumentContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArgument(). - exitTypeArgument(CQNGrammarParser.TypeArgumentContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArgument(). - exitTypeArguments(CQNGrammarParser.TypeArgumentsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArguments(). - exitTypeArguments(CQNGrammarParser.TypeArgumentsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArguments(). - exitTypeArgumentsOrDiamond(CQNGrammarParser.TypeArgumentsOrDiamondContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArgumentsOrDiamond(). - exitTypeArgumentsOrDiamond(CQNGrammarParser.TypeArgumentsOrDiamondContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeArgumentsOrDiamond(). - exitTypeBound(CQNGrammarParser.TypeBoundContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeBound(). - exitTypeBound(CQNGrammarParser.TypeBoundContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeBound(). - exitTypeDeclaration(CQNGrammarParser.TypeDeclarationContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeDeclaration(). - exitTypeDeclaration(CQNGrammarParser.TypeDeclarationContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeDeclaration(). - exitTypeList(CQNGrammarParser.TypeListContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeList(). - exitTypeList(CQNGrammarParser.TypeListContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeList(). - exitTypeParameter(CQNGrammarParser.TypeParameterContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeParameter(). - exitTypeParameter(CQNGrammarParser.TypeParameterContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeParameter(). - exitTypeParameters(CQNGrammarParser.TypeParametersContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.typeParameters(). - exitTypeParameters(CQNGrammarParser.TypeParametersContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.typeParameters(). - exitUnary_operator(SQLGrammarParser.Unary_operatorContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.unary_operator(). - exitUnary_operator(SQLGrammarParser.Unary_operatorContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.unary_operator(). - exitUpdate_stmt(SQLGrammarParser.Update_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.update_stmt(). - exitUpdate_stmt(SQLGrammarParser.Update_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.update_stmt(). - exitUpdate_stmt_limited(SQLGrammarParser.Update_stmt_limitedContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.update_stmt_limited(). - exitUpdate_stmt_limited(SQLGrammarParser.Update_stmt_limitedContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.update_stmt_limited(). - exitVacuum_stmt(SQLGrammarParser.Vacuum_stmtContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.vacuum_stmt(). - exitVacuum_stmt(SQLGrammarParser.Vacuum_stmtContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.vacuum_stmt(). - exitVariableDeclarator(CQNGrammarParser.VariableDeclaratorContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclarator(). - exitVariableDeclarator(CQNGrammarParser.VariableDeclaratorContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclarator(). - exitVariableDeclaratorId(CQNGrammarParser.VariableDeclaratorIdContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclaratorId(). - exitVariableDeclaratorId(CQNGrammarParser.VariableDeclaratorIdContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclaratorId(). - exitVariableDeclarators(CQNGrammarParser.VariableDeclaratorsContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclarators(). - exitVariableDeclarators(CQNGrammarParser.VariableDeclaratorsContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.variableDeclarators(). - exitVariableInitializer(CQNGrammarParser.VariableInitializerContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.variableInitializer(). - exitVariableInitializer(CQNGrammarParser.VariableInitializerContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.variableInitializer(). - exitVariableModifier(CQNGrammarParser.VariableModifierContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.variableModifier(). - exitVariableModifier(CQNGrammarParser.VariableModifierContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.variableModifier(). - exitVerboseBetweenQuery(CQNGrammarParser.VerboseBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
-
Exit a parse tree produced by
CQNGrammarParser.verboseBetweenQuery(). - exitVerboseBetweenQuery(CQNGrammarParser.VerboseBetweenQueryContext) - Method in interface com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarListener
-
Exit a parse tree produced by
CQNGrammarParser.verboseBetweenQuery(). - exitVerboseBetweenQuery(CQNGrammarParser.VerboseBetweenQueryContext) - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- exitView_name(SQLGrammarParser.View_nameContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.view_name(). - exitView_name(SQLGrammarParser.View_nameContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.view_name(). - exitWhereClause(SQLGrammarParser.WhereClauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.whereClause(). - exitWhereClause(SQLGrammarParser.WhereClauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.whereClause(). - exitWith_clause(SQLGrammarParser.With_clauseContext) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
-
Exit a parse tree produced by
SQLGrammarParser.with_clause(). - exitWith_clause(SQLGrammarParser.With_clauseContext) - Method in interface com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarListener
-
Exit a parse tree produced by
SQLGrammarParser.with_clause(). - expand(long) - Method in interface com.googlecode.cqengine.index.sqlite.SQLitePersistence
-
Expands the underlying persistence by the given number of bytes in a single operation.
- expand(long) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- expand(long) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- expandDatabase(Connection, long) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- explicitGenericInvocation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- explicitGenericInvocation() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- ExplicitGenericInvocationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- explicitGenericInvocationSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- explicitGenericInvocationSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- explicitGenericInvocationSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- ExplicitGenericInvocationSuffixContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- expr() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- expr(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- ExprContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantExpressionContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ParExpressionContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementExpressionContext
- expression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- expression(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- expression(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- expression(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- expression(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- ExpressionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- expressionList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArgumentsContext
- expressionList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- expressionList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- expressionList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- expressionList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForUpdateContext
- ExpressionListContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- EXTENDS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- EXTENDS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
F
- factored_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- factored_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Factored_select_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- Factory<T> - Interface in com.googlecode.cqengine.index.support
-
A generic factory for an object of type T.
- FallbackIndex<O> - Class in com.googlecode.cqengine.index.fallback
-
A special index which when asked to retrieve data simply scans the underlying collection for matching objects.
- FallbackIndex() - Constructor for class com.googlecode.cqengine.index.fallback.FallbackIndex
- fallbackValueParser - Variable in class com.googlecode.cqengine.query.parser.common.QueryParser
- FallbackValueParser - Class in com.googlecode.cqengine.query.parser.cqn.support
-
Parses values using a static
valueOf()method in the type's class. - FallbackValueParser - Class in com.googlecode.cqengine.query.parser.sql.support
-
Parses values using a static
valueOf()method in the type's class. - FallbackValueParser(StringParser) - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.FallbackValueParser
- FallbackValueParser(StringParser) - Constructor for class com.googlecode.cqengine.query.parser.sql.support.FallbackValueParser
- fieldDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- fieldDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- FieldDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- FIELDS_ONLY - Static variable in class com.googlecode.cqengine.codegen.MemberFilters
-
A filter which matches all fields.
- filter(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- FilteredObjectStore<O> - Class in com.googlecode.cqengine.persistence.support
-
Wraps an
ObjectStoreand filters objects returned by its iterator to ensure they match a given query. - FilteredObjectStore(ObjectStore<O>, Query<O>) - Constructor for class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- filterFirstResultSet - Variable in class com.googlecode.cqengine.index.navigable.NavigableIndex.IndexRangeLookupFunction
- filterForQuantization(ResultSet<O>, Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- filterForQuantization(ResultSet<O>, Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- filterForQuantization(ResultSet<O>, Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- FilteringIterator<O> - Class in com.googlecode.cqengine.resultset.filter
-
An Iterator which wraps another iterator, and for each object returned by the wrapped iterator, calls an
FilteringIterator.isValid(Object, com.googlecode.cqengine.query.option.QueryOptions)method. - FilteringIterator(Iterator<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.filter.FilteringIterator
- FilteringResultSet<O> - Class in com.googlecode.cqengine.resultset.filter
-
A
ResultSetwhich wraps anIterableand which calls an abstractFilteringResultSet.isValid(Object, com.googlecode.cqengine.query.option.QueryOptions)method for each object. - FilteringResultSet(ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- filterLastResultSet - Variable in class com.googlecode.cqengine.index.navigable.NavigableIndex.IndexRangeLookupFunction
- filterQuery - Variable in class com.googlecode.cqengine.index.support.PartialIndex
- FilterQuery<O,A> - Interface in com.googlecode.cqengine.query.simple
-
Extracting a value from an object via an
Attributecan sometimes be expensive, for example if the attribute is virtual wherein the data it reads is not already stored in memory, but has to be uncompressed or decoded on-the-fly, or if it reads the data on-the-fly from a remote datasource. - FINAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- FINAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- finalize() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Finalizer which automatically calls
DiskPersistence.close()when this object is garbage collected. - finalize() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- FINALLY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- FINALLY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- finallyBlock() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- finallyBlock() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- FinallyBlockContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FinallyBlockContext
- first() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- flagAsReadRequest(QueryOptions) - Static method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Sets a flag into the given query options to record that this request will read from the collection but will not modify it.
- FlagsDisabled - Class in com.googlecode.cqengine.query.option
-
A wrapper around object keys ("flags") which are said to be disabled.
- FlagsDisabled() - Constructor for class com.googlecode.cqengine.query.option.FlagsDisabled
- FlagsEnabled - Class in com.googlecode.cqengine.query.option
-
A wrapper around object keys ("flags") which are said to be enabled.
- FlagsEnabled() - Constructor for class com.googlecode.cqengine.query.option.FlagsEnabled
- flatten(A, Iterable<O>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
Transforms a key of type
Aand anIterable<O>into a stream ofKeyValue<A, O>objects. - flatten(Map<A, ? extends Iterable<O>>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
Transforms a
Map<A, Iterable<O>>into a stream ofKeyValue<A, O>objects. - FLOAT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- FLOAT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- FloatingPointLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- FloatingPointLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- FloatingPointLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- FloatParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- FloatParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.FloatParser
- FloatQuantizer - Class in com.googlecode.cqengine.quantizer
- floor(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- FOR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- FOR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- forControl() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- forControl() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- ForControlContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- foreign_key_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- foreign_key_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- foreign_key_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- Foreign_key_clauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- foreign_table() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- foreign_table() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Foreign_tableContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_tableContext
- forField(Class<O>, Class<A>, String) - Static method in class com.googlecode.cqengine.attribute.ReflectiveAttribute
-
Returns an attribute which reads values from the field indicated using reflection.
- forInit() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- forInit() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ForInitContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- formalParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- formalParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- formalParameter(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- FormalParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- formalParameterList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- formalParameterList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParametersContext
- FormalParameterListContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- formalParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- formalParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- formalParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- formalParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- FormalParametersContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParametersContext
- forObjectsMissing(Attribute<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StandingQueryAttributewhich returns true if the given attribute does not have values for an object. - forPojo(Class<O>) - Static method in class com.googlecode.cqengine.query.parser.cqn.CQNParser
-
Creates a new CQNParser for the given POJO class.
- forPojo(Class<O>) - Static method in class com.googlecode.cqengine.query.parser.sql.SQLParser
-
Creates a new SQLParser for the given POJO class.
- forPojoWithAttributes(Class<O>, Map<String, ? extends Attribute<O, ?>>) - Static method in class com.googlecode.cqengine.query.parser.cqn.CQNParser
-
Creates a new CQNParser for the given POJO class, and registers the given attributes with it.
- forPojoWithAttributes(Class<O>, Map<String, ? extends Attribute<O, ?>>) - Static method in class com.googlecode.cqengine.query.parser.sql.SQLParser
-
Creates a new SQLParser for the given POJO class, and registers the given attributes with it.
- forQueryOptions(QueryOptions) - Static method in class com.googlecode.cqengine.index.support.CloseableRequestResources
-
Returns an existing
CloseableRequestResourcesfrom the QueryOptions, or adds a new instance to the query options and returns that. - forQueryOptions(QueryOptions) - Static method in class com.googlecode.cqengine.query.option.FlagsDisabled
-
Returns an existing
FlagsDisabledfrom the QueryOptions, or adds a new instance to the query options and returns that. - forQueryOptions(QueryOptions) - Static method in class com.googlecode.cqengine.query.option.FlagsEnabled
-
Returns an existing
FlagsEnabledfrom the QueryOptions, or adds a new instance to the query options and returns that. - forStandingQuery(Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StandingQueryAttributebased on the given query. - forUpdate() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- forUpdate() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ForUpdateContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForUpdateContext
- fromAndQueryIfSuitable(And<O>) - Static method in class com.googlecode.cqengine.index.compound.support.CompoundQuery
- fromCollection(Collection<O>) - Static method in class com.googlecode.cqengine.persistence.support.ObjectSet
- fromObjectStore(ObjectStore<O>, QueryOptions) - Static method in class com.googlecode.cqengine.persistence.support.ObjectSet
- function_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- function_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Function_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Function_nameContext
- FunctionalMultiValueAttribute<O,A,I extends Iterable<A>> - Class in com.googlecode.cqengine.attribute.support
-
A
MultiValueAttributewhich wraps aMultiValueFunction, for the purpose of allowing attributes to be created from lambda expressions. - FunctionalMultiValueAttribute(Class<O>, Class<A>, String, MultiValueFunction<O, A, I>) - Constructor for class com.googlecode.cqengine.attribute.support.FunctionalMultiValueAttribute
- FunctionalMultiValueNullableAttribute<O,A,I extends Iterable<A>> - Class in com.googlecode.cqengine.attribute.support
-
A
MultiValueNullableAttributewhich wraps aMultiValueFunction, for the purpose of allowing attributes to be created from lambda expressions. - FunctionalMultiValueNullableAttribute(Class<O>, Class<A>, String, boolean, MultiValueFunction<O, A, I>) - Constructor for class com.googlecode.cqengine.attribute.support.FunctionalMultiValueNullableAttribute
- FunctionalSimpleAttribute<O,A> - Class in com.googlecode.cqengine.attribute.support
-
A
SimpleAttributewhich wraps aSimpleFunction, for the purpose of allowing attributes to be created from lambda expressions. - FunctionalSimpleAttribute(Class<O>, Class<A>, String, SimpleFunction<O, A>) - Constructor for class com.googlecode.cqengine.attribute.support.FunctionalSimpleAttribute
- FunctionalSimpleNullableAttribute<O,A> - Class in com.googlecode.cqengine.attribute.support
-
A
SimpleNullableAttributewhich wraps aSimpleFunction, for the purpose of allowing attributes to be created from lambda expressions. - FunctionalSimpleNullableAttribute(Class<O>, Class<A>, String, SimpleFunction<O, A>) - Constructor for class com.googlecode.cqengine.attribute.support.FunctionalSimpleNullableAttribute
G
- GE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- GE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- generateAttributesForPastingIntoTargetClass(Class<?>) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code which defines attributes for accessing all fields in the given target class, for the purpose of copy-pasting directly into the target class.
- generateAttributesForPastingIntoTargetClass(Class<?>, MemberFilter) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code which defines attributes for accessing all members (fields and methods) in the given target class which are acceptable to the given filter, for the purpose of copy-pasting directly into the target class.
- generateCombinations(List<? extends Iterable<T>>) - Static method in class com.googlecode.cqengine.index.compound.support.TupleCombinationGenerator
-
Given a list of lists as input, determines all combinations of objects between the input lists, with no repetition.
- GeneratedAttributeSupport - Class in com.googlecode.cqengine.codegen.support
-
Methods called by generated attributes to perform common type conversions.
- generateMultiValueAttributeForField(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads non-null values from the given field in a POJO. - generateMultiValueAttributeForGetter(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads non-null values from the given getter method in a POJO. - generateMultiValueAttributeForParameterizedGetter(Class<O>, Class<A>, String, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads non-null values from the given parameterized getter method in a POJO. - generateMultiValueNullableAttributeForField(Class<O>, Class<A>, String, boolean, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads possibly-null values from the given field in a POJO. - generateMultiValueNullableAttributeForGetter(Class<O>, Class<A>, String, boolean, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads possibly-null values from the given getter method in a POJO. - generateMultiValueNullableAttributeForParameterizedGetter(Class<O>, Class<A>, String, String, boolean, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
MultiValueAttributewhich reads possibly-null values from the given parameterized getter method in a POJO. - generateSeparateAttributesClass(Class<?>, Package) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code of a complete separate class, containing attributes for accessing all members (fields and methods) in the given target class.
- generateSeparateAttributesClass(Class<?>, Package, MemberFilter) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code of a complete separate class, containing attributes for accessing all members (fields and methods) in the given target class which are acceptable to the given filter.
- generateSeparateAttributesClass(Class<?>, String) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code of a complete separate class, containing attributes for accessing all members (fields and methods) in the given target class.
- generateSeparateAttributesClass(Class<?>, String, MemberFilter) - Static method in class com.googlecode.cqengine.codegen.AttributeSourceGenerator
-
Generates source code of a complete separate class, containing attributes for accessing all members (fields and methods) in the given target class which are acceptable to the given filter.
- generateSimpleAttributeForField(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleAttributewhich reads a non-null value from the given field in a POJO. - generateSimpleAttributeForGetter(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleAttributewhich reads a non-null value from the given getter method in a POJO. - generateSimpleAttributeForParameterizedGetter(Class<O>, Class<A>, String, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleAttributewhich reads a non-null value from the given parameterized getter method in a POJO. - generateSimpleNullableAttributeForField(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleNullableAttributewhich reads a possibly-null value from the given field in a POJO. - generateSimpleNullableAttributeForGetter(Class<O>, Class<A>, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleNullableAttributewhich reads a possibly-null value from the given getter method in a POJO. - generateSimpleNullableAttributeForParameterizedGetter(Class<O>, Class<A>, String, String, String) - Static method in class com.googlecode.cqengine.codegen.AttributeBytecodeGenerator
-
Generates a
SimpleNullableAttributewhich reads a possibly-null value from the given parameterized getter method in a POJO. - genericConstructorDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- genericConstructorDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- GenericConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- genericInterfaceMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- genericInterfaceMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- GenericInterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- genericMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- genericMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- GenericMethodDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- get(Class<T>) - Method in class com.googlecode.cqengine.query.option.QueryOptions
- get(Object) - Method in class com.googlecode.cqengine.entity.MapEntity
- get(Object) - Method in class com.googlecode.cqengine.query.option.QueryOptions
- getAdditionalPersistences() - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- getAllIndexEntries(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getAndOrNotContextClasses() - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- getAndOrNotContextClasses() - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- getAndQuery() - Method in class com.googlecode.cqengine.index.compound.support.CompoundQuery
- getATN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getATN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- getATN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getATN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- getAttribute() - Method in interface com.googlecode.cqengine.index.AttributeIndex
-
Returns the attribute indexed by this index.
- getAttribute() - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getAttribute() - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getAttribute() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
-
Returns the attribute which given an object can read its primary key.
- getAttribute() - Method in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
-
Returns the attribute which was supplied to the constructor.
- getAttribute() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- getAttribute() - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
-
Returns the attribute originally supplied to the constructor.
- getAttribute() - Method in interface com.googlecode.cqengine.query.ComparativeQuery
-
Returns the attribute to which the query relates.
- getAttribute() - Method in class com.googlecode.cqengine.query.option.AttributeOrder
- getAttribute() - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
-
Returns the attribute originally supplied to the constructor.
- getAttribute(ParseTree, Class<A>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- getAttributeMetadata(Attribute<O, A>) - Method in class com.googlecode.cqengine.metadata.MetadataEngine
-
Returns an
AttributeMetadataaccessor object, which can provide access to basic metadata for a given attribute, in unsorted order. - getAttributeName() - Method in interface com.googlecode.cqengine.attribute.Attribute
-
Returns the name of the attribute, as supplied to the constructor.
- getAttributeName() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- getAttributeName() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- getAttributeName() - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
-
Returns the name of the attribute originally supplied to the constructor, a shortcut for
Attribute.getAttributeName(). - getAttributeName() - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
-
Returns the name of the attribute originally supplied to the constructor, a shortcut for
Attribute.getAttributeName(). - getAttributeOrders() - Method in class com.googlecode.cqengine.query.option.OrderByOption
- getAttributeType() - Method in interface com.googlecode.cqengine.attribute.Attribute
-
Returns the type of the attribute.
- getAttributeType() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- getAttributeType() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- getAttributeType() - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
-
Returns the type of the attribute originally supplied to the constructor, a shortcut for
Attribute.getAttributeType(). - getAttributeType() - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
-
Returns the type of the attribute originally supplied to the constructor, a shortcut for
Attribute.getAttributeType(). - getAttributeValues() - Method in class com.googlecode.cqengine.index.compound.support.CompoundValueTuple
- getBackingCollection() - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- getBackingIndex() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- getBackingIndex() - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- getBytesUsed() - Method in interface com.googlecode.cqengine.index.sqlite.SQLitePersistence
- getBytesUsed() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getBytesUsed() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- getChannelNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getChannelNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getChildQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
The entire collection of child queries, which may be either
SimpleQuerys orLogicalQuerys. - getComparativeQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns a collection of child queries which are themselves
ComparativeQuerys. - getCompoundAttribute() - Method in class com.googlecode.cqengine.index.compound.support.CompoundQuery
- getCompoundValueTuple() - Method in class com.googlecode.cqengine.index.compound.support.CompoundQuery
- getConnection(Index<?>, QueryOptions) - Method in interface com.googlecode.cqengine.index.sqlite.ConnectionManager
-
Returns a
Connection. - getConnection(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.RequestScopeConnectionManager
- getConnection(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimpleConnectionManager
- getConnection(Index<?>, QueryOptions) - Method in interface com.googlecode.cqengine.index.sqlite.SQLitePersistence
-
Returns a
Connectionto the SQLite database used for persistence. - getConnection(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getConnection(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- getConnectionInternal(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- getConnectionWithoutRWLock(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getConnectionWithRWLock(Index<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getCount() - Method in class com.googlecode.cqengine.index.support.KeyStatistics
- getCountForKey(A) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- getCountForKey(A) - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
-
Returns the number of objects in the index which match the given key.
- getCountForKey(A) - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the number of objects in the index which match the given key.
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getCountForKey(A, QueryOptions) - Method in interface com.googlecode.cqengine.index.support.KeyStatisticsIndex
- getCountForKey(A, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getCountForKey(CompoundValueTuple<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getCountOfDistinctKeys() - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
-
Returns the count of distinct keys in the index.
- getCountOfDistinctKeys() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the count of distinct keys in the index.
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- getCountOfDistinctKeys(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.KeyStatisticsIndex
-
Returns the count of distinct keys in the index.
- getCountOfDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getCountOfDistinctKeys(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getDatabaseSize(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getDBTypeForClass(Class<?>) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- getDelegateAttribute() - Method in class com.googlecode.cqengine.attribute.OrderControlAttribute
- getDistinctKeys() - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- getDistinctKeys() - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
-
Returns the distinct keys in the index.
- getDistinctKeys() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the distinct keys in the index, in ascending order.
- getDistinctKeys(A, boolean, A, boolean) - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the distinct keys in the index within an optional range, in ascending order.
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getDistinctKeys(A, boolean, A, boolean, QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns distinct keys within an optional range from the index, in ascending order.
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getDistinctKeys(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.KeyStatisticsIndex
- getDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getDistinctKeys(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the distinct keys in the index, in ascending order.
- getDistinctKeys(Query<O>, boolean, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getDistinctKeysAndCounts(boolean, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getDistinctKeysDescending() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the distinct keys in the index, in descending order.
- getDistinctKeysDescending(A, boolean, A, boolean) - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the distinct keys in the index within an optional range, in descending order.
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getDistinctKeysDescending(A, boolean, A, boolean, QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns distinct keys within an optional range from the index, in descending order.
- getDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getDistinctKeysDescending(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the distinct keys in the index, in descending order.
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getEffectiveIndex() - Method in interface com.googlecode.cqengine.index.Index
-
Returns the effective index, which Persistence objects will use to determine the identity of the index making persistence requests.
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteDiskIdentityIndex
- getEffectiveIndex() - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteOffHeapIdentityIndex
- getFile() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getFilterQuery() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- getForeignKeyAttribute() - Method in interface com.googlecode.cqengine.index.sqlite.IdentityAttributeIndex
-
Returns an attribute which given a primary key of a stored object can read (deserialize) the corresponding object from the identity index.
- getForeignKeyAttribute() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getFrequency() - Method in class com.googlecode.cqengine.index.support.KeyStatistics
-
Equivalent to
KeyStatistics.getCount(). - getFrequency() - Method in interface com.googlecode.cqengine.metadata.KeyFrequency
- getFrequencyDistribution() - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
-
Returns the frequencies of distinct keys (a.k.a.
- getFrequencyDistribution() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the frequencies of distinct keys (a.k.a.
- getFrequencyDistributionDescending() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the frequencies of distinct keys (a.k.a.
- getGrammarFileName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getGrammarFileName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- getGrammarFileName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getGrammarFileName() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- getIndexEntryByObjectKey(K, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getIndexes() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- getIndexes() - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Returns the set of indexes which were previously added to the collection via the
QueryEngine.addIndex(com.googlecode.cqengine.index.Index, QueryOptions)method. - getIndexes() - Method in interface com.googlecode.cqengine.engine.QueryEngine
-
Returns the set of indexes which were previously added to the collection via the
QueryEngine.addIndex(com.googlecode.cqengine.index.Index, QueryOptions)method. - getInstanceName() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- getIsolationLevel() - Method in class com.googlecode.cqengine.query.option.IsolationOption
- getKey() - Method in class com.googlecode.cqengine.index.support.KeyStatistics
- getKey() - Method in interface com.googlecode.cqengine.index.support.KeyValue
- getKey() - Method in class com.googlecode.cqengine.index.support.KeyValueMaterialized
- getKey() - Method in interface com.googlecode.cqengine.metadata.KeyFrequency
- getKeysAndValues() - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- getKeysAndValues() - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
-
Returns the keys (a.k.a.
- getKeysAndValues() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the keys (a.k.a.
- getKeysAndValues(A, boolean, A, boolean) - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the keys (a.k.a.
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getKeysAndValues(A, boolean, A, boolean, QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the keys within an optional range and corresponding values for those keys in the index.
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getKeysAndValues(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.KeyStatisticsIndex
-
Returns the keys and corresponding values for those keys in the index.
- getKeysAndValues(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getKeysAndValues(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the keys and corresponding values for those keys in the index.
- getKeysAndValues(Query<O>, boolean, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getKeysAndValuesDescending() - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the keys (a.k.a.
- getKeysAndValuesDescending(A, boolean, A, boolean) - Method in class com.googlecode.cqengine.metadata.SortedAttributeMetadata
-
Returns the keys (a.k.a.
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getKeysAndValuesDescending(A, boolean, A, boolean, QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the keys within an optional range and corresponding values for those keys in the index.
- getKeysAndValuesDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getKeysAndValuesDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getKeysAndValuesDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getKeysAndValuesDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getKeysAndValuesDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getKeysAndValuesDescending(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the keys and corresponding values for those keys in the index.
- getLogicalQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns a collection of child queries which are themselves
LogicalQuerys. - getLowerValue() - Method in class com.googlecode.cqengine.query.simple.Between
- getMatches(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- getMatches(ObjectSet<O>, QueryOptions) - Method in interface com.googlecode.cqengine.query.ComparativeQuery
-
Evaluates the comparative query, returning the objects in the collection which match the query.
- getMatchesForNonSimpleAttribute(Attribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- getMatchesForNonSimpleAttribute(Attribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.Max
- getMatchesForNonSimpleAttribute(Attribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.Min
- getMatchesForNonSimpleAttribute(Attribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- getMatchesForSimpleAttribute(SimpleAttribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- getMatchesForSimpleAttribute(SimpleAttribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.Max
- getMatchesForSimpleAttribute(SimpleAttribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.Min
- getMatchesForSimpleAttribute(SimpleAttribute<O, A>, ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- getMergeCost() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.common.CostCachingResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
-
Returns the merge cost from the first ResultSet.
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
-
Returns the merge cost from the underlying
ResultSetwith the lowest merge cost. - getMergeCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
-
Returns the sum of the merge costs of the the underlying
ResultSets. - getMergeCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
-
Returns the sum of the merge costs of the the underlying
ResultSets. - getMergeCost() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
-
Time complexity for building an insertion sorted set is
O(merge_cost * log(merge_cost)), and then iterating it makes thisO(merge_cost^2 * log(merge_cost)). - getMergeCost() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns an estimate of the cost of merging (or otherwise processing) objects matching the query.
- getMergeCost() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
-
Returns the size of the backing set.
- getMergeCostComparator() - Static method in class com.googlecode.cqengine.resultset.common.QueryCostComparators
- getMetadataEngine() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- getMetadataEngine() - Method in interface com.googlecode.cqengine.IndexedCollection
-
Returns the
MetadataEngine, which can retrieve metadata and statistics from indexes on the distribution of attribute values in the collection. - getModeNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getModeNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getNegatedQuery() - Method in class com.googlecode.cqengine.query.logical.Not
- getNextIterator() - Method in class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterator
- getNow() - Method in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Returns a cloned of this instance's concept of "now".
- getNullableValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Returns the values of the attribute from the object, some of which can be null.
- getNullableValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.support.FunctionalMultiValueNullableAttribute
- getObjectKey() - Method in class com.googlecode.cqengine.index.sqlite.support.DBQueries.Row
- getObjectStoreAsSet(QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- getObjectType() - Method in interface com.googlecode.cqengine.attribute.Attribute
-
Returns the type of the object which contains the attribute.
- getObjectType() - Method in class com.googlecode.cqengine.attribute.StandingQueryAttribute
- getObjectType() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- getObjectType() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- getObjectType() - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- getOptions() - Method in class com.googlecode.cqengine.query.option.QueryOptions
- getParentContextOfType(ParserRuleContext, Class<?>...) - Static method in class com.googlecode.cqengine.query.parser.common.ParserUtils
-
Examines the parent rule contexts of the given context, and returns the first parent context which is assignable from (i.e.
- getParsedQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
-
Can be called when parsing has finished, to retrieve the parsed query.
- getParsedQuery() - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
-
Can be called when parsing has finished, to retrieve the parsed query.
- getPersistence() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Returns the
Persistenceused by the the collection. - getPersistence() - Method in interface com.googlecode.cqengine.IndexedCollection
-
Returns the
Persistenceused by the the collection. - getPersistence() - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- getPersistenceForIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- getPragmaJournalModeOrNull(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getPragmaSynchronousOrNull(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- getPrimaryKeyAttribute() - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- getPrimaryKeyAttribute() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- getPrimaryKeyAttribute() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- getPrimaryKeyAttribute() - Method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
- getPrimaryKeyAttribute() - Method in interface com.googlecode.cqengine.persistence.Persistence
- getPrimaryKeyAttribute() - Method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
- getPrimaryPersistence() - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- getQuantizedValue(A) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
A no-op method which may be overridden by subclasses which use a
Quantizer. - getQuantizedValue(A) - Method in interface com.googlecode.cqengine.quantizer.Quantizer
- getQuery() - Method in class com.googlecode.cqengine.attribute.StandingQueryAttribute
- getQuery() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- getQuery() - Method in class com.googlecode.cqengine.query.parser.common.ParseResult
-
Returns the parsed query.
- getQuery() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- getQuery() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- getQuery() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- getQuery() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- getQuery() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- getQuery() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
- getQuery() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- getQuery() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- getQuery() - Method in class com.googlecode.cqengine.resultset.filter.QuantizedResultSet
- getQuery() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns the query for which this ResultSet provides results.
- getQuery() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.query.parser.common.ParseResult
-
Returns the parsed query options, which may include
OrderByOptionif ordering was specified in the string query. - getQueryOptions() - Method in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
-
Can be called when parsing has finished, to retrieve the
QueryOptions, which may include anOrderByOptionif found in the string query. - getQueryOptions() - Method in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
-
Can be called when parsing has finished, to retrieve the
QueryOptions, which may include anOrderByOptionif found in the string query. - getQueryOptions() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns the query options associated with the query.
- getQueryOptions() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.common.CostCachingResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
-
Returns the retrieval cost from the first ResultSet.
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
-
Returns the retrieval cost from the underlying
ResultSetwhich has the lowest merge cost. - getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
-
Returns the sum of the retrieval costs of the the underlying
ResultSets. - getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
-
Returns the sum of the retrieval costs of the the underlying
ResultSets. - getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns an estimate of the cost of looking up objects matching the query underlying this
ResultSetin the index. - getRetrievalCost() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- getRetrievalCostComparator() - Static method in class com.googlecode.cqengine.resultset.common.QueryCostComparators
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationConstantRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodOrConstantRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeBodyContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArgumentsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayCreatorRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassCreatorRestContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceModifierContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantExpressionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorBodyContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DefaultValueContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.DirectionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueArrayInitializerContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValueContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumBodyDeclarationsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionListContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FinallyBlockContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForControlContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParametersContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForUpdateContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ImportDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationStatementContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodBodyContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ModifierContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ObjectTypeContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ParExpressionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimitiveTypeContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceSpecificationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementExpressionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StringQueryParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsOrDiamondContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorIdContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableModifierContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeOrderContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Collation_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Database_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Error_messageContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_tableContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Function_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Index_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.New_table_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingPercentContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterTrailingPercentContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Signed_numberContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_index_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Transaction_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Trigger_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Unary_operatorContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Vacuum_stmtContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.View_nameContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- getRuleIndex() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- getRuleNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getRuleNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- getRuleNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getRuleNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- getSecondaryPersistence() - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- getSerializedATN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getSerializedATN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- getSerializedATN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getSerializedATN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- getSimpleQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns a collection of child queries which are themselves
SimpleQuerys. - getSink() - Method in class com.googlecode.cqengine.query.option.QueryLog
- getSortedAttributeMetadata(Attribute<O, A>) - Method in class com.googlecode.cqengine.metadata.MetadataEngine
-
Returns a
SortedAttributeMetadataaccessor object, which can provide access to metadata in sorted order for a given attribute. - getStandingQuery() - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- getStatisticsForDistinctKeys(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.KeyStatisticsIndex
-
Returns the statistics
KeyStatisticsfor all distinct keys in the index - getStatisticsForDistinctKeys(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
- getStatisticsForDistinctKeysDescending(QueryOptions) - Method in interface com.googlecode.cqengine.index.support.SortedKeyStatisticsIndex
-
Returns the statistics
KeyStatisticsfor all distinct keys in the index, in descending order - getStrategy() - Method in class com.googlecode.cqengine.query.option.ArgumentValidationOption
- getStrategy() - Method in class com.googlecode.cqengine.query.option.DeduplicationOption
- GETTER_METHODS_ONLY - Static variable in class com.googlecode.cqengine.codegen.MemberFilters
-
A filter which matches all methods which start with "get", "is" and "has" and where the following character is in uppercase.
- getThreshold(QueryOptions, Object) - Static method in class com.googlecode.cqengine.query.option.Thresholds
- getThreshold(Object) - Method in class com.googlecode.cqengine.query.option.Thresholds
- getThresholdDefault() - Method in enum com.googlecode.cqengine.query.option.EngineThresholds
- getTokenNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
-
Deprecated.
- getTokenNames() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
-
Deprecated.
- getTokenNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
-
Deprecated.
- getTokenNames() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
-
Deprecated.
- getUpperValue() - Method in class com.googlecode.cqengine.query.simple.Between
- getValue() - Method in class com.googlecode.cqengine.index.sqlite.support.DBQueries.Row
- getValue() - Method in interface com.googlecode.cqengine.index.support.KeyValue
- getValue() - Method in class com.googlecode.cqengine.index.support.KeyValueMaterialized
- getValue() - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- getValue() - Method in class com.googlecode.cqengine.query.simple.Equal
- getValue() - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- getValue() - Method in class com.googlecode.cqengine.query.simple.LessThan
- getValue() - Method in class com.googlecode.cqengine.query.simple.StringContains
- getValue() - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- getValue() - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- getValue() - Method in class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- getValue() - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- getValue(Map, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.OrderMissingFirstAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.OrderMissingLastAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.ReflectiveAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SelfAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SimpleAttribute
-
Returns the (non-null) value of the attribute from the object.
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Returns the (possibly null) value of the attribute from the object.
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.support.FunctionalSimpleAttribute
- getValue(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.support.FunctionalSimpleNullableAttribute
- getValueFromResultSet(int, ResultSet, Class<T>) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- getValues() - Method in class com.googlecode.cqengine.query.simple.In
- getValues(O, QueryOptions) - Method in interface com.googlecode.cqengine.attribute.Attribute
-
Returns the values belonging to the attribute in the given object.
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.MultiValueAttribute
-
Returns the non-null values of the attribute from the object.
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Returns the values of the attribute from the object, omitting any null values.
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SimpleAttribute
-
Returns the values belonging to the attribute in the given object.
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Returns the values belonging to the attribute in the given object.
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.StandingQueryAttribute
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.attribute.support.FunctionalMultiValueAttribute
- getValues(O, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
-
Returns a list of
CompoundValueTupleobjects for the given object, containing all possible combinations of attribute values against which the object can be indexed. - getVocabulary() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- getVocabulary() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- getVocabulary() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- getVocabulary() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- getWrappedMap() - Method in class com.googlecode.cqengine.entity.MapEntity
-
Returns the wrapped map.
- GOTO - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- GOTO - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- greaterThan(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
LessThanquery which asserts that an attribute is greater than (but not equal to) a lower bound (i.e. - GreaterThan<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.query.simple
-
Asserts than an attribute is greater than a lower bound.
- GreaterThan(Attribute<O, A>, A, boolean) - Constructor for class com.googlecode.cqengine.query.simple.GreaterThan
- greaterThanOrEqualTo(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
GreaterThanquery which asserts that an attribute is greater than or equal to a lower bound (i.e. - greaterThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- greaterThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- greaterThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- greaterThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- GreaterThanOrEqualToQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- GreaterThanOrEqualToQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- greaterThanQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- greaterThanQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- greaterThanQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- greaterThanQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- GreaterThanQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- GreaterThanQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- groupAndSort(Iterator<? extends KeyValue<?, O>>, Comparator<O>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
- GT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- GT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- GT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- GT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- GT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- GT_EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- GT_EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- GT_EQ() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- GT2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- GT2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
H
- has(Attribute<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Hasquery which asserts that an attribute has a value (is not null). - Has<O,A> - Class in com.googlecode.cqengine.query.simple
-
Asserts that an attribute has a value (is not null).
- Has(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.query.simple.Has
- hasComparativeQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns true if this logical query has child queries which are themselves
ComparativeQuerys. - hashCode() - Method in class com.googlecode.cqengine.attribute.ReflectiveAttribute
- hashCode() - Method in class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- hashCode() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- hashCode() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- hashCode() - Method in class com.googlecode.cqengine.entity.MapEntity
-
Returns the hashcode of the wrapped map which was cached when this MapEntity was created.
- hashCode() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- hashCode() - Method in class com.googlecode.cqengine.index.compound.support.CompoundValueTuple
- hashCode() - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- hashCode() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- hashCode() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- hashCode() - Method in class com.googlecode.cqengine.index.sqlite.support.DBQueries.Row
- hashCode() - Method in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
- hashCode() - Method in class com.googlecode.cqengine.index.support.KeyStatistics
- hashCode() - Method in class com.googlecode.cqengine.index.support.KeyValueMaterialized
- hashCode() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- hashCode() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- hashCode() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- hashCode() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- hashCode() - Method in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- hashCode() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
- hashCode() - Method in class com.googlecode.cqengine.query.option.AttributeOrder
- hashCode() - Method in class com.googlecode.cqengine.query.option.DeduplicationOption
- hashCode() - Method in class com.googlecode.cqengine.query.option.OrderByOption
- hashCode() - Method in class com.googlecode.cqengine.query.option.QueryOptions
- hashCode() - Method in class com.googlecode.cqengine.query.option.Threshold
- hashCode() - Method in class com.googlecode.cqengine.query.option.Thresholds
- hashCode() - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
- HashIndex<A,O> - Class in com.googlecode.cqengine.index.hash
-
An index backed by a
ConcurrentHashMap. - HashIndex(Factory<ConcurrentMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.hash.HashIndex
-
Package-private constructor, used by static factory methods.
- HashIndex.CompactValueSetFactory<O> - Class in com.googlecode.cqengine.index.hash
-
Creates a value set which is tuned to reduce memory overhead, with an expectation that only a single or a very small number of object(s) will be stored in each bucket.
- HashIndex.DefaultIndexMapFactory<A,O> - Class in com.googlecode.cqengine.index.hash
-
Creates an index map using default settings.
- HashIndex.DefaultValueSetFactory<O> - Class in com.googlecode.cqengine.index.hash
-
Creates a value set using default settings.
- hasLogicalQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns true if this logical query has child queries which are themselves
LogicalQuerys. - hasNext() - Method in class com.googlecode.cqengine.resultset.filter.FilteringIterator
- hasNext() - Method in class com.googlecode.cqengine.resultset.filter.MaterializedDeduplicatedIterator
- hasNext() - Method in class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterator
- hasNext() - Method in class com.googlecode.cqengine.resultset.iterator.MarkableIterator
- hasQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- hasQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- hasQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- hasQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- HasQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- HasQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- hasSimpleQueries() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns true if this logical query has child queries which are themselves
SimpleQuerys. - headSet(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- headSet(E, boolean) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- higher(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
I
- Identifier - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- Identifier - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationMethodRestContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ElementValuePairContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumConstantNameContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ObjectTypeContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- Identifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorIdContext
- Identifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- Identifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- Identifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- IDENTIFIER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- IDENTIFIER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- IDENTIFIER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- IDENTIFIER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- IDENTIFIER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- IDENTIFIER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- IDENTIFIER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- IdentityAttributeIndex<A,O> - Interface in com.googlecode.cqengine.index.sqlite
-
Implemented by indexes which persist serialized objects directly in the index instead of persisting foreign keys.
- IF - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- IF - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- IMPLEMENTS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- IMPLEMENTS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- IMPORT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- IMPORT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- importDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- importDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- importDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- ImportDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ImportDeclarationContext
- in(Attribute<O, A>, boolean, Collection<A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Inquery which asserts that an attribute has at least one value matching any value in a set of values. - in(Attribute<O, A>, A...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Inquery which asserts that an attribute has at least one value matching any value in a set of values. - in(Attribute<O, A>, Collection<A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Inquery which asserts that an attribute has at least one value matching any value in a set of values. - In<O,A> - Class in com.googlecode.cqengine.query.simple
-
Asserts that an attribute has at least one of the values specified by the In query.
- In(Attribute<O, A>, boolean, Set<A>) - Constructor for class com.googlecode.cqengine.query.simple.In
- INC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- INC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- Index<O> - Interface in com.googlecode.cqengine.index
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- Index_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Index_nameContext
- INDEX_ORDERING_ALLOW_FAST_ORDERING_OF_MULTI_VALUED_ATTRIBUTES - com.googlecode.cqengine.query.option.EngineFlags
-
A performance tuning flag for when the index ordering strategy is used, which configures the strategy to maximize ordering speed, at the expense of allowing a slightly inexact ordering of objects which have multiple values for the attribute by which they are being ordered.
- INDEX_ORDERING_SELECTIVITY - com.googlecode.cqengine.query.option.EngineThresholds
-
A threshold between 0.0 and 1.0, which refers to the selectivity of the query which triggers CQEngine to use an index to order results, instead of retrieving all results and ordering them afterwards.
- INDEX_RETRIEVAL_COST - Static variable in class com.googlecode.cqengine.index.compound.CompoundIndex
- INDEX_RETRIEVAL_COST - Static variable in class com.googlecode.cqengine.index.hash.HashIndex
- INDEX_RETRIEVAL_COST - Static variable in class com.googlecode.cqengine.index.navigable.NavigableIndex
- INDEX_RETRIEVAL_COST - Static variable in class com.googlecode.cqengine.index.unique.UniqueIndex
- indexed_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- indexed_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- indexed_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- indexed_column(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- indexed_column(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- Indexed_columnContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- indexedCollection() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- indexedCollection() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- IndexedCollection<O> - Interface in com.googlecode.cqengine
-
A Java collection which can maintain indexes on the objects it contains, allowing objects matching complex queries to be retrieved with very low latency.
- IndexedCollectionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- indexEngine - Variable in class com.googlecode.cqengine.ConcurrentIndexedCollection
- indexMap - Variable in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- indexMap - Variable in class com.googlecode.cqengine.index.unique.UniqueIndex
- indexMapFactory - Variable in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- indexMapFactory - Variable in class com.googlecode.cqengine.index.unique.UniqueIndex
- IndexRangeLookupFunction(Query<O>, boolean, boolean) - Constructor for class com.googlecode.cqengine.index.navigable.NavigableIndex.IndexRangeLookupFunction
-
The following arguments are useful when the index uses a
Quantizer, and so the stored sets of objects might need to be filtered on retrieval. - IndexSupport - Class in com.googlecode.cqengine.index.support
-
Index utilities
- indexTableExists(String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
- init(ObjectStore<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.ModificationListener
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- init(ObjectStore<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Notifies the listener that the given ObjectStore has just been created.
- init(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- innerCreator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- innerCreator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- InnerCreatorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- inQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- inQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- inQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- inQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- InQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- InQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- insert_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- insert_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- insert_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- insert_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- Insert_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- INSTANCEOF - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- INSTANCEOF - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- INT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- INT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- IntegerLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- IntegerLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- IntegerLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- IntegerParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- IntegerParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.IntegerParser
- IntegerQuantizer - Class in com.googlecode.cqengine.quantizer
- INTERFACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- INTERFACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- interfaceBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- interfaceBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- InterfaceBodyContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- interfaceBodyDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- interfaceBodyDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- interfaceBodyDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyContext
- InterfaceBodyDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- interfaceDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- interfaceDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- interfaceDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- interfaceDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- interfaceDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- InterfaceDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- interfaceMemberDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- interfaceMemberDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- InterfaceMemberDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- interfaceMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- interfaceMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMemberDeclarationContext
- interfaceMethodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- InterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- InvalidQueryException - Exception in com.googlecode.cqengine.query.parser.common
- InvalidQueryException(String) - Constructor for exception com.googlecode.cqengine.query.parser.common.InvalidQueryException
- InvalidQueryException(String, Throwable) - Constructor for exception com.googlecode.cqengine.query.parser.common.InvalidQueryException
- InvertedRadixTreeIndex<A extends CharSequence,O> - Class in com.googlecode.cqengine.index.radixinverted
-
An index backed by a
ConcurrentInvertedRadixTree. - InvertedRadixTreeIndex(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Package-private constructor, used by static factory methods.
- InvertedRadixTreeIndex(Attribute<O, A>, NodeFactory) - Constructor for class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Package-private constructor, used by static factory methods.
- invoke(Object, Method, Object[]) - Method in class com.googlecode.cqengine.persistence.support.sqlite.LockReleasingConnection
- isApplyUpdateForIndexEnabled(Index<?>) - Method in interface com.googlecode.cqengine.index.sqlite.ConnectionManager
-
Informs if index updates should be applied.
- isApplyUpdateForIndexEnabled(Index<?>) - Method in class com.googlecode.cqengine.index.sqlite.RequestScopeConnectionManager
- isApplyUpdateForIndexEnabled(Index<?>) - Method in class com.googlecode.cqengine.index.sqlite.SimpleConnectionManager
- isContainedIn(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringIsContainedInquery which asserts that an attribute is contained in a certain string fragment. - isContainedInQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- isContainedInQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- IsContainedInQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- isDescending() - Method in class com.googlecode.cqengine.query.option.AttributeOrder
- isDisjoint() - Method in class com.googlecode.cqengine.query.logical.Or
-
Returns the value of the
disjointflag supplied to the constructorOr(java.util.Collection, boolean). - isDisjoint() - Method in class com.googlecode.cqengine.query.simple.In
- isEmpty() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- isEmpty() - Method in class com.googlecode.cqengine.entity.MapEntity
- isEmpty() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- isEmpty() - Method in class com.googlecode.cqengine.persistence.support.ObjectSet
- isEmpty() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.order.MaterializedDeduplicatedResultSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Checks if this
ResultSetif iterated would not return any objects (i.e. - isEmpty() - Method in class com.googlecode.cqengine.resultset.stored.StoredResultSet
- isEmpty() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- isEmpty(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- isEmpty(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- isEmpty(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- isEmpty(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- isFlagDisabled(QueryOptions, Object) - Static method in class com.googlecode.cqengine.query.option.FlagsDisabled
- isFlagDisabled(Object) - Method in class com.googlecode.cqengine.query.option.FlagsDisabled
- isFlagEnabled(QueryOptions, Object) - Static method in class com.googlecode.cqengine.query.option.FlagsEnabled
- isFlagEnabled(Object) - Method in class com.googlecode.cqengine.query.option.FlagsEnabled
- isIsolationLevel(QueryOptions, IsolationLevel) - Static method in class com.googlecode.cqengine.query.option.IsolationOption
-
Utility method to extract an
IsolationOptionobject from the query options provided, and to check if its level is the same as the one supplied. - isLogicalElimination(QueryOptions) - Static method in class com.googlecode.cqengine.query.option.DeduplicationOption
-
Utility method to extract a
DeduplicationOptionobject from the query options provided, and to check if the strategy specified isDeduplicationStrategy.LOGICAL_ELIMINATION. - isLowerInclusive() - Method in class com.googlecode.cqengine.query.simple.Between
- isMaterialize(QueryOptions) - Static method in class com.googlecode.cqengine.query.option.DeduplicationOption
-
Utility method to extract a
DeduplicationOptionobject from the query options provided, and to check if the strategy specified isDeduplicationStrategy.MATERIALIZE. - isMutable() - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Indicates if all indexes maintained by the query engine are mutable.
- isMutable() - Method in interface com.googlecode.cqengine.engine.QueryEngineInternal
-
Indicates if all indexes maintained by the query engine are mutable.
- isMutable() - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in class com.googlecode.cqengine.index.hash.HashIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in interface com.googlecode.cqengine.index.Index
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- isMutable() - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- isMutable() - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- isMutable() - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- isMutable() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- isMutable() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- isMutable() - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isMutable() - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- isMutable() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- isMutable() - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Indicates if objects can be added to or removed from the index after the index has been built.
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.order.MaterializedDeduplicatedResultSet
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Checks if this
ResultSetif iterated would return some objects (i.e. - isNotEmpty() - Method in class com.googlecode.cqengine.resultset.stored.StoredResultSet
- isNotEmpty() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- isolationLevel(IsolationLevel) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
IsolationOptionquery option, encapsulating a givenIsolationLevel, which when supplied to the query engine requests that level of transaction isolation. - IsolationLevel - Enum in com.googlecode.cqengine.query.option
- IsolationOption - Class in com.googlecode.cqengine.query.option
- IsolationOption(IsolationLevel) - Constructor for class com.googlecode.cqengine.query.option.IsolationOption
- isPrefixOf(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringIsPrefixOfquery which finds all attributes that are prefixes of a certain string - isPrefixOfQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- isPrefixOfQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- isPrefixOfQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- isPrefixOfQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- IsPrefixOfQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- IsPrefixOfQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- isQuantized() - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
- isQuantized() - Method in interface com.googlecode.cqengine.index.Index
-
Indicates if the index is quantized, using a
Quantizer. - isQuantized() - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Indicates if the index is quantized, using a
Quantizer. - isQuantized() - Method in class com.googlecode.cqengine.index.support.PartialIndex
- isQuantized() - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- isSkip(QueryOptions) - Static method in class com.googlecode.cqengine.query.option.ArgumentValidationOption
-
Utility method to extract a
ArgumentValidationOptionobject from the query options provided, and to check if the strategy specified isArgumentValidationStrategy.SKIP. - isUpperInclusive() - Method in class com.googlecode.cqengine.query.simple.Between
- isValid(O, QueryOptions) - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingIterator
- isValid(O, QueryOptions) - Method in class com.googlecode.cqengine.resultset.filter.FilteringIterator
- isValid(O, QueryOptions) - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- isValid(O, QueryOptions) - Method in class com.googlecode.cqengine.resultset.filter.QuantizedResultSet
- isValueInclusive() - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- isValueInclusive() - Method in class com.googlecode.cqengine.query.simple.LessThan
- iterableContains(Iterable<O>, O) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
- iterator() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- iterator() - Method in interface com.googlecode.cqengine.index.support.CloseableIterable
- iterator() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- iterator() - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- iterator() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- iterator() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.common.IteratorCachingResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- iterator() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- iterator() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- iterator() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
- iterator() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterable
- iterator() - Method in class com.googlecode.cqengine.resultset.order.MaterializedDeduplicatedResultSet
-
Returns an
Iteratorwhich does not return the same object more than once. - iterator() - Method in class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
-
Builds an insertion-sorted set from the wrapped
ResultSet, and returns an iterator over the sorted set. - iterator() - Method in class com.googlecode.cqengine.resultset.ResultSet
- iterator() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- iterator(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- iterator(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
-
Returns the subset of objects from the backing
ObjectStorewhich match the filter query supplied to the constructor. - iterator(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- iterator(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- IteratorCachingResultSet<O> - Class in com.googlecode.cqengine.resultset.common
-
A
ResultSetwhich wraps a backing ResultSet, and which caches the iterator returned by the backing ResultSet, to enable repeated invocations onIteratorCachingResultSet.iterator().hasNext(), to avoid each time requesting a new iterator from the backing ResultSet. - IteratorCachingResultSet(ResultSet<O>) - Constructor for class com.googlecode.cqengine.resultset.common.IteratorCachingResultSet
- IteratorUtil - Class in com.googlecode.cqengine.resultset.iterator
- IteratorUtil() - Constructor for class com.googlecode.cqengine.resultset.iterator.IteratorUtil
J
- join_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- join_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- join_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- join_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- Join_clauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- join_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- join_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- join_constraint(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- Join_constraintContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- join_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- join_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- join_operator(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- Join_operatorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
K
- K_ABORT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ABORT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_ABORT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_ACTION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ACTION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_ACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ACTION(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_ADD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ADD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ADD() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_ADD() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_AFTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_AFTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_AFTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_AFTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ALL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ALL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ALL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- K_ALL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_ALL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ALL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_ALL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_ALL(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_ALTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ALTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ALTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_ALTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ANALYZE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ANALYZE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ANALYZE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- K_ANALYZE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_AND - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_AND - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_AND() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- K_AND() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- K_AND() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_AND() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_AND() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- K_AND(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- K_AS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_AS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- K_AS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- K_AS(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- K_ASC - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ASC - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ASC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_ASC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- K_ASC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- K_ASC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ASC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- K_ATTACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ATTACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ATTACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- K_ATTACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_AUTOINCREMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_AUTOINCREMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_AUTOINCREMENT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_AUTOINCREMENT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_BEFORE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_BEFORE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_BEFORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_BEFORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_BEGIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_BEGIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_BEGIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- K_BEGIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_BEGIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_BETWEEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_BETWEEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_BETWEEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- K_BETWEEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_BETWEEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_BETWEEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- K_BY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_BY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- K_BY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_CASCADE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CASCADE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CASCADE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_CASCADE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CASCADE(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_CASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_CASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CAST - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CAST - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CAST() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_CAST() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CHECK - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CHECK - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CHECK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_CHECK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CHECK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_COLLATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_COLLATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_COLLATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_COLLATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_COLLATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- K_COLLATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_COLLATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- K_COLUMN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_COLUMN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_COLUMN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_COLUMN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_COMMIT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_COMMIT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_COMMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- K_COMMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CONFLICT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CONFLICT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CONFLICT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_CONFLICT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CONSTRAINT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CONSTRAINT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CONSTRAINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_CONSTRAINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CONSTRAINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_CREATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CREATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_CREATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CROSS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CROSS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CROSS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_CROSS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CURRENT_DATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CURRENT_DATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CURRENT_DATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CURRENT_DATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- K_CURRENT_TIME - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CURRENT_TIME - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CURRENT_TIME() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CURRENT_TIME() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- K_CURRENT_TIMESTAMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_CURRENT_TIMESTAMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_CURRENT_TIMESTAMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_CURRENT_TIMESTAMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- K_DATABASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DATABASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DATABASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Attach_stmtContext
- K_DATABASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- K_DATABASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DEFAULT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DEFAULT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DEFAULT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_DEFAULT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DEFAULT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_DEFAULT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DEFAULT(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DEFERRABLE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DEFERRABLE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DEFERRABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DEFERRABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DEFERRED - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DEFERRED - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DEFERRED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- K_DEFERRED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DEFERRED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DELETE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DELETE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DELETE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_DELETE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_DELETE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- K_DELETE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DELETE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DELETE(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_DESC - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DESC - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DESC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_DESC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.DirectionContext
- K_DESC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Indexed_columnContext
- K_DESC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DESC() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- K_DETACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DETACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DETACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Detach_stmtContext
- K_DETACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DISTINCT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DISTINCT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DISTINCT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_DISTINCT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_DISTINCT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_DISTINCT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_DROP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_DROP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_DROP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- K_DROP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- K_DROP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- K_DROP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- K_DROP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_EACH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_EACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_EACH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ELSE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ELSE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ELSE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_ELSE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_END - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_END - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_END() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- K_END() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_END() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_END() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ESCAPE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ESCAPE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ESCAPE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_ESCAPE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EXCEPT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_EXCEPT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_EXCEPT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- K_EXCEPT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_EXCEPT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EXCEPT(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_EXCLUSIVE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_EXCLUSIVE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_EXCLUSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- K_EXCLUSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EXISTS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_EXISTS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_EXISTS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EXPLAIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_EXPLAIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_EXPLAIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_EXPLAIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- K_FAIL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_FAIL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_FAIL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_FOR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_FOR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_FOR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_FOR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_FOREIGN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_FOREIGN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_FOREIGN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_FOREIGN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_FROM - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_FROM - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_FROM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- K_FULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_FULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_FULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_GLOB - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_GLOB - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_GLOB() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_GLOB() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_GROUP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_GROUP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_GROUP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_GROUP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_GROUP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_HAVING - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_HAVING - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_HAVING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_HAVING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_HAVING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_IF - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_IF - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- K_IF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IGNORE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_IGNORE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_IGNORE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_IMMEDIATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_IMMEDIATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_IMMEDIATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- K_IMMEDIATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_IMMEDIATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_IN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_IN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_IN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- K_IN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- K_INDEX - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INDEX - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INDEX() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_INDEX() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_index_stmtContext
- K_INDEX() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INDEXED - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INDEXED - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INDEXED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INDEXED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- K_INDEXED() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- K_INITIALLY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INITIALLY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INITIALLY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_INITIALLY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INNER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INNER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INNER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_INNER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INSERT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INSERT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INSERT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_INSERT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_INSERT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INSTEAD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INSTEAD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INSTEAD() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_INSTEAD() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INTERSECT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INTERSECT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INTERSECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- K_INTERSECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_INTERSECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_INTERSECT(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_INTO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_INTO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_INTO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_INTO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_IS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_IS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_IS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- K_IS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_IS() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- K_ISNULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ISNULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ISNULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_ISNULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_JOIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_JOIN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_JOIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_JOIN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_KEY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_KEY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_KEY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_KEY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_KEY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_LEFT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_LEFT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_LEFT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_LEFT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_LIKE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_LIKE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_LIKE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- K_LIMIT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_LIMIT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_LIMIT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_MATCH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_MATCH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_MATCH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_MATCH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_MATCH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_MATCH(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_NATURAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_NATURAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_NATURAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_NATURAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_NO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_NO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_NO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_NO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_NO(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_NOT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_NOT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- K_NOT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Unary_operatorContext
- K_NOTNULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_NOTNULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_NOTNULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_NOTNULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_NULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_NULL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.HasQueryContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- K_NULL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- K_NULL(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_OF - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_OF - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_OF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_OF() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_OF(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_OFFSET - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_OFFSET - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_OFFSET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_ON - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ON - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- K_ON() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ON(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_OR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_OR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_OR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_OR(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- K_ORDER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ORDER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_ORDER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_OUTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_OUTER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_OUTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_operatorContext
- K_OUTER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_PLAN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_PLAN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_PLAN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_PLAN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- K_PRAGMA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_PRAGMA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_PRAGMA() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_PRAGMA() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- K_PRIMARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_PRIMARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_PRIMARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_PRIMARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_PRIMARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_QUERY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_QUERY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_QUERY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_QUERY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- K_RAISE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RAISE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RAISE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_RAISE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- K_RECURSIVE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RECURSIVE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_RECURSIVE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- K_REFERENCES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_REFERENCES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_REFERENCES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_REFERENCES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_REGEXP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_REGEXP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_REGEXP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_REGEXP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_REINDEX - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_REINDEX - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_REINDEX() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_REINDEX() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- K_RELEASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RELEASE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RELEASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_RELEASE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- K_RENAME - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RENAME - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RENAME() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_RENAME() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_REPLACE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_REPLACE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_REPLACE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_REPLACE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_REPLACE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_REPLACE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_REPLACE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_RESTRICT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RESTRICT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RESTRICT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_RESTRICT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_RESTRICT(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_RIGHT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_RIGHT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_RIGHT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ROLLBACK - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ROLLBACK - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Conflict_clauseContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_ROLLBACK() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_ROW - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_ROW - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_ROW() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_ROW() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_SAVEPOINT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_SAVEPOINT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_SAVEPOINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_SAVEPOINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- K_SAVEPOINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- K_SAVEPOINT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- K_SELECT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_SELECT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_SELECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_SELECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_SELECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_SELECT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- K_SET - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_SET - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_SET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_SET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_SET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_SET() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_SET(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_TABLE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TABLE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_TABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_TABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_TABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- K_TABLE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_TEMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TEMP - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TEMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_TEMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_TEMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_TEMP() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_TEMPORARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TEMPORARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TEMPORARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_TEMPORARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_TEMPORARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_TEMPORARY() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_THEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_THEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_THEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_THEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_THEN(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_TO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TO - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- K_TO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_TO() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- K_TRANSACTION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TRANSACTION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TRANSACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- K_TRANSACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- K_TRANSACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_TRANSACTION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- K_TRIGGER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_TRIGGER - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_TRIGGER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_TRIGGER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- K_TRIGGER() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_UNION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_UNION - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_UNION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_operatorContext
- K_UNION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_UNION() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_UNION(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_UNIQUE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_UNIQUE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_UNIQUE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- K_UNIQUE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_UNIQUE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_UNIQUE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- K_UPDATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_UPDATE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_UPDATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_UPDATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_UPDATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_UPDATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_UPDATE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_UPDATE(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- K_USING - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_USING - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_USING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_USING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_constraintContext
- K_USING() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_VACUUM - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_VACUUM - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_VACUUM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_VACUUM() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Vacuum_stmtContext
- K_VALUES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_VALUES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_VALUES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- K_VALUES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_VALUES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_VALUES() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_VIEW - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_VIEW - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_VIEW() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- K_VIEW() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- K_VIEW() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_VIRTUAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_VIRTUAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_VIRTUAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- K_VIRTUAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_WHEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_WHEN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_WHEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- K_WHEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_WHEN() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_WHEN(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- K_WHERE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_WHERE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- K_WHERE() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- K_WITH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_WITH - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- K_WITH() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- K_WITHOUT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- K_WITHOUT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- K_WITHOUT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- K_WITHOUT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- KeyFrequency<A> - Interface in com.googlecode.cqengine.metadata
-
Represents the frequency (i.e.
- keySet() - Method in class com.googlecode.cqengine.entity.MapEntity
- KeyStatistics<A> - Class in com.googlecode.cqengine.index.support
-
Statistics of an index key.
- KeyStatistics(A, Integer) - Constructor for class com.googlecode.cqengine.index.support.KeyStatistics
- KeyStatisticsAttributeIndex<A,O> - Interface in com.googlecode.cqengine.index.support
-
Implemented by indexes which support key statistics and are attribute-centric.
- KeyStatisticsIndex<A,O> - Interface in com.googlecode.cqengine.index.support
-
An index which allows the set of distinct keys to be queried, and which can return statistics on the number of objects stored in the buckets for each key.
- KeyValue<A,O> - Interface in com.googlecode.cqengine.index.support
-
Provides access to a key-value pair.
- KeyValueMaterialized<A,O> - Class in com.googlecode.cqengine.index.support
-
Encapsulates a key-value pair.
- KeyValueMaterialized(A, O) - Constructor for class com.googlecode.cqengine.index.support.KeyValueMaterialized
- keyword() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- keyword() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- KeywordContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.KeywordContext
- kryoCache - Variable in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
- KryoSerializer<O> - Class in com.googlecode.cqengine.persistence.support.serialization
-
Uses Kryo to serialize and deserialize objects; for use with CQEngine's disk and off-heap indexes and persistence.
- KryoSerializer(Class<O>, PersistenceConfig) - Constructor for class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
-
Creates a new Kryo serializer which is configured to serialize objects of the given type.
L
- last() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- LAST - com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags.BulkImportExternallyManged
-
Indicates that the batch is the last batch and that the SQLiteIndex needs to reinstate the index on the table
- lastFormalParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterListContext
- lastFormalParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LastFormalParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- LazyCloseableIterator<T> - Class in com.googlecode.cqengine.index.support
- LazyCloseableIterator() - Constructor for class com.googlecode.cqengine.index.support.LazyCloseableIterator
- LBRACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LBRACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LBRACK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LBRACK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- lessThan(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
LessThanquery which asserts that an attribute is less than (but not equal to) an upper bound (i.e. - LessThan<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.query.simple
-
Asserts than an attribute is less than an upper bound.
- LessThan(Attribute<O, A>, A, boolean) - Constructor for class com.googlecode.cqengine.query.simple.LessThan
- lessThanOrEqualTo(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
LessThanquery which asserts that an attribute is less than or equal to an upper bound (i.e. - lessThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- lessThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- lessThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- lessThanOrEqualToQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- LessThanOrEqualToQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- LessThanOrEqualToQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- lessThanQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- lessThanQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- lessThanQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- lessThanQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- LessThanQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- LessThanQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- LINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- literal() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- literal() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- literal() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- literal_value() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- literal_value() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- literal_value() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Literal_valueContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- LiteralContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- localVariableDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ForInitContext
- localVariableDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- localVariableDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationStatementContext
- LocalVariableDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- localVariableDeclarationStatement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- localVariableDeclarationStatement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LocalVariableDeclarationStatementContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationStatementContext
- LockReleasingConnection - Class in com.googlecode.cqengine.persistence.support.sqlite
-
Wraps a
Connectionin a proxy object which delegates all method calls to it, and which additionally unlocks the given lock whenever theConnection.close()method is closed. - log(String) - Method in class com.googlecode.cqengine.query.option.QueryLog
- LOGICAL_ELIMINATION - com.googlecode.cqengine.query.option.DeduplicationStrategy
- logicalQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- logicalQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- logicalQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- logicalQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- LogicalQuery<O> - Class in com.googlecode.cqengine.query.logical
-
The superclass of
Querys which logically connect other queries together to form complex queries. - LogicalQuery(Collection<Query<O>>) - Constructor for class com.googlecode.cqengine.query.logical.LogicalQuery
-
Creates a new
LogicalQueryinitialized to logically connect the supplied set of child queries. - LogicalQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- LogicalQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- LONG - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LONG - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- longestPrefix(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
LongestPrefixquery which finds the object with the longest matching prefix. - LongestPrefix<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.comparative
-
LongestPrefix queries are used to find the longest prefix in a dataset for a given query term.
- LongestPrefix(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.comparative.LongestPrefix
- longestPrefixQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- longestPrefixQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- LongestPrefixQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- LongParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- LongParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.LongParser
- LongQuantizer - Class in com.googlecode.cqengine.quantizer
- lower(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- LPAREN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LPAREN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- LPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- LSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- LT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- LT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- LT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- LT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- LT_EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- LT_EQ - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- LT_EQ() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- LT2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- LT2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
M
- mapAttribute(K, Class<A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleNullableMapAttributewhich retrieves the value for the given key from anIndexedCollectionofMapobjects. - mapEntity(Map) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Wraps the given Map in a
MapEntity, which can improve its performance when used in an IndexedCollection. - MapEntity - Class in com.googlecode.cqengine.entity
-
Wrapper for Map to allow efficient use in an IndexCollection.
- MapEntity(Map) - Constructor for class com.googlecode.cqengine.entity.MapEntity
- MapEntity(Map, int) - Constructor for class com.googlecode.cqengine.entity.MapEntity
- mark(int) - Method in class com.googlecode.cqengine.resultset.iterator.MarkableIterator
-
Starts buffering objects from the backing iterator so that they may be replayed when
MarkableIterator.reset()is called. - MarkableIterator<T> - Class in com.googlecode.cqengine.resultset.iterator
-
An iterator which wraps a backing iterator, and which adds support for
MarkableIterator.mark(int)andMarkableIterator.reset(), similar to anInputStream. - MarkableIterator(Iterator<T>) - Constructor for class com.googlecode.cqengine.resultset.iterator.MarkableIterator
- matches(O) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- matches(O) - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- matches(O) - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- matches(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- matches(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- matches(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- matches(O) - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
- matches(O) - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- matches(O) - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- matches(O) - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Similar to the
ResultSet.contains(Object)method, but checks for logical containment in the ResultSet as opposed to physical containment in the ResultSet. - matches(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
-
Similar to the
ResultSet.contains(Object)method, but checks for logical containment in the ResultSet as opposed to physical containment in the ResultSet. - matches(O, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.support.CompoundQuery
-
Tests an object to see if it matches the assertion represented by the query.
- matches(O, QueryOptions) - Method in interface com.googlecode.cqengine.query.ComparativeQuery
-
Tests an object to see if it matches the assertion represented by the query.
- matches(O, QueryOptions) - Method in class com.googlecode.cqengine.query.logical.And
-
Returns true if and only if all child queries matches the given object, otherwise returns false.
- matches(O, QueryOptions) - Method in class com.googlecode.cqengine.query.logical.Not
-
Returns the inverse of whether the negated query matches the given object.
- matches(O, QueryOptions) - Method in class com.googlecode.cqengine.query.logical.Or
-
Returns true if at least one child query matches the given object, returns false if none match.
- matches(O, QueryOptions) - Method in interface com.googlecode.cqengine.query.Query
-
Tests an object to see if it matches the assertion represented by the query.
- matches(O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Between
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Equal
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.ExistsIn
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Has
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.In
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.LessThan
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringContains
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- matchesNonSimpleAttribute(Attribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- matchesNonSimpleAttribute(Attribute<O, O>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.All
- matchesNonSimpleAttribute(Attribute<O, O>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.None
- matchesRegex(Attribute<O, A>, String) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringMatchesRegexquery which asserts that an attribute's value matches a regular expression. - matchesRegex(Attribute<O, A>, Pattern) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringMatchesRegexquery which asserts that an attribute's value matches a regular expression. - matchesRegexQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- matchesRegexQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- MatchesRegexQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Between
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Equal
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.ExistsIn
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.Has
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.In
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.LessThan
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.SimpleQuery
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringContains
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- matchesSimpleAttribute(SimpleAttribute<O, A>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- matchesSimpleAttribute(SimpleAttribute<O, O>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.All
- matchesSimpleAttribute(SimpleAttribute<O, O>, O, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.None
- matchesValue(A, QueryOptions) - Method in interface com.googlecode.cqengine.query.simple.FilterQuery
-
Asserts the value matches the query.
- matchesValue(A, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- matchesValue(A, QueryOptions) - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- matchesValue(CharSequence, CharSequence, QueryOptions) - Static method in class com.googlecode.cqengine.query.simple.StringStartsWith
- MATERIALIZE - com.googlecode.cqengine.query.option.DeduplicationStrategy
- MaterializedDeduplicatedIterator<O> - Class in com.googlecode.cqengine.resultset.filter
-
An iterator which wraps another and prevents duplicate objects from being returned.
- MaterializedDeduplicatedIterator(Iterator<O>) - Constructor for class com.googlecode.cqengine.resultset.filter.MaterializedDeduplicatedIterator
- MaterializedDeduplicatedResultSet<O> - Class in com.googlecode.cqengine.resultset.order
-
Wraps another
ResultSetand ensures that theIteratorreturned by theMaterializedDeduplicatedResultSet.iterator()method never returns the same object more than once. - MaterializedDeduplicatedResultSet(ResultSet<O>) - Constructor for class com.googlecode.cqengine.resultset.order.MaterializedDeduplicatedResultSet
- materializedDeuplicate(Iterator<O>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
De-duplicates the results returned by the given iterator, by wrapping it in a
MaterializedDeduplicatedIterator. - MaterializedOrderedResultSet<O> - Class in com.googlecode.cqengine.resultset.order
-
A
ResultSetwhich wraps anotherResultSet, providing anMaterializedOrderedResultSet.iterator()method which returns objects from the wrapped ResultSet in sorted order according to a comparator supplied to the constructor of thisResultSet, AND which implicitly deduplicates the objects returned as well. - MaterializedOrderedResultSet(ResultSet<O>, Comparator<O>, boolean) - Constructor for class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
- materializedSort(Iterator<O>, Comparator<O>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
Sorts the results returned by the given iterator, returning the sorted results as a new iterator, by performing an insertion-sort into an intermediate set in memory.
- max(Attribute<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Maxquery which finds the object(s) which have the maximum value of the given attribute. - Max<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.query.comparative
-
A comparative query which matches objects in the collection whose attribute values sort higher than all others.
- Max(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.query.comparative.Max
-
Creates a new
SimpleComparativeQueryinitialized to make assertions on values of the specified attribute - memberDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- memberDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- MemberDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- MemberFilter - Interface in com.googlecode.cqengine.codegen
-
A filter which determines the subset of the members of a class (fields and methods) for which attributes should be generated.
- MemberFilters - Class in com.googlecode.cqengine.codegen
-
Provides some general purpose
MemberFilters which can be used withAttributeSourceGeneratororAttributeBytecodeGenerator. - metadataEngine - Variable in class com.googlecode.cqengine.ConcurrentIndexedCollection
- MetadataEngine<O> - Class in com.googlecode.cqengine.metadata
-
Provides access to metadata for attributes, obtained from indexes which have been added to the collection.
- MetadataEngine(IndexedCollection<O>, Supplier<QueryOptions>, Consumer<QueryOptions>) - Constructor for class com.googlecode.cqengine.metadata.MetadataEngine
- methodBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- methodBody() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- MethodBodyContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodBodyContext
- methodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- methodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MemberDeclarationContext
- methodDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- MethodDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- METHODS_ONLY - Static variable in class com.googlecode.cqengine.codegen.MemberFilters
-
A filter which matches all methods.
- min(Attribute<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Minquery which finds the object(s) which have the minimum value of the given attribute. - Min<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.query.comparative
-
A comparative query which matches objects in the collection whose attribute values sort lower than all others.
- Min(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.query.comparative.Min
-
Creates a new
SimpleComparativeQueryinitialized to make assertions on values of the specified attribute - MINUS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- MINUS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- missingFirst(Attribute<O, ? extends Comparable>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Returns an
OrderMissingFirstAttributewhich which can be used in anQueryFactory.orderBy(AttributeOrder)clause to specify that objects which do not have values for the given delegate attribute should be returned before objects which do have values for the attribute. - missingLast(Attribute<O, ? extends Comparable>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Returns an
OrderMissingLastAttributewhich which can be used in anQueryFactory.orderBy(AttributeOrder)clause to specify that objects which do not have values for the given delegate attribute should be returned after objects which do have values for the attribute. - MOD - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- MOD - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- MOD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- MOD - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- MOD_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- MOD_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- modeNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- modeNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- ModificationListener<O> - Interface in com.googlecode.cqengine.engine
- modifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- modifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- modifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- modifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- modifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementDeclarationContext
- modifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassBodyDeclarationContext
- modifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceBodyDeclarationContext
- ModifierContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ModifierContext
- module_argument() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- module_argument() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- module_argument(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- Module_argumentContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_argumentContext
- module_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- module_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Module_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Module_nameContext
- MUL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- MUL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- MUL_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- MUL_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- MULTILINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- MULTILINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- MultiValueAttribute<O,A> - Class in com.googlecode.cqengine.attribute
-
Represents an attribute in an object which has multiple values (such as a field which is itself a collection), where all of the values are known to be non-null.
- MultiValueAttribute() - Constructor for class com.googlecode.cqengine.attribute.MultiValueAttribute
-
Creates an attribute with no name.
- MultiValueAttribute(Class<O>, Class<A>) - Constructor for class com.googlecode.cqengine.attribute.MultiValueAttribute
-
Creates an attribute with no name, and manually specifies the type of the attribute and its enclosing object.
- MultiValueAttribute(Class<O>, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.MultiValueAttribute
-
Creates an attribute with the given name, and manually specifies the type of the attribute and its enclosing object.
- MultiValueAttribute(String) - Constructor for class com.googlecode.cqengine.attribute.MultiValueAttribute
-
Creates an attribute with the given name.
- MultiValueFunction<O,A,I extends Iterable<A>> - Interface in com.googlecode.cqengine.attribute.support
-
A functional interface which, when used with Java 8+, allows CQEngine attributes
MultiValueAttributeandMultiValueNullableAttributeto be created from lambda expressions. - MultiValueNullableAttribute<O,A> - Class in com.googlecode.cqengine.attribute
-
Represents an attribute in an object which has multiple values (such as a field which is itself a collection), where some of the values might be null, or where the collection of values itself might be null.
- MultiValueNullableAttribute(boolean) - Constructor for class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Creates an attribute with no name.
- MultiValueNullableAttribute(Class<O>, Class<A>, boolean) - Constructor for class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Creates an attribute with no name, and manually specifies the type of the attribute and its enclosing object.
- MultiValueNullableAttribute(Class<O>, Class<A>, String, boolean) - Constructor for class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Creates an attribute with the given name, and manually specifies the type of the attribute and its enclosing object.
- MultiValueNullableAttribute(String, boolean) - Constructor for class com.googlecode.cqengine.attribute.MultiValueNullableAttribute
-
Creates an attribute with the given name.
N
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Foreign_key_clauseContext
- name(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- NameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NameContext
- NATIVE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- NATIVE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- NavigableIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.navigable
-
An index backed by a
ConcurrentSkipListMap. - NavigableIndex(Factory<ConcurrentNavigableMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Package-private constructor, used by static factory methods.
- NavigableIndex.DefaultIndexMapFactory<A,O> - Class in com.googlecode.cqengine.index.navigable
-
Creates an index map using default settings.
- NavigableIndex.DefaultValueSetFactory<O> - Class in com.googlecode.cqengine.index.navigable
-
Creates a value set using default settings.
- NavigableIndex.IndexRangeLookupFunction<O> - Class in com.googlecode.cqengine.index.navigable
-
An interface which when implemented encapsulates the logic to retrieve zero or more
ResultSets from an index, where the logic for selecting theseResultSets is implemented by theNavigableIndex.IndexRangeLookupFunction.perform()method. - NEW - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- NEW - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- new_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- new_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- New_table_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.New_table_nameContext
- next() - Method in class com.googlecode.cqengine.resultset.filter.FilteringIterator
- next() - Method in class com.googlecode.cqengine.resultset.filter.MaterializedDeduplicatedIterator
- next() - Method in class com.googlecode.cqengine.resultset.iterator.ConcatenatingIterator
- next() - Method in class com.googlecode.cqengine.resultset.iterator.MarkableIterator
- none(Class<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a query which matches no objects in the collection.
- None<O> - Class in com.googlecode.cqengine.query.simple
-
A query which matches no objects in the collection.
- None(Class<O>) - Constructor for class com.googlecode.cqengine.query.simple.None
- noneQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- noneQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- NoneQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- NonHeapTypeIndex - Interface in com.googlecode.cqengine.index.support.indextype
-
A marker interfaces for indexes which may be persisted in off-heap memory or on disk.
- NonUniqueObjectException - Exception in com.googlecode.cqengine.resultset.common
- NonUniqueObjectException() - Constructor for exception com.googlecode.cqengine.resultset.common.NonUniqueObjectException
- NonUniqueObjectException(String) - Constructor for exception com.googlecode.cqengine.resultset.common.NonUniqueObjectException
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatorContext
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationContext
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext
- nonWildcardTypeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- NonWildcardTypeArgumentsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsContext
- nonWildcardTypeArgumentsOrDiamond() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InnerCreatorContext
- nonWildcardTypeArgumentsOrDiamond() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- NonWildcardTypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsOrDiamondContext
- noQueryOptions() - Static method in class com.googlecode.cqengine.query.QueryFactory
-
A convenience method to encapsulate an empty collection of objects as
QueryOptions. - NoSuchObjectException - Exception in com.googlecode.cqengine.resultset.common
- NoSuchObjectException() - Constructor for exception com.googlecode.cqengine.resultset.common.NoSuchObjectException
- NoSuchObjectException(String) - Constructor for exception com.googlecode.cqengine.resultset.common.NoSuchObjectException
- not(Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Notquery, representing a logical negation of a child query, which when evaluated yields the set complement of the result set from the child query. - Not<O> - Class in com.googlecode.cqengine.query.logical
-
Represents a logical negation on a child query, which when evaluated yields the set complement of the result set from the child query.
- Not(Query<O>) - Constructor for class com.googlecode.cqengine.query.logical.Not
- NOT_EQ1 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- NOT_EQ1 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- NOT_EQ2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- NOT_EQ2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- NOT_EQ2() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- NOT_LAST - com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags.BulkImportExternallyManged
-
Indicates that the batch is not the last and that the SQLiteIndex shouldn't reinstate the index on the table
- notBetweenQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- notBetweenQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- NotBetweenQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- NOTEQUAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- NOTEQUAL - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- notEqualQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- notEqualQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- NotEqualQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- notHasQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- notHasQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- NotHasQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotHasQueryContext
- notInQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- notInQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- NotInQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- notQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- notQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- notQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- notQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- NotQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- NotQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- nullableAttribute(SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleNullableAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - nullableAttribute(Class<A>, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueNullableAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - nullableAttribute(Class<A>, String, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueNullableAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - nullableAttribute(Class<O>, Class<A>, String, MultiValueFunction<O, A, I>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
MultiValueNullableAttributefrom the given function or lambda expression, allowing the generic types of the attribute to be specified explicitly. - nullableAttribute(Class<O>, Class<A>, String, SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleNullableAttributefrom the given function or lambda expression, allowing the generic types of the attribute to be specified explicitly. - nullableAttribute(String, SimpleFunction<O, A>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SimpleNullableAttributefrom the given function or lambda expression, while attempting to infer generic type information for the attribute automatically. - NullLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- NullLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- NUMERIC_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- NUMERIC_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- NUMERIC_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- NUMERIC_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- NUMERIC_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Signed_numberContext
- numQueriesEncountered - Variable in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- numQueriesEncountered - Variable in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- numQueriesParsed - Variable in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- numQueriesParsed - Variable in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
O
- ObjectLockingIndexedCollection<O> - Class in com.googlecode.cqengine
-
Extends
ConcurrentIndexedCollectionwith some specialized locking for applications in which multiple threads might try to add or remove the same object to/from an indexed collection concurrently. - ObjectLockingIndexedCollection() - Constructor for class com.googlecode.cqengine.ObjectLockingIndexedCollection
-
Creates a new
ObjectLockingIndexedCollectionwith default settings, usingOnHeapPersistenceand a default concurrency level 64. - ObjectLockingIndexedCollection(int) - Constructor for class com.googlecode.cqengine.ObjectLockingIndexedCollection
-
Creates a new
ObjectLockingIndexedCollectionusingOnHeapPersistenceand the given concurrency level. - ObjectLockingIndexedCollection(Persistence<O, A>) - Constructor for class com.googlecode.cqengine.ObjectLockingIndexedCollection
-
Creates a new
ObjectLockingIndexedCollectionwhich will use the given persistence to create the backing set, and a default concurrency level 64. - ObjectLockingIndexedCollection(Persistence<O, A>, int) - Constructor for class com.googlecode.cqengine.ObjectLockingIndexedCollection
-
Creates a new
ObjectLockingIndexedCollection, which will use the given persistence to create the backing set, and the given concurrency level. - ObjectSet<O> - Class in com.googlecode.cqengine.persistence.support
-
Represents a set of objects which may be iterated repeatedly, allowing the resources opened for each iteration to be closed afterwards.
- ObjectSet() - Constructor for class com.googlecode.cqengine.persistence.support.ObjectSet
- objectStore - Variable in class com.googlecode.cqengine.ConcurrentIndexedCollection
- ObjectStore<O> - Interface in com.googlecode.cqengine.persistence.support
-
An interface providing similar methods as
Set, except the methods acceptQueryOptions. - ObjectStoreAsSet<O> - Class in com.googlecode.cqengine.persistence.support
-
Adapts an
ObjectStoreto behave like aSet, using an existing connection to the persistence when methods belonging to the Set interface are called. - ObjectStoreAsSet(ObjectStore<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- ObjectStoreResultSet<O> - Class in com.googlecode.cqengine.persistence.support
-
Created by npgall on 01/03/2016.
- ObjectStoreResultSet(ObjectStore<O>, Query<O>, QueryOptions, int) - Constructor for class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- objectType - Variable in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
- objectType - Variable in class com.googlecode.cqengine.query.parser.common.QueryParser
- objectType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- objectType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- objectType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ObjectTypeContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ObjectTypeContext
- of(Persistence<O, A>, Persistence<O, A>) - Static method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
-
Creates a CompositePersistence wrapping two backing persistences.
- of(Persistence<O, A>, Persistence<O, A>, List<? extends Persistence<O, A>>) - Static method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
-
Creates a CompositePersistence wrapping two or more backing persistences.
- OffHeapIndex<A extends Comparable<A>,O,K extends Comparable<K>> - Class in com.googlecode.cqengine.index.offheap
-
An index persisted in native memory within the JVM process but outside the Java heap.
- OffHeapPersistence<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.offheap
-
Specifies that a collection or indexes should be persisted in native memory, within the JVM process but outside the Java heap.
- OffHeapPersistence(SimpleAttribute<O, A>, Properties) - Constructor for class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- OffHeapTypeIndex - Interface in com.googlecode.cqengine.index.support.indextype
-
A marker interfaces for indexes which are persisted in off-heap memory.
- onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.disk.DiskIndex
-
Creates a new
DiskIndex. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.hash.HashIndex
-
Creates a new
HashIndexon the specified attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Creates a new
NavigableIndexon the given attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.offheap.OffHeapIndex
-
Creates a new
OffHeapIndex. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Creates a new
RadixTreeIndexon the specified attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Creates a new
InvertedRadixTreeIndexon the specified attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Creates a new
ReversedRadixTreeIndexon the specified attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Creates a new
SuffixTreeIndexon the specified attribute. - onAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Creates a new
UniqueIndexon the specified attribute. - onAttribute(Attribute<O, A>, SimpleAttribute<O, K>, SimpleAttribute<K, O>) - Static method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
-
Creates a new
SQLiteIndex. - onAttribute(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
-
Creates a new
SQLiteIdentityIndexfor the given primary key attribute. - onAttribute(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteDiskIdentityIndex
-
Creates a new
SQLiteDiskIdentityIndexfor the given primary key attribute. - onAttribute(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteOffHeapIdentityIndex
-
Creates a new
SQLiteOffHeapIdentityIndexfor the given primary key attribute. - onAttribute(Factory<ConcurrentMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.hash.HashIndex
-
Creates a new
HashIndexon the specified attribute. - onAttribute(Factory<ConcurrentMap<A, O>>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Creates a new
UniqueIndexon the specified attribute. - onAttribute(Factory<ConcurrentNavigableMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Creates a new
NavigableIndexon the given attribute. - onAttributes(Attribute<O, ?>...) - Static method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Creates a new
CompoundIndexon the given combination of attributes. - onAttributes(Factory<ConcurrentMap<CompoundValueTuple<O>, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, ?>...) - Static method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Creates a new
CompoundIndexon the given combination of attributes. - onAttributeUsingNodeFactory(Attribute<O, A>, NodeFactory) - Static method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Creates a new
RadixTreeIndexon the specified attribute, using the specified NodeFactory. - onAttributeUsingNodeFactory(Attribute<O, A>, NodeFactory) - Static method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Creates a new
InvertedRadixTreeIndexon the specified attribute. - onAttributeUsingNodeFactory(Attribute<O, A>, NodeFactory) - Static method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Creates a new
ReversedRadixTreeIndexon the specified attribute. - onAttributeUsingNodeFactory(Attribute<O, A>, NodeFactory) - Static method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Creates a new
SuffixTreeIndexon the specified attribute. - onAttributeWithFilterQuery(Attribute<O, A>, SimpleAttribute<O, K>, SimpleAttribute<K, O>, Query<O>) - Static method in class com.googlecode.cqengine.index.sqlite.PartialSQLiteIndex
-
Creates a new
PartialSQLiteIndex. - onAttributeWithFilterQuery(Attribute<O, A>, Query<O>) - Static method in class com.googlecode.cqengine.index.disk.PartialDiskIndex
-
Creates a new
PartialDiskIndex. - onAttributeWithFilterQuery(Attribute<O, A>, Query<O>) - Static method in class com.googlecode.cqengine.index.navigable.PartialNavigableIndex
-
Creates a new
PartialNavigableIndex. - onAttributeWithFilterQuery(Attribute<O, A>, Query<O>) - Static method in class com.googlecode.cqengine.index.offheap.PartialOffHeapIndex
-
Creates a new
PartialOffHeapIndex. - onAttributeWithFilterQuery(Factory<ConcurrentNavigableMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>, Query<O>) - Static method in class com.googlecode.cqengine.index.navigable.PartialNavigableIndex
-
Creates a new
PartialNavigableIndex. - OnHeapPersistence<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.onheap
-
Specifies that a collection or indexes should be persisted on-heap.
- OnHeapPersistence() - Constructor for class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
- OnHeapPersistence(SimpleAttribute<O, A>) - Constructor for class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
- OnHeapPersistence(SimpleAttribute<O, A>, int, float, int) - Constructor for class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
- OnHeapTypeIndex - Interface in com.googlecode.cqengine.index.support.indextype
-
A marker interfaces for indexes which are persisted on-heap.
- onPrimaryKey(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Creates a
DiskPersistenceobject which persists to a temp file on disk. - onPrimaryKey(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
-
Creates an
OffHeapPersistenceobject which persists to native memory, within the JVM process but outside the Java heap. - onPrimaryKey(SimpleAttribute<O, A>) - Static method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
-
Creates an
OnHeapPersistenceobject which persists to the Java heap. - onPrimaryKeyInFile(SimpleAttribute<O, A>, File) - Static method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Creates a
DiskPersistenceobject which persists to a given file on disk. - onPrimaryKeyInFileWithProperties(SimpleAttribute<O, A>, File, Properties) - Static method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Creates a
DiskPersistenceobject which persists to a given file on disk. - onPrimaryKeyWithProperties(SimpleAttribute<O, A>, Properties) - Static method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
-
Creates an
OffHeapPersistenceobject which persists to native memory, within the JVM process but outside the Java heap. - onQuery(Query<O>) - Static method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
A static factory method for convenience.
- onSemiUniqueAttribute(Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.hash.HashIndex
-
Creates a new
HashIndexon the specified attribute, where the attribute is expected to uniquely identify an object in the collection most of the time. - OPEN_PAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- OPEN_PAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- OPEN_PAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- openRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
-
Creates a new
RequestScopeConnectionManagerand adds it to the given query options with keyConnectionManager, if an only if no object with that key is already in the query options. - openRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
-
Creates a new
RequestScopeConnectionManagerand adds it to the given query options with keyConnectionManager, if an only if no object with that key is already in the query options. - openRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
-
Creates a new
RequestScopeConnectionManagerand adds it to the given query options with keyConnectionManager, if an only if no object with that key is already in the query options. - openRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
-
Currently does nothing in this implementation of
Persistence. - openRequestScopeResources(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.Persistence
-
Called at the start of every request into CQEngine, to prepare any resources needed by the request in order to access the persistence.
- openRequestScopeResources(QueryOptions) - Method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
-
Currently does nothing in this implementation of
Persistence. - openRequestScopeResourcesIfNecessary(QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- openResources() - Method in class com.googlecode.cqengine.metadata.AttributeMetadata
- or(Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries. - or(Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.or(Query, Query, Query[])- see that method for details. - or(Query<O>, Query<O>, Query<O>...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries. - or(Query<O>, Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.or(Query, Query, Query[])- see that method for details. - or(Query<O>, Query<O>, Query<O>, Query<O>, Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.or(Query, Query, Query[])- see that method for details. - or(Query<O>, Query<O>, Collection<Query<O>>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries. - Or<O> - Class in com.googlecode.cqengine.query.logical
-
Represents a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries.
- Or(Collection<Query<O>>) - Constructor for class com.googlecode.cqengine.query.logical.Or
-
Constructor.
- Or(Collection<Query<O>>, boolean) - Constructor for class com.googlecode.cqengine.query.logical.Or
-
Constructor with a hint regarding deduplication.
- OR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- OR - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- OR_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- OR_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- orderBy(AttributeOrder<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.orderBy(com.googlecode.cqengine.query.option.AttributeOrder[])- see that method for details. - orderBy(AttributeOrder<O>...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
OrderByOptionquery option, encapsulating the given list ofAttributeOrderobjects which pair an attribute with a preference to sort results by that attribute in either ascending or descending order. - orderBy(AttributeOrder<O>, AttributeOrder<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.orderBy(com.googlecode.cqengine.query.option.AttributeOrder[])- see that method for details. - orderBy(AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.orderBy(com.googlecode.cqengine.query.option.AttributeOrder[])- see that method for details. - orderBy(AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.orderBy(com.googlecode.cqengine.query.option.AttributeOrder[])- see that method for details. - orderBy(AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>, AttributeOrder<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.orderBy(com.googlecode.cqengine.query.option.AttributeOrder[])- see that method for details. - orderBy(List<AttributeOrder<O>>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates an
OrderByOptionquery option, encapsulating the given list ofAttributeOrderobjects which pair an attribute with a preference to sort results by that attribute in either ascending or descending order. - orderByClause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- orderByClause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- OrderByClauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrderByClauseContext
- orderByOption - Variable in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- orderByOption() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- orderByOption() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionContext
- OrderByOption<O> - Class in com.googlecode.cqengine.query.option
-
Represents a list of attributes and associated preferences for sorting results according to those attributes each in ascending or descending order.
- OrderByOption(List<AttributeOrder<O>>) - Constructor for class com.googlecode.cqengine.query.option.OrderByOption
- OrderByOptionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- OrderControlAttribute<O> - Class in com.googlecode.cqengine.attribute
-
An attribute which wraps another delegate attribute, and can be used in a
QueryFactory.orderBy(AttributeOrder)clause to control the placement in results of objects which have and do not have values for the delegate attribute. - OrderControlAttribute(Attribute<O, ? extends Comparable>, String) - Constructor for class com.googlecode.cqengine.attribute.OrderControlAttribute
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- ordering_term() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- ordering_term(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- Ordering_termContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Ordering_termContext
- OrderMissingFirstAttribute<O> - Class in com.googlecode.cqengine.attribute
-
An
OrderControlAttributewhich orders results such that objects without values for the given delegate attribute are always returned before objects with values for the attribute. - OrderMissingFirstAttribute(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.attribute.OrderMissingFirstAttribute
- OrderMissingLastAttribute<O> - Class in com.googlecode.cqengine.attribute
-
An
OrderControlAttributewhich orders results such that objects without values for the given delegate attribute are always returned after objects with values for the attribute. - OrderMissingLastAttribute(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.attribute.OrderMissingLastAttribute
- orQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LogicalQueryContext
- orQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- orQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LogicalQueryContext
- orQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- OrQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- OrQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
P
- PACKAGE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- PACKAGE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- packageDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- packageDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- PackageDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- parExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- parExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- ParExpressionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ParExpressionContext
- parse() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- parse(Class<?>, String) - Method in class com.googlecode.cqengine.query.parser.cqn.support.FallbackValueParser
- parse(Class<?>, String) - Method in class com.googlecode.cqengine.query.parser.sql.support.FallbackValueParser
- parse(Class<? extends A>, String) - Method in class com.googlecode.cqengine.query.parser.common.ValueParser
- parse(Class<? extends Boolean>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.BooleanParser
- parse(Class<? extends Byte>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.ByteParser
- parse(Class<? extends Character>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.CharacterParser
- parse(Class<? extends Double>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.DoubleParser
- parse(Class<? extends Float>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.FloatParser
- parse(Class<? extends Integer>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.IntegerParser
- parse(Class<? extends Long>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.LongParser
- parse(Class<? extends Short>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.ShortParser
- parse(Class<? extends String>, String) - Method in class com.googlecode.cqengine.query.parser.cqn.support.StringParser
- parse(Class<? extends String>, String) - Method in class com.googlecode.cqengine.query.parser.sql.support.StringParser
- parse(Class<? extends BigDecimal>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.BigDecimalParser
- parse(Class<? extends BigInteger>, String) - Method in class com.googlecode.cqengine.query.parser.common.valuetypes.BigIntegerParser
- parse(Class<? extends Date>, String) - Method in class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- parse(String) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
-
Parses the given query and its query options, encapsulating both in the object returned.
- parse(String) - Method in class com.googlecode.cqengine.query.parser.cqn.CQNParser
- parse(String) - Method in class com.googlecode.cqengine.query.parser.sql.SQLParser
- ParseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- parseMath(String) - Method in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Parses a string of commands relative "now" are returns the resulting Date.
- ParseResult<O> - Class in com.googlecode.cqengine.query.parser.common
-
Encapsulates the result of parsing a string-based query: the parsed query itself, and any query options associated with the query.
- ParseResult(Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.query.parser.common.ParseResult
- ParserUtils - Class in com.googlecode.cqengine.query.parser.common
- ParserUtils() - Constructor for class com.googlecode.cqengine.query.parser.common.ParserUtils
- parseValue(Attribute<O, A>, ParseTree) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- parseValue(Class<A>, String) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- parseValue(Class<A>, ParseTree) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- PartialDiskIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.disk
-
A
PartialIndexwhich usesDiskPersistence. - PartialDiskIndex(Attribute<O, A>, Query<O>) - Constructor for class com.googlecode.cqengine.index.disk.PartialDiskIndex
-
Protected constructor, called by subclasses.
- PartialIndex<A,O,I extends AttributeIndex<A,O>> - Class in com.googlecode.cqengine.index.support
-
An index which indexes and can answer queries on a subset of the collection; a kind of hybrid between a
StandingQueryIndexand aCompoundIndex. - PartialIndex(Attribute<O, A>, Query<O>) - Constructor for class com.googlecode.cqengine.index.support.PartialIndex
-
Protected constructor, called by subclasses.
- PartialNavigableIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.navigable
- PartialNavigableIndex(Factory<ConcurrentNavigableMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Attribute<O, A>, Query<O>) - Constructor for class com.googlecode.cqengine.index.navigable.PartialNavigableIndex
-
Protected constructor, called by subclasses.
- PartialOffHeapIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.offheap
-
A
PartialIndexwhich usesOffHeapPersistence. - PartialOffHeapIndex(Attribute<O, A>, Query<O>) - Constructor for class com.googlecode.cqengine.index.offheap.PartialOffHeapIndex
-
Protected constructor, called by subclasses.
- PartialSortedKeyStatisticsAttributeIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.support
-
A
PartialIndexwhich supports the index statistics interfaceSortedKeyStatisticsAttributeIndex. - PartialSortedKeyStatisticsAttributeIndex(Attribute<O, A>, Query<O>) - Constructor for class com.googlecode.cqengine.index.support.PartialSortedKeyStatisticsAttributeIndex
-
Protected constructor, called by subclasses.
- PartialSQLiteIndex<A extends Comparable<A>,O,K> - Class in com.googlecode.cqengine.index.sqlite
-
A
PartialIndexbacked by aSQLiteIndex. - PartialSQLiteIndex(Attribute<O, A>, SimpleAttribute<O, K>, SimpleAttribute<K, O>, Query<O>) - Constructor for class com.googlecode.cqengine.index.sqlite.PartialSQLiteIndex
-
Protected constructor, called by subclasses.
- perform() - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex.IndexRangeLookupFunction
- persistence - Variable in class com.googlecode.cqengine.ConcurrentIndexedCollection
- Persistence<O,A extends Comparable<A>> - Interface in com.googlecode.cqengine.persistence
-
An interface with multiple implementations, which provide details on how a collection or indexes should be persisted (for example on-heap, off-heap, or disk).
- PersistenceConfig - Annotation Type in com.googlecode.cqengine.persistence.support.serialization
-
An annotation which can be added to POJO classes to customize persistence behavior.
- PersistenceFlags - Class in com.googlecode.cqengine.persistence.support
-
Constants for flags which may be set into query options by the query engine internally.
- PersistenceFlags() - Constructor for class com.googlecode.cqengine.persistence.support.PersistenceFlags
- PIPE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- PIPE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- PIPE2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- PIPE2 - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- PIPE2() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- PLUS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- PLUS - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- PojoSerializer<O> - Interface in com.googlecode.cqengine.persistence.support.serialization
-
Interface implemented by serializers.
- pollFirst() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- pollLast() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- polymorphic - Variable in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
- polymorphic() - Method in annotation type com.googlecode.cqengine.persistence.support.serialization.PersistenceConfig
-
If true, causes CQEngine to persist the name of the class with every object, to allow the collection to contain a mix of object types within an inheritance hierarchy.
- pragma_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- pragma_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- Pragma_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_nameContext
- pragma_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- pragma_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Pragma_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- pragma_value() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_stmtContext
- pragma_value() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Pragma_valueContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- predicate(Query<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
- predicate(Query<O>, QueryOptions) - Static method in class com.googlecode.cqengine.query.QueryFactory
- PREFER_INDEX_MERGE_STRATEGY - com.googlecode.cqengine.query.option.EngineFlags
-
A performance tuning flag which may be useful in applications in which objects are stored off-heap, remotely, or on disk, or generally where it is more expensive to retrieve values from CQEngine attributes, than it is to probe indexes on those attributes, when evaluating a query.
- primary() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- primary() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- PrimaryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- primaryKeyedMapEntity(Map, Object) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Wraps the given Map in a
PrimaryKeyedMapEntity, which can improve its performance when used in an IndexedCollection. - PrimaryKeyedMapEntity - Class in com.googlecode.cqengine.entity
-
An extension of
MapEntityin which a particular entry in the map is designated as a primary key, and this primary key will then be used to compute hashCode and test for equality. - PrimaryKeyedMapEntity(Map, Object) - Constructor for class com.googlecode.cqengine.entity.PrimaryKeyedMapEntity
- primitiveType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- primitiveType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- primitiveType() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- PrimitiveTypeContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimitiveTypeContext
- PRIVATE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- PRIVATE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- PROTECTED - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- PROTECTED - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- PUBLIC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- PUBLIC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- put(Object, Object) - Method in class com.googlecode.cqengine.entity.MapEntity
- put(Object, Object) - Method in class com.googlecode.cqengine.query.option.QueryOptions
- putAll(Map) - Method in class com.googlecode.cqengine.entity.MapEntity
Q
- qualified_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- qualified_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- qualified_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- qualified_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- qualified_table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- Qualified_table_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationNameContext
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ImportDeclarationContext
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PackageDeclarationContext
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- qualifiedName() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- qualifiedName(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchTypeContext
- qualifiedName(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- QualifiedNameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameContext
- qualifiedNameList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstructorDeclarationContext
- qualifiedNameList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- qualifiedNameList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- qualifiedNameList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- QualifiedNameListContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QualifiedNameListContext
- QuantizedResultSet<O> - Class in com.googlecode.cqengine.resultset.filter
-
An implementation of
FilteringResultSetwhich filters objects based on whether they match a given query. - QuantizedResultSet(ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.filter.QuantizedResultSet
- Quantizer<A> - Interface in com.googlecode.cqengine.quantizer
-
A Quantizer converts a fine-grained or continuous value to a discrete or coarse-grained value.
- query - Variable in class com.googlecode.cqengine.index.navigable.NavigableIndex.IndexRangeLookupFunction
- query() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- query() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- query() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- query() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- query() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- query(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- query(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- query(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AndQueryContext
- query(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.OrQueryContext
- query(String) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
-
Shortcut for calling
parse(query).getQuery(). - Query<O> - Interface in com.googlecode.cqengine.query
-
An interface implemented by all
Querysubclasses, including those descending fromSimpleQuery,ComparativeQueryandLogicalQuery. - QueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- QueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- QueryCostComparators - Class in com.googlecode.cqengine.resultset.common
-
Stateless comparator singletons for
ResultSets based onResultSet.getRetrievalCost()andResultSet.getMergeCost(). - QueryCostComparators() - Constructor for class com.googlecode.cqengine.resultset.common.QueryCostComparators
- QueryEngine<O> - Interface in com.googlecode.cqengine.engine
-
The main component of
CQEngine- maintains a set of indexes on a collection and accepts queries which it performs and optimizes for those indexes. - QueryEngineInternal<O> - Interface in com.googlecode.cqengine.engine
- QueryFactory - Class in com.googlecode.cqengine.query
-
A static factory for creating
Queryobjects and its descendants. - QueryLog - Class in com.googlecode.cqengine.query.option
-
If set as a query option causes CQEngine to log its internal decisions during query evaluation to the given sink.
- QueryLog(Appendable) - Constructor for class com.googlecode.cqengine.query.option.QueryLog
- QueryLog(Appendable, String) - Constructor for class com.googlecode.cqengine.query.option.QueryLog
- queryOption() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- queryOption() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- queryOption(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- QueryOptionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionContext
- queryOptions() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- queryOptions() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- queryOptions(Object) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.queryOptions(Object...)- see that method for details. - queryOptions(Object...) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
A convenience method to encapsulate several objects together as
QueryOptions, where the class of the object will become its key in the QueryOptions map. - queryOptions(Object, Object) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Overloaded variant of
QueryFactory.queryOptions(Object...)- see that method for details. - queryOptions(String) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
-
Shortcut for calling
parse(query).getQueryOptions(). - queryOptions(Collection<Object>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
A convenience method to encapsulate a collection of objects as
QueryOptions, where the class of the object will become its key in the QueryOptions map. - QueryOptions - Class in com.googlecode.cqengine.query.option
-
Encapsulates a map of optional key-value parameters supplied by the application to the query engine, attributes and indexes.
- QueryOptions() - Constructor for class com.googlecode.cqengine.query.option.QueryOptions
- QueryOptions(Map<Object, Object>) - Constructor for class com.googlecode.cqengine.query.option.QueryOptions
- QueryOptionsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EqualQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanOrEqualToQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.GreaterThanQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanOrEqualToQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.LessThanQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotEqualQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- queryParameter() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.BetweenQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.InQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotBetweenQueryContext
- queryParameter(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.NotInQueryContext
- QueryParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryParameterContext
- QueryParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- queryParameterLeadingAndTrailingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ContainsQueryContext
- queryParameterLeadingAndTrailingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- QueryParameterLeadingAndTrailingPercentContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext
- queryParameterLeadingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.EndsWithQueryContext
- queryParameterLeadingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- QueryParameterLeadingPercentContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingPercentContext
- queryParameterTrailingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IsPrefixOfQueryContext
- queryParameterTrailingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- queryParameterTrailingPercent() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- QueryParameterTrailingPercentContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterTrailingPercentContext
- queryParser - Variable in class com.googlecode.cqengine.query.parser.cqn.support.CQNAntlrListener
- queryParser - Variable in class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- QueryParser<O> - Class in com.googlecode.cqengine.query.parser.common
-
A service provider interface for parsers which can convert string queries to CQEngine native queries.
- QueryParser(Class<O>) - Constructor for class com.googlecode.cqengine.query.parser.common.QueryParser
- QueryValidation - Class in com.googlecode.cqengine.query.support
-
Contains static helper methods for validating query arguments.
- QueryValidation() - Constructor for class com.googlecode.cqengine.query.support.QueryValidation
- QUESTION - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- QUESTION - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
R
- RadixTreeIndex<A extends CharSequence,O> - Class in com.googlecode.cqengine.index.radix
-
An index backed by a
ConcurrentRadixTree. - RadixTreeIndex(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Package-private constructor, used by static factory methods.
- RadixTreeIndex(Attribute<O, A>, NodeFactory) - Constructor for class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Package-private constructor, used by static factory methods.
- raise_function() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- raise_function() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Raise_functionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Raise_functionContext
- RBRACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- RBRACE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RBRACK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- RBRACK - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- READ_COMMITTED - com.googlecode.cqengine.query.option.IsolationLevel
- READ_REQUEST - Static variable in class com.googlecode.cqengine.persistence.support.PersistenceFlags
- READ_UNCOMMITTED - com.googlecode.cqengine.query.option.IsolationLevel
- ReflectiveAttribute<O,A> - Class in com.googlecode.cqengine.attribute
-
A type of
SimpleAttributewhich is implemented using reflection. - ReflectiveAttribute(Class<O>, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.ReflectiveAttribute
-
Creates an attribute which reads values from the field indicated using reflection.
- registerAttribute(Attribute<O, A>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- registerAttributes(Iterable<? extends Attribute<O, ?>>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- registerAttributes(Map<String, ? extends Attribute<O, ?>>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- registerFallbackValueParser(ValueParser<Object>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- registerValueParser(Class<A>, ValueParser<A>) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
- reindex_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- reindex_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Reindex_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- release_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- release_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Release_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- remove() - Method in class com.googlecode.cqengine.resultset.iterator.MarkableIterator
- remove() - Method in class com.googlecode.cqengine.resultset.iterator.UnmodifiableIterator
-
Throws
UnsupportedOperationException. - remove(Object) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- remove(Object) - Method in class com.googlecode.cqengine.entity.MapEntity
- remove(Object) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- remove(Object) - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- remove(Object) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- remove(Object) - Method in class com.googlecode.cqengine.query.option.FlagsDisabled
- remove(Object) - Method in class com.googlecode.cqengine.query.option.FlagsEnabled
- remove(Object) - Method in class com.googlecode.cqengine.query.option.QueryOptions
- remove(Object) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- remove(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- remove(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- remove(Object, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- remove(Object, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- remove(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredResultSet
- remove(O) - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.ModificationListener
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- removeAll(ObjectSet<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
-
Notifies the listener that the specified objects are being removed from the collection, and so it can take action and update its internal data structures.
- removeAll(Collection<?>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- removeAll(Collection<?>) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- removeAll(Collection<?>) - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- removeAll(Collection<?>) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- removeAll(Collection<?>) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- removeAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- removeAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- removeAll(Collection<?>, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- removeAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- removeIndex(Index<O>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- removeIndex(Index<O>) - Method in interface com.googlecode.cqengine.IndexedCollection
- removeIndex(Index<O>, QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Removes the given index from the collection.
- removeIndex(Index<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Removes the given index from the collection.
- removeIndex(Index<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.QueryEngine
-
Removes the given index from the collection.
- removeIndex(Index<O>, QueryOptions) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Removes the given index from the collection.
- removeNulls(Iterator<T>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
Returns the elements of
unfilteredthat are not null. - RequestScopeConnectionManager - Class in com.googlecode.cqengine.index.sqlite
-
A ConnectionManager which create connections on-demand to the correct persistence for the indexes requesting the connection, and subsequently caches the connections, for re-use within the scope of the same request into CQEngine.
- RequestScopeConnectionManager(Persistence<?, ?>) - Constructor for class com.googlecode.cqengine.index.sqlite.RequestScopeConnectionManager
- reset() - Method in class com.googlecode.cqengine.resultset.iterator.MarkableIterator
-
Repositions this iterator to the position at the time the mark method was last called.
- resource() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- resource() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- resource(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- ResourceContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- resources() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- resources() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceSpecificationContext
- ResourcesContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourcesContext
- resourceSpecification() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- resourceSpecification() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- ResourceSpecificationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceSpecificationContext
- result_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- result_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- result_column() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- result_column(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- result_column(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- Result_columnContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- ResultSet<O> - Class in com.googlecode.cqengine.resultset
- ResultSet() - Constructor for class com.googlecode.cqengine.resultset.ResultSet
- ResultSetDifference<O> - Class in com.googlecode.cqengine.resultset.connective
-
A ResultSet which provides a view onto the set difference of two ResultSets.
- ResultSetDifference(ResultSet<O>, ResultSet<O>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- ResultSetDifference(ResultSet<O>, ResultSet<O>, Query<O>, QueryOptions, boolean) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- ResultSetIntersection<O> - Class in com.googlecode.cqengine.resultset.connective
-
A ResultSet which provides a view onto the intersection of other ResultSets.
- ResultSetIntersection(Iterable<ResultSet<O>>, Query<O>, QueryOptions, boolean) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- ResultSets - Class in com.googlecode.cqengine.resultset.common
-
Utility methods for working with
ResultSetobjects. - ResultSetUnion<O> - Class in com.googlecode.cqengine.resultset.connective
-
A ResultSet which provides a view onto the union of other ResultSets, with deduplication.
- ResultSetUnion(Iterable<? extends ResultSet<O>>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- ResultSetUnion(Iterable<? extends ResultSet<O>>, Query<O>, QueryOptions, boolean) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetUnion
- ResultSetUnionAll<O> - Class in com.googlecode.cqengine.resultset.connective
-
A ResultSet which provides a view onto the union of other ResultSets, without deduplication.
- ResultSetUnionAll(Iterable<? extends ResultSet<O>>, Query<O>, QueryOptions) - Constructor for class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
- retainAll(Collection<?>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- retainAll(Collection<?>) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- retainAll(Collection<?>) - Method in class com.googlecode.cqengine.ObjectLockingIndexedCollection
- retainAll(Collection<?>) - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- retainAll(Collection<?>) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- retainAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- retainAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- retainAll(Collection<?>, QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- retainAll(Collection<?>, QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- retrieve(IndexedCollection<O>, String) - Method in class com.googlecode.cqengine.query.parser.common.QueryParser
-
Shortcut for parsing the given query and its query options, and then retrieving objects matching the query from the given collection, using the parsed query options.
- retrieve(Query<O>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Shortcut for calling
IndexedCollection.retrieve(Query, QueryOptions)without supplying any query options. - retrieve(Query<O>) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Shortcut for calling
IndexedCollection.retrieve(Query, QueryOptions)without supplying any query options. - retrieve(Query<O>) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Retrieves a
ResultSetwhich provides objects matching the given query, additionally acceptingQueryOptionswhich can specify ordering of results, deduplication strategy etc. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.engine.CollectionQueryEngine
-
Retrieves a
ResultSetwhich provides objects matching the given query, additionally acceptingQueryOptionswhich can specify ordering of results, deduplication strategy etc. - retrieve(Query<O>, QueryOptions) - Method in interface com.googlecode.cqengine.engine.QueryEngine
-
Retrieves a
ResultSetwhich provides objects matching the given query, additionally acceptingQueryOptionswhich can specify ordering of results, deduplication strategy etc. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.disk.DiskIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in interface com.googlecode.cqengine.index.Index
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.offheap.OffHeapIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Returns a
ResultSetwhich when iterated will return objects from the index matching the query supplied. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
- retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- retrieve(Query<O>, QueryOptions) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Retrieves a
ResultSetwhich provides objects matching the given query, additionally acceptingQueryOptionswhich can specify ordering of results, deduplication strategy etc. - retrieve(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
- retrieveEqual(Equal<O, A>, QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- retrieveEqual(Equal<O, A>, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- retrieveEqual(Equal<O, A>, QueryOptions, RadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- retrieveEqual(Equal<O, A>, QueryOptions, InvertedRadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- retrieveEqual(Equal<O, A>, QueryOptions, ReversedRadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- retrieveEqual(Equal<O, A>, QueryOptions, SuffixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- retrieveEqual(Equal<O, A>, QueryOptions, ConcurrentMap<A, O>) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- retrieveIn(In<O, A>, QueryOptions) - Method in class com.googlecode.cqengine.index.hash.HashIndex
- retrieveIn(In<O, A>, QueryOptions) - Method in class com.googlecode.cqengine.index.navigable.NavigableIndex
- retrieveIn(In<O, A>, QueryOptions, RadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radix.RadixTreeIndex
- retrieveIn(In<O, A>, QueryOptions, InvertedRadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex
- retrieveIn(In<O, A>, QueryOptions, ReversedRadixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
- retrieveIn(In<O, A>, QueryOptions, SuffixTree<StoredResultSet<O>>) - Method in class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
- retrieveIn(In<O, A>, QueryOptions, ConcurrentMap<A, O>) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- RETURN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- RETURN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ReversedRadixTreeIndex<A extends CharSequence,O> - Class in com.googlecode.cqengine.index.radixreversed
-
An index backed by a
ConcurrentReversedRadixTree. - ReversedRadixTreeIndex(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Package-private constructor, used by static factory methods.
- ReversedRadixTreeIndex(Attribute<O, A>, NodeFactory) - Constructor for class com.googlecode.cqengine.index.radixreversed.ReversedRadixTreeIndex
-
Package-private constructor, used by static factory methods.
- rollback(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- rollback_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- rollback_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Rollback_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- ROOT_QUERY - Static variable in class com.googlecode.cqengine.engine.CollectionQueryEngine
- round(Calendar, String) - Static method in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Modifies the specified Calendar by "rounding" down to the specified unit
- Row(K, A) - Constructor for class com.googlecode.cqengine.index.sqlite.support.DBQueries.Row
- RPAREN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- RPAREN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AllQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AndQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeOrderContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BetweenQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EqualQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanOrEqualToQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GreaterThanQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.HasQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanOrEqualToQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LessThanQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NoneQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NotQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrderByOptionContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.OrQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryOptionsContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- RPAREN() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- RSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- RSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_allQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_alter_table_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_analyze_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_andQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_andQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_annotation - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationConstantRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationMethodOrConstantRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationMethodRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationName - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationTypeBody - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationTypeDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationTypeElementDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_annotationTypeElementRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_any_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_arguments - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_arrayCreatorRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_arrayInitializer - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_attach_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_attributeName - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_attributeName - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_attributeOrder - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_attributeOrder - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_begin_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_betweenQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_betweenQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_block - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_blockStatement - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_catchClause - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_catchType - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classBody - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classBodyDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classCreatorRest - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classOrInterfaceModifier - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_classOrInterfaceType - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_collation_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_column_alias - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_column_constraint - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_column_def - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_column_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_commit_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_common_table_expression - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_compilationUnit - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_compound_operator - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_compound_select_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_conflict_clause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_constantDeclarator - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_constantExpression - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_constDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_constructorBody - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_constructorDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_containsQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_containsQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_create_index_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_create_table_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_create_trigger_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_create_view_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_create_virtual_table_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_createdName - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_creator - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_cte_table_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_database_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_defaultValue - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_delete_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_delete_stmt_limited - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_detach_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_direction - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_direction - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_drop_index_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_drop_table_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_drop_trigger_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_drop_view_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_elementValue - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_elementValueArrayInitializer - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_elementValuePair - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_elementValuePairs - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_endsWithQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_endsWithQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_enhancedForControl - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_enumBodyDeclarations - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_enumConstant - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_enumConstantName - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_enumConstants - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_enumDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_equalQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_equalQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_error - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_error_message - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_explicitGenericInvocation - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_explicitGenericInvocationSuffix - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_expr - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_expression - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_expressionList - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_factored_select_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_fieldDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_finallyBlock - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_forControl - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_foreign_key_clause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_foreign_table - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_forInit - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_formalParameter - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_formalParameterList - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_formalParameters - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_forUpdate - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_function_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_genericConstructorDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_genericInterfaceMethodDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_genericMethodDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_greaterThanOrEqualToQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_greaterThanOrEqualToQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_greaterThanQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_greaterThanQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_hasQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_hasQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_importDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_index_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_indexed_column - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_indexedCollection - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_innerCreator - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_inQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_inQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_insert_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_interfaceBody - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_interfaceBodyDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_interfaceDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_interfaceMemberDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_interfaceMethodDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_isContainedInQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_isPrefixOfQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_isPrefixOfQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_join_clause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_join_constraint - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_join_operator - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_keyword - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_lastFormalParameter - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_lessThanOrEqualToQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_lessThanOrEqualToQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_lessThanQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_lessThanQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_literal - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_literal_value - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_localVariableDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_localVariableDeclarationStatement - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_logicalQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_logicalQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_longestPrefixQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_matchesRegexQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_memberDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_methodBody - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_methodDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_modifier - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_module_argument - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_module_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_new_table_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_noneQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_nonWildcardTypeArguments - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_nonWildcardTypeArgumentsOrDiamond - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_notBetweenQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_notEqualQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_notHasQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_notInQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_notQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_notQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_objectType - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_orderByClause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_orderByOption - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_ordering_term - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_orQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_orQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_packageDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_parExpression - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_parse - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_pragma_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_pragma_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_pragma_value - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_primary - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_primitiveType - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_qualified_table_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_qualifiedName - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_qualifiedNameList - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_query - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_query - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_queryOption - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_queryOptions - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_queryParameter - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_queryParameter - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_queryParameterLeadingAndTrailingPercent - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_queryParameterLeadingPercent - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_queryParameterTrailingPercent - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_raise_function - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_reindex_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_release_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_resource - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_resources - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_resourceSpecification - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_result_column - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_rollback_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_savepoint_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_savepoint_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_select_core - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_select_or_values - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_select_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_signed_number - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_simple_select_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_simpleQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_simpleQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_sql_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_sql_stmt_list - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_start - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_start - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_startsWithQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_startsWithQuery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_statement - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_statementExpression - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_stringQueryParameter - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_superSuffix - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_switchBlockStatementGroup - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_switchLabel - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_table_alias - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_table_constraint - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_table_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_table_or_index_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_table_or_subquery - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_transaction_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_trigger_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_type - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_type_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_typeArgument - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeArguments - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeArgumentsOrDiamond - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeBound - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeDeclaration - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeList - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeParameter - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_typeParameters - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_unary_operator - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_update_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_update_stmt_limited - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_vacuum_stmt - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_variableDeclarator - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_variableDeclaratorId - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_variableDeclarators - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_variableInitializer - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_variableModifier - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_verboseBetweenQuery - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- RULE_view_name - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_whereClause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- RULE_with_clause - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- ruleNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- ruleNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ruleNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- ruleNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
S
- sanitizeForTableName(String) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
-
Strips illegal characters so that the given string can be used as a SQLite table name.
- savepoint_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Release_stmtContext
- savepoint_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- savepoint_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- savepoint_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- Savepoint_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_nameContext
- savepoint_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- savepoint_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Savepoint_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Savepoint_stmtContext
- SCOL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- SCOL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- search(Query<O>, String, Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- select_core() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- select_core() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- select_core() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- select_core() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- select_core(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Compound_select_stmtContext
- select_core(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Factored_select_stmtContext
- Select_coreContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- select_or_values() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- select_or_values() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- select_or_values(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- Select_or_valuesContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- select_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- select_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- Select_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_stmtContext
- self(Class<O>) - Static method in class com.googlecode.cqengine.attribute.SelfAttribute
-
Deprecated.Use the equivalent
QueryFactory.selfAttribute(Class)method instead. This method will be removed in a future version of CQEngine. - selfAttribute(Class<O>) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
SelfAttributefor the given object. - SelfAttribute<O> - Class in com.googlecode.cqengine.attribute
-
An attribute which returns the object itself.
- SelfAttribute(Class<O>) - Constructor for class com.googlecode.cqengine.attribute.SelfAttribute
- SelfAttribute(Class<O>, String) - Constructor for class com.googlecode.cqengine.attribute.SelfAttribute
- SEMI - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SEMI - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- sempred(RuleContext, int, int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- sempred(RuleContext, int, int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- sempred(RuleContext, int, int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- serialize(O) - Method in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
-
Serializes the given object, using the given instance of Kryo serializer.
- serialize(O) - Method in interface com.googlecode.cqengine.persistence.support.serialization.PojoSerializer
- serializer() - Method in annotation type com.googlecode.cqengine.persistence.support.serialization.PersistenceConfig
-
The
PojoSerializerimplementation to use. - setAutoCommit(Connection, boolean) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- setNow(Date) - Method in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
-
Defines this instance's concept of "now".
- setSyncAndJournaling(Connection, SQLiteConfig.SynchronousMode, SQLiteConfig.JournalMode) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- setValuesToPreparedStatement(int, PreparedStatement, Iterable) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
-
Binds a set of values to the statement.
- setValueToPreparedStatement(int, PreparedStatement, Object) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- SHORT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SHORT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- ShortParser - Class in com.googlecode.cqengine.query.parser.common.valuetypes
- ShortParser() - Constructor for class com.googlecode.cqengine.query.parser.common.valuetypes.ShortParser
- signed_number() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_constraintContext
- signed_number() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- signed_number() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- signed_number() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- signed_number(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- Signed_numberContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Signed_numberContext
- simple_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- simple_select_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- Simple_select_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Simple_select_stmtContext
- simpleAttribute - Variable in class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
- simpleAttribute - Variable in class com.googlecode.cqengine.query.simple.SimpleQuery
- SimpleAttribute<O,A> - Class in com.googlecode.cqengine.attribute
-
Represents an attribute in an object (such as a field) which will not be null.
- SimpleAttribute() - Constructor for class com.googlecode.cqengine.attribute.SimpleAttribute
-
Creates an attribute with no name.
- SimpleAttribute(Class<O>, Class<A>) - Constructor for class com.googlecode.cqengine.attribute.SimpleAttribute
-
Creates an attribute with no name, and manually specifies the type of the attribute and its enclosing object.
- SimpleAttribute(Class<O>, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.SimpleAttribute
-
Creates an attribute with the given name, and manually specifies the type of the attribute and its enclosing object.
- SimpleAttribute(String) - Constructor for class com.googlecode.cqengine.attribute.SimpleAttribute
-
Creates an attribute with the given name.
- SimpleComparativeQuery<O,A> - Class in com.googlecode.cqengine.query.comparative
-
A superclass of classes implementing
ComparativeQuery. - SimpleComparativeQuery(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.query.comparative.SimpleComparativeQuery
-
Creates a new
SimpleComparativeQueryinitialized to make assertions on values of the specified attribute - SimpleConnectionManager - Class in com.googlecode.cqengine.index.sqlite
-
An implementation of
ConnectionManagerwhich wraps a single connection. - SimpleConnectionManager(Connection) - Constructor for class com.googlecode.cqengine.index.sqlite.SimpleConnectionManager
- SimpleFunction<O,A> - Interface in com.googlecode.cqengine.attribute.support
-
A functional interface which, when used with Java 8+, allows CQEngine attributes
SimpleAttributeandSimpleNullableAttributeto be created from lambda expressions. - SimpleNullableAttribute<O,A> - Class in com.googlecode.cqengine.attribute
-
Represents an attribute in an object (such as a field) which can be null.
- SimpleNullableAttribute() - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Creates an attribute with no name.
- SimpleNullableAttribute(Class<O>, Class<A>) - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Creates an attribute with no name, and manually specifies the type of the attribute and its enclosing object.
- SimpleNullableAttribute(Class<O>, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Creates an attribute with the given name, and manually specifies the type of the attribute and its enclosing object.
- SimpleNullableAttribute(String) - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableAttribute
-
Creates an attribute with the given name.
- SimpleNullableMapAttribute<K,A> - Class in com.googlecode.cqengine.attribute
-
An attribute which reads the value from an entry in a map given the map key.
- SimpleNullableMapAttribute(K, Class<A>) - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- SimpleNullableMapAttribute(K, Class<A>, String) - Constructor for class com.googlecode.cqengine.attribute.SimpleNullableMapAttribute
- simpleQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.QueryContext
- simpleQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- simpleQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryContext
- simpleQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- simpleQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- SimpleQuery<O,A> - Class in com.googlecode.cqengine.query.simple
-
The superclass of
Querys which make assertions on attribute values. - SimpleQuery(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.query.simple.SimpleQuery
-
Creates a new
SimpleQueryinitialized to make assertions on values of the specified attribute - SimpleQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- SimpleQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- SimplifiedSQLiteIndex<A extends Comparable<A>,O,K extends Comparable<K>> - Class in com.googlecode.cqengine.index.sqlite
-
An abstract class which wraps a
SQLiteIndex, and simplifies some of its configuration options to make it easier to use with IndexedCollections which themselves are persistent. - SimplifiedSQLiteIndex(Class<? extends SQLitePersistence<O, A>>, Attribute<O, A>, String) - Constructor for class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- SINGLE_LINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- SINGLE_LINE_COMMENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- size() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- size() - Method in class com.googlecode.cqengine.entity.MapEntity
- size() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- size() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- size() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreAsSet
- size() - Method in class com.googlecode.cqengine.persistence.support.ObjectStoreResultSet
- size() - Method in class com.googlecode.cqengine.query.logical.LogicalQuery
-
Returns the total number of child queries (both logical and simple).
- size() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- size() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- size() - Method in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- size() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetDifference
- size() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetIntersection
- size() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnion
-
Returns the number of distinct objects in the the underlying
ResultSets, with duplicates eliminated. - size() - Method in class com.googlecode.cqengine.resultset.connective.ResultSetUnionAll
-
Returns the sum of the sizes of the the underlying
ResultSets. - size() - Method in class com.googlecode.cqengine.resultset.filter.DeduplicatingResultSet
- size() - Method in class com.googlecode.cqengine.resultset.filter.FilteringResultSet
- size() - Method in class com.googlecode.cqengine.resultset.order.MaterializedDeduplicatedResultSet
-
Returns the number of objects which would be returned by this
ResultSetif iterated. - size() - Method in class com.googlecode.cqengine.resultset.order.MaterializedOrderedResultSet
-
Returns the number of objects which would be returned by this
ResultSetif iterated. - size() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns the number of objects which would be returned by this
ResultSetif iterated. - size() - Method in class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
- size(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.CollectionWrappingObjectStore
- size(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.FilteredObjectStore
- size(QueryOptions) - Method in interface com.googlecode.cqengine.persistence.support.ObjectStore
- size(QueryOptions) - Method in class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- SKIP - com.googlecode.cqengine.query.option.ArgumentValidationStrategy
- SortedAttributeMetadata<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.metadata
-
Provides access to metadata in sorted order for a given attribute.
- SortedKeyStatisticsAttributeIndex<A extends Comparable<A>,O> - Interface in com.googlecode.cqengine.index.support
-
Implemented by indexes which support sorted key statistics and are attribute-centric.
- SortedKeyStatisticsIndex<A extends Comparable<A>,O> - Interface in com.googlecode.cqengine.index.support
-
An index which allows the set of distinct keys to be queried in sorted order, and which can return statistics on the number of objects stored for each key.
- SPACES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- SPACES - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- spliterator() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Creates a
Spliteratorover objects matching the query for which thisResultSetwas constructed. - sql_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- sql_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- sql_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- sql_stmt_list() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- sql_stmt_list() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- sql_stmt_list(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ParseContext
- Sql_stmt_listContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmt_listContext
- Sql_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- SQLAntlrListener<O> - Class in com.googlecode.cqengine.query.parser.sql.support
- SQLAntlrListener(QueryParser<O>) - Constructor for class com.googlecode.cqengine.query.parser.sql.support.SQLAntlrListener
- SQLGrammarBaseListener - Class in com.googlecode.cqengine.query.parser.sql.grammar
-
This class provides an empty implementation of
SQLGrammarListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - SQLGrammarBaseListener() - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
- SQLGrammarLexer - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarLexer(CharStream) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- SQLGrammarListener - Interface in com.googlecode.cqengine.query.parser.sql.grammar
-
This interface defines a complete listener for a parse tree produced by
SQLGrammarParser. - SQLGrammarParser - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser(TokenStream) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- SQLGrammarParser.Alter_table_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Analyze_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.AndQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Any_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Attach_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.AttributeNameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.AttributeOrderContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Begin_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.BetweenQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Collation_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Column_aliasContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Column_constraintContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Column_defContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Column_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Commit_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Common_table_expressionContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Compound_operatorContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Compound_select_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Conflict_clauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.ContainsQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Create_index_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Create_table_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Create_trigger_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Create_view_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Create_virtual_table_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Cte_table_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Database_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Delete_stmt_limitedContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Delete_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Detach_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.DirectionContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Drop_index_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Drop_table_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Drop_trigger_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Drop_view_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.EndsWithQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.EqualQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Error_messageContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.ErrorContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.ExprContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Factored_select_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Foreign_key_clauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Foreign_tableContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Function_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.GreaterThanOrEqualToQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.GreaterThanQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.HasQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Index_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Indexed_columnContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.IndexedCollectionContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.InQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Insert_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.IsPrefixOfQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Join_clauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Join_constraintContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Join_operatorContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.KeywordContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.LessThanOrEqualToQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.LessThanQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Literal_valueContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.LogicalQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Module_argumentContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Module_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.New_table_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NotBetweenQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NotEqualQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NotHasQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NotInQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.NotQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.OrderByClauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Ordering_termContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.OrQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.ParseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Pragma_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Pragma_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Pragma_valueContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Qualified_table_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.QueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.QueryParameterContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.QueryParameterLeadingPercentContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.QueryParameterTrailingPercentContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Raise_functionContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Reindex_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Release_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Result_columnContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Rollback_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Savepoint_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Savepoint_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Select_coreContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Select_or_valuesContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Select_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Signed_numberContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Simple_select_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.SimpleQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Sql_stmt_listContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Sql_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.StartContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.StartsWithQueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Table_aliasContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Table_constraintContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Table_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Table_or_index_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Table_or_subqueryContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Transaction_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Trigger_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Type_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Unary_operatorContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Update_stmt_limitedContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Update_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.Vacuum_stmtContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.View_nameContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.WhereClauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLGrammarParser.With_clauseContext - Class in com.googlecode.cqengine.query.parser.sql.grammar
- SQLiteDiskIdentityIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.persistence.support.sqlite
-
A subclass of
SQLiteIdentityIndexintended for use with disk persistence. - SQLiteDiskIdentityIndex(SimpleAttribute<O, A>) - Constructor for class com.googlecode.cqengine.persistence.support.sqlite.SQLiteDiskIdentityIndex
- SQLiteIdentityIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.index.sqlite
-
An index which allows objects to be persisted directly in the index in serialized form, and to be accessed using a primary key attribute (as obtained from a foreign key held elsewhere).
- SQLiteIdentityIndex(SimpleAttribute<O, A>) - Constructor for class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- SQLiteIndex<A extends Comparable<A>,O,K> - Class in com.googlecode.cqengine.index.sqlite
-
An index backed by a table in a SQLite database.
- SQLiteIndex(Attribute<O, A>, SimpleAttribute<O, K>, SimpleAttribute<K, O>, String) - Constructor for class com.googlecode.cqengine.index.sqlite.SQLiteIndex
-
Constructor.
- SQLiteIndexFlags - Class in com.googlecode.cqengine.index.sqlite.support
-
Flags which can be set in query options (via
QueryFactory) which allow the behaviour ofSQLiteIndexto be adjusted. - SQLiteIndexFlags() - Constructor for class com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags
- SQLiteIndexFlags.BulkImportExternallyManged - Enum in com.googlecode.cqengine.index.sqlite.support
-
A 2-values flag that enables externally managed bulk import and specifies it's status.
- SQLiteObjectStore<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.support.sqlite
- SQLiteObjectStore(SQLitePersistence<O, A>) - Constructor for class com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore
- SQLiteOffHeapIdentityIndex<A extends Comparable<A>,O> - Class in com.googlecode.cqengine.persistence.support.sqlite
-
A subclass of
SQLiteIdentityIndexintended for use with off-heap persistence. - SQLiteOffHeapIdentityIndex(SimpleAttribute<O, A>) - Constructor for class com.googlecode.cqengine.persistence.support.sqlite.SQLiteOffHeapIdentityIndex
- SQLitePersistence<O,A extends Comparable<A>> - Interface in com.googlecode.cqengine.index.sqlite
-
An
Persistencewhich persists to a SQLite database. - SQLParser<O> - Class in com.googlecode.cqengine.query.parser.sql
-
A parser for SQL queries.
- SQLParser(Class<O>) - Constructor for class com.googlecode.cqengine.query.parser.sql.SQLParser
- StandingQueryAttribute<O> - Class in com.googlecode.cqengine.attribute
-
An attribute which wraps a query or query fragment.
- StandingQueryAttribute(Query<O>) - Constructor for class com.googlecode.cqengine.attribute.StandingQueryAttribute
- StandingQueryIndex<O> - Class in com.googlecode.cqengine.index.standingquery
-
An index which stores objects matching any type of query, and which can answer arbitrarily complex queries in constant time complexity.
- StandingQueryIndex(Query<O>) - Constructor for class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
- STAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- STAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- STAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- start() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- start() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- StartContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartContext
- StartContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- startsWith(Attribute<O, A>, A) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
StringStartsWithquery which asserts that an attribute starts with a certain string fragment. - startsWithQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- startsWithQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- startsWithQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.SimpleQueryContext
- startsWithQuery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- StartsWithQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- StartsWithQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartsWithQueryContext
- statement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- statement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- statement() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- statement(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- StatementContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- statementExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- statementExpression() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- StatementExpressionContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementExpressionContext
- STATIC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- STATIC - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- StoredResultSet<O> - Class in com.googlecode.cqengine.resultset.stored
-
An abstract ResultSet implemented by subclass ResultSets which are stored directly in indexes.
- StoredResultSet() - Constructor for class com.googlecode.cqengine.resultset.stored.StoredResultSet
- StoredSetBasedResultSet<O> - Class in com.googlecode.cqengine.resultset.stored
-
A ResultSet which is stored directly in an index, and supports additional methods to add and remove objects.
- StoredSetBasedResultSet(Set<O>) - Constructor for class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
-
Constructor.
- StoredSetBasedResultSet(Set<O>, int) - Constructor for class com.googlecode.cqengine.resultset.stored.StoredSetBasedResultSet
-
Constructor.
- stream() - Method in class com.googlecode.cqengine.resultset.ResultSet
- STRICT_REPLACEMENT - Static variable in class com.googlecode.cqengine.TransactionalIndexedCollection
-
A query option flag which can be supplied to the update method to control the replacement behaviour.
- STRICTFP - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- STRICTFP - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- STRING_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- STRING_LITERAL - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Any_nameContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.AttributeNameContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_aliasContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Error_messageContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.IndexedCollectionContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Literal_valueContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Pragma_valueContext
- STRING_LITERAL() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterContext
- STRING_LITERAL_WITH_LEADING_AND_TRAILING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- STRING_LITERAL_WITH_LEADING_AND_TRAILING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- STRING_LITERAL_WITH_LEADING_AND_TRAILING_PERCENT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingAndTrailingPercentContext
- STRING_LITERAL_WITH_LEADING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- STRING_LITERAL_WITH_LEADING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- STRING_LITERAL_WITH_LEADING_PERCENT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterLeadingPercentContext
- STRING_LITERAL_WITH_TRAILING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- STRING_LITERAL_WITH_TRAILING_PERCENT - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- STRING_LITERAL_WITH_TRAILING_PERCENT() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.QueryParameterTrailingPercentContext
- StringContains<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
-
Asserts than a
CharSequence-based attribute ends with a givenCharSequence-based suffix. - StringContains(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.StringContains
-
Creates a new
SimpleQueryinitialized to make assertions on values of the specified attribute - StringEndsWith<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
-
Asserts than a
CharSequence-based attribute ends with a givenCharSequence-based suffix. - StringEndsWith(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.StringEndsWith
-
Creates a new
SimpleQueryinitialized to make assertions on values of the specified attribute - StringIsContainedIn<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
-
Asserts than a
CharSequence-based attribute is contained in a givenCharSequence-based document. - StringIsContainedIn(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.StringIsContainedIn
-
Creates a new
SimpleQueryinitialized to make assertions on values of the specified attribute - StringIsPrefixOf<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
- StringIsPrefixOf(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.StringIsPrefixOf
- StringLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- StringLiteral - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- StringLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AttributeNameContext
- StringLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LiteralContext
- StringLiteral() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StringQueryParameterContext
- StringMatchesRegex<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
-
Asserts that an attribute's value matches a regular expression.
- StringMatchesRegex(Attribute<O, A>, Pattern) - Constructor for class com.googlecode.cqengine.query.simple.StringMatchesRegex
-
Creates a new
StringMatchesRegexinitialized to make assertions on whether values of the specified attribute match the given regular expression pattern. - StringParser - Class in com.googlecode.cqengine.query.parser.cqn.support
- StringParser - Class in com.googlecode.cqengine.query.parser.sql.support
- StringParser() - Constructor for class com.googlecode.cqengine.query.parser.cqn.support.StringParser
- StringParser() - Constructor for class com.googlecode.cqengine.query.parser.sql.support.StringParser
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ContainsQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EndsWithQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsContainedInQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.IsPrefixOfQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LongestPrefixQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MatchesRegexQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StartsWithQueryContext
- stringQueryParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- StringQueryParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StringQueryParameterContext
- StringStartsWith<O,A extends CharSequence> - Class in com.googlecode.cqengine.query.simple
-
Asserts than a
CharSequence-based attribute starts with a givenCharSequence-based prefix. - StringStartsWith(Attribute<O, A>, A) - Constructor for class com.googlecode.cqengine.query.simple.StringStartsWith
-
Creates a new
SimpleQueryinitialized to make assertions on values of the specified attribute - stripQuotes(String) - Method in class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
- stripQuotes(String) - Static method in class com.googlecode.cqengine.query.parser.cqn.support.StringParser
- stripQuotes(String) - Method in class com.googlecode.cqengine.query.parser.sql.support.DateMathParser
- stripQuotes(String) - Static method in class com.googlecode.cqengine.query.parser.sql.support.StringParser
- SUB - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SUB - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- SUB_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SUB_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- subSet(E, boolean, E, boolean) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- subSet(E, E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- SuffixTreeIndex<A extends CharSequence,O> - Class in com.googlecode.cqengine.index.suffix
-
An index backed by a
ConcurrentSuffixTree. - SuffixTreeIndex(Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Package-private constructor, used by static factory methods.
- SuffixTreeIndex(Attribute<O, A>, NodeFactory) - Constructor for class com.googlecode.cqengine.index.suffix.SuffixTreeIndex
-
Package-private constructor, used by static factory methods.
- SUPER - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SUPER - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- superSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExplicitGenericInvocationSuffixContext
- superSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- superSuffix() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- SuperSuffixContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SuperSuffixContext
- supportedQueries - Variable in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
- supportsIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.composite.CompositePersistence
- supportsIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- supportsIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- supportsIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
-
Returns true if the given index implements the
OnHeapTypeIndexmarker interface. - supportsIndex(Index<O>) - Method in interface com.googlecode.cqengine.persistence.Persistence
-
Checks if this persistence manages the given index.
- supportsIndex(Index<O>) - Method in class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
-
Returns true if the given index implements the
OnHeapTypeIndexmarker interface. - supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Returns true if the given
Queryis based on the same list of attributes as theCompoundAttributeon which this compound index is based. - supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.fallback.FallbackIndex
-
Indicates if the index can perform retrievals for the type of query supplied.
- supportsQuery(Query<O>, QueryOptions) - Method in interface com.googlecode.cqengine.index.Index
-
Indicates if the index can perform retrievals for the type of query supplied.
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SimplifiedSQLiteIndex
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIdentityIndex
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.sqlite.SQLiteIndex
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
-
Indicates if the index can perform retrievals for the type of query supplied.
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.AbstractAttributeIndex
-
Indicates if the index can perform retrievals for the type of query supplied.
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.support.PartialIndex
-
Returns true if this partial index can answer this branch of the query.
- supportsQuery(Query<O>, QueryOptions) - Method in class com.googlecode.cqengine.index.unique.UniqueIndex
- suspendSyncAndJournaling(Connection) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBQueries
- SWITCH - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SWITCH - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- switchBlockStatementGroup() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- switchBlockStatementGroup() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- switchBlockStatementGroup(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- SwitchBlockStatementGroupContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- switchLabel() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- switchLabel() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- switchLabel() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- switchLabel(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.StatementContext
- switchLabel(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchBlockStatementGroupContext
- SwitchLabelContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SwitchLabelContext
- SYNCHRONIZED - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- SYNCHRONIZED - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- SYNTAX_ERROR_LISTENER - Static variable in class com.googlecode.cqengine.query.parser.common.QueryParser
T
- T__0 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__0 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__1 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__1 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__10 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__10 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__11 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__11 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__12 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__12 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__13 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__13 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__14 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__14 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__15 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__15 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__16 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__16 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__17 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__17 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__18 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__18 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__19 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__19 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__2 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__2 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__20 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__20 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__21 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__21 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__22 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__22 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__23 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__23 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__24 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__24 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__3 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__3 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__4 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__4 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__5 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__5 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__6 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__6 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__7 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__7 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__8 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__8 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- T__9 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- T__9 - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- table_alias() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- table_alias() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- Table_aliasContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_aliasContext
- table_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- table_constraint() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- table_constraint(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- Table_constraintContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_constraintContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Alter_table_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Common_table_expressionContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_index_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_table_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_virtual_table_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Cte_table_nameContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_table_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Qualified_table_nameContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Reindex_stmtContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Result_columnContext
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- table_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- Table_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_nameContext
- table_or_index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Analyze_stmtContext
- table_or_index_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Table_or_index_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_index_nameContext
- table_or_subquery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- table_or_subquery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- table_or_subquery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- table_or_subquery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- table_or_subquery() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- table_or_subquery(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Join_clauseContext
- table_or_subquery(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_coreContext
- table_or_subquery(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Select_or_valuesContext
- table_or_subquery(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- Table_or_subqueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Table_or_subqueryContext
- tailSet(E) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- tailSet(E, boolean) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- THIS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- THIS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- threshold(Object, Double) - Static method in class com.googlecode.cqengine.query.QueryFactory
-
Creates a
Thresholdobject which may be added to query options. - Threshold - Class in com.googlecode.cqengine.query.option
-
A wrapper around a key and an associated
Doublevalue, representing the value for that threshold key which is to be applied to tune CQEngine query performance. - Threshold(Object, Double) - Constructor for class com.googlecode.cqengine.query.option.Threshold
- Thresholds - Class in com.googlecode.cqengine.query.option
-
A wrapper around
Thresholds which have been set into query options. - Thresholds(Collection<Threshold>) - Constructor for class com.googlecode.cqengine.query.option.Thresholds
- THROW - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- THROW - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- THROWS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- THROWS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- TILDE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- TILDE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- TILDE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- TILDE - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- toArray() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- toArray() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- toArray(T[]) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- toArray(T[]) - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- tokenNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
-
Deprecated.Use
CQNGrammarLexer.VOCABULARYinstead. - tokenNames - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
-
Deprecated.Use
CQNGrammarParser.VOCABULARYinstead. - tokenNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
-
Deprecated.Use
SQLGrammarLexer.VOCABULARYinstead. - tokenNames - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
-
Deprecated.Use
SQLGrammarParser.VOCABULARYinstead. - toString() - Method in class com.googlecode.cqengine.attribute.support.AbstractAttribute
- toString() - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
- toString() - Method in class com.googlecode.cqengine.entity.MapEntity
- toString() - Method in class com.googlecode.cqengine.entity.PrimaryKeyedMapEntity
- toString() - Method in class com.googlecode.cqengine.index.compound.support.CompoundAttribute
- toString() - Method in class com.googlecode.cqengine.index.compound.support.CompoundValueTuple
- toString() - Method in class com.googlecode.cqengine.index.standingquery.StandingQueryIndex
- toString() - Method in class com.googlecode.cqengine.index.support.CloseableRequestResources.CloseableResourceGroup
- toString() - Method in class com.googlecode.cqengine.index.support.KeyStatistics
- toString() - Method in class com.googlecode.cqengine.index.support.KeyValueMaterialized
- toString() - Method in class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- toString() - Method in class com.googlecode.cqengine.persistence.disk.DiskPersistence
- toString() - Method in class com.googlecode.cqengine.persistence.offheap.OffHeapPersistence
- toString() - Method in class com.googlecode.cqengine.query.comparative.LongestPrefix
- toString() - Method in class com.googlecode.cqengine.query.comparative.Max
- toString() - Method in class com.googlecode.cqengine.query.comparative.Min
- toString() - Method in class com.googlecode.cqengine.query.logical.And
- toString() - Method in class com.googlecode.cqengine.query.logical.Not
- toString() - Method in class com.googlecode.cqengine.query.logical.Or
- toString() - Method in class com.googlecode.cqengine.query.option.ArgumentValidationOption
- toString() - Method in class com.googlecode.cqengine.query.option.AttributeOrder
- toString() - Method in class com.googlecode.cqengine.query.option.DeduplicationOption
- toString() - Method in class com.googlecode.cqengine.query.option.FlagsDisabled
- toString() - Method in class com.googlecode.cqengine.query.option.FlagsEnabled
- toString() - Method in class com.googlecode.cqengine.query.option.IsolationOption
- toString() - Method in class com.googlecode.cqengine.query.option.OrderByOption
- toString() - Method in class com.googlecode.cqengine.query.option.QueryOptions
- toString() - Method in class com.googlecode.cqengine.query.option.Thresholds
- toString() - Method in class com.googlecode.cqengine.query.simple.All
- toString() - Method in class com.googlecode.cqengine.query.simple.Between
- toString() - Method in class com.googlecode.cqengine.query.simple.Equal
- toString() - Method in class com.googlecode.cqengine.query.simple.ExistsIn
- toString() - Method in class com.googlecode.cqengine.query.simple.GreaterThan
- toString() - Method in class com.googlecode.cqengine.query.simple.Has
- toString() - Method in class com.googlecode.cqengine.query.simple.In
- toString() - Method in class com.googlecode.cqengine.query.simple.LessThan
- toString() - Method in class com.googlecode.cqengine.query.simple.None
- toString() - Method in class com.googlecode.cqengine.query.simple.StringContains
- toString() - Method in class com.googlecode.cqengine.query.simple.StringEndsWith
- toString() - Method in class com.googlecode.cqengine.query.simple.StringIsContainedIn
- toString() - Method in class com.googlecode.cqengine.query.simple.StringMatchesRegex
- toString() - Method in class com.googlecode.cqengine.query.simple.StringStartsWith
- transaction_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Begin_stmtContext
- transaction_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Commit_stmtContext
- transaction_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Rollback_stmtContext
- transaction_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Transaction_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Transaction_nameContext
- TransactionalIndexedCollection<O> - Class in com.googlecode.cqengine
-
Extends
ConcurrentIndexedCollectionwith support for READ_COMMITTED transaction isolation using Multiversion concurrency control (MVCC). - TransactionalIndexedCollection(Class<O>) - Constructor for class com.googlecode.cqengine.TransactionalIndexedCollection
-
Creates a new
TransactionalIndexedCollectionwith default settings, usingOnHeapPersistence. - TransactionalIndexedCollection(Class<O>, Persistence<O, A>) - Constructor for class com.googlecode.cqengine.TransactionalIndexedCollection
-
Creates a new
TransactionalIndexedCollectionwhich will use the given factory to create the backing set. - TRANSIENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- TRANSIENT - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- trigger_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- trigger_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_trigger_stmtContext
- trigger_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Trigger_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Trigger_nameContext
- TRY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- TRY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- TupleCombinationGenerator - Class in com.googlecode.cqengine.index.compound.support
-
Contains static utility methods for generating combinations of elements between lists.
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationTypeElementRestContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ExpressionContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceMethodDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.MethodDeclarationContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.PrimaryContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- type() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- type(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- type(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- type_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Column_defContext
- type_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- type_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Type_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Type_nameContext
- typeArgument() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeArgument() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- typeArgument(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- TypeArgumentContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentContext
- typeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- typeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeArguments() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsOrDiamondContext
- typeArguments(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassOrInterfaceTypeContext
- TypeArgumentsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsContext
- typeArgumentsOrDiamond() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- typeArgumentsOrDiamond() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeArgumentsOrDiamond(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CreatedNameContext
- TypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeArgumentsOrDiamondContext
- typeBound() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeBound() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- TypeBoundContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeBoundContext
- TypeContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeContext
- typeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.BlockStatementContext
- typeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- typeDeclaration() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeDeclaration(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CompilationUnitContext
- TypeDeclarationContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeDeclarationContext
- typeList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- typeList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnumDeclarationContext
- typeList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- typeList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.NonWildcardTypeArgumentsContext
- typeList() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- TypeListContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeListContext
- typeParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- typeParameter() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
- typeParameter(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
- TypeParameterContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParameterContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ClassDeclarationContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericConstructorDeclarationContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericInterfaceMethodDeclarationContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.GenericMethodDeclarationContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.InterfaceDeclarationContext
- typeParameters() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- TypeParametersContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.TypeParametersContext
U
- unary_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ExprContext
- unary_operator() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Unary_operatorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Unary_operatorContext
- UNEXPECTED_CHAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- UNEXPECTED_CHAR - Variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- UNEXPECTED_CHAR - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- UNEXPECTED_CHAR() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.ErrorContext
- UniqueConstraintViolatedException(String) - Constructor for exception com.googlecode.cqengine.index.unique.UniqueIndex.UniqueConstraintViolatedException
- UniqueIndex<A,O> - Class in com.googlecode.cqengine.index.unique
-
An index backed by a
ConcurrentHashMap, which can be more efficient thanHashIndexwhen used with (and only with) attributes which uniquely identify objects (primary key-type attributes). - UniqueIndex(Factory<ConcurrentMap<A, O>>, Attribute<O, A>) - Constructor for class com.googlecode.cqengine.index.unique.UniqueIndex
-
Package-private constructor, used by static factory methods.
- UniqueIndex.DefaultIndexMapFactory<A,O> - Class in com.googlecode.cqengine.index.unique
-
Creates an index map using default settings.
- UniqueIndex.UniqueConstraintViolatedException - Exception in com.googlecode.cqengine.index.unique
- uniqueResult() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableFilteringResultSet
- uniqueResult() - Method in class com.googlecode.cqengine.resultset.closeable.CloseableResultSet
- uniqueResult() - Method in class com.googlecode.cqengine.resultset.ResultSet
-
Returns the first object returned by the iterator of this
ResultSet, and throws an exception if the iterator does not provide exactly one object. - UnmodifiableIterator<O> - Class in com.googlecode.cqengine.resultset.iterator
-
An iterator whose
UnmodifiableIterator.remove()method throwsUnsupportedOperationException. - UnmodifiableIterator() - Constructor for class com.googlecode.cqengine.resultset.iterator.UnmodifiableIterator
- UnmodifiableNavigableSet<E> - Class in com.googlecode.cqengine.index.support
-
A read-only view of a NavigableSet.
- UnmodifiableNavigableSet(NavigableSet<E>) - Constructor for class com.googlecode.cqengine.index.support.UnmodifiableNavigableSet
- update(Iterable<O>, Iterable<O>) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Removes or adds objects to/from the collection and indexes in bulk.
- update(Iterable<O>, Iterable<O>) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Removes or adds objects to/from the collection and indexes in bulk.
- update(Iterable<O>, Iterable<O>) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
-
This is the same as calling without any query options:
TransactionalIndexedCollection.update(Iterable, Iterable, com.googlecode.cqengine.query.option.QueryOptions). - update(Iterable<O>, Iterable<O>, QueryOptions) - Method in class com.googlecode.cqengine.ConcurrentIndexedCollection
-
Removes or adds objects to/from the collection and indexes in bulk.
- update(Iterable<O>, Iterable<O>, QueryOptions) - Method in interface com.googlecode.cqengine.IndexedCollection
-
Removes or adds objects to/from the collection and indexes in bulk.
- update(Iterable<O>, Iterable<O>, QueryOptions) - Method in class com.googlecode.cqengine.TransactionalIndexedCollection
-
Removes or adds objects to/from the collection and indexes in bulk.
- update_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- update_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- update_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- update_stmt(int) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_trigger_stmtContext
- update_stmt_limited() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- update_stmt_limited() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Update_stmt_limitedContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- Update_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- URSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- URSHIFT_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- USE_HUMAN_READABLE_NAMES_FOR_GETTERS - Static variable in class com.googlecode.cqengine.codegen.AttributeNameProducers
-
If the member is a method, whose name starts with a getter prefix, converts the name of the getter method to a more human readable form, by stripping the getter prefix and converting the first character to lowercase.
- USE_MEMBER_NAMES_VERBATIM - Static variable in class com.googlecode.cqengine.codegen.AttributeNameProducers
-
Returns the name of the member verbatim.
- UTC - Static variable in class com.googlecode.cqengine.query.parser.cqn.support.ApacheSolrDataMathParser
V
- vacuum_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Sql_stmtContext
- vacuum_stmt() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- Vacuum_stmtContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Vacuum_stmtContext
- VALIDATE - com.googlecode.cqengine.query.option.ArgumentValidationStrategy
- validateAllQueriesParsed(int, int) - Static method in class com.googlecode.cqengine.query.parser.common.ParserUtils
- validatedParse(Class<A>, String) - Method in class com.googlecode.cqengine.query.parser.common.ValueParser
- validateExpectedNumberOfChildQueries(int, int) - Static method in class com.googlecode.cqengine.query.parser.common.ParserUtils
- validateObjectIsRoundTripSerializable(O) - Static method in class com.googlecode.cqengine.persistence.support.serialization.KryoSerializer
-
Performs sanity tests on the given POJO object, to check if it can be serialized and deserialized with Kryo serialzier as used by CQEngine.
- validateObjectTypeParameter(Class<?>, String) - Static method in class com.googlecode.cqengine.query.parser.common.ParserUtils
- valueOf(boolean) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(boolean[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(byte) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(byte[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(char) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(char[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(double) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(double[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(float) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(float[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(int) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(int[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(long) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(long[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(short) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(short[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(String) - Static method in enum com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags.BulkImportExternallyManged
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.cqengine.query.option.ArgumentValidationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.cqengine.query.option.DeduplicationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.cqengine.query.option.EngineFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.cqengine.query.option.EngineThresholds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.cqengine.query.option.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(List<T>) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(T) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- valueOf(T[]) - Static method in class com.googlecode.cqengine.codegen.support.GeneratedAttributeSupport
- ValueParser<A> - Class in com.googlecode.cqengine.query.parser.common
- ValueParser() - Constructor for class com.googlecode.cqengine.query.parser.common.ValueParser
- valueParsers - Variable in class com.googlecode.cqengine.query.parser.common.QueryParser
- values() - Method in class com.googlecode.cqengine.entity.MapEntity
- values() - Static method in enum com.googlecode.cqengine.index.sqlite.support.SQLiteIndexFlags.BulkImportExternallyManged
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.cqengine.query.option.ArgumentValidationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.cqengine.query.option.DeduplicationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.cqengine.query.option.EngineFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.cqengine.query.option.EngineThresholds
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.cqengine.query.option.IsolationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueSetFactory - Variable in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- variableDeclarator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- variableDeclarator() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- variableDeclarator(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- VariableDeclaratorContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- variableDeclaratorId() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- VariableDeclaratorIdContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorIdContext
- variableDeclarators() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.AnnotationConstantRestContext
- variableDeclarators() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FieldDeclarationContext
- variableDeclarators() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- variableDeclarators() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- VariableDeclaratorsContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorsContext
- variableInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- variableInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ConstantDeclaratorContext
- variableInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableDeclaratorContext
- variableInitializer() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- variableInitializer(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ArrayInitializerContext
- VariableInitializerContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableInitializerContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- variableModifier() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.CatchClauseContext
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.EnhancedForControlContext
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.FormalParameterContext
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LastFormalParameterContext
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.LocalVariableDeclarationContext
- variableModifier(int) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.ResourceContext
- VariableModifierContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VariableModifierContext
- verboseBetweenQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.SimpleQueryContext
- verboseBetweenQuery() - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- VerboseBetweenQueryContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser.VerboseBetweenQueryContext
- view_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Create_view_stmtContext
- view_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Drop_view_stmtContext
- view_name() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- View_nameContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.View_nameContext
- visitErrorNode(ErrorNode) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
- visitErrorNode(ErrorNode) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
- visitTerminal(TerminalNode) - Method in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarBaseListener
- visitTerminal(TerminalNode) - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener
- VOCABULARY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- VOCABULARY - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- VOCABULARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- VOCABULARY - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- VOID - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- VOID - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- VOLATILE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- VOLATILE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
W
- whereClause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.StartContext
- whereClause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- WhereClauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.WhereClauseContext
- WHILE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- WHILE - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmt_limitedContext
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Delete_stmtContext
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Insert_stmtContext
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmt_limitedContext
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.Update_stmtContext
- with_clause() - Method in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- With_clauseContext(ParserRuleContext, int) - Constructor for class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser.With_clauseContext
- withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.BigDecimalQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.BigIntegerQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.DoubleQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.FloatQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.IntegerQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withCompressionFactor(int) - Static method in class com.googlecode.cqengine.quantizer.LongQuantizer
-
Returns a
Quantizerwhich converts the input value to the nearest multiple of the compression factor, in the direction towards zero. - withoutPrimaryKey() - Static method in class com.googlecode.cqengine.persistence.onheap.OnHeapPersistence
-
Creates an
OnHeapPersistenceobject which persists to the Java heap, without specifying a primary key. - withQuantizerOnAttribute(Factory<ConcurrentMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Quantizer<A>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.hash.HashIndex
- withQuantizerOnAttribute(Factory<ConcurrentNavigableMap<A, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Quantizer<A>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Creates a
NavigableIndexon the given attribute using the givenQuantizer. - withQuantizerOnAttribute(Quantizer<A>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.hash.HashIndex
- withQuantizerOnAttribute(Quantizer<A>, Attribute<O, A>) - Static method in class com.googlecode.cqengine.index.navigable.NavigableIndex
-
Creates a
NavigableIndexon the given attribute using the givenQuantizer. - withQuantizerOnAttributes(Factory<ConcurrentMap<CompoundValueTuple<O>, StoredResultSet<O>>>, Factory<StoredResultSet<O>>, Quantizer<CompoundValueTuple<O>>, Attribute<O, ?>...) - Static method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Creates a new
CompoundIndexusing the givenQuantizeron the given combination of attributes. - withQuantizerOnAttributes(Quantizer<CompoundValueTuple<O>>, Attribute<O, ?>...) - Static method in class com.googlecode.cqengine.index.compound.CompoundIndex
-
Creates a new
CompoundIndexusing the givenQuantizeron the given combination of attributes. - wrap(Connection, Lock) - Static method in class com.googlecode.cqengine.persistence.support.sqlite.LockReleasingConnection
- wrapAsCloseable(ResultSet) - Static method in class com.googlecode.cqengine.index.sqlite.support.DBUtils
- wrapAsUnmodifiable(Iterator<T>) - Static method in class com.googlecode.cqengine.resultset.iterator.IteratorUtil
-
Wraps the given Iterator as an
UnmodifiableIterator. - wrapNonCloseable(Iterable<T>) - Static method in class com.googlecode.cqengine.index.support.AbstractMapBasedAttributeIndex
- wrappedResultSet - Variable in class com.googlecode.cqengine.resultset.common.WrappedResultSet
- WrappedResultSet<O> - Class in com.googlecode.cqengine.resultset.common
-
A ResultSet which wraps another.
- WrappedResultSet(ResultSet<O>) - Constructor for class com.googlecode.cqengine.resultset.common.WrappedResultSet
- WrappingPersistence<O,A extends Comparable<A>> - Class in com.googlecode.cqengine.persistence.wrapping
-
Specifies to wrap and use a given collection for persistence.
- WrappingPersistence(Collection<O>) - Constructor for class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
- WrappingPersistence(Collection<O>, SimpleAttribute<O, A>) - Constructor for class com.googlecode.cqengine.persistence.wrapping.WrappingPersistence
- wrapWithCostCachingIfNecessary(ResultSet<O>) - Static method in class com.googlecode.cqengine.resultset.common.ResultSets
-
Returns the given
ResultSetas-is if it is already an instance ofCostCachingResultSet, otherwise wraps it accordingly and returns the result. - wrapWithCostCachingIfNecessary(Iterable<? extends ResultSet<O>>) - Static method in class com.googlecode.cqengine.resultset.common.ResultSets
-
Returns a list of
CostCachingResultSets, by copying from the result sets given, wrapping them as necessary viaResultSets.wrapWithCostCachingIfNecessary(ResultSet). - WS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- WS - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
X
- XOR_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- XOR_ASSIGN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
_
- _ATN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- _ATN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- _ATN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- _ATN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- _decisionToDFA - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- _decisionToDFA - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- _decisionToDFA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- _decisionToDFA - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- _serializedATN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- _serializedATN - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- _serializedATN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- _serializedATN - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
- _sharedContextCache - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer
- _sharedContextCache - Static variable in class com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser
- _sharedContextCache - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarLexer
- _sharedContextCache - Static variable in class com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarParser
All Classes All Packages