Home | History | Annotate | Download | only in dist

Lines Matching refs:CREATE

1452 ** the table type ("index" or "table") and SQL to create the table.
1475 }else if( strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){
1636 ".schema ?TABLE? Show the CREATE statements\n"
2233 fprintf(stderr, "Cannot create output database: %s\n",
2634 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable);
2652 fprintf(stderr, "CREATE TABLE %s(...) failed: %s\n", zTable,
3040 new_argv[0] = "CREATE TABLE sqlite_master (\n"
3054 new_argv[0] = "CREATE TEMP TABLE sqlite_temp_master (\n"