Package | Description |
---|---|
xdev.db.locking | |
xdev.db.sql | |
xdev.lang.cmd | |
xdev.vt |
Modifier and Type | Class and Description |
---|---|
class |
PessimisticLockTable
Virtual Table for pessimistic lock.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.AS(String alias)
Returns a new table object with a new alias.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Column._updateDelegate(Table table,
String name) |
DELETE |
DELETE.FROM(Table table) |
SELECT |
SELECT.FROM(Table table) |
DELETE |
DELETE.INNER_JOIN(Table table,
Object condition) |
UPDATE |
UPDATE.INNER_JOIN(Table table,
Object condition) |
SELECT |
SELECT.INNER_JOIN(Table table,
Object condition) |
INSERT |
INSERT.INTO(Table table) |
DELETE |
DELETE.LEFT_JOIN(Table table,
Object condition) |
UPDATE |
UPDATE.LEFT_JOIN(Table table,
Object condition) |
SELECT |
SELECT.LEFT_JOIN(Table table,
Object condition) |
DELETE |
DELETE.OUTER_JOIN(Table table,
Object condition) |
UPDATE |
UPDATE.OUTER_JOIN(Table table,
Object condition) |
SELECT |
SELECT.OUTER_JOIN(Table table,
Object condition) |
DELETE |
DELETE.RIGHT_JOIN(Table table,
Object condition) |
UPDATE |
UPDATE.RIGHT_JOIN(Table table,
Object condition) |
SELECT |
SELECT.RIGHT_JOIN(Table table,
Object condition) |
Constructor and Description |
---|
Column(Table table,
String name)
Creates a new column object with a table and a name
|
UPDATE(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
Query.getTable(String name) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualTable
A Virtual Table is the core element of the data layer of the XDEV Application
Framework and the connector of the presentation layer (GUI) and a
DataSource . |
Modifier and Type | Method and Description |
---|---|
Table |
VirtualTable.toSqlTable()
Deprecated.
the VirtualTable is as SQL Table object itself since 3.2
|
Modifier and Type | Method and Description |
---|---|
Column |
VirtualTableColumn.toSqlColumn(Table table) |
Copyright © 2003–2021 XDEV Software. All rights reserved.