| Class and Description |
|---|
| Condition |
| Delete |
| Function |
| Insert |
| Query |
| Update |
| Class and Description |
|---|
| ColumnHolder
User: quintans
Date: 12-12-2007
Time: 2:01:24
|
| Condition |
| Delete |
| Function |
| Insert |
| Update |
| Class and Description |
|---|
| AliasBag
The goal of this class is to keep track of alias assigned for the different JOINs.
|
| AutoKeyStrategy |
| ColumnHolder
User: quintans
Date: 12-12-2007
Time: 2:01:24
|
| Condition |
| Delete |
| Dml |
| DmlBase |
| DmlCore |
| Function |
| 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 |
| Class and Description |
|---|
| AutoKeyStrategy |
| Condition |
| Delete |
| Function |
| Insert |
| Join |
| PathElement |
| Query |
| Update |
| Class and Description |
|---|
| Query |
Copyright © 2019. All rights reserved.