See: Description
| Interface | Description |
|---|---|
| Table |
A SQL table.
|
| Class | Description |
|---|---|
| Column |
An SQL
column. |
| Database |
A collection of
Tables. |
| Delete |
A
DELETE statement. |
| Insert |
An
INSERT statement. |
| Join |
A SQL JOIN.
|
| Select |
A
SELECT statement. |
| TableAlias |
An alias for an existing table.
|
| TableImpl |
The basic implementation of a SQL table.
|
| Update |
An
UPDATE statement. |
| Enum | Description |
|---|---|
| Table.IndexType |
Copyright © 2018 Nuxeo. All rights reserved.