|
VIRTUALPG_DECLARE void | vpgPQclear (PGresult *res) |
| virtual implementation for LibPQ - PQclear
|
|
VIRTUALPG_DECLARE PGconn * | vpgPQconnectdb (const char *conninfo) |
| virtual implementation for LibPQ - PQconnectdb
|
|
VIRTUALPG_DECLARE char * | vpgPQerrorMessage (const PGconn *conn) |
| virtual implementation for LibPQ - PQerrorMessage
|
|
VIRTUALPG_DECLARE PGresult * | vpgPQexec (PGconn *conn, const char *command) |
| virtual implementation for LibPQ - PQexec
|
|
VIRTUALPG_DECLARE void | vpgPQfinish (PGconn *conn) |
| virtual implementation for LibPQ - PQfinish
|
|
VIRTUALPG_DECLARE int | vpgPQgetisnull (const PGresult *res, int row_number, int column_number) |
| virtual implementation for LibPQ - PQgetisnull
|
|
VIRTUALPG_DECLARE char * | vpgPQgetvalue (const PGresult *res, int row_number, int column_number) |
| virtual implementation for LibPQ - PQgetvalue
|
|
VIRTUALPG_DECLARE int | vpgPQlibVersion (void) |
| virtual implementation for LibPQ - PQlibVersion
|
|
VIRTUALPG_DECLARE int | vpgPQnfields (const PGresult *res) |
| virtual implementation for LibPQ - PQnfields
|
|
VIRTUALPG_DECLARE int | vpgPQntuples (const PGresult *res) |
| virtual implementation for LibPQ - PQntuples
|
|
VIRTUALPG_DECLARE ExecStatusType | vpgPQresultStatus (const PGresult *res) |
| virtual implementation for LibPQ - PQresultStatus
|
|
VIRTUALPG_DECLARE ConnStatusType | vpgPQstatus (const PGconn *conn) |
| virtual implementation for LibPQ - PQstatus
|
|
VIRTUALPG_DECLARE const char * | virtualpg_version (void) |
| Return the current library version. More...
|
|
VIRTUALPG_DECLARE int | virtualpg_extension_init (sqlite3 *db_handle, virtualPQptr virtual_api) |
| Initializes libvirtualpg as an extension to SQLite. More...
|
|
Function declarations and constants for VirtualPG library.