| Class | Description |
|---|---|
| AliasBag |
The goal of this class is to keep track of alias assigned for the different JOINs.
|
| ColumnHolder |
User: quintans
Date: 12-12-2007
Time: 2:01:24
|
| Condition | |
| Definition | |
| Delete | |
| Dml<T extends Dml> | |
| DmlBase | |
| DmlBase.PathCondition | |
| DmlCore<T> | |
| EFunction | |
| Function | |
| FunctionEnd |
The purpose of this class is to indicate that the value this is an already converted value.
It can be a function or object. |
| Group | |
| Insert | |
| Join | |
| Order | |
| PathElement | |
| Query | |
| SearchedCase |
Searched CASE Expression
------------------------
The syntax for a searched CASE expression is:
SELECT CASE
WHEN "condition1" THEN "result1"
WHEN "condition2" THEN "result2"
...
|
| SearchedCase.SearchedWhen | |
| SimpleCase |
Simple CASE Expression
----------------------
The syntax for a simple CASE expression is:
SELECT CASE ("column_name")
WHEN "value1" THEN "result1"
WHEN "value2" THEN "result2"
...
|
| SimpleCase.SimpleWhen | |
| Union | |
| Update |
| Enum | Description |
|---|---|
| AutoKeyStrategy |
Copyright © 2019. All rights reserved.