Searched refs:SQL_DATEARRAY (Results 1 – 1 of 1) sorted by relevance
73 static String[] SQL_DATEARRAY = new String[] { SQL_DATESTRING1, field in DateTest84 static String[][] SQL_TZ_DATEARRAYS = new String[][] { SQL_DATEARRAY,304 for (String element : SQL_DATEARRAY) { in testValueOf()