Contribute in GitHub:
Open doc issue|Edit online
Nullpointer exception
In case you face a Nullpointer exception while using Custom Prepared Statements, try to resolve the issue with instructions provided here.
When the JDBC Connector is using a JDBC 2.0 driver (or less) for communicating with a database, there may be problems with Custom Prepared Statements. To solve this issue, use a JDBC 3.0 driver for your solution. If there is no such driver available for the needed database, you will not be able to make use of the "Use custom SQL prepared statements" functionality.