Home | History | Annotate | Download | only in SQLite

Lines Matching defs:s2

655 	    Shell s2 = (Shell) s.clone();
656 s2.mode = Shell.MODE_Insert;
657 s2.set_table_name(args[0]);
661 if (s2.db.is3()) {
663 t = s2.db.get_table("PRAGMA table_info('%q')", qargs);
678 s2.mode = Shell.MODE_Insert2;
682 s2.db.exec(query, s2, qargs);
684 s2.db.exec("SELECT * from '%q'", s2, qargs);