|
nanodbc
A small C++ wrapper for the native C ODBC API
|
Result set for a list of tables in the data source. More...
#include <nanodbc.h>
Public Member Functions | |
| bool | next () |
| Move to the next result in the result set. | |
| string | table_catalog () const |
| Fetch table catalog. | |
| string | table_schema () const |
| Fetch table schema. | |
| string | table_name () const |
| Fetch table name. | |
| string | table_type () const |
| Fetch table type. | |
| string | table_remarks () const |
| Fetch table remarks. | |
Result set for a list of tables in the data source.