public class SqlListener extends Object implements LiquibaseListener
Constructor and Description |
---|
SqlListener() |
Modifier and Type | Method and Description |
---|---|
void |
readSqlWillRun(String sql)
Called for any "query" sql that reads information from the database without writing to the database.
|
void |
writeSqlWillRun(String sql)
Called for any sql that modifies data, schema structure, or anything else in the database.
|
public void readSqlWillRun(String sql)
public void writeSqlWillRun(String sql)
Copyright © 2023 Liquibase.org. All rights reserved.