DriverSupportForLong

Specifies how integer parameters are handled for PreparedStatements. When this property is true, setLong is used to set the integer parameter. When it is false, setInt is used to set the parameter.

Default value: true

Possible values: true or false

Required: No

Copyright IBM Corp. 1997, 2004