Searched refs:schema (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactory.java37 * {@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/ojluni/src/main/java/java/sql/
H A DDatabaseMetaData.java642 * Retrieves the database vendor's preferred term for "schema".
644 * @return the vendor term for "schema"
685 * Retrieves whether a schema name can be used in a data manipulation statement.
693 * Retrieves whether a schema name can be used in a procedure call statement.
701 * Retrieves whether a schema name can be used in a table definition statement.
709 * Retrieves whether a schema name can be used in an index definition statement.
717 * Retrieves whether a schema name can be used in a privilege definition statement.
1031 * schema name.
1033 * @return the maximum number of characters allowed in a schema name;
1215 * Only procedure descriptions matching the schema an
1735 getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) argument
1832 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument
1943 getVersionColumns(String catalog, String schema, String table) argument
2005 getPrimaryKeys(String catalog, String schema, String table) argument
2083 getImportedKeys(String catalog, String schema, String table) argument
2267 getExportedKeys(String catalog, String schema, String table) argument
2554 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument
[all...]
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java127 * 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 DSAXParserFactory.java141 * 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 DDatabaseMetaDataTest.java464 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 146 milliseconds