Modifier and Type | Field and Description |
---|---|
private Configuration |
cfg |
private DbEngine |
dbEngine |
private Dialect |
dialect |
private boolean |
dropIndexes |
private boolean |
isVerbose |
private static org.slf4j.Logger |
log |
private boolean |
silent |
private boolean |
updateIndexes |
Constructor and Description |
---|
DbIndexWork(Configuration cfg,
Dialect dialect,
DbEngine dbEngine,
boolean verbose,
boolean silent,
boolean dropIndexes,
boolean updateIndexes) |
private static final org.slf4j.Logger log
private final Configuration cfg
private final Dialect dialect
private final DbEngine dbEngine
private final boolean isVerbose
private final boolean silent
private final boolean dropIndexes
private final boolean updateIndexes
public DbIndexWork(Configuration cfg, Dialect dialect, DbEngine dbEngine, boolean verbose, boolean silent, boolean dropIndexes, boolean updateIndexes)
public void execute(Connection connection) throws SQLException
execute
in interface Work
SQLException