ResultSetMetaData.getScale
Interface Overview | Interface Members |
This Package |
All Packages
public abstract int getScale( int column ) throws SQLException
Parameters
- column
- the first column is 1, the second is 2, ...
Returns
scale
Description
What's a column's number of digits to right of the decimal point?
Exceptions
SQLException
if a database-access error occurs.