Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DDatabaseMetaData.java2937 public boolean supportsSchemasInDataManipulation() throws SQLException; in supportsSchemasInDataManipulation() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java873 assertFalse(meta.supportsSchemasInDataManipulation()); in test_supportsSchemasInDataManipulation()