Searched refs:BUILTIN_SCHEMAS (Results 1 – 1 of 1) sorted by relevance
2230 private static final String[] BUILTIN_SCHEMAS = { field in DatabaseMetaDataTest2266 String[] expected = new String[BUILTIN_SCHEMAS.length in checkSchemas()2269 System.arraycopy(BUILTIN_SCHEMAS, 0, expected, 0, in checkSchemas()2270 BUILTIN_SCHEMAS.length); in checkSchemas()2271 System.arraycopy(userExpected, 0, expected, BUILTIN_SCHEMAS.length, in checkSchemas()2276 for (int i = BUILTIN_SCHEMAS.length; i < expected.length; i++) { in checkSchemas()