RowApi
Base representation for accessing data rows by column index or name.
Provides methods to retrieve objects from a row using a one-based column index or a column name, with optional type conversion for strongly-typed results.
Functions
Extracts result data about a specific column as ColumnMetadata.
Retrieves an object from the current data row at the specified index position.
Retrieves an object from the current data row with the specified column name.
Retrieves an object from the current data row at the specified index position, and converts the stored SQL type to the requested type, if the conversion is supported.
Retrieves an object from the current data row with the specified column name, and converts the stored SQL type to the requested type, if the conversion is supported.