Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dsql_cli.c192 typedef SQLRETURN (STDCALL *tp_SQLColAttributeW) (SQLHSTMT statementHandle, typedef
311 static tp_SQLColAttributeW ptr_SQLColAttributeW;
387 … (SQLColAttributeW = (tp_SQLColAttributeW) dllFunc(dbDll, "SQLColAttributeW")) == NULL || in setupDll()