public interface SqlStatement
A single SqlStatement may yield multiple SQL commands, and may yield a different number of SQL commands depending on the database. If a particular statement. The SqlStatement implementations do not actually generate SQL strings, that is left to the SqlGenerator implementations. Instead, the purpose of the SqlStatement implementation is to hold the metadata required to generate the correct SQL for a particular database at a later time.
Change
,
SqlGenerator
,
SqlGeneratorFactory
Modifier and Type | Method and Description |
---|---|
boolean |
continueOnError() |
boolean |
skipOnUnsupported() |
Copyright © 2019 Liquibase.org. All rights reserved.