Package | Description |
---|---|
oracle.stellent.ridc.model | |
oracle.stellent.ridc.model.impl | |
oracle.stellent.ridc.model.serialize |
Modifier and Type | Method and Description |
---|---|
DataResultSet.Field |
DataResultSet.getField(int index)
Retrieve the field object at a given index
|
DataResultSet.Field |
DataResultSet.getField(String name)
Retrieve the field object with the given field name.
|
Modifier and Type | Method and Description |
---|---|
List<DataResultSet.Field> |
DataResultSet.getFields()
Retrieve fields for all columns
|
Modifier and Type | Method and Description |
---|---|
void |
DataResultSet.addField(DataResultSet.Field field,
String defaultValue)
Add a new field to the existing list of fields.
|
Modifier and Type | Method and Description |
---|---|
void |
DataResultSet.setFields(List<DataResultSet.Field> fields)
Set the fields for all columns
|
Modifier and Type | Method and Description |
---|---|
DataResultSet.Field |
DataResultSetImpl.getField(int index)
The column fields corresponding to the given name
|
DataResultSet.Field |
DataResultSetImpl.getField(String name)
Retrieve the field object with the given name.
|
Modifier and Type | Method and Description |
---|---|
List<DataResultSet.Field> |
DataResultSetImpl.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
DataResultSetImpl.addField(DataResultSet.Field field,
String defaultValue)
Add a field to the list of fields.
|
Modifier and Type | Method and Description |
---|---|
void |
DataResultSetImpl.setFields(List<DataResultSet.Field> fields)
Set the fields.
|
Modifier and Type | Method and Description |
---|---|
protected List<DataResultSet.Field> |
HdaBinderSerializer.readResultSetHeader(BufferedReader bReader)
Parses the column information for the result set from a character stream
|