public interface Queries
All the SQL is for populating PreparedStatement objects, i.e. the necessary variables are represented by question-marks, for late binding in the database.
PreparedStatement
String
delete()
insert()
select()
select(Where where)
update()
String insert()
String update()
String delete()
String select()
String select(Where where)
Copyright © 2019. All rights reserved.