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.
 
| Modifier and Type | Method and Description | 
|---|---|
| String | delete() | 
| String | insert() | 
| String | select() | 
| String | update() | 
Copyright © 2019. All rights reserved.