Uses of Class
oracle.stellent.ridc.model.DataResultSet.Field
Packages that use DataResultSet.Field
Package
Description
-
Uses of DataResultSet.Field in oracle.stellent.ridc.model
Methods in oracle.stellent.ridc.model that return DataResultSet.FieldModifier and TypeMethodDescriptionDataResultSet.getField
(int index) Retrieve the field object at a given indexRetrieve the field object with the given field name.Methods in oracle.stellent.ridc.model that return types with arguments of type DataResultSet.FieldMethods in oracle.stellent.ridc.model with parameters of type DataResultSet.FieldModifier and TypeMethodDescriptionvoid
DataResultSet.addField
(DataResultSet.Field field, String defaultValue) Add a new field to the existing list of fields.Method parameters in oracle.stellent.ridc.model with type arguments of type DataResultSet.FieldModifier and TypeMethodDescriptionvoid
DataResultSet.setFields
(List<DataResultSet.Field> fields) Set the fields for all columns -
Uses of DataResultSet.Field in oracle.stellent.ridc.model.impl
Methods in oracle.stellent.ridc.model.impl that return DataResultSet.FieldModifier and TypeMethodDescriptionDataResultSetImpl.getField
(int index) The column fields corresponding to the given nameRetrieve the field object with the given name.Methods in oracle.stellent.ridc.model.impl that return types with arguments of type DataResultSet.FieldMethods in oracle.stellent.ridc.model.impl with parameters of type DataResultSet.FieldModifier and TypeMethodDescriptionvoid
DataResultSetImpl.addField
(DataResultSet.Field field, String defaultValue) Add a field to the list of fields.Method parameters in oracle.stellent.ridc.model.impl with type arguments of type DataResultSet.FieldModifier and TypeMethodDescriptionvoid
DataResultSetImpl.setFields
(List<DataResultSet.Field> fields) Set the fields. -
Uses of DataResultSet.Field in oracle.stellent.ridc.model.serialize
Methods in oracle.stellent.ridc.model.serialize that return types with arguments of type DataResultSet.FieldModifier and TypeMethodDescriptionprotected List<DataResultSet.Field>
HdaBinderSerializer.readResultSetHeader
(BufferedReader bReader) Parses the column information for the result set from a character stream