public abstract class AbstractCosmosStatement extends AbstractNoSqlStatement
| Constructor and Description |
|---|
AbstractCosmosStatement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueOnError() |
abstract String |
getCommandName() |
String |
toJs() |
skipOnUnsupported, toStringpublic abstract String getCommandName()
getCommandName in class AbstractNoSqlStatementpublic boolean continueOnError()
continueOnError in interface liquibase.statement.SqlStatementcontinueOnError in class AbstractNoSqlStatementpublic String toJs()
toJs in class AbstractNoSqlStatementCopyright © 2021 Liquibase.org. All rights reserved.