Result CodessqlITE_OK 0 /* Successful result *//* beginning-of-error-codes */sqlITE_ERROR 1 /* sql error or missing database */sqlITE_INTERNAL 2 /* Internal logic error in sqlite */sqlITE_PERM 3 /* Access permission denIEd */sqlITE_ABORT 4 /* Callback routine requested an abort */sqlITE_BUSY 5 /* The database file is locked */sqlITE_LOCKED 6 /* A table in the database is locked */sqlITE_NOMEM 7 /* A malloc() Failed */sqlITE_Readonly 8 /* Attempt to write a Readonly database */sqlITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/sqlITE_IOERR 10 /* Some kind of disk I/O error occurred */sqlITE_CORRUPT 11 /* The database disk image is malformed */sqlITE_NOTFOUND 12 /* NOT USED. table or record not found */sqlITE_FulL 13 /* Insertion Failed because database is full */sqlITE_CANtopEN 14 /* Unable to open the database file */sqlITE_PROTOCol 15 /* NOT USED. Database lock protocol error */sqlITE_EMPTY 16 /* Database is empty */sqlITE_SCHEMA 17 /* The database schema changed */sqlITE_TOOBIG 18 /* String or BLOB exceeds size limit */sqlITE_CONSTRAINT 19 /* Abort due to constraint violation */sqlITE_MISMATCH 20 /* Data type mismatch */sqlITE_MISUSE 21 /* library used incorrectly */sqlITE_NolFS 22 /* Uses OS features not supported on host */sqlITE_AUTH 23 /* Authorization denIEd */sqlITE_FORMAT 24 /* Auxiliary database format error */sqlITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */sqlITE_NOTADB 26 /* file opened that is not a database file */sqlITE_ROW 100 /* sqlite3_step() has another row ready */sqlITE_DONE 101 /* sqlite3_step() has finished executing *//* end-of-error-codes */
总结以上是内存溢出为你收集整理的SQLiteException 的 ErrorCode!全部内容,希望文章能够帮你解决SQLiteException 的 ErrorCode!所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)