Home
last modified time | relevance | path

Searched refs:tp_SQLExecute (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dsql_cli.c249 typedef SQLRETURN (STDCALL *tp_SQLExecute) (SQLHSTMT statementHandle); typedef
320 static tp_SQLExecute ptr_SQLExecute;
404 … (SQLExecute = (tp_SQLExecute) dllFunc(dbDll, "SQLExecute")) == NULL || in setupDll()