See: Description
Interface | Description |
---|---|
Column |
The column interface provides methods for accessing metadata that is only relevant for updating records.
|
ColumnExpr |
The column interface provides methods for accessing metadata that is relevant for managing
and displaying data available through the RecordData interface.
|
Record |
The record interface provides methods used for updating data.
|
RecordData |
The RecordData interface provides methods for accessing data and context specific metadata.
|
Enum | Description |
---|---|
DataMode |
DataMode is an enumeration that specifies whether the value of a column is readonly, optional (nullable), required (NotNull), or auto-generated
|
DataType |
DataType is an enumeration of data types that are supported
with the empire-db component.
|
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.