Typical usage is:
StatementBuilder statementBuilder = new StatementBuilder("WHERE id = :id AND type = :type"); statementBuilder.putValue("id", 1234L).putValue("type", "Type"); Statement statement = statementBuilder.toStatement();
@author api.arogal@gmail.com (Adam Rogal)
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |