Searched refs:schema (Results 1 - 5 of 5) sorted by relevance
/libcore/luni/src/main/java/javax/xml/validation/ |
H A D | SchemaFactory.java | 37 * {@link SchemaFactory} is a schema compiler. It reads external 55 * This spec uses a namespace URI to designate a schema language. 60 * if it chooses to support other schema languages listed here, 67 * implementations for other schema languages at run-time. 118 * schema language and return it.</p> 120 * <p>To find a <code>SchemaFactory</code> object for a given schema language, 146 * The first service provider found in class loader order that supports the specified schema language is returned. 160 * need to be escaped in a property file, so make sure schema language 167 * Specifies the schema language which the returned 170 * schema language 526 newSchema(Source schema) argument 542 newSchema(File schema) argument 558 newSchema(URL schema) argument [all...] |
/libcore/luni/src/main/java/java/sql/ |
H A D | DatabaseMetaData.java | 438 * specified SQL User Defined Type (UDT) for a specified schema and catalog. 451 * <li>{@code TYPE_SCHEM} - String - the type schema name (possibly {@code 491 * this gives the schema of the table corresponding to the attribute's scope. 507 * a schema name pattern. {@code null} is used to imply no 508 * narrowing of the search by a schema name. Otherwise, the name 509 * must match a schema name in the database, with "" used to 510 * retrieve those without a schema name. 566 * @param schema 567 * a schema name pattern. {@code null} is used to imply no 568 * narrowing of the search by schema nam 584 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument 659 getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) argument 1022 getExportedKeys(String catalog, String schema, String table) argument 1131 getImportedKeys(String catalog, String schema, String table) argument 1203 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument 1488 getPrimaryKeys(String catalog, String schema, String table) argument 2101 getVersionColumns(String catalog, String schema, String table) argument [all...] |
/libcore/luni/src/main/java/javax/xml/parsers/ |
H A D | DocumentBuilderFactory.java | 127 * To use modern schema languages such as W3C XML Schema or 131 * method to associate a schema to a parser. 359 * the {@link #setSchema(Schema schema)} method. 432 * @param schema <code>Schema</code> to use or <code>null</code> to remove a schema. 441 public void setSchema(Schema schema) { argument
|
H A D | SAXParserFactory.java | 141 * To use modern schema languages such as W3C XML Schema or 145 * method to associate a schema to a parser. 242 * the {@link #setSchema(Schema schema)} method. 308 * @param schema <code>Schema</code> to use, <code>null</code> to remove a schema. 317 public void setSchema(Schema schema) { argument
|
/libcore/luni/src/test/java/tests/java/sql/ |
H A D | DatabaseMetaDataTest.java | 464 assertEquals("Incorrect primary key table schema", "", rs 473 assertEquals("Incorrect foreign key table schema", "", rs 703 assertEquals("Incorrect primary key table schema", "", rs 711 assertEquals("Incorrect foreign key table schema", "", rs 845 assertEquals("Incorrect table schema", "", rs 1069 @KnownFailure("If no schema is associated: returns empty string where actually null be returned?. Ticket 98") 1086 assertNull("Wrong table schema: "+rs.getString("TABLE_SCHEM"), rs.getString("TABLE_SCHEM")); 1107 assertNull("Wrong table schema: "+rs.getString("TABLE_SCHEM"), rs.getString("TABLE_SCHEM")); 1121 assertNull("Wrong table schema ", rs.getString("TABLE_SCHEM")); 1852 String schema [all...] |
Completed in 223 milliseconds