public interface IDataReader extends IDataRecord
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
IDataReader Object. |
int |
getDepth()
Gets a value indicating the depth of nesting for the current row.
|
int |
getRecordsAffected()
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|
DataTable |
getSchemaTable()
Returns a
DataTable that describes the column metadata of the IDataReader . |
boolean |
isClosed()
Gets a value indicating whether the data reader is closed.
|
boolean |
nextResult()
Advances the data reader to the next result, when reading the results of batch SQL statements.
|
boolean |
read()
Advances the
IDataReader to the next record. |
get, getFieldCount, getFieldType, getName, getValue
boolean read()
IDataReader
to the next record.int getDepth()
boolean isClosed()
int getRecordsAffected()
void close()
IDataReader
Object.DataTable getSchemaTable()
DataTable
that describes the column metadata of the IDataReader
.DataTable
that describes the column metadata.boolean nextResult()