Lines Matching defs:SQLite

1 package SQLite.JDBC2z;
16 protected SQLite.TableResult tr;
72 SQLite.Database.version().compareTo("2.5.0") < 0;
74 public JDBCResultSet(SQLite.TableResult tr, JDBCStatement s) {
319 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
327 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
368 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
376 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
419 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
427 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
615 ret = SQLite.StringEncoder.decode(lastg);
837 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
840 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
855 } catch (SQLite.Exception e) {
880 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
884 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
893 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[k]));
902 } catch (SQLite.Exception e) {
920 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
924 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]));
933 } catch (SQLite.Exception e) {
952 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
958 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
962 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]));
969 SQLite.TableResult trnew = null;
972 } catch (SQLite.Exception e) {
1084 rowbuf[colIndex - 1] = SQLite.StringEncoder.encodeX(s);
1086 rowbuf[colIndex - 1] = SQLite.StringEncoder.encode(s);