Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
FromClause
A FromClause is an interface for subparts held in a FROM clause.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
OrderBy
Represents the ORDER BY clause of a query.
|
SPParameter
Represents a StoredProcedure's parameter for encapsulation in the Query framework
This is basically a holder object set from the Server's implementation of
a stored procedure.
|
WithQueryCommand |
Class and Description |
---|
AlterProcedure |
AlterTrigger |
AlterView |
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Create |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
Drop |
DynamicCommand |
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
ObjectTable |
Query
A representation of a data query.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Class and Description |
---|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
MatchCriteria.PatternTranslator
Utility to convert the pattern into a different match syntax
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Class and Description |
---|
CacheHint |
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
SPParameter
Represents a StoredProcedure's parameter for encapsulation in the Query framework
This is basically a holder object set from the Server's implementation of
a stored procedure.
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
ProcedureContainer |
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
Option
Represents MetaMatrix extension options to normal SQL.
|
OrderBy
Represents the ORDER BY clause of a query.
|
ProcedureContainer |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
UnaryFromClause
A FROM subpart that represents a single group.
|
WithQueryCommand |
Class and Description |
---|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
Class and Description |
---|
AbstractCompareCriteria
The common functionality of a
CompareCriteria and a
SubqueryCompareCriteria . |
AbstractSetCriteria
This is an abstract class to define some common functionality in the two varieties of
IN criteria:
SetCriteria (where values are specified) and SubquerySetCriteria
(where a subquery is defined and will supply the values for the IN set). |
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
CompoundCriteria
This class represents a compound criteria for logical expressions.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
JoinType
This class represents a join type.
|
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
NotCriteria
A logical criteria that takes the logical NOT of the contained criteria.
|
Option.MakeDep |
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SetQuery.Operation |
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
Class and Description |
---|
AbstractSetCriteria
This is an abstract class to define some common functionality in the two varieties of
IN criteria:
SetCriteria (where values are specified) and SubquerySetCriteria
(where a subquery is defined and will supply the values for the IN set). |
ArrayTable
Represents the ArrayTable table function.
|
BetweenCriteria
Represents criteria such as: "
|
CacheHint |
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
Create |
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
DynamicCommand |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
From
Represents a FROM clause in a SELECT query.
|
FromClause
A FromClause is an interface for subparts held in a FROM clause.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
JoinPredicate
Represents a subpart of the FROM clause specifying a join within the FROM.
|
Limit |
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
ObjectTable |
ObjectTable.ObjectColumn |
Option
Represents MetaMatrix extension options to normal SQL.
|
Option.MakeDep |
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClauseList |
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
TableFunctionReference.ProjectedColumn |
TextTable
Represents the TEXTTABLE table function.
|
TextTable.TextColumn |
UnaryFromClause
A FROM subpart that represents a single group.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
WithQueryCommand |
XMLTable |
XMLTable.XMLColumn |
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
DynamicCommand |
Class and Description |
---|
AbstractSetCriteria
This is an abstract class to define some common functionality in the two varieties of
IN criteria:
SetCriteria (where values are specified) and SubquerySetCriteria
(where a subquery is defined and will supply the values for the IN set). |
ArrayTable
Represents the ArrayTable table function.
|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
JoinType
This class represents a join type.
|
ObjectTable |
ObjectTable.ObjectColumn |
OrderByItem |
SourceHint |
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
TableFunctionReference |
TextTable
Represents the TEXTTABLE table function.
|
WithQueryCommand |
XMLTable |
XMLTable.XMLColumn |
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
GroupContext
A GroupContext represents a set of groups in a hierarchy that determines
resolving order.
|
ProcedureContainer |
Class and Description |
---|
ArrayTable
Represents the ArrayTable table function.
|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Create |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
From
Represents a FROM clause in a SELECT query.
|
GroupContext
A GroupContext represents a set of groups in a hierarchy that determines
resolving order.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
JoinPredicate
Represents a subpart of the FROM clause specifying a join within the FROM.
|
Limit |
ObjectTable |
OrderBy
Represents the ORDER BY clause of a query.
|
ProcedureContainer |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TableFunctionReference |
TextTable
Represents the TEXTTABLE table function.
|
UnaryFromClause
A FROM subpart that represents a single group.
|
XMLTable |
Class and Description |
---|
BetweenCriteria
Represents criteria such as: "
|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
ExpressionCriteria |
FromClause
A FromClause is an interface for subparts held in a FROM clause.
|
GroupContext
A GroupContext represents a set of groups in a hierarchy that determines
resolving order.
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
Limit |
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
OrderBy
Represents the ORDER BY clause of a query.
|
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
SetClause |
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
CompoundCriteria
This class represents a compound criteria for logical expressions.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
OrderBy
Represents the ORDER BY clause of a query.
|
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
Class and Description |
---|
AlterProcedure |
AlterTrigger |
AlterView |
ArrayTable
Represents the ArrayTable table function.
|
BatchedUpdateCommand
Represents a batch of INSERT, UPDATE, DELETE, and SELECT INTO commands
|
BetweenCriteria
Represents criteria such as: "
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
CompoundCriteria
This class represents a compound criteria for logical expressions.
|
Create |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
Drop |
DynamicCommand |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
ExpressionCriteria |
From
Represents a FROM clause in a SELECT query.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
JoinPredicate
Represents a subpart of the FROM clause specifying a join within the FROM.
|
JoinType
This class represents a join type.
|
Limit |
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
NotCriteria
A logical criteria that takes the logical NOT of the contained criteria.
|
ObjectTable |
Option
Represents MetaMatrix extension options to normal SQL.
|
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
ProcedureContainer |
Query
A representation of a data query.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClause |
SetClauseList |
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TextTable
Represents the TEXTTABLE table function.
|
UnaryFromClause
A FROM subpart that represents a single group.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
WithQueryCommand |
XMLTable |
Class and Description |
---|
AbstractCompareCriteria
The common functionality of a
CompareCriteria and a
SubqueryCompareCriteria . |
AbstractSetCriteria
This is an abstract class to define some common functionality in the two varieties of
IN criteria:
SetCriteria (where values are specified) and SubquerySetCriteria
(where a subquery is defined and will supply the values for the IN set). |
Alter |
AlterProcedure |
AlterTrigger |
AlterView |
ArrayTable
Represents the ArrayTable table function.
|
AtomicCriteria
This abstract class represents an atomic logical criteria.
|
BinaryComparison
An adapter interface so that several binary operators can be treated similarly
|
CacheHint |
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
Create.CommitAction |
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
DependentSetCriteria.AttributeComparison |
Drop |
ExistsCriteria.SubqueryHint |
FilteredCommand |
From
Represents a FROM clause in a SELECT query.
|
FromClause
A FromClause is an interface for subparts held in a FROM clause.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
GroupContext
A GroupContext represents a set of groups in a hierarchy that determines
resolving order.
|
Into
Rpresent INTO clause in SELECT ...
|
JoinType
This class represents a join type.
|
Limit |
LogicalCriteria
This class represents a criteria that works by logically combining other
criteria.
|
ObjectTable |
ObjectTable.ObjectColumn |
Option
Represents MetaMatrix extension options to normal SQL.
|
Option.MakeDep |
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
PredicateCriteria
This abstract class represents a predicate criteria, which involves some
statement involving expressions and can be evaluated in the context of
a single row of data to be either true or false.
|
PredicateCriteria.Negatable |
ProcedureContainer |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClause |
SetClauseList |
SetQuery.Operation |
SourceHint |
SourceHint.SpecificHint |
SPParameter
Represents a StoredProcedure's parameter for encapsulation in the Query framework
This is basically a holder object set from the Server's implementation of
a stored procedure.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
SubqueryContainer.Evaluatable |
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TableFunctionReference |
TableFunctionReference.ProjectedColumn |
TargetedCommand |
TextTable
Represents the TEXTTABLE table function.
|
TextTable.TextColumn |
WithQueryCommand |
XMLTable |
XMLTable.XMLColumn |
Class and Description |
---|
AlterProcedure |
AlterTrigger |
AlterView |
ArrayTable
Represents the ArrayTable table function.
|
BatchedUpdateCommand
Represents a batch of INSERT, UPDATE, DELETE, and SELECT INTO commands
|
BetweenCriteria
Represents criteria such as: "
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
CompoundCriteria
This class represents a compound criteria for logical expressions.
|
Create |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
Drop |
DynamicCommand |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
ExpressionCriteria |
From
Represents a FROM clause in a SELECT query.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
JoinPredicate
Represents a subpart of the FROM clause specifying a join within the FROM.
|
JoinType
This class represents a join type.
|
Limit |
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
NotCriteria
A logical criteria that takes the logical NOT of the contained criteria.
|
ObjectTable |
Option
Represents MetaMatrix extension options to normal SQL.
|
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
Query
A representation of a data query.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClause |
SetClauseList |
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TextTable
Represents the TEXTTABLE table function.
|
UnaryFromClause
A FROM subpart that represents a single group.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
WithQueryCommand |
XMLTable |
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
Class and Description |
---|
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
ExistsCriteria.SubqueryHint |
OrderBy
Represents the ORDER BY clause of a query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
SubqueryContainer.Evaluatable |
Class and Description |
---|
AlterProcedure |
AlterTrigger |
AlterView |
ArrayTable
Represents the ArrayTable table function.
|
BatchedUpdateCommand
Represents a batch of INSERT, UPDATE, DELETE, and SELECT INTO commands
|
BetweenCriteria
Represents criteria such as: "
|
CacheHint |
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
CompoundCriteria
This class represents a compound criteria for logical expressions.
|
Create |
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
Drop |
DynamicCommand |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
ExistsCriteria.SubqueryHint |
ExpressionCriteria |
From
Represents a FROM clause in a SELECT query.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
IsDistinctCriteria
Represents criteria such as: "
|
IsNullCriteria
Represents criteria such as: "
|
JoinPredicate
Represents a subpart of the FROM clause specifying a join within the FROM.
|
JoinType
This class represents a join type.
|
Limit |
MatchCriteria
This class represents a criteria involving a string expression to be matched
against a string expression match value.
|
NotCriteria
A logical criteria that takes the logical NOT of the contained criteria.
|
ObjectTable |
Option
Represents MetaMatrix extension options to normal SQL.
|
Option.MakeDep |
OrderBy
Represents the ORDER BY clause of a query.
|
OrderByItem |
Query
A representation of a data query.
|
QueryCommand
This is a common super class for the two types of query commands: Query and SetQuery.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClause |
SetClauseList |
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryContainer
This interface defines a common interface for all SQL objects
that contain subqueries.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TextTable
Represents the TEXTTABLE table function.
|
UnaryFromClause
A FROM subpart that represents a single group.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
WithQueryCommand |
XMLTable |
Class and Description |
---|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
Create |
Criteria
This class represents the criteria clause for a query, which defines
constraints on the data values to be retrieved for each parameter in the
select clause.
|
OrderBy
Represents the ORDER BY clause of a query.
|
SetClauseList |
Class and Description |
---|
AlterProcedure |
AlterTrigger |
AlterView |
BatchedUpdateCommand
Represents a batch of INSERT, UPDATE, DELETE, and SELECT INTO commands
|
BetweenCriteria
Represents criteria such as: "
|
Command
A Command is an interface for all the language objects that are at the root
of a language object tree representing a SQL statement.
|
CompareCriteria
A criteria which represents a simple operator relationship between two expressions.
|
Create |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
Drop |
DynamicCommand |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
GroupBy
This class represents the GROUP BY clause of a query, which defines the expressions
that should be used for grouping the results of the query.
|
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
Into
Rpresent INTO clause in SELECT ...
|
IsDistinctCriteria
Represents criteria such as: "
|
Limit |
ObjectTable |
Option
Represents MetaMatrix extension options to normal SQL.
|
OrderByItem |
Query
A representation of a data query.
|
Select
This class represents the SELECT clause of a query, which defines what elements
or expressions are returned from the query.
|
SetClauseList |
SetCriteria
A criteria which is true is the expression's value is a member in a list
of values.
|
SetQuery
This object acts as a Set operator on multiple Queries - UNION,
INTERSECT, and EXCEPT can be implemented with this Class
|
StoredProcedure
Represents a StoredProcedure statement of the form:
|
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
SubqueryFromClause
A FROM subpart that represents a subquery.
|
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
TextTable
Represents the TEXTTABLE table function.
|
Update
Represents a SQL Update statement of the form:
"UPDATE
|
WithQueryCommand |
XMLTable |
Class and Description |
---|
XMLTable.XMLColumn |
Copyright © 2019. All rights reserved.