Searched refs:schema (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/javax/xml/validation/ |
D | SchemaFactory.java | 526 public Schema newSchema(Source schema) throws SAXException { in newSchema() argument 527 return newSchema(new Source[]{schema}); in newSchema() 542 public Schema newSchema(File schema) throws SAXException { in newSchema() argument 543 return newSchema(new StreamSource(schema)); in newSchema() 558 public Schema newSchema(URL schema) throws SAXException { in newSchema() argument 559 return newSchema(new StreamSource(schema.toExternalForm())); in newSchema()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DatabaseMetaData.java | 1735 ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges() argument 1832 ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier() argument 1943 ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns() argument 2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys() argument 2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys() argument 2267 ResultSet getExportedKeys(String catalog, String schema, in getExportedKeys() argument 2554 ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo() argument
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParserFactory.java | 317 public void setSchema(Schema schema) { in setSchema() argument
|
D | DocumentBuilderFactory.java | 441 public void setSchema(Schema schema) { in setSchema() argument
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 1852 String schema = rs.getString("TABLE_SCHEM"); in crossCheckGetColumnsAndResultSetMetaData() local 1856 "SELECT * FROM " + schema+"."+table); in crossCheckGetColumnsAndResultSetMetaData() 1873 schema, rs.getString("TABLE_SCHEM")); in crossCheckGetColumnsAndResultSetMetaData() 2286 String schema = rs.getString("TABLE_SCHEM"); in checkSchemas() local 2287 assertNotNull(schema); in checkSchemas() 2293 if (expected[nextMatch].equals(schema)) nextMatch++; in checkSchemas()
|
/libcore/expectations/ |
D | knownfailures.txt | 201 …description: "If no schema is associated: returns empty string where actually null be returned?. T… 1587 …substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://…
|