Package liquibase.statement.core
Class InsertSetStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.InsertSetStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionInsertSetStatement
(String catalogName, String schemaName, String tableName) InsertSetStatement
(String catalogName, String schemaName, String tableName, int batchSize) -
Method Summary
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
InsertSetStatement
-
InsertSetStatement
-
-
Method Details
-
getCatalogName
-
getSchemaName
-
getTableName
-
getBatchThreshold
public int getBatchThreshold() -
addInsertStatement
-
peek
-
getStatements
-
getStatementsArray
-