public class InsertStatement extends AbstractSqlStatement
| Constructor and Description |
|---|
InsertStatement(String catalogName,
String schemaName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
InsertStatement |
addColumn(ColumnConfig columnConfig) |
InsertStatement |
addColumnValue(String columnName,
Object newValue) |
String |
getCatalogName() |
Object |
getColumnValue(String columnName) |
Map<String,Object> |
getColumnValues() |
String |
getSchemaName() |
String |
getTableName() |
continueOnError, setContinueOnError, skipOnUnsupportedpublic String getCatalogName()
public String getSchemaName()
public String getTableName()
public InsertStatement addColumnValue(String columnName, Object newValue)
public InsertStatement addColumn(ColumnConfig columnConfig)
Copyright © 2018 Liquibase.org. All rights reserved.