Lines Matching refs:pfExists

549 #define SQL_FUNC_ESET(pfExists, uwAPI) \  argument
550 (*(((UWORD*) (pfExists)) + ((uwAPI) >> 4)) \
554 PGAPI_GetFunctions30(HDBC hdbc, SQLUSMALLINT fFunction, SQLUSMALLINT FAR * pfExists) in PGAPI_GetFunctions30() argument
564 memset(pfExists, 0, sizeof(UWORD) * SQL_API_ODBC3_ALL_FUNCTIONS_SIZE); in PGAPI_GetFunctions30()
574 SQL_FUNC_ESET(pfExists, SQL_API_SQLBINDCOL); /* 4 */ in PGAPI_GetFunctions30()
575 SQL_FUNC_ESET(pfExists, SQL_API_SQLCANCEL); /* 5 */ in PGAPI_GetFunctions30()
576 SQL_FUNC_ESET(pfExists, SQL_API_SQLCOLATTRIBUTE); /* 6 */ in PGAPI_GetFunctions30()
577 SQL_FUNC_ESET(pfExists, SQL_API_SQLCONNECT); /* 7 */ in PGAPI_GetFunctions30()
578 SQL_FUNC_ESET(pfExists, SQL_API_SQLDESCRIBECOL); /* 8 */ in PGAPI_GetFunctions30()
579 SQL_FUNC_ESET(pfExists, SQL_API_SQLDISCONNECT); /* 9 */ in PGAPI_GetFunctions30()
581 SQL_FUNC_ESET(pfExists, SQL_API_SQLEXECDIRECT); /* 11 */ in PGAPI_GetFunctions30()
582 SQL_FUNC_ESET(pfExists, SQL_API_SQLEXECUTE); /* 12 */ in PGAPI_GetFunctions30()
583 SQL_FUNC_ESET(pfExists, SQL_API_SQLFETCH); /* 13 */ in PGAPI_GetFunctions30()
586 SQL_FUNC_ESET(pfExists, SQL_API_SQLFREESTMT); /* 16 */ in PGAPI_GetFunctions30()
587 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETCURSORNAME); /* 17 */ in PGAPI_GetFunctions30()
588 SQL_FUNC_ESET(pfExists, SQL_API_SQLNUMRESULTCOLS); /* 18 */ in PGAPI_GetFunctions30()
589 SQL_FUNC_ESET(pfExists, SQL_API_SQLPREPARE); /* 19 */ in PGAPI_GetFunctions30()
590 SQL_FUNC_ESET(pfExists, SQL_API_SQLROWCOUNT); /* 20 */ in PGAPI_GetFunctions30()
591 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETCURSORNAME); /* 21 */ in PGAPI_GetFunctions30()
599 SQL_FUNC_ESET(pfExists, SQL_API_SQLCOLUMNS); /* 40 */ in PGAPI_GetFunctions30()
600 SQL_FUNC_ESET(pfExists, SQL_API_SQLDRIVERCONNECT); /* 41 */ in PGAPI_GetFunctions30()
602 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETDATA); /* 43 */ in PGAPI_GetFunctions30()
603 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETFUNCTIONS); /* 44 */ in PGAPI_GetFunctions30()
604 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETINFO); /* 45 */ in PGAPI_GetFunctions30()
606 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETTYPEINFO); /* 47 */ in PGAPI_GetFunctions30()
607 SQL_FUNC_ESET(pfExists, SQL_API_SQLPARAMDATA); /* 48 */ in PGAPI_GetFunctions30()
608 SQL_FUNC_ESET(pfExists, SQL_API_SQLPUTDATA); /* 49 */ in PGAPI_GetFunctions30()
612 SQL_FUNC_ESET(pfExists, SQL_API_SQLSPECIALCOLUMNS); /* 52 */ in PGAPI_GetFunctions30()
613 SQL_FUNC_ESET(pfExists, SQL_API_SQLSTATISTICS); /* 53 */ in PGAPI_GetFunctions30()
614 SQL_FUNC_ESET(pfExists, SQL_API_SQLTABLES); /* 54 */ in PGAPI_GetFunctions30()
616 SQL_FUNC_ESET(pfExists, SQL_API_SQLBROWSECONNECT); /* 55 */ in PGAPI_GetFunctions30()
618 SQL_FUNC_ESET(pfExists, SQL_API_SQLCOLUMNPRIVILEGES); /* 56 */ in PGAPI_GetFunctions30()
619 SQL_FUNC_ESET(pfExists, SQL_API_SQLDATASOURCES); /* 57 */ in PGAPI_GetFunctions30()
621 SQL_FUNC_ESET(pfExists, SQL_API_SQLDESCRIBEPARAM); /* 58 */ in PGAPI_GetFunctions30()
622 SQL_FUNC_ESET(pfExists, SQL_API_SQLEXTENDEDFETCH); /* 59 deprecated ? */ in PGAPI_GetFunctions30()
628 SQL_FUNC_ESET(pfExists, SQL_API_SQLFOREIGNKEYS); /* 60 */ in PGAPI_GetFunctions30()
629 SQL_FUNC_ESET(pfExists, SQL_API_SQLMORERESULTS); /* 61 */ in PGAPI_GetFunctions30()
630 SQL_FUNC_ESET(pfExists, SQL_API_SQLNATIVESQL); /* 62 */ in PGAPI_GetFunctions30()
631 SQL_FUNC_ESET(pfExists, SQL_API_SQLNUMPARAMS); /* 63 */ in PGAPI_GetFunctions30()
633 SQL_FUNC_ESET(pfExists, SQL_API_SQLPRIMARYKEYS); /* 65 */ in PGAPI_GetFunctions30()
634 SQL_FUNC_ESET(pfExists, SQL_API_SQLPROCEDURECOLUMNS); /* 66 */ in PGAPI_GetFunctions30()
635 SQL_FUNC_ESET(pfExists, SQL_API_SQLPROCEDURES); /* 67 */ in PGAPI_GetFunctions30()
636 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETPOS); /* 68 */ in PGAPI_GetFunctions30()
638 SQL_FUNC_ESET(pfExists, SQL_API_SQLTABLEPRIVILEGES); /* 70 */ in PGAPI_GetFunctions30()
640 SQL_FUNC_ESET(pfExists, SQL_API_SQLBINDPARAMETER); /* 72 */ in PGAPI_GetFunctions30()
642 SQL_FUNC_ESET(pfExists, SQL_API_SQLALLOCHANDLE); /* 1001 */ in PGAPI_GetFunctions30()
643 SQL_FUNC_ESET(pfExists, SQL_API_SQLBINDPARAM); /* 1002 */ in PGAPI_GetFunctions30()
644 SQL_FUNC_ESET(pfExists, SQL_API_SQLCLOSECURSOR); /* 1003 */ in PGAPI_GetFunctions30()
645 SQL_FUNC_ESET(pfExists, SQL_API_SQLCOPYDESC); /* 1004 */ in PGAPI_GetFunctions30()
646 SQL_FUNC_ESET(pfExists, SQL_API_SQLENDTRAN); /* 1005 */ in PGAPI_GetFunctions30()
647 SQL_FUNC_ESET(pfExists, SQL_API_SQLFREEHANDLE); /* 1006 */ in PGAPI_GetFunctions30()
648 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETCONNECTATTR); /* 1007 */ in PGAPI_GetFunctions30()
649 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETDESCFIELD); /* 1008 */ in PGAPI_GetFunctions30()
652 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETDESCREC); /* 1009 not implemented yet */ in PGAPI_GetFunctions30()
654 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETDIAGFIELD); /* 1010 minimal implementation */ in PGAPI_GetFunctions30()
655 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETDIAGREC); /* 1011 */ in PGAPI_GetFunctions30()
656 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETENVATTR); /* 1012 */ in PGAPI_GetFunctions30()
657 SQL_FUNC_ESET(pfExists, SQL_API_SQLGETSTMTATTR); /* 1014 */ in PGAPI_GetFunctions30()
658 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETCONNECTATTR); /* 1016 */ in PGAPI_GetFunctions30()
659 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETDESCFIELD); /* 1017 */ in PGAPI_GetFunctions30()
662 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETDESCREC); /* 1018 not implemented yet */ in PGAPI_GetFunctions30()
664 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETENVATTR); /* 1019 */ in PGAPI_GetFunctions30()
665 SQL_FUNC_ESET(pfExists, SQL_API_SQLSETSTMTATTR); /* 1020 */ in PGAPI_GetFunctions30()
666 SQL_FUNC_ESET(pfExists, SQL_API_SQLFETCHSCROLL); /* 1021 */ in PGAPI_GetFunctions30()
668 SQL_FUNC_ESET(pfExists, SQL_API_SQLBULKOPERATIONS); /* 24 */ in PGAPI_GetFunctions30()