RemObjects.DataAbstract.Server.DASQL

Classes

Class Notes
AsteriskSelectItemElement
BetweenExpression
BinaryExpression The BinaryExpression class is derived from the WhereExpression class and represents logical operations like And, Or, Greater Than etc.
CaseConditionalExpression
CoalesceFunctionExpression
ColumnNameElement
ConditionalExpression
CorrespondingSpecElement
DASqlProcessor
DatePartFunctionExpression
EmptyTableReferenceElement
ExceptSelectExpression
ExpressionSelectItemElement
GroupByClauseElement
HavingClauseElement
IntersectQueryTermExpression
MacroExpression
OrderByQueryExpression
ParameterExpression
QueryClauseElement
SchemaTableAccessRequest
SelectItemElement
SetClauseElement
SimpleQueryTermExpression
SimpleTableExpression
SortSpecificationElement
SqlQueryBuilder
TableJoinReferenceElement
TableNameElement
TableNameReferenceElement
TableReferenceElement
TableSubqueryReferenceElement
TypeNameElement
UnaryExpression
UnionSelectExpression
ValueConstructorExpression
ValueListExpression
WhereClauseElement

Interfaces

Interface
IDataAbstractServiceQueryValidatorEvents
ISqlStatement

Enums

Enum Notes
BinaryOperator The BinaryOperator enumeration denotes the binary operator applied to operands of a BinaryExpression expression.
DatePartKind
UnaryOperator The UnaryOperator enumeration denotes the unary operator applied to operand of a UnaryExpression expression. The UnaryOperator enumeration is widely used when Dynamic Where expressions are created in code.