See: Description
| Class | Description |
|---|---|
| All |
Represents the * or environment.* operator.
|
| Between |
Represents the BETWEEN operator.
|
| Coalesce |
Represents the coalesce operator.
|
| Delete |
Represents the DELETE operator.
|
| Expression |
A generic SQL Expression capable of being translated.
|
| Function |
Represents SQL functions.
|
| InternalFunction |
Represents functions that are internal to the database engine in place.
|
| Join |
Represents a SQL join operator.
|
| K |
Represents a SQL constant.
|
| Literal |
Represents a literal object that will have no specific translation.
|
| Modulo |
The MOD operator.
|
| Name |
Represents a named expression.
|
| Query |
Represents a SQL Query.
|
| RepeatDelimiter |
Represents expressions that ca be repeated.
|
| Truncate |
Represents the TRUNCATE operator.
|
| Update |
Represents the UPDATE operator.
|
| View |
Represents a SQL view.
|
Copyright © 2014 Feedzai. All Rights Reserved.