|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.tranql.ql used by org.tranql.builder | |
AliasedEntity
This abstract class associates and alias with a schema entity. |
|
Node
|
|
Path
This node represents a navigation in the object graph. |
|
QueryBinding
|
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
Where
This is a where clause of a select query. |
Classes in org.tranql.ql used by org.tranql.cache | |
Query
This node represents a select query. |
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
Select
This is the select clause of a select query. |
Classes in org.tranql.ql used by org.tranql.ejb | |
Query
This node represents a select query. |
|
QueryBinding
|
|
QueryException
|
Classes in org.tranql.ql used by org.tranql.ejb.parser | |
AggregateFunction
This node represents an aggregate function call. |
|
AliasedEntity
This abstract class associates and alias with a schema entity. |
|
Between
This node represents a between operator in a where clause. |
|
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
BooleanLiteral
This node is a string literal used in a where clause. |
|
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
|
Empty
|
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
From
This node represents the from clause of a select query. |
|
Function
This node represents a function call. |
|
In
|
|
IsNull
This node represents an IS NULL operator in a where clause. |
|
Like
|
|
Literal
|
|
MemberOf
|
|
Node
|
|
Not
This node is a logical not operator. |
|
NumericLiteral
This node is an exact number literal value. |
|
OrderBy
|
|
ParameterReference
This node is a parameter of the query. |
|
Path
This node represents a navigation in the object graph. |
|
Query
This node represents a select query. |
|
QueryBinding
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
RowConstructor
This node is holds the list of columns for an instert statement. |
|
Select
This is the select clause of a select query. |
|
StringLiteral
This node is a string literal used in a where clause. |
|
UnaryOperator
|
|
Where
This is a where clause of a select query. |
Classes in org.tranql.ql used by org.tranql.ejbqlcompiler | |
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
Function
This node represents a function call. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
Node
|
|
Query
This node represents a select query. |
|
QueryException
|
|
QueryVisitor
|
|
Select
This is the select clause of a select query. |
Classes in org.tranql.ql used by org.tranql.intertxcache | |
Query
This node represents a select query. |
|
QueryException
|
Classes in org.tranql.ql used by org.tranql.ql | |
AbstractNode
This is the base class of the node type used in the abstract syntax tree. |
|
AggregateFunction
This node represents an aggregate function call. |
|
AggregateFunction.FunctionType
|
|
AliasedEntity
This abstract class associates and alias with a schema entity. |
|
Assignment
This node represents an assignment in an update statement. |
|
AttributeReference
This node represents an attribute navigation of an entity. |
|
Between
This node represents a between operator in a where clause. |
|
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
BooleanLiteral
This node is a string literal used in a where clause. |
|
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
DataType
|
|
Delete
This subclass is used to identify the entity type that will be deleted using a delete query. |
|
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
|
Empty
|
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
Exists
|
|
FKAttributeReference
|
|
From
This node represents the from clause of a select query. |
|
Function
This node represents a function call. |
|
Function.FunctionType
|
|
In
|
|
Insert
This subclass is used to identify the entity type that will be inserted using an insert query. |
|
IsNull
This node represents an IS NULL operator in a where clause. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
Like
|
|
Literal
|
|
MemberOf
|
|
Node
|
|
Not
This node is a logical not operator. |
|
NumericLiteral
This node is an exact number literal value. |
|
OrderBy
|
|
ParameterReference
This node is a parameter of the query. |
|
Path
This node represents a navigation in the object graph. |
|
Query
This node represents a select query. |
|
QueryBinding
|
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
RowConstructor
This node is holds the list of columns for an instert statement. |
|
SchemaBinding
|
|
Select
This is the select clause of a select query. |
|
SetList
This node is the list of set statements used in an update query. |
|
StringLiteral
This node is a string literal used in a where clause. |
|
SubQuery
|
|
SubQuerySource
|
|
TableConstructor
A table constructor is used in an insert statment an contains a table of rows to insert into a table. |
|
UnaryOperator
|
|
UnaryOperator.UnaryOperatorType
|
|
Update
This subclass is used to identify the entity type that will be updated using an update query. |
|
Where
This is a where clause of a select query. |
Classes in org.tranql.ql used by org.tranql.ql.queryvisitor | |
AggregateFunction
This node represents an aggregate function call. |
|
Assignment
This node represents an assignment in an update statement. |
|
AttributeReference
This node represents an attribute navigation of an entity. |
|
Between
This node represents a between operator in a where clause. |
|
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
BooleanLiteral
This node is a string literal used in a where clause. |
|
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
Delete
This subclass is used to identify the entity type that will be deleted using a delete query. |
|
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
|
Empty
|
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
Exists
|
|
FKAttributeReference
|
|
From
This node represents the from clause of a select query. |
|
Function
This node represents a function call. |
|
In
|
|
Insert
This subclass is used to identify the entity type that will be inserted using an insert query. |
|
IsNull
This node represents an IS NULL operator in a where clause. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
Like
|
|
MemberOf
|
|
Node
|
|
Not
This node is a logical not operator. |
|
NumericLiteral
This node is an exact number literal value. |
|
OrderBy
|
|
ParameterReference
This node is a parameter of the query. |
|
Path
This node represents a navigation in the object graph. |
|
Query
This node represents a select query. |
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
RowConstructor
This node is holds the list of columns for an instert statement. |
|
Select
This is the select clause of a select query. |
|
SetList
This node is the list of set statements used in an update query. |
|
StringLiteral
This node is a string literal used in a where clause. |
|
SubQuery
|
|
SubQuerySource
|
|
TableConstructor
A table constructor is used in an insert statment an contains a table of rows to insert into a table. |
|
UnaryOperator
|
|
Update
This subclass is used to identify the entity type that will be updated using an update query. |
|
Where
This is a where clause of a select query. |
Classes in org.tranql.ql used by org.tranql.query | |
AggregateFunction
This node represents an aggregate function call. |
|
Assignment
This node represents an assignment in an update statement. |
|
AttributeReference
This node represents an attribute navigation of an entity. |
|
Between
This node represents a between operator in a where clause. |
|
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
BooleanLiteral
This node is a string literal used in a where clause. |
|
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
Delete
This subclass is used to identify the entity type that will be deleted using a delete query. |
|
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
|
Empty
|
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
Exists
|
|
FKAttributeReference
|
|
From
This node represents the from clause of a select query. |
|
Function
This node represents a function call. |
|
In
|
|
Insert
This subclass is used to identify the entity type that will be inserted using an insert query. |
|
IsNull
This node represents an IS NULL operator in a where clause. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
Like
|
|
MemberOf
|
|
Node
|
|
Not
This node is a logical not operator. |
|
NumericLiteral
This node is an exact number literal value. |
|
OrderBy
|
|
ParameterReference
This node is a parameter of the query. |
|
Path
This node represents a navigation in the object graph. |
|
Query
This node represents a select query. |
|
QueryBinding
|
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
RowConstructor
This node is holds the list of columns for an instert statement. |
|
Select
This is the select clause of a select query. |
|
SetList
This node is the list of set statements used in an update query. |
|
StringLiteral
This node is a string literal used in a where clause. |
|
SubQuery
|
|
SubQuerySource
|
|
TableConstructor
A table constructor is used in an insert statment an contains a table of rows to insert into a table. |
|
UnaryOperator
|
|
Update
This subclass is used to identify the entity type that will be updated using an update query. |
|
Where
This is a where clause of a select query. |
Classes in org.tranql.ql used by org.tranql.sql | |
QueryException
|
Classes in org.tranql.ql used by org.tranql.sql.db2 | |
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
QueryException
|
|
QueryVisitor
|
Classes in org.tranql.ql used by org.tranql.sql.jdbc | |
Query
This node represents a select query. |
|
QueryException
|
|
SchemaBinding
|
Classes in org.tranql.ql used by org.tranql.sql.jdbc.binding | |
QueryBinding
|
|
QueryException
|
|
SchemaBinding
|
Classes in org.tranql.ql used by org.tranql.sql.oracle | |
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
QueryException
|
|
QueryVisitor
|
Classes in org.tranql.ql used by org.tranql.sql.prefetch | |
AliasedEntity
This abstract class associates and alias with a schema entity. |
|
Query
This node represents a select query. |
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QuerySourceDictionary
|
|
QueryVisitor
|
|
Select
This is the select clause of a select query. |
Classes in org.tranql.ql used by org.tranql.sql.sql92 | |
AggregateFunction
This node represents an aggregate function call. |
|
Assignment
This node represents an assignment in an update statement. |
|
AttributeReference
This node represents an attribute navigation of an entity. |
|
Between
This node represents a between operator in a where clause. |
|
BinaryOperation
This node is used in a where clause to represent a binary logical comparison, arithmetic operation or a equivlency comparison. |
|
BooleanLiteral
This node is a string literal used in a where clause. |
|
ConditionalAssignment
This class represents a conditional assignment in an update statement. |
|
Delete
This subclass is used to identify the entity type that will be deleted using a delete query. |
|
DerivedTable
This class is really intended to be used for SQL, but for now we are using it for the Linda IN clause in EJB-QL. |
|
Empty
|
|
EntityReference
An entity reference is used in the select clause to represent an entity. |
|
Exists
|
|
FKAttributeReference
|
|
From
This node represents the from clause of a select query. |
|
Function
This node represents a function call. |
|
In
|
|
Insert
This subclass is used to identify the entity type that will be inserted using an insert query. |
|
IsNull
This node represents an IS NULL operator in a where clause. |
|
Join
This node represents a JOIN cluase in the FROM clause of a SELECT statement. |
|
Like
|
|
MemberOf
|
|
Node
|
|
Not
This node is a logical not operator. |
|
NumericLiteral
This node is an exact number literal value. |
|
OrderBy
|
|
ParameterReference
This node is a parameter of the query. |
|
Path
This node represents a navigation in the object graph. |
|
Query
This node represents a select query. |
|
QueryBinding
|
|
QueryException
|
|
QuerySource
This subclass is used for select queries and adds a forUpdate flag. |
|
QueryVisitor
|
|
RowConstructor
This node is holds the list of columns for an instert statement. |
|
Select
This is the select clause of a select query. |
|
SetList
This node is the list of set statements used in an update query. |
|
StringLiteral
This node is a string literal used in a where clause. |
|
SubQuery
|
|
SubQuerySource
|
|
TableConstructor
A table constructor is used in an insert statment an contains a table of rows to insert into a table. |
|
UnaryOperator
|
|
Update
This subclass is used to identify the entity type that will be updated using an update query. |
|
Where
This is a where clause of a select query. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |