Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgapifunc.h135 RETCODE SQL_API PGAPI_SetCursorName(HSTMT StatementHandle,
H A Dodbcapiw.c468 ret = PGAPI_SetCursorName(StatementHandle, (SQLCHAR *) crName, (SQLSMALLINT) nlen); in SQLSetCursorNameW()
H A Dodbcapi.c657 ret = PGAPI_SetCursorName(StatementHandle, CursorName, NameLength); in SQLSetCursorName()
H A Dresults.c4991 PGAPI_SetCursorName(HSTMT hstmt, in PGAPI_SetCursorName() function