Lines Matching refs:__MSABI_LONG

57 #define SQL_NTSL                  (__MSABI_LONG(-3))
252 #define SQL_NULL_HANDLE __MSABI_LONG(0)
435 #define SQL_AT_ADD_COLUMN __MSABI_LONG(0x00000001)
436 #define SQL_AT_DROP_COLUMN __MSABI_LONG(0x00000002)
440 #define SQL_AT_ADD_CONSTRAINT __MSABI_LONG(0x00000008)
455 #define SQL_FD_FETCH_NEXT __MSABI_LONG(0x00000001)
456 #define SQL_FD_FETCH_FIRST __MSABI_LONG(0x00000002)
457 #define SQL_FD_FETCH_LAST __MSABI_LONG(0x00000004)
458 #define SQL_FD_FETCH_PRIOR __MSABI_LONG(0x00000008)
459 #define SQL_FD_FETCH_ABSOLUTE __MSABI_LONG(0x00000010)
460 #define SQL_FD_FETCH_RELATIVE __MSABI_LONG(0x00000020)
462 #define SQL_GD_ANY_COLUMN __MSABI_LONG(0x00000001)
463 #define SQL_GD_ANY_ORDER __MSABI_LONG(0x00000002)
471 #define SQL_OJ_LEFT __MSABI_LONG(0x00000001)
472 #define SQL_OJ_RIGHT __MSABI_LONG(0x00000002)
473 #define SQL_OJ_FULL __MSABI_LONG(0x00000004)
474 #define SQL_OJ_NESTED __MSABI_LONG(0x00000008)
475 #define SQL_OJ_NOT_ORDERED __MSABI_LONG(0x00000010)
476 #define SQL_OJ_INNER __MSABI_LONG(0x00000020)
477 #define SQL_OJ_ALL_COMPARISON_OPS __MSABI_LONG(0x00000040)
480 #define SQL_SCCO_READ_ONLY __MSABI_LONG(0x00000001)
481 #define SQL_SCCO_LOCK __MSABI_LONG(0x00000002)
482 #define SQL_SCCO_OPT_ROWVER __MSABI_LONG(0x00000004)
483 #define SQL_SCCO_OPT_VALUES __MSABI_LONG(0x00000008)
491 #define SQL_TXN_READ_UNCOMMITTED __MSABI_LONG(0x00000001)
493 #define SQL_TXN_READ_COMMITTED __MSABI_LONG(0x00000002)
495 #define SQL_TXN_REPEATABLE_READ __MSABI_LONG(0x00000004)
497 #define SQL_TXN_SERIALIZABLE __MSABI_LONG(0x00000008)