Postgresql-odbc
int cache_prepared_statement(ConnectionInfo_ *ci, const char *name, const char *sql) StatementCacheEntry *entry = malloc(sizeof(StatementCacheEntry)); if (!entry) return -1;
void end_query_trace(StatementInfo_ *stmt) if (stmt->perf_metrics) stmt->perf_metrics->query_end_time = get_current_time_ms(); uint64_t duration = stmt->perf_metrics->query_end_time - stmt->perf_metrics->query_start_time; postgresql-odbc
QLOG_LOG(LOG_INFO, "SQLMyNewFunction called"); if (!EnvironmentHandle) return SQL_INVALID_HANDLE; int cache_prepared_statement(ConnectionInfo_ *ci