antville / helma

Antville Fork of Helma Object Publisher
https://antville.org
Other
3 stars 1 forks source link

Add support for prepared SQL statements to DatabaseObject #54

Closed p3k closed 1 year ago

p3k commented 1 year ago

Currently, prepared statements are only used in the NodeManager; the DatabaseObject is using java.sql.Statement only.

Adding a method to execute prepared SQL statements should be sufficient for the now.