Package liquibase.statement.core
Class RawCallStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.RawSqlStatement
liquibase.statement.core.RawCallStatement
- All Implemented Interfaces:
CallableSqlStatement
,SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionRawCallStatement
(String sql) RawCallStatement
(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
-
Constructor Details
-
RawCallStatement
-
RawCallStatement
-