Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dsql_cli.c206 typedef SQLRETURN (STDCALL *tp_SQLDataSources) (SQLHENV environmentHandle, typedef
313 static tp_SQLDataSources ptr_SQLDataSources;
390 … (SQLDataSources = (tp_SQLDataSources) dllFunc(dbDll, "SQLDataSources")) == NULL || in setupDll()
392 (SQLDataSources = (tp_SQLDataSources) NULL, FALSE) || in setupDll()