nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::catalog::procedures Class Reference

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.
 

Detailed Description

Result set for a list of procedures in the data source.


The documentation for this class was generated from the following file: