de.mathema.pride
Interface RecordDescriptor.ExtractionMode

All Known Implementing Classes:
ExtendedAttributeDescriptor
Enclosing class:
RecordDescriptor

public static interface RecordDescriptor.ExtractionMode

Defined constants for the ResultSet extraction mode of this descriptor and its depending AttributeDescriptors.


Field Summary
static int AUTO
          Automatic mode, making up the default for ResultSet access: The data extraction is performed by-name first and in case of an error repeated by-index
static int INDEX
          ResultSet data is extracted by index
static int NAME
          ResultSet data is extracted by name
 

Field Detail

AUTO

static final int AUTO
Automatic mode, making up the default for ResultSet access: The data extraction is performed by-name first and in case of an error repeated by-index

See Also:
Constant Field Values

NAME

static final int NAME
ResultSet data is extracted by name

See Also:
Constant Field Values

INDEX

static final int INDEX
ResultSet data is extracted by index

See Also:
Constant Field Values