Lines Matching defs:error
148 number of rows affected. If an error is encountered, returns nil as the
149 first parameter and the error message as the second.
304 returns the rows/columns found as a table. If an error is encountered,
305 returns nil as the first parameter and the error message as the second.
719 returns a table with functions for using the database handle. If an error
720 occurs, returns nil as the first parameter and the error message as the
730 const char *error = 0;
787 arguments, &dbdhandle->handle, &error);
797 if (error) {
798 lua_pushstring(L, error);