예제 #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);
 }