X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-constants.lisp;h=e6cc0bdf6f56ed34dbaaab018cafd95ef35a6828;hp=591a3afa43fcc76c0f7a3f0df4e15bbd62652eae;hb=570798eb781157ad988bd527232bb88d51b103d7;hpb=0ca466f17513149eec6259f4747f5ec891d5db68 diff --git a/db-odbc/odbc-constants.lisp b/db-odbc/odbc-constants.lisp index 591a3af..e6cc0bd 100644 --- a/db-odbc/odbc-constants.lisp +++ b/db-odbc/odbc-constants.lisp @@ -24,6 +24,13 @@ ;; (defconstant $ODBCVER #x0210) + +;; for new SQLAllocHandle functiion +(defconstant $SQL_HANDLE_ENV 1) +(defconstant $SQL_HANDLE_DBC 2) +(defconstant $SQL_HANDLE_STMT 3) +(defconstant $SQL_HANDLE_DESC 4) + ;; generally useful constants (defconstant $SQL_SPEC_MAJOR 2) ;; Major version of specification (defconstant $SQL_SPEC_MINOR 10) ;; Minor version of specification