| Interface | Description |
|---|---|
| SqlGenerator<T extends SqlStatement> |
SqlGenerator implementations take a database-independent SqlStatement interface and create a
database-specific Sql object.
|
| Class | Description |
|---|---|
| SqlGeneratorChain<T extends SqlStatement> | |
| SqlGeneratorFactory |
SqlGeneratorFactory is a singleton registry of SqlGenerators.
|
Copyright © 2019 Liquibase.org. All rights reserved.