r9518: initial db2 support
[clsql.git] / db-db2 / db2-constants.lisp
index 0b3f48efe633e06b7b341187485b1d0138af0a6d..01007a635f2ff94fbfd3b6419a958926cbc3320c 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)
+