|
nanodbc
A small C++ wrapper for the native C ODBC API
|
Result set for a list of procedures in the data source. More...
#include <nanodbc.h>
Public Member Functions | |
| bool | next () |
| Move to the next result in the result set. | |
| string | procedure_catalog () const |
| Fetch procedure catalog. | |
| string | procedure_schema () const |
| Fetch procedure schema. | |
| string | procedure_name () const |
| Fetch procedure name. | |
| string | procedure_remarks () const |
| Fetch procedure remarks. | |
| short | procedure_type () const |
| Fetch procedure type. | |
Result set for a list of procedures in the data source.