| AbstractDatabaseAbstracterExecuteReader Method |
| Name | Description | |
|---|---|---|
| ExecuteReader(IDbCommand) |
Executes a IDbCommand returning data.
| |
| ExecuteReader(String) |
Executes a SQL request returning data.
| |
| ExecuteReader(Config, SqlStatement) |
Executes a SqlStatement returning data.
Exclusion zones that end up being excluded are replaced by an empty string.
| |
| ExecuteReader(Config, SqlStatement, String) |
Executes a SqlStatement returning data.
Parameter values are read from the Config object.
Exclusion zones that end up being excluded are replaced by replaceEmptyZone.
|