Home | History | Annotate | Download | only in sql

Lines Matching refs:INTEGER

66                     " IntegerVal INTEGER, " + " RealVal REAL, "
259 String query = "create table hutch (id integer not null, animal_id integer, address char(20), primary key (id));";
613 ps.setInt(1, Integer.MAX_VALUE);
617 + Integer.MAX_VALUE);
631 ps.setInt(1, Integer.MIN_VALUE);
635 + Integer.MAX_VALUE);
650 ps.setInt(1, Integer.MIN_VALUE);
1788 notes = "First exception test fails: integer and date are incompatible"
1794 "Setting a data for a declared INTEGER should throw Exception")
1799 new Date(cal.getTimeInMillis()), new Date(Integer.MAX_VALUE),
1876 Date[] dates = { new Date(cal.getTimeInMillis()), new Date(Integer.MAX_VALUE),
1954 ps.setNull(1, Types.INTEGER);
2059 +"( street INTEGER, zip TEXT);";
2182 ps.setObject(1, Integer.MAX_VALUE);
2186 + Integer.MAX_VALUE);
2303 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER);
2307 + Integer.MAX_VALUE);
2397 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER);
2426 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER,
2427 Integer.MAX_VALUE);
2431 + Integer.MAX_VALUE);
2447 ps.setObject(1, "test text", Types.CHAR, Integer.MIN_VALUE);
2520 ps.setObject(1, "test text", Types.CHAR, Integer.MIN_VALUE);
2539 Time[] times = { new Time(24, 25, 26), new Time(Integer.MAX_VALUE),
2622 Time[] times = { new Time(24, 25, 26), new Time(Integer.MAX_VALUE),