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

print(metadata.scale(1))