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

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.
 

Detailed Description

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


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