klyn.databases.sql.ParameterMetaData.scale
method
public scale(index as Int) as Int throws SQLException
Description
Returns the numeric scale for one parameter.
import klyn.databases.sql

print(info.scale(1))