Searched refs:userExpected (Results 1 – 1 of 1) sorted by relevance
2262 public static void checkSchemas(ResultSet rs, String[] userExpected) in checkSchemas() argument2267 + userExpected.length]; in checkSchemas()2271 System.arraycopy(userExpected, 0, expected, BUILTIN_SCHEMAS.length, in checkSchemas()2272 userExpected.length); in checkSchemas()