X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-constants.lisp;h=cddb4be8288d1377c6a8d375440cabb108185ca5;hp=2f52d9de93198f97edc303545209ccfda005087c;hb=db9892632e6eb7869aea7a94c16b523a82de1501;hpb=09ad7f1b964e6c58de9bd6c52b9b9b8a0ad9273d diff --git a/db-odbc/odbc-constants.lisp b/db-odbc/odbc-constants.lisp index 2f52d9d..cddb4be 100644 --- a/db-odbc/odbc-constants.lisp +++ b/db-odbc/odbc-constants.lisp @@ -944,9 +944,14 @@ (defconstant $SQL_FETCH_RELATIVE 6) (defconstant $SQL_FETCH_BOOKMARK 8) -;;; ODBC v3 constants +;;; ODBC v3 constants, added by KMR (defconstant $SQL_ATTR_ODBC_VERSION 200) (defconstant $SQL_OV_ODBC2 2) (defconstant $SQL_OV_ODBC3 3) +(defconstant $SQL_INDEX_UNIQUE 0) +(defconstant $SQL_INDEX_ALL 1) +(defconstant $SQL_QUICK 0) +(defconstant $SQL_ENSURE 1) +