Constant Field Values

Contents

liquibase.ext.*

  • liquibase.ext.mongodb.changelog.AdjustChangeLogCollectionStatement 
    Modifier and Type Constant Field Value
    public static final String UI "ui_"
  • liquibase.ext.mongodb.changelog.CreateChangeLogCollectionStatement 
    Modifier and Type Constant Field Value
    public static final String OPTIONS "{\n\"validator\": { \"$jsonSchema\": {\n \"bsonType\": \"object\",\n \"description\": \"Database Change Log Table.\",\n \"required\": [\"id\", \"author\", \"fileName\", \"execType\"],\n \"properties\": \n {\n \"id\": {\n \"bsonType\": \"string\",\n \"description\": \"Value from the changeSet id attribute.\"\n },\n \"author\": {\n \"bsonType\": \"string\",\n \"description\": \"Value from the changeSet author attribute.\"\n },\n \"fileName\": {\n \"bsonType\": \"string\",\n \"description\": \"Path to the changelog. This may be an absolute path or a relative path depending on how the changelog was passed to Liquibase. For best results, it should be a relative path.\"\n },\n \"dateExecuted\": {\n \"bsonType\": [\"date\", \"null\"],\n \"description\": \"Date/time of when the changeSet was executed. Used with orderExecuted to determine rollback order.\"\n },\n \"orderExecuted\": {\n \"bsonType\": [\"int\", \"null\"],\n \"description\": \"Order that the changeSets were executed. Used in addition to dateExecuted to ensure order is correct even when the databases datetime supports poor resolution.\"\n },\n \"execType\": {\n \"bsonType\": \"string\",\n \"enum\": [\"EXECUTED\", \"FAILED\", \"SKIPPED\", \"RERAN\", \"MARK_RAN\"],\n \"description\": \"Description of how the changeSet was executed.\"\n },\n \"md5sum\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Checksum of the changeSet when it was executed. Used on each run to ensure there have been no unexpected changes to changSet in the changelog file.\"\n },\n \"description\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Short auto-generated human readable description of changeSet.\"\n },\n \"comments\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Value from the changeSet comment attribute.\"\n },\n \"tag\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Tracks which changeSets correspond to tag operations.\"\n },\n \"contexts\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Context expression of the run.\"\n },\n \"labels\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Labels assigned.\"\n },\n \"deploymentId\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Unique identifier generate for a run.\"\n },\n \"liquibase\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Version of Liquibase used to execute the changeSet.\"\n }\n }\n }},\"validationLevel\": \"strict\",\n\"validationAction\": \"error\"\n}"
    public static final String VALIDATOR "\n\"validator\": { \"$jsonSchema\": {\n \"bsonType\": \"object\",\n \"description\": \"Database Change Log Table.\",\n \"required\": [\"id\", \"author\", \"fileName\", \"execType\"],\n \"properties\": \n {\n \"id\": {\n \"bsonType\": \"string\",\n \"description\": \"Value from the changeSet id attribute.\"\n },\n \"author\": {\n \"bsonType\": \"string\",\n \"description\": \"Value from the changeSet author attribute.\"\n },\n \"fileName\": {\n \"bsonType\": \"string\",\n \"description\": \"Path to the changelog. This may be an absolute path or a relative path depending on how the changelog was passed to Liquibase. For best results, it should be a relative path.\"\n },\n \"dateExecuted\": {\n \"bsonType\": [\"date\", \"null\"],\n \"description\": \"Date/time of when the changeSet was executed. Used with orderExecuted to determine rollback order.\"\n },\n \"orderExecuted\": {\n \"bsonType\": [\"int\", \"null\"],\n \"description\": \"Order that the changeSets were executed. Used in addition to dateExecuted to ensure order is correct even when the databases datetime supports poor resolution.\"\n },\n \"execType\": {\n \"bsonType\": \"string\",\n \"enum\": [\"EXECUTED\", \"FAILED\", \"SKIPPED\", \"RERAN\", \"MARK_RAN\"],\n \"description\": \"Description of how the changeSet was executed.\"\n },\n \"md5sum\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Checksum of the changeSet when it was executed. Used on each run to ensure there have been no unexpected changes to changSet in the changelog file.\"\n },\n \"description\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Short auto-generated human readable description of changeSet.\"\n },\n \"comments\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Value from the changeSet comment attribute.\"\n },\n \"tag\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Tracks which changeSets correspond to tag operations.\"\n },\n \"contexts\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Context expression of the run.\"\n },\n \"labels\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Labels assigned.\"\n },\n \"deploymentId\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Unique identifier generate for a run.\"\n },\n \"liquibase\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Version of Liquibase used to execute the changeSet.\"\n }\n }\n }},\"validationLevel\": \"strict\",\n\"validationAction\": \"error\"\n"
  • liquibase.ext.mongodb.changelog.GetMaxChangeSetSequenceStatement 
    Modifier and Type Constant Field Value
    public static final String COMMAND_NAME "maxSequence"
  • liquibase.ext.mongodb.changelog.MongoRanChangeSet.Fields 
    Modifier and Type Constant Field Value
    public static final String author "author"
    public static final String changeSetId "id"
    public static final String comments "comments"
    public static final String contexts "contexts"
    public static final String dateExecuted "dateExecuted"
    public static final String deploymentId "deploymentId"
    public static final String description "description"
    public static final String execType "execType"
    public static final String fileName "fileName"
    public static final String labels "labels"
    public static final String liquibase "liquibase"
    public static final String md5sum "md5sum"
    public static final String orderExecuted "orderExecuted"
    public static final String tag "tag"
  • liquibase.ext.mongodb.lockservice.AdjustChangeLogLockCollectionStatement 
    Modifier and Type Constant Field Value
    public static final String COMMAND_NAME "adjustChangeLogLockCollection"
  • liquibase.ext.mongodb.lockservice.CreateChangeLogLockCollectionStatement 
    Modifier and Type Constant Field Value
    public static final String OPTIONS "{\n\"validator\": {\n \"$jsonSchema\": {\n \"bsonType\": \"object\",\n \"description\": \"Database Lock Collection\",\n \"required\": [\"_id\", \"locked\"],\n \"properties\": {\n \"_id\": {\n \"bsonType\": \"int\",\n \"description\": \"Unique lock identifier\"\n },\n \"locked\": {\n \"bsonType\": \"bool\",\n \"description\": \"Lock flag\"\n },\n \"lockGranted\": {\n \"bsonType\": \"date\",\n \"description\": \"Timestamp when lock acquired\"\n },\n \"lockedBy\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Owner of the lock\"\n }\n }\n }\n },\n\"validationLevel\": \"strict\",\n\"validationAction\": \"error\"\n}"
    public static final String VALIDATOR "\n\"validator\": {\n \"$jsonSchema\": {\n \"bsonType\": \"object\",\n \"description\": \"Database Lock Collection\",\n \"required\": [\"_id\", \"locked\"],\n \"properties\": {\n \"_id\": {\n \"bsonType\": \"int\",\n \"description\": \"Unique lock identifier\"\n },\n \"locked\": {\n \"bsonType\": \"bool\",\n \"description\": \"Lock flag\"\n },\n \"lockGranted\": {\n \"bsonType\": \"date\",\n \"description\": \"Timestamp when lock acquired\"\n },\n \"lockedBy\": {\n \"bsonType\": [\"string\", \"null\"],\n \"description\": \"Owner of the lock\"\n }\n }\n }\n },\n\"validationLevel\": \"strict\",\n\"validationAction\": \"error\"\n"
  • liquibase.ext.mongodb.lockservice.MongoChangeLogLock.Fields 
    Modifier and Type Constant Field Value
    public static final String id "_id"
    public static final String locked "locked"
    public static final String lockedBy "lockedBy"
    public static final String lockGranted "lockGranted"
  • liquibase.ext.mongodb.lockservice.ReplaceChangeLogLockStatement 
    Modifier and Type Constant Field Value
    public static final String COMMAND_NAME "updateLock"
  • liquibase.ext.mongodb.lockservice.SelectChangeLogLockStatement 
    Modifier and Type Constant Field Value
    public static final String COMMAND_NAME "findLock"

liquibase.nosql.*