Constant Field Values
Contents
liquibase.ext.*
-
liquibase.ext.mongodb.changelog.AdjustChangeLogCollectionStatement Modifier and Type Constant Field Value public static final StringUI"ui_" -
liquibase.ext.mongodb.changelog.CreateChangeLogCollectionStatement Modifier and Type Constant Field Value public static final StringOPTIONS"{\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 StringVALIDATOR"\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 StringCOMMAND_NAME"maxSequence" -
liquibase.ext.mongodb.changelog.MongoRanChangeSet.Fields Modifier and Type Constant Field Value public static final Stringauthor"author"public static final StringchangeSetId"id"public static final Stringcomments"comments"public static final Stringcontexts"contexts"public static final StringdateExecuted"dateExecuted"public static final StringdeploymentId"deploymentId"public static final Stringdescription"description"public static final StringexecType"execType"public static final StringfileName"fileName"public static final Stringlabels"labels"public static final Stringliquibase"liquibase"public static final Stringmd5sum"md5sum"public static final StringorderExecuted"orderExecuted"public static final Stringtag"tag"
-
liquibase.ext.mongodb.configuration.MongoConfiguration Modifier and Type Constant Field Value public static final StringLIQUIBASE_MONGO_NAMESPACE"liquibase.mongodb"
-
liquibase.ext.mongodb.database.MongoConnection Modifier and Type Constant Field Value public static final intDEFAULT_PORT27017public static final StringMONGO_DNS_PREFIX"mongodb+srv://"public static final StringMONGO_PREFIX"mongodb://" -
liquibase.ext.mongodb.database.MongoLiquibaseDatabase Modifier and Type Constant Field Value public static final StringADMIN_DATABSE_NAME"admin"public static final StringMONGODB_PRODUCT_NAME"MongoDB"public static final StringMONGODB_PRODUCT_SHORT_NAME"mongodb"
-
liquibase.ext.mongodb.lockservice.AdjustChangeLogLockCollectionStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"adjustChangeLogLockCollection" -
liquibase.ext.mongodb.lockservice.CreateChangeLogLockCollectionStatement Modifier and Type Constant Field Value public static final StringOPTIONS"{\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 StringVALIDATOR"\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 Stringid"_id"public static final Stringlocked"locked"public static final StringlockedBy"lockedBy"public static final StringlockGranted"lockGranted" -
liquibase.ext.mongodb.lockservice.ReplaceChangeLogLockStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"updateLock" -
liquibase.ext.mongodb.lockservice.SelectChangeLogLockStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"findLock"
-
liquibase.ext.mongodb.statement.AbstractRunCommandStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"runCommand"public static final StringOK"ok"public static final StringSHELL_DB_PREFIX"db."public static final StringWRITE_ERRORS"writeErrors" -
liquibase.ext.mongodb.statement.AdminCommandStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"adminCommand" -
liquibase.ext.mongodb.statement.BsonUtils Modifier and Type Constant Field Value public static final StringITEMS"items" -
liquibase.ext.mongodb.statement.CountDocumentsInCollectionStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"countDocuments" -
liquibase.ext.mongodb.statement.CreateCollectionStatement Modifier and Type Constant Field Value public static final StringRUN_COMMAND_NAME"create" -
liquibase.ext.mongodb.statement.CreateIndexStatement Modifier and Type Constant Field Value public static final StringRUN_COMMAND_NAME"createIndexes" -
liquibase.ext.mongodb.statement.DeleteManyStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"deleteMany" -
liquibase.ext.mongodb.statement.DropAllCollectionsStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"dropAll" -
liquibase.ext.mongodb.statement.DropCollectionStatement Modifier and Type Constant Field Value public static final StringRUN_COMMAND_NAME"drop" -
liquibase.ext.mongodb.statement.DropIndexStatement Modifier and Type Constant Field Value public static final StringRUN_COMMAND_NAME"dropIndexes" -
liquibase.ext.mongodb.statement.FindAllStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"find" -
liquibase.ext.mongodb.statement.FindOneAndUpdateStatement Modifier and Type Constant Field Value public static final StringQUERY"query"public static final StringRUN_COMMAND_NAME"findAndModify"public static final StringSORT"sort"public static final StringUPDATE"update"public static final StringVALUE"value" -
liquibase.ext.mongodb.statement.InsertManyStatement Modifier and Type Constant Field Value public static final StringDOCUMENTS"documents"public static final StringRUN_COMMAND_NAME"insert" -
liquibase.ext.mongodb.statement.ListCollectionNamesStatement Modifier and Type Constant Field Value public static final StringAUTHORIZED_COLLECTIONS"authorizedCollections"public static final StringCURSOR"cursor"public static final StringFILTER"filter"public static final StringFIRST_BATCH"firstBatch"public static final StringNAME"name"public static final StringNAME_ONLY"nameOnly" -
liquibase.ext.mongodb.statement.UpdateManyStatement Modifier and Type Constant Field Value public static final StringCOMMAND_NAME"updateMany"
liquibase.nosql.*
-
liquibase.nosql.executor.NoSqlExecutor Modifier and Type Constant Field Value public static final StringEXECUTOR_NAME"jdbc"
-
liquibase.nosql.parser.json.JsonNoSqlChangeLogParser Modifier and Type Constant Field Value public static final StringRAW_JSON_FIELD"$rawJson"