getPrecision Method (SQLServerResultSetMetaData)
Get the designated column's number of decimal digits.
public int getPrecision(int column)
Parametri
column
An int that indicates the column index.
Valore restituito
An int that indicates the precision of the column.
Eccezioni
Osservazioni
This getPrecision method is specified by the getPrecision method in the java.sql.ResultSetMetaData interface.
Vedere anche
Riferimento
SQLServerResultSetMetaData Class
Concetti
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members