Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java698 boolean supportsSchemasInProcedureCalls() throws SQLException; in supportsSchemasInProcedureCalls() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java885 assertFalse(meta.supportsSchemasInProcedureCalls()); in test_supportsSchemasInProcedureCalls()