Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier() argument
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java340 String[] nullable = {"YES", "NO",""}; in test_getColumnsSpecific() local
348 Arrays.sort(nullable); in test_getColumnsSpecific()
363 nullable, rs.getString("IS_NULLABLE")) > -1); in test_getColumnsSpecific()