Interface SqlDao


public interface SqlDao
  • Method Details

    • executeUpdate

      void executeUpdate(String sql, Map params)
    • batchUpdate

      void batchUpdate(List<String> sqls)