Home
last modified time | relevance | path

Searched defs:getBigDecimal (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java297 public BigDecimal getBigDecimal(int columnIndex, int scale) in getBigDecimal() method in Impl_RowSet
302 public BigDecimal getBigDecimal(int columnIndex) throws SQLException { in getBigDecimal() method in Impl_RowSet
306 public BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() method in Impl_RowSet
311 public BigDecimal getBigDecimal(String columnName) throws SQLException { in getBigDecimal() method in Impl_RowSet