r10816: Automated commit for Debian build of clsql upstream-version-3.4.0
[clsql.git] / db-db2 / db2-constants.lisp
index 0b3f48efe633e06b7b341187485b1d0138af0a6d..fad5a3801e4d32287b4222256f970cc2e7958fe7 100644 (file)
 ;;;; *************************************************************************
 
 (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)
+