Searched defs:TIMESTAMP (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DTypes.java167 * The type code that identifies the SQL type {@code TIMESTAMP}.
169 public static final int TIMESTAMP = 93; field in class:Types
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DXmlReportPrinter.java64 private static final String TIMESTAMP = "timestamp"; field in class:XmlReportPrinter
178 serializer.attribute(ns, TIMESTAMP, timestamp);

Completed in 35 milliseconds