public class RawSqlStatement extends AbstractSqlStatement
| Constructor and Description |
|---|
RawSqlStatement(String sql) |
RawSqlStatement(String sql,
String endDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndDelimiter() |
String |
getSql() |
String |
toString() |
continueOnError, setContinueOnError, skipOnUnsupportedpublic RawSqlStatement(String sql)
Copyright © 2018 Liquibase.org. All rights reserved.