X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-db2%2Fdb2-constants.lisp;h=bb597ef7b7d2b6edc964aab66746ca1512914007;hp=0b3f48efe633e06b7b341187485b1d0138af0a6d;hb=6b34e2293a52b03e8611c85e4e53a0ab5c8a3c1a;hpb=3770e7b13ca9fe756505f9cd90636ea18a5b5d63 diff --git a/db-db2/db2-constants.lisp b/db-db2/db2-constants.lisp index 0b3f48e..bb597ef 100644 --- a/db-db2/db2-constants.lisp +++ b/db-db2/db2-constants.lisp @@ -15,3 +15,14 @@ ;;;; ************************************************************************* (in-package #:clsql-db2) + +(defconstant SQL_NULL_HANDLE nil) +(defconstant SQL_HANDLE_ENV 1) +(defconstant SQL_HANDLE_DBC 2) +(defconstant SQL_HANDLE_STMT 3) +(defconstant SQL_NTS -3) + +(defconstant SQL_ERROR -1) +(defconstant SQL_SUCCESS 0) +(defconstant SQL_SUCCESS_WITH_INFO 1) +