public abstract class AbstractNoSqlStatement
extends liquibase.statement.AbstractSqlStatement
| Constructor and Description |
|---|
AbstractNoSqlStatement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueOnError() |
abstract String |
getCommandName() |
boolean |
skipOnUnsupported() |
abstract String |
toJs() |
String |
toString() |
public abstract String getCommandName()
public boolean continueOnError()
continueOnError in interface liquibase.statement.SqlStatementcontinueOnError in class liquibase.statement.AbstractSqlStatementpublic boolean skipOnUnsupported()
skipOnUnsupported in interface liquibase.statement.SqlStatementskipOnUnsupported in class liquibase.statement.AbstractSqlStatementpublic abstract String toJs()
Copyright © 2021 Liquibase.org. All rights reserved.