-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Good afternoon:
We are busy building a plugin, and not to reinvent the SQLWheel we are using SQLibrary, and we are wondering how to achieve the following:
For security purposes we want to use Prepare statements (sql.prepare("Insert into ? value(?,?) for example).
However, when using the follow up statements sql.setString, sql.setDouble and sql.setInt etc we are getting The method setString(int, String) is undefined for the type Database.
How do we achieve the setString etc without having to recode the whole SQLibrary ourselfs, to add support to do this?
Metadata
Metadata
Assignees
Labels
No labels