示例#1
0
 public PreparedDelete<T> prepareDelete() throws SQLException {
   return statementBuilder.prepareStatement(null);
 }
示例#2
0
 /** A short-cut for calling {@link QueryBuilder#prepare()}. */
 public PreparedQuery<T> prepare() throws SQLException {
   return statementBuilder.prepareStatement(null);
 }