Package | Description |
---|---|
liquibase.change.core | |
liquibase.sqlgenerator.core | |
liquibase.statement.core |
Modifier and Type | Method and Description |
---|---|
protected InsertStatement |
LoadUpdateDataChange.createStatement(String catalogName,
String schemaName,
String tableName) |
protected InsertStatement |
LoadDataChange.createStatement(String catalogName,
String schemaName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
Sql[] |
InsertGenerator.generateSql(InsertStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain) |
protected Relation |
InsertGenerator.getAffectedTable(InsertStatement statement) |
ValidationErrors |
InsertGenerator.validate(InsertStatement insertStatement,
Database database,
SqlGeneratorChain sqlGeneratorChain) |
Modifier and Type | Class and Description |
---|---|
class |
InsertOrUpdateStatement |
Modifier and Type | Method and Description |
---|---|
InsertStatement |
InsertStatement.addColumn(ColumnConfig columnConfig) |
InsertStatement |
InsertStatement.addColumnValue(String columnName,
Object newValue) |
Copyright © 2014 Liquibase.org. All rights reserved.