Home
last modified time | relevance | path

Searched refs:supportsSchemasInIndexDefinitions (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java714 boolean supportsSchemasInIndexDefinitions() throws SQLException; in supportsSchemasInIndexDefinitions() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java877 assertFalse(meta.supportsSchemasInIndexDefinitions()); in test_supportsSchemasInIndexDefinitions()