15.4.5 List of HiRDBDataReader members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Methods

(1) Constructor

HiRDBDataReader

(2) Inheritance classes

MarshalByRefObject, IEnumerable, IDataReader, IDisposable, IDataRecord

(3) Properties

MemberFunction
DepthAcquires the value indicating the nesting level of the current row.
FieldCountAcquires the number of columns in the current row.
IsClosedAcquires the value indicating whether or not the data reader is closed.
RecordsAffectedAcquires the number of rows changed, inserted, or deleted by execution of the SQL statement.

(4) Methods

MemberFunction
CloseCloses the HiRDBDataReader object.
GetBooleanAcquires the value of the specified column as a Boolean value.
GetByteAcquires an unsigned 8-bit integer value in the specified column.
GetBytesReads a byte stream as array into the buffer starting at the specified column offset relative to the specified buffer offset, which is the start position.
GetCharAcquires the character string value in the specified column.
GetCharsReads a character stream as array into the buffer starting at the specified column offset relative to the specified buffer offset, which is the start position.
GetDataThe purpose of this member is to support the .NET Framework infrastructure. It cannot be used directly in a unique coding that has been created.
GetDataTypeNameAcquires data-type information for the specified field.
GetDateTimeAcquires or sets the date and time data value in the specified field.
GetDecimalAcquires the fixed position value in the specified field.
GetDoubleAcquires the double-precision floating-point number in the specified field.
GetEnumeratorReturns the enumerator that can perform iterative operation on a collection.
GetFieldArrayCountAcquires the size of field array.
GetFieldTypeAcquires Type information corresponding to the type of Object that is returned from GetValue.
GetFloatAcquires the single-precision floating-point number in the specified field.
GetGuidReturns the GUID value of the specified field.
GetInt16Acquires a signed 16-bit integer value in the specified field.
GetInt32Acquires a signed 32-bit integer value in the specified field.
GetInt64Acquires a signed 64-bit integer value in the specified field.
GetNameAcquires the name of the field to be searched.
GetOrdinalReturns the index of the specified field.
GetSchemaTableReturns the DataTable that describes HiRDBDataReader's column metadata.
GetStringAcquires a character string in the specified field.
GetValueReturns a value in the specified field.
GetValuesAcquires all attribute fields in the current record collection.
IsDBNullReturns a value indicating whether or not the specified field is set to null.
NextResultAdvances the data reader to the next result when the result of a batch SQL statement is read.
ReadAdvances HiRDBDataReader to the next record.