klyn.databases.sql.ResultSetMetaData.precision
method
public precision(index as Int) as Int throws SQLException
Description
Returns the numeric precision for one column.
import klyn.databases.sql

print(metadata.precision(1))