See: Description
| Class | Description |
|---|---|
| All |
Translates into * or environment.*.
|
| Between |
The BETWEEN operator.
|
| Coalesce |
The Coalesce operator.
|
| Delete |
The DELETE operator.
|
| Expression |
A generic SQL Expression capable of being translated.
|
| Function |
Represents SQL functions.
|
| Join |
Represents a SQL join.
|
| K |
An SQL constant.
|
| Literal |
A literal to introduce in the SQL statement.
|
| Modulo |
The MOD operator.
|
| Name |
An object name.
|
| Query |
A Query representation.
|
| Rename |
Expression to rename tables.
|
| RepeatDelimiter |
Utility to repeat an expression with a certain delimiter.
|
| Truncate |
The Truncate operator.
|
| Update |
The UPDATE SQL keyword.
|
| View |
Represents a SQL view.
|
Copyright © 2013. All Rights Reserved.