Lines Matching refs:CREATE
1447 ** the table type ("index" or "table") and SQL to create the table.
1470 }else if( strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){
1631 ".schema ?TABLE? Show the CREATE statements\n"
2213 fprintf(stderr, "Cannot create output database: %s\n",
2614 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable);
2632 fprintf(stderr, "CREATE TABLE %s(...) failed: %s\n", zTable,
3020 new_argv[0] = "CREATE TABLE sqlite_master (\n"
3034 new_argv[0] = "CREATE TEMP TABLE sqlite_temp_master (\n"