Searched refs:setBigDecimal (Results 1 – 4 of 4) sorted by relevance
738 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException; in setBigDecimal() method755 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException; in setBigDecimal() method
221 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException; in setBigDecimal() method
934 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException; in setBigDecimal() method
1314 ps.setBigDecimal(1, bd); in testSetBigDecimal()1319 ps.setBigDecimal(2, bd); in testSetBigDecimal()1327 ps.setBigDecimal(-2, bd); in testSetBigDecimal()1336 ps1.setBigDecimal(1, bd); in testSetBigDecimal()