X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-db2%2Fdb2-constants.lisp;h=fad5a3801e4d32287b4222256f970cc2e7958fe7;hb=0511b7f8e7e344e9886ed0dcd92c73c51e5c8918;hp=0b3f48efe633e06b7b341187485b1d0138af0a6d;hpb=3770e7b13ca9fe756505f9cd90636ea18a5b5d63;p=clsql.git diff --git a/db-db2/db2-constants.lisp b/db-db2/db2-constants.lisp index 0b3f48e..fad5a38 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 0) +(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) +