![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.store.jdbc.builder.UpdateSql Maven / Gradle / Ivy
package com.github.ltsopensource.store.jdbc.builder;
import com.github.ltsopensource.core.commons.utils.StringUtils;
import com.github.ltsopensource.core.logger.Logger;
import com.github.ltsopensource.core.logger.LoggerFactory;
import com.github.ltsopensource.store.jdbc.SQLFormatter;
import com.github.ltsopensource.store.jdbc.SqlTemplate;
import com.github.ltsopensource.store.jdbc.exception.JdbcException;
import java.sql.SQLException;
import java.util.LinkedList;
import java.util.List;
/**
* @author Robert HG ([email protected]) on 3/9/16.
*/
public class UpdateSql {
private static final Logger LOGGER = LoggerFactory.getLogger(UpdateSql.class);
private SqlTemplate sqlTemplate;
private StringBuilder sql = new StringBuilder();
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy