See: Description
Interface | Description |
---|---|
Table |
A SQL table.
|
Class | Description |
---|---|
Column |
An SQL
column . |
Database |
A collection of
Table s. |
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 © 2015 Nuxeo SA. All rights reserved.