OracleDataReader Public Methods
OracleDataReader
public methods are listed in Table 6-80.
Table 6-80 OracleDataReader Public Methods
Public Method | Description |
---|---|
Closes the |
|
|
Inherited from |
Releases any resources or memory allocated by the object |
|
|
Inherited from |
Returns the |
|
Returns the byte value of the specified column |
|
Populates the provided byte array with up to the maximum number of bytes, from the specified offset (in bytes) of the column |
|
Not Supported |
|
Populates the provided character array with up to the maximum number of characters, from the specified offset (in characters) of the column |
|
Not Supported |
|
Returns the ODP.NET type name of the specified column |
|
Returns the |
|
Returns the |
|
Returns the |
|
Returns the |
|
Returns an |
|
Returns the |
|
Returns the |
|
Returns the |
|
|
Inherited from |
Returns the |
|
Returns the |
|
Returns the |
|
|
Inherited by |
Returns the name of the specified column |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns an updatable Not Available in ODP.NET, Managed Driver and ODP.NET Core |
|
Returns an |
|
Returns an updatable Not Available in ODP.NET, Managed Driver and ODP.NET Core |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns an Not Available in ODP.NET, Managed Driver and ODP.NET Core |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns an |
|
Returns the specified column value as a ODP.NET type |
|
Gets all the column values as ODP.NET types |
|
Returns the |
|
Returns the provider-specific type of the specified column |
|
Returns an object that represents the underlying provider-specific value of the specified ordinal |
|
Returns an array of objects that represent the underlying provider-specific values |
|
Returns a |
|
Returns the string value of the specified column |
|
Returns the |
|
|
Inherited from |
Returns the column value as a .NET type |
|
Gets all the column values as .NET types |
|
Returns the value of an |
|
Indicates whether or not the column value is null |
|
Advances the data reader to the next result set when reading the results |
|
Reads the next row in the result set |
|
|
Inherited from |