dbSetNumericalPrecPolicy#
Purpose#
Sets the current precision policy for all queries used with a specified database connection.
Format#
- dbSetNumericalPrecPolicy(db_id, prec_policy)#
- Parameters:
db_id (scalar) – database connection index number.
prec_policy (scalar) –
0
Strings will be used to preserve precision.
1
Force 32-bit integer values.
2
Force 64-bit integer values.
4
Force double values. This is the default policy.