The following table lists types in this documentation.
Name |
Description |
Describes a key column of a table. | |
Function signature for the callback when the SQL layer can log a status about a database connection (connection, disconnected, failed...) See SQLSetFeedbackHandler. | |
This is the connection object that provides interface to the database. Can be NULL to specify the default connection interface. See namespace sql. An ODBC connection handles commands as a stack. Each command is done as a temporary entry on the stack. A query is done as an entry on the stack, but the entry remains on the stack until the final result is retrieved or an early PopODBC is called. The structure of this is such that if a command is slow to a database, it would be possible to stack commands that are temporary and pending until... more | |
Describes a key column of a table. | |
| |
function call signature for callback method passed to RegisterResponceHandler. | |
|
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|