DBStatement<a> defaultPrepare(DBHandle<a> con, String query)
Usage
Databases that do not support prepared statements should use this function in the prep field of their DBHandle. It will throw the Builtins::Not_Implemented Exception if called.
Databases that do not support prepared statements should use this function in the prep field of their DBHandle. It will throw the Builtins::Not_Implemented Exception if called.