X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-db2%2Fdb2-constants.lisp;h=fad5a3801e4d32287b4222256f970cc2e7958fe7;hp=01007a635f2ff94fbfd3b6419a958926cbc3320c;hb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75;hpb=2f1b6b521b5c68e249428209a7da57f75e55da47 diff --git a/db-db2/db2-constants.lisp b/db-db2/db2-constants.lisp index 01007a6..fad5a38 100644 --- a/db-db2/db2-constants.lisp +++ b/db-db2/db2-constants.lisp @@ -22,3 +22,7 @@ (defconstant SQL_HANDLE_STMT 3) (defconstant SQL_NTS -3) +(defconstant SQL_ERROR -1) +(defconstant SQL_SUCCESS 0) +(defconstant SQL_SUCCESS_WITH_INFO 1) +