ResultSetMetaData.getPrecision

ResultSetMetaData.getPrecision

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getPrecision( int column ) throws SQLException
Parameters
column
the first column is 1, the second is 2, ...
Returns
precision
Description
What's a column's number of decimal digits?

Exceptions
SQLException if a database-access error occurs.