public class InsertStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
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, skipOnUnsupported
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public InsertStatement addColumnValue(String columnName, Object newValue)
public InsertStatement addColumn(ColumnConfig columnConfig)
Copyright © 2023 Liquibase.org. All rights reserved.