Package org.apache.empire.data

This package contains interfaces for data and metadata handling.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.apache.empire.data Description

This package contains interfaces for data and metadata handling.



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.