|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RecordDescriptor.ExtractionMode
Defined constants for the ResultSet extraction mode of this descriptor
and its depending AttributeDescriptor
s.
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 |
---|
static final int AUTO
static final int NAME
static final int INDEX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |