Home | History | Annotate | Download | only in JDBC2z

Lines Matching defs:iname

780 		String iname = r0[col];
789 SQLite.Shell.sql_quote(iname) + ")"));
899 String iname = r0[col];
908 SQLite.Shell.sql_quote(iname) + ")"));
931 row[5] = iname;
1319 String iname = r0[col];
1328 SQLite.Shell.sql_quote(iname) + ")"));
1348 (iname.charAt(0) == '(' &&
1349 iname.indexOf(" autoindex ") > 0)) ? "0" : "1";
1351 row[5] = iname;