Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimestampTest.java137 Timestamp theTimestamp = new Timestamp(TIME_TEST1); in testTimestamplong() local
139 assertNotNull(theTimestamp); in testTimestamplong()
142 assertNotNull(theTimestamp); in testTimestamplong()
174 Timestamp theTimestamp = new Timestamp(element[0], element[1], in testTimestampintintintintintintint() local
176 assertNotNull("Timestamp not generated: ", theTimestamp); in testTimestampintintintintintintint()
200 Timestamp theTimestamp = new Timestamp(TIME_TEST1); in testSetTimelong() local
203 theTimestamp.setTime(TIME_ARRAY[i]); in testSetTimelong()
205 assertEquals(TIME_ARRAY[i], theTimestamp.getTime()); in testSetTimelong()
206 assertEquals(NANOS_ARRAY[i], theTimestamp.getNanos()); in testSetTimelong()
219 Timestamp theTimestamp = new Timestamp(element); in testGetTime() local
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java227 public void setTimestamp(int parameterIndex, Timestamp theTimestamp, in setTimestamp() argument
231 public void setTimestamp(int parameterIndex, Timestamp theTimestamp) in setTimestamp() argument
1251 public void setTimestamp(String parameterName, Timestamp theTimestamp) in setTimestamp() argument
1256 public void setTimestamp(String parameterName, Timestamp theTimestamp, in setTimestamp() argument