Home
last modified time | relevance | path

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

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c172 static SQLRETURN (*pSQLTablePrivileges)(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*… variable
2176 if (!pSQLTablePrivileges) return SQL_ERROR; in ODBC32_SQLTablePrivileges()
2178 …ret = pSQLTablePrivileges(hstmt, szCatalogName, cbCatalogName, szSchemaName, cbSchemaName, szTable… in ODBC32_SQLTablePrivileges()