Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2034 Timestamp[] timestamps = { new Timestamp(2007, 10, 17, 19, 06, 50, 23), in testSetTimestamp_int_Timestamp() local
2043 for (int i = 0; i < timestamps.length; i++) { in testSetTimestamp_int_Timestamp()
2044 ps.setTimestamp(1, timestamps[i]); in testSetTimestamp_int_Timestamp()
2050 ps.setTimestamp(2, timestamps[0]); in testSetTimestamp_int_Timestamp()
2057 ps.setTimestamp(-2, timestamps[0]); in testSetTimestamp_int_Timestamp()
2064 ps1.setTimestamp(1, timestamps[0]); in testSetTimestamp_int_Timestamp()
2109 Timestamp[] timestamps = { new Timestamp(2007, 10, 17, 19, 06, 50, 23), in testSetTimestampIntTimestampCalendar() local
2118 for (int i = 0; i < timestamps.length; i++) { in testSetTimestampIntTimestampCalendar()
2120 ps.setTimestamp(1, timestamps[i], cals[i]); in testSetTimestampIntTimestampCalendar()
2132 ps.setTimestamp(2, timestamps[0], cals[0]); in testSetTimestampIntTimestampCalendar()
[all …]