Package org.apache.jdo.tck.query

Class Summary
AssignmentPrePostIncrementDecrementNotSupported Title: Assignment, Pre- and Post-Increment and Decrement Operators are not supported
Keywords: query
Assertion IDs: A14.6.2-7.
BoundParameterCheck Title: Each parameter named in the parameter declaration must be bound to a value when executing the query.
Cast Title: Cast Query Operator
Keywords: query
Assertion ID: A14.6.2-38.
Close Title: Close
Keywords: query
Assertion ID: A14.6.7-1.
CloseAll Title: Close All
Keywords: query
Assertion ID: A14.6.7-2.
ComparingCollectionFieldToNull Title: Comparing a Collection Field to Null
Keywords: query nullcollection
Assertion ID: A14.6.2-36.
ComparingPersistentAndNonPersistentInstance Title: Comparing persistent and non-persistent instance
Keywords: query
Assertion ID: A14.6.2-44.
CompileQuery Title: Compile Query
Keywords: query
Assertion ID: A14.6-14.
DeclareImports Title: Declare Imports
Keywords: query
Assertion ID: A14.6-8.
DeclareParameters Title: Declare Parameters
Keywords: query
Assertion ID: A14.6-10.
DeclareVariables Title: Declare Variables
Keywords: query
Assertion ID: A14.6-9.
DenoteUniquenessInFilter Title: Element Returned in Query Result
Keywords: query
Assertion ID: A14.6.2-2.
ExecuteQuery Title: Execute Query
Keywords: query
Assertion ID: A14.6.1-3.
ExecuteQueryWhenPersistenceManagerIsClosed Title: Execute Query when Persistence Manager is Closed
Keywords: query
Assertion ID: A14.6.1-1.
ExecuteQueryWithArray Title: Execute Query with Array
Keywords: query
Assertion ID: A14.6.1-6.
ExecuteQueryWithMap Title: Execute Query with Map
Keywords: query
Assertion ID: A14.6.1-5.
ExecutingMultipleQueriesSimultaneouslyIsThreadSafe Title: Executing Multiple Queries Simultaneously is ThreadSafe
Keywords: query concurrency
Assertion ID: A14.3-2.
ExecutingQueryWhenNoTransactionNoNontransactionalRead Title: Executing Query when no Transaction, no NontransactionalRead
Keywords: query
Assertion ID: A14.6.1-2.
GetIgnoreCache Title: Get IgnoreCache
Keywords: query
Assertion ID: A14.6-13.
GetPersistenceManager Title: Get PersistenceManager
Keywords: query
Assertion ID: A14.6-2.
GetPersistenceManagerFromRestoredSerializedQuery Title: Get PersistenceManager From Restored Serialized Query
Keywords: query
Assertion ID: A14.6-3.
IgnoreCacheFalse Title: Query with ignoreCache=false.
ImmutableQueryResult Title: Changing query result fails.
MethodsAndObjectConstructionNotSupported Title: Methods and Object Construction not Supported
Keywords: query
Assertion ID: A14.6.2-8.
MultipleActiveQueryInstanceInSamePersistenceManager Title: Multiple Active Query Instances in Same PersistenceMana ger
Keywords: query concurrency
Assertion ID: A14.3-1.
MultipleIdenticalImports Title: Multiple identical imports
Keywords: query
Assertion ID: A14.4-5.
NamespaceOfIdentifiers Title: Namespace of Identifiers
Keywords: query
Assertion ID: A14.6.2-11.
NavigationThroughACollectionField Title: Navigation Through a Collection Field
Keywords: query
Assertion ID: A14.6.2-10.
NavigationThroughANullValuedField Title: Navigation Through a Null-Valued Field
Keywords: query
Assertion ID: A14.6.2-9.
NavigationThroughReferencesUsesDotOperator Title: Navigation Through a References uses Dot Operator
Keywords: query
Assertion ID: A14.6.2-13.
NewQueryFromExistingQueryBoundToPMFromSameVendor Title: New Query From Existing Query Bound to PersistenceManag er From Same Vendor
Keywords: query
Assertion ID: A14.5-3.
NewQueryFromRestoredSerializedQuery Title: New Query From Existing Serialized Query
Keywords: query
Assertion ID: A14.5-2.
NewQueryWithCandidateClass Title: New Query with Candidate Class
Keywords: query
Assertion ID: A14.5-5.
NewQueryWithCandidateClassAndCollection Title: New Query with Candidate Class and Collection
Keywords: query extent
Assertion ID: A14.5-7.
NewQueryWithCandidateClassAndExtent Title: New Query with Candidate Class and Extent
Keywords: query extent
Assertion ID: A14.5-6.
NewQueryWithCandidateClassAndFilter Title: New Query with Candidate Class and Filter
Keywords: query
Assertion ID: A14.5-8.
NewQueryWithCandidateClassCollectionFilter Title: New Query with Candidate Class, Collection, and Filter
Keywords: query
Assertion ID: A14.5-9.
NewQueryWithExtent Title: New Query
Keywords: query
Assertion IDs: A14.5-1.
NewQueryWithExtentAndFilter Title: New Query
Keywords: query
Assertion IDs: A14.5-10.
NewQueryWithSpecifiedLanguageAndQuery Title: New Query With Specified Language and Query
Keywords: query
Assertion ID: A14.5-4.
NullCollectionsAndContainsMethod Title: Null Collections and Contains Method
Keywords: query nullcollection
Assertion ID: A14.6.2-35.
NullCollectionsAndIsEmpty Title: Handling of Null Collections and isEmpty in Queries
Keywords: query nullcollection
Assertion ID: A14.6.2-34.
OrderingSpecification Title: Ordering Specification
Keywords: query
Assertion ID: A14.6.6-1.
ParameterBoundToDifferentPM Title: Element Returned in Query Result
Keywords: query
Assertion ID: A14.6.1-8.
ParameterDeclaredWithSameNameAsFieldOfCandidateClass Title: Parameter Declared with Same Name as Field of Candidate Class
Keywords: query
Assertion ID: A14.4-2.
ParenthesesMarkOperatorPrecedence Title: Parentheses Mark Operator Precedence
Keywords: query
Assertion ID: A14.6.2-37.
PrimitiveParameterPassedAsNull Title: Primtive type parameter executed null value
Keywords: query
Assertion ID: A14.6.3-1.
QueryIsSerializable Title: Query is Serializable
Keywords: query
Assertion ID: A14.3-7 A14.6-1.
QueryResultPassedToAnotherQuery Title: Query Result Passed to Another Query
Keywords: query
Assertion ID: A14.6.1-4.
QueryTest  
QueryWithNoFilter Title: Query with no Filter
Keywords: query
Assertion ID: A14.6.2-1.
RestoredSerializedQueryInstanceLosesAssociationWithPM Title: Restored Serialized Query Instance Loses Association With PM
Keywords: query
Assertion ID: A14.3-8.
SeparateNamespaceForTypeNames Title: Namespace of Type Names Separate From Fields, Variables, Parameters
Keywords: query
Assertion ID: A14.4-1.
SetCandidateCollection Title: Set Candidate Collection
Keywords: query
Assertion ID: A14.6-5.
SetCandidateExtent Title: Set Candidate Extent
Keywords: query extent
Assertion ID: A14.6-6.
SetFilter Title: Set Filter
Keywords: query
Assertion ID: A14.6-7.
SetIgnoreCache Title: Set IgnoreCache
Keywords: query
Assertion ID: A14.6-12.
SetOrdering Title: Set Ordering
Keywords: query
Assertion ID: A14.6-11.
SetterReplacePreviousValues Title: Setter replace previous values.
StartsWithAndEndsWith Title: StartsWith and EndsWith Query Operators
Keywords: query
Assertion ID: A14.6.2-33.
SupportedCollectionMethods Title:Supported collection methods
Keywords: query collection
Assertion ID: A14.6.2-44.
ThisIsReservedWordForElementOfCollection Title: This is Reserved Word for Element of Collection
Keywords: query
Assertion ID: A14.6.2-12.
UseOfThisToAcessHiddenField Title: Use of this to Access Hidden Field
Keywords: query
Assertion ID: A14.4-4.
VariableDeclaredWithSameNameAsFieldOfCandidateClass Title: Variable Declared with Same Name as Field of Candidate Class
Keywords: query
Assertion ID: A14.4-3.
WhiteSpaceIsACharacterAndIgnored Title: White Space is a Character and is Ignored
Keywords: query
Assertion ID: A14.6.2-6.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.