Package liquibase.statement.core
Class InsertStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.InsertStatement
- All Implemented Interfaces:
SqlStatement
- Direct Known Subclasses:
InsertOrUpdateStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColumn
(ColumnConfig columnConfig) addColumnValue
(String columnName, Object newValue) getColumnValue
(String columnName) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Constructor Details
-
InsertStatement
-
-
Method Details
-
getCatalogName
-
getSchemaName
-
getTableName
-
addColumnValue
-
getColumnValue
-
getColumnValues
-
addColumn
-