Searched refs:isNullable (Results 1 – 5 of 5) sorted by relevance
175 public int isNullable(int paramIndex) throws SQLException; in isNullable() method
233 public int isNullable(int column) throws SQLException; in isNullable() method
717 .isNullable(1)); in testIsNullable()719 .isNullable(2)); in testIsNullable()721 .isNullable(3)); in testIsNullable()
172 public int isNullable(int column) throws java.sql.SQLException { in isNullable() method in JDBCResultSetMetaData
2329 rsmdt.isNullable(col), rs.getInt("NULLABLE")); in crossCheckGetColumnRowAndResultSetMetaData()2336 switch (rsmdt.isNullable(col)) in crossCheckGetColumnRowAndResultSetMetaData()2491 expected, rsmd.isNullable(i+1)); in assertNullability()