Class CustomLockDatabaseChangeLogStatement

java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.LockDatabaseChangeLogStatement
org.keycloak.connections.jpa.updater.liquibase.lock.CustomLockDatabaseChangeLogStatement
All Implemented Interfaces:
liquibase.statement.SqlStatement

public class CustomLockDatabaseChangeLogStatement extends liquibase.statement.core.LockDatabaseChangeLogStatement
Author:
rmartinc
  • Field Summary

    Fields inherited from interface liquibase.statement.SqlStatement

    EMPTY_SQL_STATEMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class liquibase.statement.AbstractSqlStatement

    continueOnError, setContinueOnError, skipOnUnsupported

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface liquibase.statement.SqlStatement

    getFormattedStatement
  • Constructor Details

    • CustomLockDatabaseChangeLogStatement

      public CustomLockDatabaseChangeLogStatement(int id)
  • Method Details

    • getId

      public int getId()