Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactory.java526 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/
DDatabaseMetaData.java1735 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/
DSAXParserFactory.java317 public void setSchema(Schema schema) { in setSchema() argument
DDocumentBuilderFactory.java441 public void setSchema(Schema schema) { in setSchema() argument
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1852 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/
Dicebox.txt71 …substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://…
Dknownfailures.txt177 …description: "If no schema is associated: returns empty string where actually null be returned?. T…