Searched defs:schema (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/javax/xml/validation/ |
D | SchemaFactory.java | 526 public Schema newSchema(Source schema) throws SAXException { in newSchema() 542 public Schema newSchema(File schema) throws SAXException { in newSchema() 558 public Schema newSchema(URL schema) throws SAXException { in newSchema()
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParserFactory.java | 317 public void setSchema(Schema schema) { in setSchema()
|
D | DocumentBuilderFactory.java | 441 public void setSchema(Schema schema) { in setSchema()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DatabaseMetaData.java | 1735 ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges() 1832 ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier() 1943 ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns() 2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys() 2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys() 2267 ResultSet getExportedKeys(String catalog, String schema, in getExportedKeys() 2554 ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 1852 String schema = rs.getString("TABLE_SCHEM"); in crossCheckGetColumnsAndResultSetMetaData() local 2286 String schema = rs.getString("TABLE_SCHEM"); in checkSchemas() local
|