The R Project SVN R-packages

Rev

Rev 3251 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3251 Rev 3255
Line 162... Line 162...
162
  void *,                       /* 1st argument to callback function */
162
  void *,                       /* 1st argument to callback function */
163
  char **errmsg                 /* Error msg written here */
163
  char **errmsg                 /* Error msg written here */
164
);
164
);
165
 
165
 
166
/*
166
/*
167
** Return values for sqlite3_exec() and sqlite3_step()
167
** Return values for sqlite3_exec() and  = qlite3_step()
168
*/
168
*/
169
#define SQLITE_OK           0   /* Successful result */
169
#define SQLITE_OK           0   /* Successful result */
170
/* beginning-of-error-codes */
170
/* beginning-of-error-codes */
171
#define SQLITE_ERROR        1   /* SQL error or missing database */
171
#define SQLITE_ERROR        1   /* SQL error or missing database */
172
#define SQLITE_INTERNAL     2   /* NOT USED. Internal logic error in SQLite */
172
#define SQLITE_INTERNAL     2   /* NOT USED. Internal logic error in SQLite */