Package | Description |
---|---|
xdev.db.locking | |
xdev.db.sql | |
xdev.vt |
Modifier and Type | Class and Description |
---|---|
class |
PessimisticLockTable
Virtual Table for pessimistic lock.
|
Modifier and Type | Class and Description |
---|---|
class |
Column
This class represents a column expression in the SQL API.
|
class |
Condition
This class represents a condition in the SQL API.
|
class |
DELETE |
class |
Expression
This class represents a expression in the SQL API.
|
class |
Field |
class |
INSERT |
class |
SELECT
A java representation of a SQL SELECT statement which is used by the
DBConnection class to perform reading queries. |
class |
Table
This class represents a table in the SQL API.
|
class |
UPDATE |
class |
WHERE |
class |
WritingQuery |
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 . |
class |
VirtualTableColumn<T>
This class represents a column within a
VirtualTable . |
Copyright © 2003–2022 XDEV Software. All rights reserved.