Searched refs:isNullable (Results 1 – 4 of 4) sorted by relevance
67 int isNullable(int param) throws SQLException; in isNullable() method
99 int isNullable(int column) throws SQLException; in isNullable() method
574 .isNullable(1)); in testIsNullable()576 .isNullable(2)); in testIsNullable()578 .isNullable(3)); in testIsNullable()
1995 rsmdt.isNullable(col), rs.getInt("NULLABLE")); in crossCheckGetColumnRowAndResultSetMetaData()2002 switch (rsmdt.isNullable(col)) in crossCheckGetColumnRowAndResultSetMetaData()2157 expected, rsmd.isNullable(i+1)); in assertNullability()