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