Package liquibase.statement.core
Class RawCompoundStatement
- java.lang.Object
-
- liquibase.statement.AbstractSqlStatement
-
- liquibase.statement.core.RawSqlStatement
-
- liquibase.statement.core.RawCompoundStatement
-
- All Implemented Interfaces:
CompoundStatement
,SqlStatement
public class RawCompoundStatement extends RawSqlStatement implements CompoundStatement
-
-
Field Summary
-
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
-
Constructor Summary
Constructors Constructor Description RawCompoundStatement(String sql)
RawCompoundStatement(String sql, String endDelimiter)
-
Method Summary
-
Methods inherited from class liquibase.statement.core.RawSqlStatement
getEndDelimiter, getSql, toString
-
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface liquibase.statement.SqlStatement
continueOnError, skipOnUnsupported
-
-