Package | Description |
---|---|
liquibase.database.core |
Modifier and Type | Method and Description |
---|---|
static Sql[] |
SQLiteDatabase.getAlterTableSqls(Database database,
SQLiteDatabase.AlterTableVisitor alterTableVisitor,
String catalogName,
String schemaName,
String tableName)
Uses
SqlGeneratorFactory to generate Sql for the specified visitor and db objects. |
static List<SqlStatement> |
SQLiteDatabase.getAlterTableStatements(SQLiteDatabase.AlterTableVisitor alterTableVisitor,
Database database,
String catalogName,
String schemaName,
String tableName) |
Copyright © 2020 Liquibase.org. All rights reserved.