diff --git a/.DS_Store b/.DS_Store index 009f08aff..41ee1b41f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index c50db1a09..4494022ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,5 @@ -.idea -*.iml -_site -out -webserver.bat - -# OS Specific Files -.DS_Store - -# Ignore folders generated by Jekyll -.sass-cache -_site -.jekyll-metadata - -# Ignore folders generated by Bundler -vendor -.bundle -webserver.bat - -# Gradle/Eclipse/BuildShip generated -.gradle -.settings -.classpath -.project -bin -build - -# doc generator binary and log -liquibase-docgenerator-*.jar -liquibase-docgenerator.log +target +/.idea/ +/liquibase-docgenerator.* +/liquibase-docgenerator.log +/liquibase_changes.xsd diff --git a/.liquidrc b/.liquidrc deleted file mode 100644 index e5b2c400e..000000000 --- a/.liquidrc +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ignore": [ - { - "type": "", - "begin": "", - "end": "" - } - ], - "html": { - "correct": false, - "force_attribute": false, - "braces": false, - "preserve": 1, - "unformatted": false - }, - "js": { - "preserve": 1, - "method_chain": 0, - "quote_convert": "none", - "format_array": "indent", - "format_object": "indent", - "braces": false, - "no_semicolon": false, - "brace_block": true - }, - "scss": { - "css_insert_lines": true, - "preserve": 2, - "braces": false, - "brace_block": true - }, - "css": { - "css_insert_lines": true, - "preserve": 2, - "braces": false, - "brace_block": true - }, - "json": { - "preserve": 0, - "braces": false, - "brace_block": true, - "no_semicolon": true - } -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dac04e0e8..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // Controls whether formatting is enabled or disabled - "liquid.format": true, - // Formatting code style rules - "liquid.rules": { - // Ignored tags - "ignore": [ - { - "type": "", // Accepts html or liquid - "begin": "", // The start tag pattern - "end": "" // the ending tag pattern/name - } - ], - // HTML code style - "html": {}, - // JavaScript code style (applied to the {% javascript %} tag) - "js": {}, - // CSS code style (appled to {% style %} and {% stylesheet %} tags) - "css": {}, - // SCSS code style (applied to the {% stylesheet 'scss' %} tag) - "scss": {}, - // JSON code style (applied to the {% schema %} tag) - "json": {} - } -} \ No newline at end of file diff --git a/404.html b/404.html deleted file mode 100644 index b7836c988..000000000 --- a/404.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: base ---- - {% include components/announcement.html %} - -
-
- - - {% include components/search/gcse-search.html %} - -
- - {% include components/top-nav.html %} - -
-

404 Error: Unknown Page

- -

Sorry, but the page you are looking for does not exist.

- Perhaps you are looking for - - - or would you like to just start from the beginning again? -
-
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 16b448279..000000000 --- a/Gemfile +++ /dev/null @@ -1,32 +0,0 @@ -# frozen_string_literal: true -source "https://rubygems.org" - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 3.8.5" - -# # This is the default theme for new Jekyll sites. You may change this to anything you like. -# gem "minima", "~> 2.0" - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" - gem "jekyll-redirect-from" - gem "jekyll-paginate" -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 43b54c6e3..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,81 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - colorator (1.1.0) - concurrent-ruby (1.1.5) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - ffi (1.11.1) - ffi (1.11.1-x64-mingw32) - forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.8.5) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-feed (0.12.1) - jekyll (>= 3.7, < 5.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.15.0) - jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (1.17.0) - liquid (4.0.3) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - mercenary (0.3.6) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (3.1.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) - ffi (~> 1.0) - rouge (3.5.1) - ruby_dep (1.5.0) - safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - tzinfo (2.0.1) - concurrent-ruby (~> 1.0) - tzinfo-data (1.2019.3) - tzinfo (>= 1.0.0) - wdm (0.1.1) - -PLATFORMS - ruby - x64-mingw32 - -DEPENDENCIES - jekyll (~> 3.8.5) - jekyll-feed (~> 0.6) - jekyll-paginate - jekyll-redirect-from - tzinfo-data - wdm (~> 0.1.0) - -BUNDLED WITH - 2.1.4 diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index a00299fcf..000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,51 +0,0 @@ -pipeline { - options { - timestamps() - buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '5', artifactDaysToKeepStr: '45')) - withAWS(credentials: 'JenkinsUserAtAWS') - } - - agent { - node { - label 'dockerBuilder' - } - } - - environment { - GITHUB_AUTH = credentials('github-auth') - ART_AUTH = credentials('artifactory-auth') - } - stages { - stage('staging-cd') { - when { - branch 'staging' - } - steps { - echo 'Building and Deploying Jekyll `_site/` to Staging.' - script { - sh 'export JEKYLL_VERSION=3.8 && \ - docker run \ - --volume="$PWD:/srv/jekyll" \ - jekyll/jekyll:$JEKYLL_VERSION \ - jekyll build' - s3Upload(file:'_site', bucket:'staging.liquibase.org', path:'') - } - slackSend channel: '#liquibase_pro_website', - color: 'good', - message: "Liquibase Staging Site Updated: http://staging.liquibase.org" - } - } - } - post { - success { - slackSend channel: '#jenkinsbuilds', - color: 'good', - message: "SUCCESSFUL: Job '${JOB_NAME} [${BUILD_NUMBER}]' (${env.BUILD_URL})" - } - unsuccessful { - slackSend channel: '#jenkinsbuilds', - color: 'bad', - message: "FAILED: Job '${JOB_NAME} [${BUILD_NUMBER}]' (${env.BUILD_URL})" - } - } -} diff --git a/README.md b/README.md index f72162ed3..5524c3ac6 100644 --- a/README.md +++ b/README.md @@ -1,80 +1,16 @@ -# liquibase.github.io +# doc generator -Documentation for the liquibase.org site. +This directory contains source code for java program that will generate all the documentation for the +various change types that liquibase supports. These are found in this github project at +`liquibase.github.com/documentation/changes/` -***Please send pull requests!*** +To re-build the doc generator and run it, just run `mvn clean package` in this directory. You may want +to update the POM so that it uses the version of liquibase you want to document. -## Project Overview - -The Liquibase site is hosted using GitHub Pages, and generated using [Jekyll](http://jekyllrb.com/). Pages are written in MarkDown documents, making use of [Liquid template tags](http://jekyllrb.com/docs/templates/). - -To build the site for local testing, install Jekyll and its dependencies, including Ruby, the kramdown gem, Python 2.7, and the Pygments package. If you're developing on Windows, there is a handy [Portable package of Jekyll](https://github.com/madhur/PortableJekyll) you can use. You may still need to fiddle around a bit to get it working, such as installing the kramdown gem ("gem install kramdown") and editing "setpath.cmd". - -Once Jekyll is installed, just navigate to this repo's directory, and run `jekyll serve`. You can then access the site from `http://localhost:4000`. - -If you're using a MarkDown editor with a "live preview" feature, be aware that it's unlikely to support Liquid's syntax highlighting tags, such as "{% highlight xml %}". - -## Project Setup -### Requirements (Bundler) -* [Ruby](https://ruby-doc.org/) - * _OR_ [RVM](https://rvm.io/rvm/install) -* [Bundler](https://bundler.io/) - -### Steps -#### Bundler -##### Install -Once all requirements are met, you can install everything with: -```bash -bundle install -``` - -##### Local Dev Server -```bash -bundle exec jekyll serve -``` -_Or_ -```bash -bundle exec jekyll serve -l -``` -The -l option specifies "live reload" to automatically refresh your browser when a content change is complete. - -#### Local Server -To access the local development server navigate to: `127.0.0.1:4000` (the default Jekyll port). - -### Requirements (Docker) -Or if you'd prefer to run everything through a docker container: -* [Docker](https://www.docker.com/) - -#### Docker -```bash -./scripts/docker-dev.sh -``` - -### CI/CD Overview -#### Staging (staging.liquibase.org) -To see your changes in a `staging` environment, base your PRs on the `staging` branch. When the PR is merged to staging, a build server will -generate the site and publish it to [http://staging.liquibase.org/](http://staging.liquibase.org/) within about 10 minutes. After review by the team, -staging will be merged to master (typically within 1 business day). - -#### Production (liquibase.org) -To see the changes in `production` a merge must be made into `master`. GitHub Pages will handle the deployment. - - -## Sub-sections that are generated -There are several sub-sections of the site that are generated. Two are listed below. - -### Changes docs -The first generated section is all the documentation for the built-in Liquibase -change types (both Core and Pro). The process for generating these is not currently automated by CI/CD, and is documented -in the [README.md file in the _doc_generators directory](_doc_generators/README.md) - -### Maven Plugin Docs -The second generated section is the documentation for the Liquibase Maven Plugin. The process for generating these docs -and incorporating them into this site: -* clone the [liquibase core source code](https://github.com/liquibase/liquibase) -* run `mvn -DskipTests package site` to compile and package the code, and then generate maven-style site documentation. Most of that documentation will not get used. -* copy files from `liquibase/liquibase-maven-plugin/target/site` to `liquibase.github.com/documentation/maven/generated` - * There is a shell script in the root of this project `copyMavenDocs.sh` that will copy the correct files for you. -* double check the diffs and then commit the changes. +It will create `liquibase-docgenerator-1.0.0.local-SNAPSHOT.jar` in the root of the project. Switch to +that directory and then run `java -jar liquibase-docgenerator-1.0.0.local-SNAPSHOT.jar` to execute. +Running the `generateChangeDocs.sh` in the root of the project accomplishes both of the steps above in +one swell foop. +Check the diffs before comitting the changes. diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 078ba22e5..000000000 --- a/_config.yml +++ /dev/null @@ -1,77 +0,0 @@ -safe: true -lsi: false -# # Welcome to Jekyll! -# # -# # This config file is meant for settings that affect your whole blog, values -# # which you are expected to set up once and rarely edit after that. If you find -# # yourself editing this file very often, consider using Jekyll's data files -# # feature for the data you need to update frequently. -# # -# # For technical reasons, this file is *NOT* reloaded automatically when you use -# # 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# # Site settings -# # These are used to personalize your new site. If you look in the HTML files, -# # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# # You can create any custom variable you would like, and they will be accessible -# # in the templates via {{ site.myvariable }}. -# title: Your awesome title -# email: your-email@example.com -# description: >- # this means to ignore newlines until "baseurl:" -# Write an awesome description for your new site here. You can edit this -# line in _config.yml. It will appear in your document head meta (for -# Google search results) and in your feed.xml site description. -# baseurl: "" # the subpath of your site, e.g. /blog -# url: "" # the base hostname & protocol for your site, e.g. http://example.com -# twitter_username: jekyllrb -# github_username: jekyll - -# Build settings -markdown: kramdown -permalink: /:year/:month/:title.html -# theme: minima -# plugins: -# - jekyll-feed - -paginate: 10 -paginate_path: "/blog/page_:num/" - -plugins: -- jekyll-redirect-from -- jekyll-paginate - -sass: - sass_dir: _scss - - # Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ - - scripts/ - - gradle/ - - gradlew - - converters/ - - '*.bat' - - '*.sh' - - '*.gradle' - - '*.groovy' - - '*.jar' - - '*.log' - - Jenkinsfile - - .idea -# For own gh-pages - - javadoc/ - - docs/ - - blog/ - -# For gh-pages -baseurl: /liquibase-doc -# for jekyll 4 replace {{site.baseurl}}{% link to {% link - diff --git a/_doc_generators/.gitignore b/_doc_generators/.gitignore deleted file mode 100644 index eb5a316cb..000000000 --- a/_doc_generators/.gitignore +++ /dev/null @@ -1 +0,0 @@ -target diff --git a/_doc_generators/README.md b/_doc_generators/README.md deleted file mode 100644 index 5524c3ac6..000000000 --- a/_doc_generators/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# doc generator - -This directory contains source code for java program that will generate all the documentation for the -various change types that liquibase supports. These are found in this github project at -`liquibase.github.com/documentation/changes/` - -To re-build the doc generator and run it, just run `mvn clean package` in this directory. You may want -to update the POM so that it uses the version of liquibase you want to document. - -It will create `liquibase-docgenerator-1.0.0.local-SNAPSHOT.jar` in the root of the project. Switch to -that directory and then run `java -jar liquibase-docgenerator-1.0.0.local-SNAPSHOT.jar` to execute. - -Running the `generateChangeDocs.sh` in the root of the project accomplishes both of the steps above in -one swell foop. - -Check the diffs before comitting the changes. diff --git a/_doc_generators/src/main/java/org/liquibase/doc/check/DocChecker.java b/_doc_generators/src/main/java/org/liquibase/doc/check/DocChecker.java deleted file mode 100644 index 47a13ee00..000000000 --- a/_doc_generators/src/main/java/org/liquibase/doc/check/DocChecker.java +++ /dev/null @@ -1,111 +0,0 @@ -package org.liquibase.doc.check; - -import liquibase.util.file.FilenameUtils; - -import java.io.*; -import java.util.Arrays; -import java.util.HashSet; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; - -public class DocChecker { - public static void main(String[] args) throws Exception { - Set files = new HashSet(); - findFiles(new File("_site"), files); - - Set seenFiles = new HashSet(); - for (File file : files) { - checkLinks(file, seenFiles); - checkContent(file); - } - for (File file : files) { - if (!file.getAbsolutePath().contains("javadoc") && !seenFiles.contains(file.getCanonicalPath())) { - System.out.println("Found no references to "+file.getAbsolutePath()); - } - } - } - - private static void checkContent(File file) throws IOException { - BufferedReader reader = new BufferedReader(new FileReader(file)); - String line; - String contents = ""; - while ((line = reader.readLine()) != null) { - contents += line; - } - - if (contents.contains("Unknown Nav")) { - System.out.println("Problem with navigation in "+file.getAbsolutePath()); - } - - - } - - private static void checkLinks(File file, Set seenFiles) throws Exception { - BufferedReader reader = new BufferedReader(new FileReader(file)); - String line; - String contents = ""; - while ((line = reader.readLine()) != null) { - contents += line; - } - for (String url : findUrls(contents)) { - File dir = file.getParentFile(); - if (url.startsWith("http")) { - continue; - } - if (url.startsWith("mailto")) { - continue; - } - if (url.endsWith(".md")) { - System.out.println("Reference to markdown "+url+" in "+file.getAbsolutePath()); - } - File referencedFile = new File(dir, url); - try { - seenFiles.add(referencedFile.getCanonicalPath()); - } catch (IOException e) { - System.out.println("Bad file "+referencedFile); - e.printStackTrace(); - continue; - } - if (referencedFile.isDirectory()) { - System.out.println("Reference to directory "+url+" in "+file.getAbsolutePath()); - } - if (!referencedFile.exists()) { - System.out.println("Reference to missing "+url+" in "+file.getAbsolutePath()); - } - } - } - - private static Set findUrls(String contents) { - Set returnSet = new HashSet(); - Matcher matcher = Pattern.compile("href=[\"']?([\\w:/\\.\\-]+)[\"']?").matcher(contents); - while (matcher.find()) { - returnSet.add(matcher.group(1)); - } - - matcher = Pattern.compile("src=[\"']?([\\w:/\\.\\-]+)[\"']?").matcher(contents); - while (matcher.find()) { - returnSet.add(matcher.group(1)); - } - - return returnSet; - } - - private static void findFiles(File dir, Set files) { - files.addAll(Arrays.asList(dir.listFiles(new FilenameFilter() { - @Override - public boolean accept(File dir, String name) { - return name.endsWith(".html"); - } - }))); - - for (File subdir : dir.listFiles(new FileFilter() { - @Override - public boolean accept(File pathname) { - return pathname.isDirectory(); - } - })) { - findFiles(subdir, files); - } - } -} diff --git a/_doc_generators/src/main/java/org/liquibase/doc/generator/ChangeDocGenerator.java b/_doc_generators/src/main/java/org/liquibase/doc/generator/ChangeDocGenerator.java deleted file mode 100644 index 826a1b3f2..000000000 --- a/_doc_generators/src/main/java/org/liquibase/doc/generator/ChangeDocGenerator.java +++ /dev/null @@ -1,646 +0,0 @@ -package org.liquibase.doc.generator; - -import j2html.tags.ContainerTag; -import j2html.tags.Tag; -import liquibase.change.*; -import liquibase.change.core.*; -import liquibase.change.custom.CustomChangeWrapper; -import liquibase.changelog.ChangeSet; -import liquibase.database.Database; -import liquibase.database.DatabaseFactory; -import liquibase.database.core.HsqlDatabase; -import liquibase.database.core.MSSQLDatabase; -import liquibase.database.core.MySQLDatabase; -import liquibase.database.core.OracleDatabase; -import liquibase.resource.AbstractResourceAccessor; -import liquibase.resource.ClassLoaderResourceAccessor; -import liquibase.resource.CompositeResourceAccessor; -import liquibase.serializer.LiquibaseSerializable; -import liquibase.serializer.LiquibaseSerializable.SerializationType; -import liquibase.serializer.core.json.JsonChangeLogSerializer; -import liquibase.serializer.core.xml.XMLChangeLogSerializer; -import liquibase.serializer.core.yaml.YamlChangeLogSerializer; -import liquibase.sql.Sql; -import liquibase.sqlgenerator.SqlGeneratorFactory; -import liquibase.statement.SqlStatement; -import liquibase.util.StringUtils; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; -import org.slf4j.Marker; -import org.slf4j.MarkerFactory; - -import java.io.*; -import java.util.*; -import java.util.stream.Stream; - -import static j2html.TagCreator.*; - -public class ChangeDocGenerator { - - private static final Logger logger = LoggerFactory.getLogger(ChangeDocGenerator.class); - private static final Marker statsMarker = MarkerFactory.getMarker("STATS:"); - - public static void main(String[] args) throws Exception { - logger.info("Generating documentation for all changes in included jar"); - Map>> definedChanges = ChangeFactory.getInstance().getRegistry(); - TreeMap>> sortedChanges = new TreeMap<>(definedChanges); - - List databases = DatabaseFactory.getInstance().getImplementedDatabases(); - Collections.sort(databases, new Comparator() { - @Override - public int compare(Database o1, Database o2) { - return o1.getDatabaseProductName().compareTo(o2.getDatabaseProductName()); - } - }); - writeChangeNav(sortedChanges); - writeChangePages(sortedChanges, databases); - } - - private static void writeChangeNav(Map>> definedChanges) throws Exception { - // Ensure the directory exists so we know we are running in the right place. - File includesDir = new File("_includes"); - if (!includesDir.exists() || !includesDir.isDirectory()) { - logger.error("The directory '" + includesDir.getAbsolutePath() + "' was not found. Copy the jar file to the root directory of the project and re-run."); - System.exit(1); - } - - String content = ""; - content = addGeneratedHeader(content); - content += "
  • Documentation Home
  • \n\n
    \n"; - - // Write out the Pro changes - content += "

    Liquibase Pro Changes

    \n"; - content += addChangesToContent(definedChanges, true); - - // Write out the Core changes - content += "\n
    \n"; - content += "

    Liquibase Changes

    \n\n"; - content += addChangesToContent(definedChanges, false); - - // Write out the file - File file = new File("_includes/subnav_documentation_changes.md"); - new FileOutputStream(file).write(content.getBytes()); - } - - private static String addChangesToContent(Map>> definedChanges, boolean onlyProClasses) { - StringBuilder content = new StringBuilder(); - for (Map.Entry mapEntry : definedChanges.entrySet()) { - String changeName = (String) mapEntry.getKey(); - SortedSet> changeClasses = (SortedSet>) mapEntry.getValue(); - for (Class change : changeClasses) { - String packageName = change.getName(); - String navEntry = "
  • " + changeName.replaceAll("([A-Z])", " $1") + "
  • \n"; - if (onlyProClasses) { - if (isProClass(packageName)) { - logger.info("adding Pro subnav entry for {}", change.getSimpleName()); - content.append(navEntry); - } - } else { - if (!isProClass(packageName)) { - logger.info("adding Core subnav entry for {}", change.getSimpleName()); - content.append(navEntry); - } - } - } - } - return content.toString(); - } - - // return true if the change is in one of the "pro" packages, false if part of core. - private static boolean isProClass(String packageName) { - return packageName.startsWith("com.datical"); - } - - /** - * Wrapper class to store the default values along with the parameters - */ - public static class ChangeParamMetaData extends ChangeParameterMetaData { - String defaultValue = ""; - Class containedType = null; - final Change change; - - ChangeParamMetaData(Database db, ChangeParameterMetaData orig, Change change) { - super(change, orig.getParameterName(), - orig.getDisplayName(), orig.getDescription(), - new HashMap() {{ - put(db.getShortName(), orig.getExampleValue(db)); - }}, orig.getSince(), orig.getDataTypeClass() - , orig.getRequiredForDatabase().toArray(new String[0]) - , orig.getSupportedDatabases().toArray(new String[0]) - , orig.getMustEqualExisting(), orig.getSerializationType()); - if (!orig.getDataType().contains(" of ")) { - try { - Object o = orig.getCurrentValue(change); - boolean isBool = "boolean".equals(orig.getDataType()); - if ((isBool && null != o && (boolean) o) || !isBool) { - this.defaultValue = o == null ? "" : o.toString(); - } - } catch (Exception e) { - logger.error("Error getting current value for: " + change.getSerializedObjectName() - + " / " + orig.getParameterName(), e); - } - } else { - containedType = (Class) orig.getDataTypeClassParameters()[0]; - } - this.change = change; - } - - boolean isContainer() { - return null != containedType; - } - - String getDefaultValue() { - return this.defaultValue; - } - - Class getContainedType() { - return containedType; - } - - boolean requiredForAll() { - return getRequiredForDatabase().contains(ALL); - } - - boolean isNested() {return getSerializationType() == SerializationType.NESTED_OBJECT;} - boolean isDirectValue() {return getSerializationType() == SerializationType.DIRECT_VALUE;} - } - - /** - * [change name] -> [columnConfig] map - */ - static final Map specialColumnConfig = new HashMap<>(); - - static { - specialColumnConfig.put("dropColumn", "DropColumnConfig"); - specialColumnConfig.put("createIndex", "IndexColumnConfig"); - specialColumnConfig.put("insert", "insertUpdateColumnConfig"); - specialColumnConfig.put("update", "insertUpdateColumnConfig"); - } - - private static List setExamples(MySQLDatabase defaultExampleDatabase, Change exampleChange, ChangeMetaData changeMetaData) { - List params = new ArrayList<>(); - for (ChangeParameterMetaData param : changeMetaData.getParameters().values()) { - if (param.getParameterName().equals("encoding")) { - param.setValue(exampleChange, "utf-8"); // Default value for encoding - } - params.add(new ChangeParamMetaData(defaultExampleDatabase, param, exampleChange)); - if (param.getParameterName().equals("replaceIfExists")) { - param.setValue(exampleChange, false); - } else if (param.getParameterName().equals("defaultOnNull")) { - param.setValue(exampleChange, false); - } else if (Collection.class.isAssignableFrom(param.getDataTypeClass())) { - Collection exampleValue = (Collection) param.getExampleValue(defaultExampleDatabase); - ConstraintsConfig constrNonNull = new ConstraintsConfig().setNullable(false); - if (param.getDataType().endsWith(" of columnConfig")) { - ColumnConfig columnConfig = new ColumnConfig().setName("address"); - switch (changeMetaData.getName()) { - case "insert": - case "update": - columnConfig.setValue("address value"); - case "dropColumn": - exampleValue = Arrays.asList(columnConfig); - break; - case "createTable": - ArrayList columns = - new ArrayList<>((Collection) exampleValue); - columns.get(0).setConstraints(constrNonNull); - columns.add(columnConfig.setType("varchar(50)")); - exampleValue = columns; - } - } else if (param.getDataType().endsWith(" of addColumnConfig")) { - AddColumnConfig columnConfig = new AddColumnConfig(); - columnConfig.setName("address"); - if (exampleChange instanceof CreateIndexChange) { - columnConfig.setDescending(true); - exampleValue = Arrays.asList(columnConfig); - } else { - columnConfig.setType("varchar(255)"); - columnConfig.setPosition(2); - AddColumnConfig cfg2 = new AddColumnConfig(); - cfg2.setName("name"); - cfg2.setType("varchar(50)"); - cfg2.setAfterColumn("id"); - exampleValue = Arrays.asList(columnConfig, cfg2.setConstraints(constrNonNull)); - } - } - - if (null == exampleValue) { - logger.warn("No example values for: " + param.getParameterName() + ": " + param.getDataType()); - } else { - ((Collection) param.getCurrentValue(exampleChange)).addAll(exampleValue); - } - } else { - Object exampleValue = param.getExampleValue(defaultExampleDatabase); - if (exampleValue != null && exampleValue.equals("A String")) { - if (param.getParameterName().toLowerCase().contains("schema") || param.getParameterName().toLowerCase().contains("catalog")) { - exampleValue = null; - } - } - param.setValue(exampleChange, exampleValue); - } - } - - if (CustomChangeWrapper.class.isAssignableFrom(exampleChange.getClass())) { - try { - CustomChangeWrapper custom = (CustomChangeWrapper) exampleChange; - custom.setClassLoader(exampleChange.getClass().getClassLoader()); - custom.setClass("com.example.CustomChange"); - } catch (Exception e) { // Expected - } - } - return params; - } - - private static void writeChangePages(Map>> definedChanges, List databases) throws Exception { - List exampleDatabases = new ArrayList(databases); - exampleDatabases.add(0, new HsqlDatabase()); - exampleDatabases.add(0, new OracleDatabase()); - exampleDatabases.add(0, new MSSQLDatabase()); - MySQLDatabase defaultExampleDatabase = new MySQLDatabase(); - exampleDatabases.add(0, defaultExampleDatabase); - - for (String changeName : definedChanges.keySet()) { - Change exampleChange = ChangeFactory.getInstance().create(changeName); - ChangeMetaData changeMetaData = ChangeFactory.getInstance().getChangeMetaData(exampleChange); - List params = setExamples(defaultExampleDatabase, exampleChange, changeMetaData); - - String content = "---\n" + - "layout: default\n" + - "title: Docs | Change '" + changeMetaData.getName() + "'\n" + - "---\n\n"; - - content = addGeneratedHeader(content); - - content += " \n\n"; - - ChangeSet exampleChangeSet = new ChangeSet(exampleChange.getSerializedObjectName() + "-example", "liquibase-docs", false, false, - "changelog.xml", null, null, null, null); - exampleChangeSet.addChange(exampleChange); - - content += "# Change: '" + changeMetaData.getName() + "'\n\n"; - content += changeMetaData.getDescription().replace("<", "<").replace(">", ">").replace("\\", "\\\\").replace("*", "\\*") + "\n\n"; - - content += "## Available Attributes ##\n\n"; - content += "\n"; - content += tr(th("Name"), th("Description")).render() + "\n"; - Collections.sort(params, new Comparator() { - @Override - public int compare(ChangeParameterMetaData o1, ChangeParameterMetaData o2) { - return o1.getParameterName().compareTo(o2.getParameterName()); - } - }); - - List nestedParams = new ArrayList<>(); - for (ChangeParamMetaData param : params) { - if (param.isContainer() || param.isNested()) { - nestedParams.add(param); - continue; - } - - content += tr( - td(attrs(".name"), - (param.isDirectValue() ? "[XML: text content] / " : "") + param.getParameterName()) - .withCondRequired(param.requiredForAll()), - td(attrs(".desc"), rawHtml(getParamDescription(changeMetaData, param, exampleChange))) - .with(commonAttribs(param)) - .condWith(param.isDirectValue(), note("", "the content of the tag in XML")) - ).render() + "\n"; - } - content += "
    \n\n"; - - if (nestedParams.size() > 0) { - content += "## Nested Properties ##\n\n"; - ContainerTag table = table(attrs("#nestedProps.attribs")).withText("\n"); - table.with(tr(th("Name"), th("Description"))); - for (ChangeParamMetaData param : nestedParams) { - ContainerTag description = td(attrs(".desc"), - rawHtml(getParamDescription(changeMetaData, param, exampleChange))); - if (!param.isNested()) { - description.with(note(param.getParameterName(), "tag not required in XML")); - } - ContainerTag name = td(attrs(".name"), param.getParameterName()); - if (param.isContainer()) { - Class collectionType = param.getContainedType(); - LiquibaseSerializable child = (LiquibaseSerializable) collectionType.getConstructor().newInstance(); - String childName = child.getSerializedObjectName(); - String sNestedConfig = (collectionType.getSimpleName().equals("ColumnConfig") - || collectionType.getSimpleName().equals("AddColumnConfig")) ? - specialColumnConfig.get(changeName) : collectionType.getSimpleName(); - if (null == sNestedConfig) { - description.with(br(), br(), - join("See the", a("column tag").withHref("../column.html"), - "documentation for more information")); - } else if (LiquibaseSerializable.class.isAssignableFrom(collectionType)) { - // Not nested element -> inner children are described only - description.with(div(attrs(".header"), "Attributes"), - table(attrs("#nestedAttrs"), "{%include " + sNestedConfig + ".md%}")); - } - name.with(join(" /", - span(attrs(".right"), text(childName), rawHtml(" "), - sup((param.requiredForAll() ? "[1" : "[0") + "..N]")) - .withCondRequired(param.requiredForAll()))); - } else { - description.with(commonAttribs(param)); - } - table.with(tr(name, description)).withText("\n"); - } - content += table.render(); - } - - content += "
    \n" + - "\n"; - content += "
    \n"; - content += "{% highlight xml %}\n"; - content += new XMLChangeLogSerializer().serialize(exampleChangeSet, true); - content += "\n{% endhighlight %}\n"; - content += "
    \n"; - - content += "
    \n"; - content += "{% highlight yaml %}\n"; - content += new YamlChangeLogSerializer().serialize(exampleChangeSet, true); - content += "\n{% endhighlight %}\n"; - content += "
    \n"; - - content += "
    \n"; - content += "{% highlight json %}\n"; - content += new JsonChangeLogSerializer().serialize(exampleChangeSet, true); - content += "\n{% endhighlight %}\n"; - content += "
    \n"; - - content += "
    \n\n\n"; - - exampleChange.setResourceAccessor(new CompositeResourceAccessor(new ClassLoaderResourceAccessor(ChangeDocGenerator.class.getClassLoader()), new FakeDataResourceAccessor())); - if (exampleChange instanceof CreateProcedureChange) { - ((CreateProcedureChange) exampleChange).setPath(null); // use procedureText. - } else if (exampleChange instanceof CreateViewChange) { - ((CreateViewChange) exampleChange).setPath(null); // use selectQuery - ((CreateViewChange) exampleChange).setFullDefinition(false); // fix to match example selectQuery - } else if (exampleChange instanceof LoadDataChange) { - ((LoadDataChange) exampleChange).setFile("org/liquibase/doc/generator/example.csv"); - } else if (exampleChange instanceof SQLFileChange) { - ((SQLFileChange) exampleChange).setPath("org/liquibase/doc/generator/sqlfile.sql"); - } - - Database exampleDatabase = null; - for (Database db : exampleDatabases) { - if (exampleChange.supports(db)) { - exampleDatabase = db; - break; - } - } - - if (exampleChange instanceof LoadDataChange) { - ((LoadDataChange) exampleChange).setFile("org/liquibase/doc/generator/example.csv"); - } - - if (canGeneratePage(exampleChange, exampleDatabase)) { - if (exampleDatabase != null) { - String sql = ""; - try { - for (SqlStatement statement : exampleChange.generateStatements(exampleDatabase)) { - Sql[] sqls = SqlGeneratorFactory.getInstance().generateSql(statement, exampleDatabase); - if (sqls != null) { - for (Sql out : sqls) { - sql += out.toSql() + out.getEndDelimiter() + "\n\n"; - } - } - } - } catch (Throwable e) { - throw e; - } - sql = sql.replace(",", ",\n"); - content += "## SQL Generated From Above Sample (" + exampleDatabase.getDatabaseProductName() + ")\n\n"; - content += "{% highlight sql %}\n"; - content += sql; - content += "\n{% endhighlight %}\n\n"; - } - } - - content += "## Database Support\n\n"; - content += "\n"; - content += "\n"; - for (Database database : databases) { - if (database.getShortName().equals("unsupported")) { - continue; - } - - String supported; - if (exampleChange.supports(database)) { - supported = "Supported"; - } else { - supported = "Not Supported"; - } - String notes = StringUtils.trimToNull(changeMetaData.getNotes(database.getShortName())); - if (notes != null) { - supported += ": " + notes; - } - - String rollback; - if (exampleChange.supportsRollback(database)) { - rollback = "Yes"; - } else { - rollback = "No"; - } - - content += "\n"; - } - content += "
    DatabaseNotesAuto Rollback
    " + database.getDatabaseProductName() + "" + supported + "" + rollback + "
    \n"; - - if (exampleChange instanceof CreateProcedureChange) { - // Fix deprecated attribute name - content = content.replaceAll("procedureBody", "procedureText"); - } - - String changename = changeMetaData.getName(); - - File documentationDir = new File("documentation"); - if (!documentationDir.exists() || !documentationDir.isDirectory()) { - logger.error("The directory '" + documentationDir.getAbsolutePath() + "' was not found. Copy the jar file to the root directory of the project and re-run."); - System.exit(1); - } - - String pathname = "documentation/changes/" + getChangeDocFileName(changename) + ".md"; - File file = new File(pathname); - logger.info("Writing content to '" + pathname + "'"); - new FileOutputStream(file).write(content.getBytes()); - } - } - - private static ContainerTag note(String paramName, String text) { - return span(attrs(".right"), join(b("Note:"), - i(paramName), text)); - } - - final static String ALL = "all"; - - final static List exampleValueForType = Arrays.asList("string", "bigInteger"); - /** - * List types should not be displayed - */ - final static List skipTypeForType = Arrays.asList("string", "list", "databaseFunction", "sequenceNextValueFunction"); - /** - * Display names for types - */ - final static Map typeDisplayName = new HashMap<>(); - - static { - typeDisplayName.put("bigInteger", "integer"); - } - - /** - * Generate common attributes section in this order: required / supports / since + default + sample - * required and supported is right aligned only if they are shorter, tha the half width - * since + default + sample is in a separate section right aligned together - * Their position is depending required and supports right alignment, because right aligned - * elements has to be in the reverse order - */ - private static Tag[] commonAttribs(ChangeParamMetaData param) { - List attribs = new ArrayList<>(); - TreeSet requiredForDatabase = new TreeSet<>(param.getRequiredForDatabase()); - TreeSet supportsDatabase = new TreeSet<>(param.getSupportedDatabases()); - int iRAttribPos = 0; - String supports = StringUtils.trimToEmpty(StringUtils.join(supportsDatabase, ", ")); - if (!requiredForDatabase.isEmpty() && !param.requiredForAll()) { - String required = StringUtils.trimToEmpty(StringUtils.join(requiredForDatabase, ", ")); - logger.info(statsMarker, "REQUIRED:{} / {}: {}", param.change.getSerializedObjectName(), - param.getParameterName(), required); - Tag tReqs = span(attrs(".required"), b("Required for: "), text(required)); - attribs.add(tReqs); - if (required.length() < 50 && supports.length() < 50) { - tReqs.withClass("right"); - } else { - iRAttribPos++; - } - } - - if (!supportsDatabase.isEmpty() && !supportsDatabase.contains(ALL)) { - logger.info(statsMarker, "SUPPORTS:{} / {}: {}", param.change.getSerializedObjectName(), - param.getParameterName(), supports); - Tag tSup = span(attrs(".support"), b("Supported by: "), text(supports)); - attribs.add(tSup); - if (supports.length() < 50) { - tSup.withClass("right"); - } else { - iRAttribPos++; - } - } - String sample = getSampleValue(param); - ContainerTag rAttribs = span(attrs(".right"), ""); - - String since = StringUtils.trimToEmpty(param.getSince()); - if (!since.isEmpty()) { - rAttribs.with(span(attrs(".since"), "@ v" + since)); - } - - if (!param.requiredForAll() && !param.getDefaultValue().isEmpty()) { - logger.info(statsMarker, "DEFAULT:{} / {}: {}", param.change.getSerializedObjectName(), - param.getParameterName(), param.getDefaultValue()); - rAttribs.with(span(attrs(".default"), text("Default: "), - span(attrs(".val"), param.getDataType().equals("string") ? "'" + param.getDefaultValue() + "'" : - param.getDefaultValue()))); - } else if (!sample.isEmpty()) { - rAttribs.with(span(attrs(".sample"), text("E.g. "), - span(attrs(".val"), "'" + sample + "'"))); - } - if (rAttribs.getNumChildren() > 0) { - attribs.add(iRAttribPos, rAttribs); - } - return attribs.toArray(new Tag[0]); - } - - private static String getSampleValue(ChangeParamMetaData param) { - Object sampleValue = param.getCurrentValue(param.change); - String sample = ""; - if (exampleValueForType.contains(param.getDataType()) && sampleValue != null) { - sample = StringUtils.trimToEmpty(sampleValue.toString()); - } - return sample; - } - - /** - * Get param description. Return generic if not set - */ - private static String getParamDescription(ChangeMetaData changeMetaData, ChangeParamMetaData param - , Change change) { - String description = param.getDescription(); - if (StringUtils.isEmpty(description)) { - Optional fileOrPath = Stream.of("file", "path") - .filter((String p) -> changeMetaData.getParameters().get(p) != null).findFirst(); - switch (param.getParameterName()) { - case "encoding": - if (fileOrPath.isPresent()) { - description = "Name of the encoding (as specified in " + - "java.nio.Charset javadoc)" + - " used in the file defined in the `" + fileOrPath.get() + "` attribute"; - } - break; - case "relativeToChangelogFile": - description = "Whether the file path is relative to the root changelog file rather than to the " + - "classpath."; - break; - case "dbms": - description = "Logical expression of database type(s) on which the change must be applied. " + - "Valid database type names are listed on the supported " + - "databases page\n" + - "It can be a comma separated list of multiple databases.\n" + - "Or You can also specify that a change is NOT applicable to a " + - "particular database type by prefixing with !. " + - "The keywords all and none are also available."; - break; - } - } - if (!skipTypeForType.contains(param.getDataType())) { - logger.info(statsMarker, "TYPE:{} / {}:{}", - change.getSerializedObjectName(), param.getParameterName(), param.getDataType()); - String type = typeDisplayName.get(param.getDataType()); - description = span(attrs(".type"), (null == type ? param.getDataType() : type)).render() - + description; - } - return description; - } - - private static boolean canGeneratePage(Change exampleChange, Database exampleDatabase) { - return !(exampleChange instanceof CreateProcedureChange) - && !(exampleChange instanceof SQLFileChange) - && !exampleChange.generateStatementsVolatile(exampleDatabase); - } - - private static String addGeneratedHeader(String content) { - content += "\n"; - content += "\n"; - content += "\n\n"; - return content; - } - - private static String getChangeDocFileName(String changename) { - return changename.replaceAll("([A-Z])", "_$1").toLowerCase(); - } - - private static class FakeDataResourceAccessor extends AbstractResourceAccessor { - @Override - public Set getResourcesAsStream(String path) throws IOException { -// if (path.endsWith("sql")) { - return Collections.singleton(new ByteArrayInputStream("RANDOM SQL HERE".getBytes())); -// } -// throw new RuntimeException("Unknown path "+path); - } - - @Override - public Set list(String s, String s1, boolean b, boolean b1, boolean b2) throws IOException { - return Collections.emptySet(); - } - - @Override - public ClassLoader toClassLoader() { - return null; - } - } -} diff --git a/_doc_generators/src/main/java/org/liquibase/doc/generator/DocGenerator.java b/_doc_generators/src/main/java/org/liquibase/doc/generator/DocGenerator.java deleted file mode 100644 index f2d88618c..000000000 --- a/_doc_generators/src/main/java/org/liquibase/doc/generator/DocGenerator.java +++ /dev/null @@ -1,9 +0,0 @@ -package org.liquibase.doc.generator; - -import java.io.IOException; - -public class DocGenerator { - public static void main(String[] args) throws Exception { - ChangeDocGenerator.main(args); - } -} diff --git a/_doc_generators/src/main/java/org/liquibase/doc/generator/example.csv b/_doc_generators/src/main/java/org/liquibase/doc/generator/example.csv deleted file mode 100644 index 757c94a24..000000000 --- a/_doc_generators/src/main/java/org/liquibase/doc/generator/example.csv +++ /dev/null @@ -1,4 +0,0 @@ -id, name, age -1, Fred, 21 -2, Wilma, 22 -3, Barney, 42 \ No newline at end of file diff --git a/_doc_generators/src/main/java/org/liquibase/doc/generator/sqlfile.sql b/_doc_generators/src/main/java/org/liquibase/doc/generator/sqlfile.sql deleted file mode 100644 index fd703ea2d..000000000 --- a/_doc_generators/src/main/java/org/liquibase/doc/generator/sqlfile.sql +++ /dev/null @@ -1 +0,0 @@ -select id, name from person where id > 10 \ No newline at end of file diff --git a/_includes/Arg.md b/_includes/Arg.md deleted file mode 100644 index 5c42abea5..000000000 --- a/_includes/Arg.md +++ /dev/null @@ -1,4 +0,0 @@ - - value - Value of the parameter. E.g. '-param' - diff --git a/_includes/DropColumnConfig.md b/_includes/DropColumnConfig.md deleted file mode 100644 index 6616ef28b..000000000 --- a/_includes/DropColumnConfig.md +++ /dev/null @@ -1,5 +0,0 @@ - - name - Name of the column shall be dropped. - - diff --git a/_includes/IndexColumnConfig.md b/_includes/IndexColumnConfig.md deleted file mode 100644 index f6366afaf..000000000 --- a/_includes/IndexColumnConfig.md +++ /dev/null @@ -1,12 +0,0 @@ - - name - Name of the column needs to be included in the index. It can contain the sort direction by appending " ASC" or " DESC" to the name. - - - computed - boolean Set it true if the value in "name" isn't actually a column name but a function. @ v3.3 - - - descending - boolean Allows to specify that the column should be used in descending order in the index.(i.e. ascending order) @ v3.4 - \ No newline at end of file diff --git a/_includes/LoadDataColumnConfig.md b/_includes/LoadDataColumnConfig.md deleted file mode 100644 index bf492cbbb..000000000 --- a/_includes/LoadDataColumnConfig.md +++ /dev/null @@ -1,18 +0,0 @@ - - name - Name of the column. - - - type - Data type of the column. Its value has to be one of the LOAD_DATA_TYPE - - - header - Name of the column in the CSV file from which the value for the column shall be taken if it's different from - the column name.
    Note: Ignored if index is also defined.
    - - - - index - integer Index of the column in the CSV file from which the value for the column shall be taken - diff --git a/_includes/Param.md b/_includes/Param.md deleted file mode 100644 index 8247685fa..000000000 --- a/_includes/Param.md +++ /dev/null @@ -1,36 +0,0 @@ - - name - Name of the parameter - - - value - Value of the parameter. -
    Note: If not set, then the first valueXXX defined is used in the order - they appear.
    - - - - valueNumeric - integer value of the parameter. - - - valueBoolean - boolean value of the parameter. - - - valueDate - Date and/or Time value to set the parameter to. The value shall be specified in one of the - following forms: "YYYY-MM-DD", "hh:mm:ss" or "YYYY-MM-DDThh:mm:ss". - - - valueComputed - A value that is returned from a function or procedure call. This attribute shall contain the function name to call. - - - valueSequenceNext - Name of the sequence which next value is used - - - valueSequenceCurrent - Name of the sequence which current value is used - \ No newline at end of file diff --git a/_includes/components/announcement.html b/_includes/components/announcement.html deleted file mode 100644 index 17f882d6c..000000000 --- a/_includes/components/announcement.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/_includes/components/buttons/cta.html b/_includes/components/buttons/cta.html deleted file mode 100644 index 2f5504d10..000000000 --- a/_includes/components/buttons/cta.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/_includes/components/footer.html b/_includes/components/footer.html deleted file mode 100644 index c86e5f5a9..000000000 --- a/_includes/components/footer.html +++ /dev/null @@ -1,15 +0,0 @@ -
    -
    - Contact Us | Missing, incomplete or wrong information? Please send a pull request. - - - -
    \ No newline at end of file diff --git a/_includes/components/forms/marketo-form.html b/_includes/components/forms/marketo-form.html deleted file mode 100644 index 7e526a8ca..000000000 --- a/_includes/components/forms/marketo-form.html +++ /dev/null @@ -1,6 +0,0 @@ -
    - -
    -
    - -
    \ No newline at end of file diff --git a/_includes/components/news-block.html b/_includes/components/news-block.html deleted file mode 100644 index c9be08f2b..000000000 --- a/_includes/components/news-block.html +++ /dev/null @@ -1,36 +0,0 @@ -
    -
    - News - - - - All Previous Posts >> - -
    -

    Subscribe for email updates

    - - {% include components/forms/marketo-form.html %} - -

    - and/or -

    - - - -
    -
    diff --git a/_includes/components/search/gcse-search.html b/_includes/components/search/gcse-search.html deleted file mode 100644 index 6e896a9a5..000000000 --- a/_includes/components/search/gcse-search.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if include.isSideNav %} - - - - -{% else %} - -{% endif %} diff --git a/_includes/components/staging-ribbon.html b/_includes/components/staging-ribbon.html deleted file mode 100644 index a587808b2..000000000 --- a/_includes/components/staging-ribbon.html +++ /dev/null @@ -1 +0,0 @@ -
    STAGING
    \ No newline at end of file diff --git a/_includes/components/top-nav.html b/_includes/components/top-nav.html deleted file mode 100644 index f036e77a7..000000000 --- a/_includes/components/top-nav.html +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/_includes/insertUpdateColumnConfig.md b/_includes/insertUpdateColumnConfig.md deleted file mode 100644 index 5a732f449..000000000 --- a/_includes/insertUpdateColumnConfig.md +++ /dev/null @@ -1,51 +0,0 @@ - - name - Name of the column to set - - - value - New value of the column. -
    Note: If not set the first valueXXX defined is used in the order they - appear.
    - - - valueNumeric - integer value of the column. - - - valueBoolean - boolean value of the column. - - - valueDate - Date and/or Time value to set the column to. The value is specified in one of the following forms: "YYYY-MM-DD", "hh:mm:ss" or "YYYY-MM-DDThh:mm:ss". - - - valueComputed - A value that is returned from a function or procedure call. This attribute shall contain the function name to call. - - - valueBlobFile - Path to a file, whose contents will be written as a BLOB (i.e. chunk of binary data). - Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.: - /usr/local/somefile.dat on Unix or c:\Directory\somefile.dat on Windows. Please refer to - java.io.File javadoc - for the details of what to consider relative/absolute path). - - - valueClobFile - Path to a file, whose contents will be written as a CLOB (i.e. chunk of character data). - Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.: - /usr/local/somefile.daton Unix or c:\Directory\somefile.dat on Windows. - Please refer to java.io.File javadoc - for the details of what to consider relative/absolute path). - - - encoding - Name of the encoding (as specified - in java.nio.Charset javadoc) - of the CLOB file (specified in valueClobFile) contents. - Default: 'UTF-8' -
    Note: used only when valueClobFile attribute is specified, ignored otherwise. -
    - \ No newline at end of file diff --git a/_includes/subnav_blog.md b/_includes/subnav_blog.md deleted file mode 100644 index 07aa0ec04..000000000 --- a/_includes/subnav_blog.md +++ /dev/null @@ -1,7 +0,0 @@ -

    Other Blog Posts

    - -{% for post in site.posts limit: 10 %} - • {{ post.title }} -{% endfor %} - -
  • All Previous Posts >>
  • diff --git a/_includes/subnav_community.md b/_includes/subnav_community.md deleted file mode 100644 index b2b2a6de8..000000000 --- a/_includes/subnav_community.md +++ /dev/null @@ -1,5 +0,0 @@ -
  • User Forum
  • -
  • Developer Forum
  • -
  • Issue Tracker
  • -
  • Source Code
  • -
  • Dev Documentation
  • diff --git a/_includes/subnav_development.md b/_includes/subnav_development.md deleted file mode 100644 index c83d21495..000000000 --- a/_includes/subnav_development.md +++ /dev/null @@ -1,10 +0,0 @@ -
  • Dev Overview
  • -
  • Source Code
  • -
  • Contributing
  • -
  • Branches
  • -
  • Code Org
  • -
  • Building
  • -
  • SDK
  • -
  • Javadoc
  • -
  • Using Jira
  • -
  • Extension Portal
  • diff --git a/_includes/subnav_documentation.md b/_includes/subnav_documentation.md deleted file mode 100644 index e0e33df11..000000000 --- a/_includes/subnav_documentation.md +++ /dev/null @@ -1,8 +0,0 @@ -
  • Documentation Home
  • -
  • Installation
  • -
  • Get Started
  • -
  • Core Concepts
  • -
  • Tutorials
  • -
  • Refactorings
  • -
  • Liquibase SDK
  • - diff --git a/_includes/subnav_documentation_changes.md b/_includes/subnav_documentation_changes.md deleted file mode 100644 index 7033f9da7..000000000 --- a/_includes/subnav_documentation_changes.md +++ /dev/null @@ -1,77 +0,0 @@ - - - - -
  • Documentation Home
  • - -
    -

    Liquibase Pro Changes

    -
  • add Check Constraint
  • -
  • create Function
  • -
  • create Package
  • -
  • create Package Body
  • -
  • create Synonym
  • -
  • create Trigger
  • -
  • disable Check Constraint
  • -
  • disable Trigger
  • -
  • drop Check Constraint
  • -
  • drop Function
  • -
  • drop Package
  • -
  • drop Package Body
  • -
  • drop Synonym
  • -
  • drop Trigger
  • -
  • enable Check Constraint
  • -
  • enable Trigger
  • -
  • mark Unused
  • -
  • rename Trigger
  • - -
    -

    Liquibase Changes

    - -
  • add Auto Increment
  • -
  • add Column
  • -
  • add Default Value
  • -
  • add Foreign Key Constraint
  • -
  • add Lookup Table
  • -
  • add Not Null Constraint
  • -
  • add Primary Key
  • -
  • add Unique Constraint
  • -
  • alter Sequence
  • -
  • create Index
  • -
  • create Procedure
  • -
  • create Sequence
  • -
  • create Table
  • -
  • create View
  • -
  • custom Change
  • -
  • delete
  • -
  • drop All Foreign Key Constraints
  • -
  • drop Column
  • -
  • drop Default Value
  • -
  • drop Foreign Key Constraint
  • -
  • drop Index
  • -
  • drop Not Null Constraint
  • -
  • drop Primary Key
  • -
  • drop Procedure
  • -
  • drop Sequence
  • -
  • drop Table
  • -
  • drop Unique Constraint
  • -
  • drop View
  • -
  • empty
  • -
  • execute Command
  • -
  • insert
  • -
  • load Data
  • -
  • load Update Data
  • -
  • merge Columns
  • -
  • modify Data Type
  • -
  • output
  • -
  • rename Column
  • -
  • rename Sequence
  • -
  • rename Table
  • -
  • rename View
  • -
  • set Column Remarks
  • -
  • set Table Remarks
  • -
  • sql
  • -
  • sql File
  • -
  • stop
  • -
  • tag Database
  • -
  • update
  • diff --git a/_includes/subnav_documentation_sdk.md b/_includes/subnav_documentation_sdk.md deleted file mode 100644 index b80de957d..000000000 --- a/_includes/subnav_documentation_sdk.md +++ /dev/null @@ -1,3 +0,0 @@ -
  • Documentation Home
  • -
  • SDK Home
  • -
  • Workspace
  • \ No newline at end of file diff --git a/_includes/subnav_main.md b/_includes/subnav_main.md deleted file mode 100644 index ac329ada5..000000000 --- a/_includes/subnav_main.md +++ /dev/null @@ -1,5 +0,0 @@ -
  • FAQ
  • -
  • Supported Databases
  • -
  • Best Practices
  • -
  • About
  • -
  • Development
  • diff --git a/_includes/subnav_maven.md b/_includes/subnav_maven.md deleted file mode 100644 index 82711bcb6..000000000 --- a/_includes/subnav_maven.md +++ /dev/null @@ -1,21 +0,0 @@ -
  • Documentation Home
  • -
  • Maven Home
  • -
  • Get Oracle Drivers
  • -
  • liquibase:changelogSync
  • -
  • liquibase:changelogSyncSQL
  • -
  • liquibase:clearCheckSums
  • -
  • liquibase:dbDoc
  • -
  • liquibase:diff
  • -
  • liquibase:dropAll
  • -
  • liquibase:generateChangeLog
  • -
  • liquibase:help
  • -
  • liquibase:listLocks
  • -
  • liquibase:releaseLocks
  • -
  • liquibase:rollback
  • -
  • liquibase:rollbackSQL
  • -
  • liquibase:status
  • -
  • liquibase:tag
  • -
  • liquibase:update
  • -
  • liquibase:updateSQL
  • -
  • liquibase:updateTestingRollback
  • -
  • liquibase:futureRollbackSQL
  • diff --git a/_includes/subnav_quickstart.md b/_includes/subnav_quickstart.md deleted file mode 100644 index b39df65e4..000000000 --- a/_includes/subnav_quickstart.md +++ /dev/null @@ -1,13 +0,0 @@ -
  • Getting Started Home
  • - - -
  • Liquibase 101
  • -
  • First Steps
  • -
  • Core Usage Concepts
  • -
  • Supported Databases
  • -
  • Approaches to Change
  • -
  • Using Version Control
  • -
  • Configure Properties
  • -
  • Migrations: LB Functions
  • -
  • Migrations: SQL Scripts
  • -
  • Best Practices
  • \ No newline at end of file diff --git a/_includes/subnav_tutorials.md b/_includes/subnav_tutorials.md deleted file mode 100644 index 5442b3338..000000000 --- a/_includes/subnav_tutorials.md +++ /dev/null @@ -1,12 +0,0 @@ -
  • Documentation Home
  • -
  • Tutorials Home
  • -
  • MySQL Tutorial
  • -
  • MariaDB Tutorial
  • -
  • PostgreSQL Tutorial
  • -
  • Oracle Tutorial
  • -
  • MSSQL Server
  • -
  • DB2 on Z Tutorial
  • -
  • Apache Derby Tutorial
  • -
  • Informix
  • -
  • SQLite
  • - diff --git a/_includes/tracking-codes/hotjar.tracking-code.html b/_includes/tracking-codes/hotjar.tracking-code.html deleted file mode 100644 index 6dceff0b1..000000000 --- a/_includes/tracking-codes/hotjar.tracking-code.html +++ /dev/null @@ -1,11 +0,0 @@ - - diff --git a/_includes/tracking-codes/stackoverflow-tracking-code.html b/_includes/tracking-codes/stackoverflow-tracking-code.html deleted file mode 100644 index af98af746..000000000 --- a/_includes/tracking-codes/stackoverflow-tracking-code.html +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html deleted file mode 100644 index dda3bcb8c..000000000 --- a/_layouts/base.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - Liquibase | {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% if page.extraStyleSheets %} - {% for styleSheet in page.extraStyleSheets %} - - {% endfor %} - {% endif %} - - - - - - - - - - - - - - - - - - - - - {% if jekyll.environment == "development" %} - {% include components/staging-ribbon.html %} - {% endif %} - - {{ content }} - - - - - - - - - {% if page.extraJavascriptFiles %} - {% for javascriptFile in page.extraJavascriptFiles %} - - - - {% endfor %} - {% endif %} - - {% include components/footer.html %} - - diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 56f7df89d..000000000 --- a/_layouts/default.html +++ /dev/null @@ -1,118 +0,0 @@ ---- -layout: base -title: Liquibase News -subnav: subnav_blog.md ---- - - {% include components/announcement.html %} - -
    -
    - - - {% include components/search/gcse-search.html %} -
    - - {% include components/top-nav.html %} - -
    -
      - - {% assign subnavPrefix = "subnav" %} - {% assign returnFileName = subnavPrefix %} - {% assign subRoutes = page.path | split:'/' %} - - {% if subRoutes.size > 1 %} - {% for route in subRoutes %} - {% if forloop.last %} - - {% else %} - {% capture returnFileName %}{{returnFileName}}_{{route}}{% endcapture %} - {% endif %} - {% endfor %} - {% capture returnFileName %}{{returnFileName}}.md{% endcapture %} - {% else %} - {% capture returnFileName %}{{returnFileName}}_main.md{% endcapture %} - {% endif %} - - {% if page.subnav %} - {% assign navPage = page.subnav %} - {% else %} - {% assign navPage = returnFileName %} - {% endif %} - - {% case navPage %} - {% when "subnav_main.md" %} - {% include subnav_main.md %} - {% when "subnav_documentation.md" %} - {% include subnav_documentation.md %} - {% when "subnav_documentation_changes.md" %} - {% include subnav_documentation_changes.md %} - {% when "subnav_documentation_sdk.md" %} - {% include subnav_documentation_sdk.md %} - {% when "subnav_development.md" %} - {% include subnav_development.md %} - {% when "subnav_community.md" %} - {% include subnav_community.md %} - {% when "subnav_blog.md" %} - {% include subnav_blog.md %} - {% when "subnav_quickstart.md" %} - {% include subnav_quickstart.md %} - {% when "subnav_maven.md" %} - {% include subnav_maven.md %} - {% when "subnav_tutorials.md" %} - {% include subnav_tutorials.md %} - {% else %} - Unknown Nav {{navPage}} - {% endcase %} -
    - -
    - 2018 XML Announcement -
    - - {% include components/news-block.html %} - - {% if page.includeDaticalBox %} - -
    - Achieving Continuous Delivery at Fidelity Investments with IBM UrbanCode and Datical -
    - - {% endif %} - -
    -
    -
    - - {% if page.date %} -
    -

    {{page.title}} -

    -

    Posted {{page.date | date_to_string}} by - {% if page.author %} - {{ page.author }} - {% else %} - Nathan Voxland - {% endif %} -

    -
    - {% endif %} - - {{content}} -
    -
    -
    diff --git a/_layouts/full-width.html b/_layouts/full-width.html deleted file mode 100644 index e92496d6f..000000000 --- a/_layouts/full-width.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: base ---- - -{% include components/announcement.html %} - -
    -
    - - - {% include components/search/gcse-search.html %} -
    - - {% include components/top-nav.html %} - -
    -
    - - {% if page.date %} -
    -

    {{page.title}} -

    -

    POSTED {{page.date | date_to_string}} by - Nathan Voxland

    -
    - {% endif %} - - {{content}} -
    -
    -
    diff --git a/_layouts/side-search.html b/_layouts/side-search.html deleted file mode 100644 index da269710e..000000000 --- a/_layouts/side-search.html +++ /dev/null @@ -1,111 +0,0 @@ ---- -layout: base -title: Liquibase News -subnav: subnav_blog.md ---- - -{% include components/announcement.html %} - -
    -
    - - -
    - {% include components/buttons/cta.html ctaText="Visit the Expert Exchange" ctaHref="https://download.liquibase.org/expert-exchange" %} -
    -
    - - {% include components/top-nav.html %} - -
    -
      - - {% assign subnavPrefix = "subnav" %} - {% assign returnFileName = subnavPrefix %} - {% assign subRoutes = page.path | split:'/' %} - - {% if subRoutes.size > 1 %} - {% for route in subRoutes %} - {% if forloop.last %} - - {% else %} - {% capture returnFileName %}{{returnFileName}}_{{route}}{% endcapture %} - {% endif %} - {% endfor %} - {% capture returnFileName %}{{returnFileName}}.md{% endcapture %} - {% else %} - {% capture returnFileName %}{{returnFileName}}_main.md{% endcapture %} - {% endif %} - - {% if page.subnav %} - {% assign navPage = page.subnav %} - {% else %} - {% assign navPage = returnFileName %} - {% endif %} - - {% case navPage %} - {% when "subnav_main.md" %} - {% include subnav_main.md %} - {% when "subnav_documentation.md" %} - {% include subnav_documentation.md %} - {% when "subnav_documentation_changes.md" %} - {% include subnav_documentation_changes.md %} - {% when "subnav_documentation_sdk.md" %} - {% include subnav_documentation_sdk.md %} - {% when "subnav_development.md" %} - {% include subnav_development.md %} - {% when "subnav_community.md" %} - {% include subnav_community.md %} - {% when "subnav_blog.md" %} - {% include subnav_blog.md %} - {% when "subnav_quickstart.md" %} - {% include subnav_quickstart.md %} - {% when "subnav_maven.md" %} - {% include subnav_maven.md %} - {% when "subnav_tutorials.md" %} - {% include subnav_tutorials.md %} - {% else %} - Unknown Nav {{navPage}} - {% endcase %} -
    - - {% include components/search/gcse-search.html isSideNav="true" %} - - {% include components/news-block.html %} - - {% if page.includeDaticalBox %} - -
    - Achieving Continuous Delivery at Fidelity Investments with IBM UrbanCode and Datical -
    - - {% endif %} - -
    -
    -
    - - {% if page.date %} -
    -

    {{page.title}} -

    -

    POSTED {{page.date | date_to_string}} by - Nathan Voxland

    -
    - {% endif %} - - {{content}} -
    -
    -
    diff --git a/_posts/2007-05-31-welcome-to-the-liquibase-blog.md b/_posts/2007-05-31-welcome-to-the-liquibase-blog.md deleted file mode 100644 index 6d9856c74..000000000 --- a/_posts/2007-05-31-welcome-to-the-liquibase-blog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Welcome to the Liquibase Blog ---- - -# Welcome to the Liquibase Blog - -We are starting the Liquibase blog for several reasons: - -Partly, it will be a place to announce new features and releases of Liquibase. - -Primarily, however, it will be a place to comment on agile database development in general, best practices, and pitfalls to avoid. diff --git a/_posts/2007-06-01-the-road-to-liquibase-10-and-beyond.md b/_posts/2007-06-01-the-road-to-liquibase-10-and-beyond.md deleted file mode 100644 index 2bcfdb954..000000000 --- a/_posts/2007-06-01-the-road-to-liquibase-10-and-beyond.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: The Road to Liquibase 1.0 and Beyond ---- - -# The Road to Liquibase 1.0 and Beyond - -There is a lot going on in Liquibase-land right now. - -We are finishing up code and documentation clean-up of the Liquibase migrator and hope to have an initial release candidate available by the middle of June. - -As long as no major bugs are found, we expect 1.0 to be released by the end of June. - -Concurrent to the final code reviews and bug fixes leading up to 1.0, we have started on a SQuirreL plug-in for automatic creation of changelog files. There is no target date yet for an initial release, but it will probably be post 1.0. If there is anyone interested in working on a plug-in for other IDEs, just let us know. - -We are also already looking at features to include in a 1.1 release. Items currently on the top of the list include an additional changeSet attribute for specifying the types of databases that it should be run against as well as support for additional databases (Sybase, DB2, Derby, perhaps more). diff --git a/_posts/2007-06-05-unit-testing-the-database-access-layer.md b/_posts/2007-06-05-unit-testing-the-database-access-layer.md deleted file mode 100644 index b965ce9ee..000000000 --- a/_posts/2007-06-05-unit-testing-the-database-access-layer.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Unit Testing the Database Access Layer ---- - -# Unit Testing the Database Access Layer - -### The Problem - -Writing unit tests for code that accesses a database is a difficult problem, and it's one I've struggled with for several years. The problems come down to a balancing act between several (often competing) requirements: - -1. The unit test must not not break due to changes outside the class under test. -1. The unit test must not break due to code refactoring that doesn't break functionality. -1. The unit test must run very fast. -1. The unit test must remain valid through database refactorings. -1. The unit test must fail if the code doesn't function correctly. - -I've tried several approaches in the past and was unsatisfied with them: - -### Mock the Database Connection - -This is the most "pure" unit testing approach because it completely isolates the class under test from all external dependencies. - - Connection conn = createMock(Connection.class); - Statement statement = createMock(Statement.class); - expect(conn.createStatement()).andReturn(statement); - expect(statement.execute("SELECT ID FROM PERSON;")).andStubReturn(true); - statement.close(); - expectLastCall(); - replay(conn); - replay(statement); - - ClassUnderTest classUnderTest = new ClassUnderTest (); - classUnderTest .findPersonIds(); - - verify(conn); - verify(statement); - -The advantages to mocking the database connection is that the tests run fast and don't change to due to creating of other unit tests. - -In practice, however, I've found these tests to be more or less worthless. They (like most mock tests) really just test the implementation of the method, not the behavior of the method, and therefore often fail due to code refactoring. The biggest problem, however, is that the access to the database is really the whole point of the method and there are so many ways that can fail. - -I would argue, that really the method is implemented as SQL with a Java wrapper around it and in the mock unit test, only the Java code is really tested--the SQL is often just cut and pasted from what is in the method. - -Throw in changes to the database over the life of the project (the "person" table name changes to "employee") and you end up with tests that pass, but don't really tell you if your code will work. - -### Create Test Data Sets For Each Test - -The obvious response to the problems with mock database tests is to have your tests access an actual database. This method will create tests that actually fail if your SQL is wrong or your database schema changes without a corresponding code update, but brings with it its own difficulties, primarily with keeping the database in a known state. There are tools available such as DbUnit and Unitils to help with the test-data management, but these have disadvantages. - -The main problem is that the way the test data is stored, it is very dependent on the exact schema when it was created, and if your database structure changes your test data can no longer be inserted and your tests are now worthless. For example, if your test is created with test data that inserts rows into a "person" table, but later that table is renamed to "employee", your insert statements will no longer execute. Depending on the schema changes, you may be able to recover your test data with a search and replace, but often the changes are too much and it has been long enough since you wrote the test that you don't remember exactly what was supposed to be in the data. - -Additionally, the data is inserted as part of the setup method for each test. Accessing databases in Unit tests slows them down considerably already, we should work to minimize any calls to the database that we have to do. - -### Manage Test Data With All Other Database Changes - -To solve the problem of keeping test data definitions from getting out of sync with the schema, you need to have your test data built up along with your database so it will be modified by database refactoring that were made after it was initially created. For example, here is a database change script: - -1. create table person -1. insert row into person `test data` -1. insert row into person `test data` -1. rename table person to employee - -By including the test data with your database changes, the data is automatically kept up in the same way the production data would be. Using this technique over the dataset per method also has the advantage of performing better because the data is only inserted once, but it has the disadvantage that you need to handle all the test data that any method would want in one place. -To facilitate this technique, I built the idea of execution contexts into Liquibase so you can mark the test data changes and only apply them in environments where you run unit tests. So far I have been happy with the results. The tests fail when there is a differences between the database schema and what the code is expecting or when there is a bug in my SQL and I haven't lost any tests due to database refactorings. - -The tests don't run as fast as mock connection tests would, but they aren't prohibitively slow. We have over 1000 unit tests in one project that all run in about a minute. It would be better if they would all run in 10 seconds, but what good are fast tests that don't actually test what's important? Just remember to mock the (already tested) data access layer in higher layers of your code so you don't take the database performance hit any more than you need to. - -With this technique, you need to always remember that your test data set will evolve over time and write your tests accordingly, but how to do that will be covered in a later blog posting. - diff --git a/_posts/2007-06-07-building-database-tests-that-dont-break.md b/_posts/2007-06-07-building-database-tests-that-dont-break.md deleted file mode 100644 index 6ddffa207..000000000 --- a/_posts/2007-06-07-building-database-tests-that-dont-break.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Building Database Tests that Don't Break ---- -# Building Database Tests that Don't Break - -As I discussed in Unit Testing the Database, a difficulty you run into when using a shared dataset for unit tests is making sure you write your test in such a way that changes to the dataset will not break older tests. - -Note: depending on the database access framework you use, you will actually access the database through a Connection, EntityManager, Session, PersistenceManager etc. I'll use the term "Connection" generically for any of these access types because the same pattern applies to them all. - -###Don't Rely on Particular Data### - -The following is an example of a bad test that will break when the dataset changes: - - - public void testFindActive() { - Collection returnSet = new PersonDAO(connection).findActive(); - assertEquals(5, returnSet.size()); - } - -When you first write the above test, it will work fine because you have know your data set has 5 person rows in it. However, when you get to the next test and realize you need more test data and add a new person row, the testFindActive() method will suddenly fail when the method being tested isn't actually broken. - -What I have found to be the best way of writing better tests is to create a framework that lets you describe what type of rows you expect your method to return. Here is a code example: - - public void testFindActive() { - assertDataCorrect("Did not return active people correctly", - new DataComparator(entityManager, Person.class) { - public boolean include(Person person) { - return person.isActive(); - } - } - } - -There are two advantages to this method of testing: - -1. It doesn't break if person rows are added or removed -1. The test better documents the intent of the isActive() method -1. Since you are describing your filter via normal object methods, the test will stay up to date as you refactor your code/ - -Of course, you need to have an implementation of assertDataCorrect(). Unfortunately, although it is fairly straightforward to implement, how you actually implement it varies depending on your database access framework. Here is a pseudo-code sample to get you started: - - - public abstract class DataTestCase extends TestCase { - assertDataCorrect(String message, - DataComparator comparator, Collection - collectionToTest) { - assertNotNull("Collection to test was null, poor test", collectionToTest); - assertTrue("Collection to test was empty, poor test", collectionToTest.size() > 1); - - List allObjects = comparator.getEntityManager - .createQuery("from " + comparator.getEntityClass().getName()); - - int matchingObjects = 0; - List filteredObjectsFromDB = filterObjects(comparator, allObjects); - for (Object objectFromDB : filteredObjectsFromDB) { - matchingObjects++; - if (!collectionToTest.contains(object)) { - fail ("Expected object '"+object.toString()+"' not found in collection"); - } - } - assertTrue("Expected "+matchingObjects - +" objects, passed collection was "+collectionToTest.size(), - matchingObjects == collectionToTest.size()); - } - } - -Some notes on the above implementation: - -1. The class extends TestCase so as long as all your database tests extends the new DatabaseTestCase you will always have access to the new assertions. -1. If the passed collection is null or empty, the test fails. The reason for this is because if your query is returning nothing from the database, you don't really know if it is filtered down correctly. It could be working correctly, or it could be you have a typo in your filter that will always make it return no results. -1. The assert function selects out all rows from the database and compares them to the returned objects. If you have a lot of rows, this will be a very poor-performing test. In practice, your test dataset will normally not grow so large this will become a problem, but it is something to keep in mind if you ever think about running your test suite against a copy of production data. - -Eventually, I hope to create a database unit testing library that better encapsulates this logic, but have not had the time yet. If there is anyone who would like to volunteer to help out with creating one, please contact me at nathan@voxland.net. - -### Start a transaction in your setUp() method and roll it back in your tearDown() method - -By running your test in a transaction, you ensure that (normally) whatever your code under test does to the database will have no lasting affect and will not cause later tests to fail. This is a simple extension of the unit testing principal of not assuming your tests will run in a particular order and to have no side effect of your tests. - -If your code under test attempts to start and commit transactions, you may need to create a wrapper connection around the actual connection that intercepts calls to start and end transactions and simply logs that they happened. That way you can test that the commit you expected actually happened and still actually roll back the database in your tearDown() method. - -The thing to watch out for is auto-committing code in your class under test. For example, if your tested logic creates a new table, many databases will auto-commit the transaction. In these cases, you will need to manually undo the changes in a finally block in your test so you still follow the "no side-effect" rule. diff --git a/_posts/2007-06-08-liquibase-10-rc1-released.md b/_posts/2007-06-08-liquibase-10-rc1-released.md deleted file mode 100644 index c484d88de..000000000 --- a/_posts/2007-06-08-liquibase-10-rc1-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.0 RC1 Released ---- -# Liquibase 1.0 RC1 Released - -Liquibase 1.0 RC1 has been released. Changes since 0.9.1 are primarily code refactoring to make sure it is a clean code base to work with post-1.0. The only new feature is a batch and shell script for easier running of the command line migrator. There were also the usual documentation improvements and bug fixes. - -Please report all bugs you find with the release candidate so they can be addressed in the 1.0 release, particularly in the Maven support. Unless there are show-stopper bugs found, the final 1.0 release should be out in two weeks or less. - diff --git a/_posts/2007-06-19-liquibase-10-rc2-released.md b/_posts/2007-06-19-liquibase-10-rc2-released.md deleted file mode 100644 index 6d037e634..000000000 --- a/_posts/2007-06-19-liquibase-10-rc2-released.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.0 RC2 Released ---- -# Liquibase 1.0 RC2 Released - -Liquibase 1.0 RC2 has been released. Changes since RC2 are primarily minor bug fixes. - -The reason for having a RC2 rather than 1.0 final is that we changed exceptions thrown by some methods and want to make sure that change does not cause any unexpected problems. - -Please report all bugs you find with the release candidate so they can be addressed in the 1.0 release, particularly in the Maven support. - -Unless there are show-stopper bugs found, the final 1.0 release should be out next week. - diff --git a/_posts/2007-06-20-the-problem-with-database-diffs.md b/_posts/2007-06-20-the-problem-with-database-diffs.md deleted file mode 100644 index 88c0d09f6..000000000 --- a/_posts/2007-06-20-the-problem-with-database-diffs.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: The Problem with Database Diffs ---- -# The Problem with Database Diffs - -When talking about how Liquibase works, I'm often asked "Why not just do a database diff to know what changes need to be applied to a new database?" - -There are advantages to the database diff technique compared to Liquibase's method of tracking changes, mainly related to not relying on developers to remember to document the changes they made. You simply have everyone make whatever changes they want to the dev database and let the diff tool sort it out. - -There are two fundamental flaw with diff tools, however. The first is is that while they do a good job of showing what the differences are *syntactically*, they don't understand the *semantics* of the changes. For example, if you rename a column from "fname" to "firstname", a diff will show you that there is a "fname" column that needs to be dropped and a "firstname" column that needs to be be added. If you follow these suggestions, you will end up with a database that is structured correctly, but you will lose your valuable data when the changes are applied to an existing production system. You need to not just understand *what* the structural differences are, you also need to understand *why* they are. - -The second flaw is that it is impossible to diff the data so you find inserts, updates, and deletes that must be applied for the system to work correctly. These data changes can range from additional lookup table values to copying data in a de-normalizing process and can be just as important as the structural changes. Theoretically, a diff tool could also check for new, updated, and missing data between database, but in practice this cannot work for two reasons: - -1. Performance. As your data set grows, the amount of information to compare grows until it is unmanageable. -1. Changing Data. During development, test data is often added to the development database that shouldn't be copied into other databases. Also, new data may be added to testing and production databases that should not be deleted just because it doesn't exist in the development database. - -If you track your data changes along with your structural changes during development, however, you can be certain that they will be applied correctly down the road. - -In the end, I feel that the problems associated with a diff tool outweighs the convenience and simplicity they offer. While they can have great value as a "did all the changes get stored in the change log correctly" safeguard, it should not be relied upon as your primary means of tracking database changes. diff --git a/_posts/2007-06-22-managing-change-logs.md b/_posts/2007-06-22-managing-change-logs.md deleted file mode 100644 index 434122381..000000000 --- a/_posts/2007-06-22-managing-change-logs.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Managing Change Logs ---- - -# Managing Change Logs - -While you can include all your change sets in one giant change log, there are many good reasons to split them up. While there are many ways to divide your change logs, the best strategy I have found is to create a change log per major java package that contains data access code. This approach has several advantages: - -#### Easy to Know Where to Add (and Look For) Database Changes - -If you are making a database change due to code in a package, you know exactly where to put the change. - -#### Makes Code-Reuse and Code-Repackaging Easier - -Since packages are often used as a logical code unit, the code to manage database changes can be moved and re-used along with the java code. - -#### Keeps Database Changes Closer to the Code - -You don't need to go hunt through your file navigator as you switch between adding required databases changes and making the corresponding code changes. - -#### Fewer File Conflicts - -On multi-developer teams, the database change logs are a shared resource with many individuals editing them. Like any version controlled file, the more developers and the more branches that touch a file, the more chances for problems. Breaking up a change log into multiple files limits the changes and extent of merge issues. - -There are, of course, other ways to break up your change log files including one change log per project and one change log per table. Depending on your requirements, these or other strategies may work better for you. The important thing is to find what works best for you. diff --git a/_posts/2007-06-25-liquibase-10-released.md b/_posts/2007-06-25-liquibase-10-released.md deleted file mode 100644 index fadf48e93..000000000 --- a/_posts/2007-06-25-liquibase-10-released.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.0 Released ---- -# Liquibase 1.0 Released - -The Liquibase team is proud to announce version 1.0. Liquibase is an open source (LGPL) java-based tool for managing database changes and refactorings. It has been under active development for over a year and supports many features including: - - -- Change tracking format that supports multiple developers and code branches -- Thirty built-in refactorings including "Merge Columns" and "Add Lookup Table" -- Can execute updates directly, or save SQL for review by DBAs -- Can roll back databases to earlier versions based on dates, tags, or number of changes -- Database independent. Currently supports MySQL, PostgreSQL, Oracle, and MSSQL with additional databases planned for version 1.1. -- Can be executed as an Ant task, a Maven Plug-in, as a Servlet Listener, or though a command-line program -- Changes can be tagged with "contexts" so not all changes need to be applied to all environments -- Uses a distributed locking system to protect against machines upgrading the same database at the same time -- Extensive documentation including a quick-start guide and manual - -As a database change tracking tool, Liquibase is useful for any project with a database, but is especially useful in an agile environment due to the large number of changes that are generated throughout the project's lifecycle. - -There are many post-1.0 features planned, including support for additional databases (DB2, Sybase, Derby and HSQL are already implemented in the 1.1 branch), a database-refactoring IDE plug-ins, additional refactorings, a database diff tool, and more. - -We would like to thank everyone who helped us get to the point we are at today. - diff --git a/_posts/2007-06-25-the-problem-with-rails-active-migrations.md b/_posts/2007-06-25-the-problem-with-rails-active-migrations.md deleted file mode 100644 index 797747a1e..000000000 --- a/_posts/2007-06-25-the-problem-with-rails-active-migrations.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: The Problem with Rails Active Migrations ---- -# The Problem with Rails Active Migrations - -Rails Active Migration is nice for its simplicity, but in non-trivial projects, it quickly falls apart due to limitations it has regarding multiple developers and/or branches. It's a well known problem - -The fundamental problem is that Rails tracks the "database version" as a single incrementing integer. That works fine when only one developer is adding migrations and when there is only one branch. When you add developers and branches, however, you quickly run into problems with duplicated version numbers, and missed migrations because the production "database version" is higher than a newly merged in migration. - -The reason this is a problem is because there the reliance on a the "database version" concept. While there may be a logical database version that you can think about, really the state of the database is simply the set of all the applied migrations. Think of a file in source control. The source control system may generate "version" numbers for reference, but it doesn't use them to decide what should be merged in. When you say "merge the "1_1" branch into trunk, it simply takes all the changes in the "1_1" branch and applies the same changes to trunk, regardless of whether the file in trunk has a higher "version number" or not. The same logic needs to be applied to database updates. - -There are attempts to solve the situation in the Ruby community. The work-around solution works by naming each change by a timestamp and storing all the executed changes in the schema_migrations table. While it is a step in the right direction, if you need to re-order the execution of changes after a commit by multiple developers or after a merge it can be difficult. Hopefully a good solution to the problem is created soon, or we will have to develop a port of Liquibase for Ruby :) - diff --git a/_posts/2007-07-03-sox-compliance-and-database-refactoring.md b/_posts/2007-07-03-sox-compliance-and-database-refactoring.md deleted file mode 100644 index 126a1a25a..000000000 --- a/_posts/2007-07-03-sox-compliance-and-database-refactoring.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: SOX Compliance and Database Refactoring ---- - - -# SOX compliance and Database Refactoring - -Managing, tracking, and applying database changes is difficult, especially in an agile database environment where there are many changes made throughout a project's life cycle. Even with a tool like Liquibase, It takes a lot of discipline to apply your database changes in a consistent and traceable manner. - -For projects that need to deal with SOX-compliant releases the process is even more difficult because your release documentation needs to include not only how to update your database, but also how to roll back in case of a problem with the release. - -It was to address this problem that we added automatic rollback support to Liquibase. For each changeSet in your change log file, Liquibase can (usually) generate rollback SQL. For changes that cannot be automatically undone (drop table, insert data, etc.), or if you want to override the default rollback method, you can specify a tag containing the correct SQL. This method of generating rollback commands works well because for most cases you don't have to do anything, and when you do have to specify rollback SQL, it is stored along side the original change. - -To control the generation of generating SQL for updating a database and for rolling it back, see the command line migrator documentation. - diff --git a/_posts/2007-07-06-liquibase-101-released.md b/_posts/2007-07-06-liquibase-101-released.md deleted file mode 100644 index 2baec8036..000000000 --- a/_posts/2007-07-06-liquibase-101-released.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.0.1 Released ---- -# Liquibase 1.0.1 Released - -1.0.1 is a minor bug fix release that addresses an issue with null values in the defaultValue attribute being quoted. diff --git a/_posts/2007-07-06-start-with-simple-evolutionary-database-design.md b/_posts/2007-07-06-start-with-simple-evolutionary-database-design.md deleted file mode 100644 index 1fac7e961..000000000 --- a/_posts/2007-07-06-start-with-simple-evolutionary-database-design.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Start with Simple Evolutionary Database Design ---- -# Start with Simple Evolutionary Database Design - -Reg Developer in the UK recently posted an interview with Scott Ambler about database refactoring at http://www.regdeveloper.co.uk/2007/07/04/evolutionary_database_design/. - -In the interview, he discusses questions developers and DBAs often have when first approaching evolutionary database design (EDD). The two main points he covers are: - -1. Having both developers and DBAs involved in the database design process is an improvement over "traditional" waterfall-style databases designed only by the DBA. -2. If you make your schema changes with triggers and views correctly, you can have a "transition window" that will allow you to make your changes without breaking existing systems that use the database. - -While I agree with both these points, I worry about his focus on "transition window" database refactoring methods. There is certainly value in being able to provide these windows for databases that have many independent systems depending on them, but I think that for the vast majority of projects it makes database refactoring seem too difficult to even attempt. - -I would propose that more focus needs to be placed on the simpler aspect of EDD: databases that are specific to a single system or set of related systems that are all managed and updated in a frequent, agile manner. These are the teams most likely to adopt an EDD process and there is still a lot of work to get them the tools they need to work efficiently. - -In the interview, Scott says that "right now we're at the beginning of the adoption curve" in regards to EDD and I agree with that. So--for now--let's focus on the needs of the majority of those early adopters. - -I see the tools and practices required to do EDD efficiently as a spectrum that range from a single-project database with no DBA, through a set of related projects with a part time DBA involved, to a database that supports a large set of independent systems that is under the constant care of a DBA. "Transition Window" methods of database refactoring work great for the high end of the spectrum and I don't think it should be ignored because it is important to know that a process can scale. - -For now, however, we need to start a the simple end and build a strong foundation of tools and techniques before working our way up the stack to the top. There is the start of the required tools in the form of DBUnit for unit testing and Liquibase for managing refactorings, but there is still large holes including IDE support for refactorings, best practices and pattern catalogs for database testing, and more. \ No newline at end of file diff --git a/_posts/2007-07-23-liquibase-11-released.md b/_posts/2007-07-23-liquibase-11-released.md deleted file mode 100644 index 439a1b8b7..000000000 --- a/_posts/2007-07-23-liquibase-11-released.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.1 Released ---- -# Liquibase 1.1 Released - -Liquibase 1.1 has been released. Major new features include: - -- Support for additional databases: DB2, Derby, Sybase (not fully tested), and HSQL - -- Support for "unsupported" databases - -- Database Diff Tool - -- Database Creation Script Generator - -- new DBMS attribute on change set tag that allows you to specify what databases to run the change set against - -- "verify" command that checks for change log problems without attempting to execute any - -- "status" command that shows information on unrun change sets - -- Handle date/time and numeric values better on inserts and setting default values - -- Bug Fixes - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to: - - - -Download Liquibase 1.1 - diff --git a/_posts/2007-07-24-liquibase-111-released.md b/_posts/2007-07-24-liquibase-111-released.md deleted file mode 100644 index 7fac934f4..000000000 --- a/_posts/2007-07-24-liquibase-111-released.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.1.1 Released ---- -# Liquibase 1.1.1 Released - -Liquibase 1.1.1 has been released to address issues found with the diff tool in the 1.1 version. diff --git a/_posts/2007-07-24-revenge-of-the-mock-tests.md b/_posts/2007-07-24-revenge-of-the-mock-tests.md deleted file mode 100644 index 2bbd7027e..000000000 --- a/_posts/2007-07-24-revenge-of-the-mock-tests.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Revenge of the Mock Tests ---- -# Revenge of the Mock Tests - -If you didn't see, version 1.1.1 of Liquibase was released the day after 1.1 because of problems reported by users with the new diff tool. - -Now, we could simply say "it's a new feature, you should expect bugs", but they were pretty obvious ones that should have been caught by simply executing the diff tool against all our supported databases. A simple unit test or two that actually ran the diff tool exposed the bugs and they were easy to catch. - -Why weren't those tests wrote before the 1.1 release? It was because I was testing with a mock database connection which didn't capture all the idiosyncrasies of different databases. The tests were there, and the coverage was there, but there were still bugs because of limitations in the (mock) abstraction layer. - -The lesson to be learned is that when writing database access level code, never use a mock database connection. diff --git a/_posts/2007-08-22-liquibase-ide-and-eclipse-plug-in-05.md b/_posts/2007-08-22-liquibase-ide-and-eclipse-plug-in-05.md deleted file mode 100644 index 5fe1bdeb7..000000000 --- a/_posts/2007-08-22-liquibase-ide-and-eclipse-plug-in-05.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase IDE and Eclipse Plugin ---- -# Liquibase IDE and Eclipse Plugin 0.5 - -I have released the initial version of a Liquibase IDE. The idea behind it is to do for database refactoring what refactoring tools like IntelliJ and Eclipse have done for code refactoring. - -The initial release is intended primarily to look for feedback from users and from people with experience writing Eclipse plug-ins and RCP applications. - -Current functionality includes: - -- Applying refactorings to a database and having them stored in a change log file -- Executing a change log file against a database -- Tagging a database - -While the functionality may be a bit rough around the edges (not a lot of validation, will probably get an error message or two) it is functionally complete for creating and applying changes. - -Plans for the final 1.0 release include interfaces for rollbacks and rollback-management, database diffs, and more. - -If you would like to help out with the development of the IDE/plug-in or would like to create a similar plug-in for your favorite IDE, please let me know. It is a very large undertaking and I could use some help :) - diff --git a/_posts/2007-08-28-liquibase-12-released.md b/_posts/2007-08-28-liquibase-12-released.md deleted file mode 100644 index 700a4f2ec..000000000 --- a/_posts/2007-08-28-liquibase-12-released.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.2 Released ---- -# Liquibase 1.2 Released - -Liquibase 1.2 has been released. Major features include: - -- Support for H2 database -- Support for InterSystems Cache database -- Support for `` change -- Improved error messages -- `` tag can contain a `` tag -- Change log file references can be absolute -- SQL in `` tag can be ; or 'go' delimited -- New clearCheckSums command in command line migrator - -- Support for version 0.5 of the Liquibase IDE and Eclipse Plugin - -Many bugs have been fixed as well, including: - -- Sybase support fixes -- Handle --defaultsFile correctly -- Handle command line parameters correctly on Windows systems -- Other bug fixes - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to: - - - -Download Liquibase 1.2 - diff --git a/_posts/2007-08-31-liquibase-121-released.md b/_posts/2007-08-31-liquibase-121-released.md deleted file mode 100644 index 869535c4c..000000000 --- a/_posts/2007-08-31-liquibase-121-released.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.2.1 Released ---- -# Liquibase 1.2.1 Released - -Liquibase 1.2.1 is a minor bugfix release to address the following issues: - -- Ordering of default values and not null clauses on some databases including Oracle - -- Sequences were not included in the generateChangeLog output -The update is available on the download page - diff --git a/_posts/2007-08-31-liquibase-ide-06-released.md b/_posts/2007-08-31-liquibase-ide-06-released.md deleted file mode 100644 index 071029879..000000000 --- a/_posts/2007-08-31-liquibase-ide-06-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase IDE 0.6 Released ---- -# Liquibase IDE 0.6 Released - -Version 0.6 of the Liquibase IDE and the Eclipse Plug-in have been released. This version does not add new functionality, but does fix a showstopper bug that prevented the creation of change log files. - -Information on downloading the new version is available on the download page. - diff --git a/_posts/2007-09-27-liquibase-13-released.md b/_posts/2007-09-27-liquibase-13-released.md deleted file mode 100644 index e9b5b9fc2..000000000 --- a/_posts/2007-09-27-liquibase-13-released.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.3 Released ---- -# Liquibase 1.3 Released - -Liquibase 1.3 has been released. Major features include: - -- Added `custom` change -- Added `executeCommand` change -- Added `createProcedure` change -- Added sqlCheck precondition -- Added dbdoc documentation generator -- Added Spring migrator -- Added tablespace support to createTable, createIndex, addPrimaryKey, and addUniqueConstraint -- Added defaultCascade attribute to addForeignKeyConstraint -- Can have multiple comma-separated contexts per change set -- Database Diff checks column types and nullability -- DiffChangeLog will write to a file specified with the `--changeLog` flag -- Database Diff checks views -- Added ability to control strippig of comments and splitting of lines in tag -- Added Postgres support to auto-increment related refactorings - -Many bugs have been fixed as well, including: - -- Restored Java 6 Support -- Absolute path changelogs are handled correctly on Windows -- Other bug fixes - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to: - - - -Download Liquibase 1.3 from: https://download.liquibase.org/download-community/ - diff --git a/_posts/2007-10-08-liquibase-grails-plugin.md b/_posts/2007-10-08-liquibase-grails-plugin.md deleted file mode 100644 index 8fa3c9872..000000000 --- a/_posts/2007-10-08-liquibase-grails-plugin.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Grails Plugin ---- -# Liquibase Grails Plugin - -The newest version of Liquibase now has a Grails plug-in available. To install the plug-in, simply run "grails install-plugin liquibase". - -Full documentation on the Grails plug-in is available at https://github.com/liquibase/grails-liquibase - - diff --git a/_posts/2007-11-14-initial-liquibase-intellij-idea-plug-in-released.md b/_posts/2007-11-14-initial-liquibase-intellij-idea-plug-in-released.md deleted file mode 100644 index 2c5917d50..000000000 --- a/_posts/2007-11-14-initial-liquibase-intellij-idea-plug-in-released.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Initial Liquibase IntelliJ IDEA Plugin Released ---- -# Initial Liquibase IntelliJ IDEA Plugin Released - -For you IntelliJ IDEA users out there, there is now a Liquibase plugin available through the Intellij plug-in manager. - -- Like the Eclipse plugin, the IntelliJ plugin allows you to refactor your database like you refactor code using a "Refactor" context menu on database objects. These changes are automatically saved to a change log file. - -- A "Liquibase" context menu on the database explorer allows you to migrate your database, roll back changes, generate documentation, and more. -- Additional refactoring and better documentation will be added in upcoming releases. -- As usual, please let us know if you have any questions or suggestions. diff --git a/_posts/2007-11-19-liquibase-core-140-released.md b/_posts/2007-11-19-liquibase-core-140-released.md deleted file mode 100644 index b49cc1f76..000000000 --- a/_posts/2007-11-19-liquibase-core-140-released.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Core 1.4.0 Released ---- -# Liquibase Core 1.4.0 Released - -Liquibase 1.4.0 has been released. Major features include: - -- IntelliJ Plug-in Support -- Added support for specifying schemas in change log -- MaxDB/SAPDB Support -- Refactored Code -- Can specify data types as `java.sql.Types.*` -- Support for composite foreign keys -- Improved Maven support -- Bug Fixes - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to: - - - -Download Liquibase 1.4 from: https://download.liquibase.org/download-community/ - diff --git a/_posts/2007-11-20-liquibase-at-javaone-cross-your-fingers.md b/_posts/2007-11-20-liquibase-at-javaone-cross-your-fingers.md deleted file mode 100644 index fde04149d..000000000 --- a/_posts/2007-11-20-liquibase-at-javaone-cross-your-fingers.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase at JavaOne ---- -# Liquibase at JavaOne - -Cross your fingers! - -I submitted a JavaOne 2008 session into the call for papers. I went for a combination of Liquibase usage and general database change management. Let's hope I'm selected! diff --git a/_posts/2007-11-21-liquibase-overview-videos.md b/_posts/2007-11-21-liquibase-overview-videos.md deleted file mode 100644 index f3cfc1f79..000000000 --- a/_posts/2007-11-21-liquibase-overview-videos.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Overview Videos ---- -# Liquibase Overview Videos - -I have made two Liquibase overview videos available to help explain what Liquibase is and some of its capabilities. One is very brief (6 minutes) while the other is a more in-depth 30 minute video. - -I'm planning on adding additional videos in the future. If you have a suggestion on a topic you would like covered, please let us know. - - diff --git a/_posts/2007-11-30-liquibase-141-core-intellij-and-grails.md b/_posts/2007-11-30-liquibase-141-core-intellij-and-grails.md deleted file mode 100644 index 6f1aa14e4..000000000 --- a/_posts/2007-11-30-liquibase-141-core-intellij-and-grails.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.4.1 ---- -# Liquibase 1.4.1 - -Liquibase Core 1.4.1 has been released. This is primarily a bug fix release. - -Upgrading is simply a matter of replacing the liquibase.jar file. - -Download Liquibase Core 1.4.1 from: - -https://download.liquibase.org/download-community/ - -The IntelliJ plug-in has also been updated to support 1.4.1. It can be installed or updated through the IntelliJ plug-in manager. - -The Grails plug-in has also been updated to support 1.4.1. It is installed through the standard grails plug-in infrastructure. - -As usual, let me know of any issues or suggestions you have questions. - diff --git a/_posts/2007-12-06-official-maven-support.md b/_posts/2007-12-06-official-maven-support.md deleted file mode 100644 index 9828a4de2..000000000 --- a/_posts/2007-12-06-official-maven-support.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Official Maven Support ---- -# Official Maven Support - -Thanks to Peter Murray, we now have working Maven support and good documentation. - -See https://mvnrepository.com/artifact/org.liquibase/liquibase-core for more information. - diff --git a/_posts/2007-12-19-japanese-documentation-complete.md b/_posts/2007-12-19-japanese-documentation-complete.md deleted file mode 100644 index e689b92fc..000000000 --- a/_posts/2007-12-19-japanese-documentation-complete.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Japanese Documentation Complete ---- -# Japanese Documentation Complete - -I would like to thank Yasuo Honda for all his hard work on the Japanese translation of the Liquibase documentation. He was also a great help in determining the best wiki tool to use to support translations. - -If you are interested in assisting with translating the Liquibase documentation, feel free to edit the site wiki directly, or contact us. - diff --git a/_posts/2008-01-29-liquibase-core-150-released.md b/_posts/2008-01-29-liquibase-core-150-released.md deleted file mode 100644 index 22301f7e7..000000000 --- a/_posts/2008-01-29-liquibase-core-150-released.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.5.0 Released ---- -# Liquibase Core 1.5.0 Released - -Liquibase Core 1.5.0 is now available for download from https://download.liquibase.org/download-community/ - -1.5.0 includes a major refactoring which should not affect most users except for the following items: - -#### BREAKING CHANGES - -- *Servlet Migrator:* The web.xml parameter names have changed. See https://www.liquibase.org/documentation/servlet_listener.html for more information. - -- If you used the "database.migrator.should.run", it is must now be changed to "liquibase.should.run" - -- If you have extended or embedded Liquibase classes or calls directly in your code, changes will be necessary. - - - -#### BACKWARDS-COMPATIBLE CHANGES - - - -- *Servlet Migrator:* The classes to reference in web.xml have changed to liquibase.servlet.LiquibaseStatusServlet and liquibase.servlet.LiquibaseServletListener. The old classes are now simply subclasses of the new and are deprecated so they should work. - -- *Spring Migrator:* The class to reference in your spring config has changed to liquibase.spring.SpringLiquibase. The old class still exists as a subclass of the new so existing configurations should continue to work. - -- *Command Line:* The "migrate" command has been changed to "update". -"migrate" is now an alias for "update" so existing calls should continue to work - - -#### ENHANCEMENTS - - -#### IMPROVED SCHEMA SUPPORT -There is now a "defaultSchemaName" parameter available for setting default schema. This schema will be used for all ambiguous database objects as well as for storing the databasechangelog and databasechangeloglock tables. - -#### NEW COMMANDS -Ant support has been greatly expanded and now covers most of the functionality available in the command line application. See https://www.liquibase.org/documentation/ant/index.html for more information. - -#### NEW COMMANDS - -- changeLogSync -- updateCount -- updateCountSQL - -#### NEW REFACTORINGS - -- update change - -- delete change - - -#### OTHER CHANGES - - -- Custom Database implementations can be specified with the databaseClassName parameter -- "replaceIfExists" attribute added to createView -- createTable can specify uniqueConstraintName -- Setting value/valueNumeric/valueBoolean/valueDate on addColumn will update all existing rows with the given value -- Database table comments saved to generated change log -- Changelog file comparisons are case-insensitive on windows -- Output warning of old schema version -- Added comments tag to generated SQL output -- Rollback commands can specify contexts -- XSDs are not pulled from network -- Handles Postgres datatypes better -- Bug fixes - - - -#### Upgrading - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to: - - - -Depending on feedback received from this release, the 1.5.0.0 releases of the various plug-ins (Maven, Grails, IntelliJ, Eclipse) should be released over the next few days. - -As usual, be sure to let us know if you have any questions or issues. - diff --git a/_posts/2008-02-01-liquibase-core-151-grails-and-intellij-plugins-released.md b/_posts/2008-02-01-liquibase-core-151-grails-and-intellij-plugins-released.md deleted file mode 100644 index 0682d6e69..000000000 --- a/_posts/2008-02-01-liquibase-core-151-grails-and-intellij-plugins-released.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Core 1.5.1 + Plugins ---- - -# Liquibase 1.5.1 + Grails and IntelliJ Plugins Released -Liquibase Core 1.5.1 has been released along with the initial 1.5.x series Grails and IntelliJ plugins. - -Changes to the core library are minor bug fixes including: - -- Fixed failOnError logic -- Improved serial column detection in Postgres -- Rollback connections before close for DB2 -- Other minor bug fixes - -The Liquibase core library can be downloaded, as usual, from https://download.liquibase.org/download-community/. The Grails and IntelliJ plugins are installed via their respective plugin managers - -The 1.5 Maven plugin should be released next week after further testing. diff --git a/_posts/2008-02-04-why-arent-databases-version-controlled.md b/_posts/2008-02-04-why-arent-databases-version-controlled.md deleted file mode 100644 index dee3f78d0..000000000 --- a/_posts/2008-02-04-why-arent-databases-version-controlled.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Why Aren't Databases Version Controlled? ---- -# Why aren't Databases Version Controlled? - -There was a great post the other day on Coding Horror titled -["Get Your Database Under Version Control"](http://www.codinghorror.com/blog/archives/001050.html). -It references a good [series of posts by K. Scott Allen](http://odetocode.com/Blogs/scott/archive/2008/01/30/11702.aspx) -on database version control, but also makes the point that *"When it comes to version -control, the database is often a second or even third-class citizen."* - -I have noticed this in the past as well, and have wondered why? - -## Lack of tools? - -Subversion, CVS, RCS and others have been around for years, but when I came the the -realization that the database must be version controlled I could find no tools that -fit my need and so created [Liquibase](https://www.liquibase.org/). I think -lack of tools is a symptom of the problem rather than a cause, however. Developers -have never been a group to sit around waiting for a tool to solve a pressing need they see. - -## DBA Overlords? - -In some organization changes to the database must go through a database change process -managed by DBAs. The fact that the database changes are managed by an external group -could create a "not our problem" situation where the developers depend on the DBAs to -track changes. Again, I don't see this as a reason because the majority of projects -do not have such a process in place and so wouldn't be depending on it. - -## Only Now a Big Problem? - -The answer that makes most sense to me is that database versioning is a relatively new -problem. Code changes *need* to be propagated to every developer on a team quickly -and reliably and therefore automated tools like Subversion and CVS have been around -for a long time and no one would ever consider a group project without them. Most -developers would not even consider a solo project without them. - -Databases, on the other hand, do not change as often and so manual and error-ridden -processes have worked well enough in the past. As databases have become more and -more central to projects of all types the old manual database update scripts are -showing their limitations. - -I think the final straw in the ad-hoc database management schemes has come from the -growth of agile processes. Pre-agile, even smaller projects would often design the -database up-front and changes to it could be managed in a piecemeal fashion throughout -the project. As agile does away with as much of the up-front design as possible, the -number of database changes introduced throughout a project increases dramatically and -a way to quickly, reliably, and automatically apply changes becomes a necessity. - -I see the existing database versioning tools like [Liquibase](https://www.liquibase.org/), -[DBDeploy](http://www.dbdeploy.com/), and -[ActiveRecord:Migration](http://api.rubyonrails.org/classes/ActiveRecord/Migration.html) -as the [RCS](http://en.wikipedia.org/wiki/Revision_Control_System) of database -versioning: they are a great start, but there is a lot of ground left to cover. Recent -version of Liquibase have added features such as [database change rollback](/documentation/rollback.html), -[database comparisons](/documentation/diff.html), -[DBDoc](/documentation/dbdoc.html), and -[change contexts](/documentation/contexts.html), but there is -still a lot to do. That doesn't mean, however, that you shouldn't *Get your databse under version control*! - diff --git a/_posts/2008-02-07-liquibase-152-released.md b/_posts/2008-02-07-liquibase-152-released.md deleted file mode 100644 index 265abc342..000000000 --- a/_posts/2008-02-07-liquibase-152-released.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.5.2 Released ---- -# Liquibase 1.5.2 Released - -Liquibase 1.5.2 has been released. - -Changes include: - -- Fixed bug with runOnChange and MD5sum check -- Handles generating changelog for tables with composite primary keys -- Other minor bug fixes - -The Liquibase core library can be downloaded via https://download.liquibase.org/download-community/. - -The Maven, Grails, and IntelliJ plug-ins have been updated and can be downloaded via their respective plug-in manager. - diff --git a/_posts/2008-03-27-liquibase-160-released-with-hiberate-support.md b/_posts/2008-03-27-liquibase-160-released-with-hiberate-support.md deleted file mode 100644 index cb3fdf254..000000000 --- a/_posts/2008-03-27-liquibase-160-released-with-hiberate-support.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.6.0 Released with Hibernate Support ---- -# Liquibase 1.6.0 Released with Hibernate Support - -The Liquibase team is proud to announce the 1.6.0 Liquibase Core release. - -This release focuses primarily on Hibernate integration which allows you to use the -[diffChangeLog](/documentation/diffChangeLog.html) functionality available with the -command line and Ant to automatically generate Liquibase change sets based on new -Hibernate mapping information. - -This functionality is similar to what is offered with hbm2ddl, but with the added ability -to control and modify the changes before they are applied. For more information, see -[https://github.com/liquibase/liquibase-hibernate](https://github.com/liquibase/liquibase-hibernate) - -Additional functionality includes a new [tagDatabase](/documentation/changes/tagDatabase.html) tag, a "primaryKeyName" attribute on the column tag, as well as many bug fixes. - -NOTE: Due to a bug in the change set md5 checksum generation in pre-1.6 releases, existing -md5sum information needs to be cleared out of the databasechagelog table before running 1.6 -for the first time. This can be done by running -[liquibase clearCheckSums](/documentation/command_line.html) or by running `UPDATE DATABASECHANGELOG SET MD5SUM=NULL` - -Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage -of newer change log features, change your XSD declaration to: - - - - -Liquibase 1.6 can be downloaded from https://download.liquibase.org/download-community// and, as always, let us know if you have any questions or issues. - diff --git a/_posts/2008-04-23-liquibase-161-released.md b/_posts/2008-04-23-liquibase-161-released.md deleted file mode 100644 index 01db02652..000000000 --- a/_posts/2008-04-23-liquibase-161-released.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.6.1 Released ---- -# Liquibase 1.6.1 Released - -Liquibase 1.6.1 has been released. - -This is primarily a bug fix release, but also includes a release of the 1.6 version to the Maven (still propagating), Grails, and IntelliJ repositories. - -Download Liquibase 1.6.1 from https://download.liquibase.org/download-community// and, as always, let us know if you have any questions or issues. - diff --git a/_posts/2008-06-25-liquibase-170-released.md b/_posts/2008-06-25-liquibase-170-released.md deleted file mode 100644 index 46d612cf1..000000000 --- a/_posts/2008-06-25-liquibase-170-released.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.7.0 Released ---- -# Liquibase 1.7.0 Released - -It is Liquibase 1.0's first birthday, but you get the gift: Liquibase 1.7.0 is now available. - -Major changes include: - -- Added [loadData change](/documentation/changes/load_data.html) which allows importing of data from CSV files - -- Added support for [changelog parameters](/documentation/changelog_parameters.html) for more dynamic and flexible change logs -- Allow [preconditions](/documentation/preconditions.html) in changeSet tags to act as sanity checks during a database update - -- Can export data with [generateChangeLog](/documentation/generating_changelogs.html) -- Added markNextChangeSetRan command - -- Added validCheckSum tag to [changeSet](/documentation/changeset.html) - -- Can use any refactoring tags or reference previous changeSets inside a [rollback tag](/documentation/changeset.html#rollback_tag) - -- Allow [custom preconditions](/documentation/preconditions.html) -- RowMapper interface is now public -- Misc bug fixes - -The core library can be downloaded from https://download.liquibase.org/download-community// while the Maven, Grails, and IntelliJ plug-ins can be installed from their respective plug-in managers. - - diff --git a/_posts/2008-07-10-martin-fowler-on-incremental-data-migration.md b/_posts/2008-07-10-martin-fowler-on-incremental-data-migration.md deleted file mode 100644 index fc415e3bd..000000000 --- a/_posts/2008-07-10-martin-fowler-on-incremental-data-migration.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Martin Fowler on Incremental Data Migration ---- -# Martin Fowler on Incremental Data Migration - -Martin Fowler makes good points in his Incremental Migration Bliki post. Data migration is easy to push off or forget, and can often kill an otherwise great release--especially when valuable historical data gets lost due to a bad script. - -I think reason many people put off data migration scripts is because they mistakenly think that they are for release day only. In reality, however, data migration is needed throughout the development process including updating developer databases and migrating integration test data. - -Doing your data migrations incrementally and appending to your database change log on every refactoring will help you catch migration logic errors early and keep everyone's databases in sync. - -To keep up with your database migration scripts, you need to use the update your test/code/test cycle to: - -1. Write Test -1. Run Test -1. Code Change -1. *Append database changes to change log* -1. *Run Liquibase to update database* -1. Run Test, See Green - -Making no database changes outside of your change log script and dev cycle will ensure that no changes get forgotten and that there are no differences between what happened on the developer's database and what happens on other developer's and production databases. - -To integrate Liquibase into your build process, there are Ant, and Maven front-ends available. This will allow you to migrate your integration tests data sets before executing them and allow you to find errors in your database update logic with each run. diff --git a/_posts/2008-09-20-liquibase-180-released.md b/_posts/2008-09-20-liquibase-180-released.md deleted file mode 100644 index cbf0c9f1a..000000000 --- a/_posts/2008-09-20-liquibase-180-released.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.8.0 Released ---- -# Liquibase 1.8.0 Released - -Liquibase 1.8.0 has been released and can be downloaded from https://download.liquibase.org/download-community//. - -Major changes include: -## Improvements to [preconditions](/documentation/preconditions.html) - -- onFail and onError controls -- Several new precondition checks -- Custom preconditions can be passed parameters - -## SQLite Support - -- [Context](/documentation/contexts.html) checking is now case insensitive -- Specifying a column as autoincrement for a non-autoincrement table does not cause an error -- End delimiter can be specified with [sql changes](/documentation/changes/sql.html) -- [Indexes](/documentation/changes/create_index.html) can be created as unique -- Required attributes for all changes are checked before execution -- [Command line migrator](/documentation/command_line.html) return codes are better -- Many more bug fixes - -The Maven repository will be updated over the next couple days. The Grails and IntelliJ plug-ins are available immediately. - -I would also like to thank everyone who has helped with this release by submitting bug reports, feature requests, and patches. They are all greatly appreciated, so please keep them coming. diff --git a/_posts/2008-10-01-liquibase-181-released.md b/_posts/2008-10-01-liquibase-181-released.md deleted file mode 100644 index 8d7d256ac..000000000 --- a/_posts/2008-10-01-liquibase-181-released.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.8.1 Released ---- -# Liquibase 1.8.1 Released - -Liquibase 1.8.1 is now available for download. It is a bug fix release that fixes several minor bugs found in 1.8.0. - -As usual, if you have any questions or comments, please let us know. \ No newline at end of file diff --git a/_posts/2008-10-03-dealing-with-changing-changesets.md b/_posts/2008-10-03-dealing-with-changing-changesets.md deleted file mode 100644 index 7d4e44ee6..000000000 --- a/_posts/2008-10-03-dealing-with-changing-changesets.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Dealing with Changing ChangeSets ---- -# Dealing with Changing ChangeSets - -The goal of a Liquibase change log file is to track the linear sequence of changes required to take a database from a starting point to the current state, and it is built up one change at a time throughtout development. By following the "always append changes" rule you will ensure that all databases are consistent since all will have gone through the exact same set of changes. - -If you go back and modify an old changeSet to incorporate a new change you will run into troubles because that change may have been ran against other databases and will not be ran again. To alert you to this problem, Liquibase stored checksums (md5 hashes) of each change that was ran. If the checksum of a changeSet in the current changelog file is different than what was executed before, Liquibase does not attempt to update anything. - -That being said, things never go according to plan, and so Liquibase has several options for dealing with changes to existing changeSets depending on your needs. Generally I see 3 main reasons for a change: - -## Original Change Set was Wrong or Buggy - -There are times when a change that was created wrong, especially if you are using the `` tag and have a complicated statement. When you catch the problem, you are often not able to recover original data or structures, but want the change to be correct for new databases going forward. In this case, it is best to use add a `` tag to the changeSet specifying that the new check sum is correct. To know the check sum to specify, simply make your change and try to update a database. The resulting verification error will include the new check sum. - -## Multiple change sets should be consolidated into a single change set - -There are times when several change sets should be consolidated into a single change for performance reasons. There has been talk on the mailing list about creating syntax support for this, but for now the best option is to simply remove the old change sets from the change log and create a new one. To keep the new change set from being run on databases that have already made the change the old way, use the `` precondition. - -### Example: - - - - - - - - ...... - - - -## Change should never have been applied - -Perhaps you should never have moved data, or dropped a table. Whatevever the reason, there are times you want to reverse a done change set if it was executed and otherwise just skip it. The best way to handle this is similar to the combining change sets above. You simply delete the old changeSet from your changelog file and create a new changeset that will only run if the old changeset was ran. - -### Example: - - - - - - ..... - - - -## More Options - -Beyond these options, there are several other tools available to use including the changeLogSync command, markNextChangeSetRan, preconditions based on the database state (``, `` etc.), or even manually editing the databasechangelog table to add or remove tables - diff --git a/_posts/2009-01-07-liquibase-190-released.md b/_posts/2009-01-07-liquibase-190-released.md deleted file mode 100644 index 7b32e2c2a..000000000 --- a/_posts/2009-01-07-liquibase-190-released.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.9.0 Released ---- -# Liquibase 1.9.0 Released - -Liquibase 1.9.0 has been released! - -Major features include: - -- `modifySql` support -- `includeAll` support -- Sybase Adaptive SQL Anywhere support -- Paths in `` can be relative to changelog using the "relativeToChangeLog" attribute -- `stop` support -- runInTransaction attribute for changeSet -- Stronger validation in .xsd -- Better Derby support (drop column, rename column) -- Bug fixes - - -If you are using the standard Liquibase library, upgrading is simply a matter of replacing the liquibase.jar file. If you are using Grails, Maven, or the IntelliJ plugin, an updated version should be available via standard plugin repository within in the next day. - - -*NOTE: DUE TO A BUG IN THE "ADD NOT NULL CONSTRAINT" AND "DROP NOT NULL CONSTRAINT" CODE, YOU WILL GET CHECKSUM VALIDATION ERRORS FOR EXISTING CHANGESETS THAT USE THOSE TAGS. * - - -To solve the problem, either: - -1. Add the `` tag to the failing changesets specifying the old MD5 sum (the one listed in the validation failed message) -1. Or, run `UPDATE DATABASECHANGELOG SET MD5SUM=NULL` - -To take advantage of newer change log features, change your XSD declaration to: - - - -Download Liquibase 1.9 from: https://download.liquibase.org/download-community/ - - -As usual, make sure you let us know if you have any questions, problems, or ideas. Also, thank you to everyone who submitted bug reports and patches over the last couple months. diff --git a/_posts/2009-01-12-a-note-on-version-numbering.md b/_posts/2009-01-12-a-note-on-version-numbering.md deleted file mode 100644 index fefee676f..000000000 --- a/_posts/2009-01-12-a-note-on-version-numbering.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: A Note on Version Numbering ---- -# Note on Version Numbering - -There are times when I have seen projects with a version 1.9 that means "the last 1.x release before 2.0". In our case, "1.9" simply means "the release after 1.8" - - -After a bit of discussion on the liquibase-user mailing list, we decided that we didn't want to go to a 2.0 release at this point because there has not been any major changes and we have kept backwords compatibility. - - -Therefore, we are going to continue our current 1.x numbering strategy and continue to provide evolutionary improvements for the foreseeable future. 1.10, 1.11 etc. do look a bit confusing and like 1.1.0, 1.1.1 etc, but I think most Liquibase users will be smart enough to figure it out :) diff --git a/_posts/2009-02-20-liquibase-191-released.md b/_posts/2009-02-20-liquibase-191-released.md deleted file mode 100644 index 5fae75902..000000000 --- a/_posts/2009-02-20-liquibase-191-released.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.9.1 Released ---- -# Liquibase 1.9.1 Released - -Liquibase 1.9.1 has been released which addresses several bugs. Most bugs were relatively minor, but it is recommended you upgrade. - -Some of the bugs fixed include: - -- H2 schema capitalization issues -- Improved "local database" detection -- Improved database snapshot generation for Oracle and MSSQL -- Bug fixes in Sybase AS Anywhere support -- Handle urls with an authority component when using includeAll -- Fixed bug with "runInTransaction" attribute -- Support for Grails 1.1-SNAPSHOT -- Escape hsql tables/columns that are keywords - - -As usual, visit https://download.liquibase.org/download-community/ to download the update. - diff --git a/_posts/2009-03-24-what-effects-changeset-checksums.md b/_posts/2009-03-24-what-effects-changeset-checksums.md deleted file mode 100644 index 01f02c311..000000000 --- a/_posts/2009-03-24-what-effects-changeset-checksums.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: What Effects ChangeSet Checksums? ---- -# What Effects ChangeSet Checksums? - -We store an md5 checksum with each changeset entry in the database changelog table to detect differences between what is currently in the changelog and what was actually ran against the database. - - -We try to keep as many false-positives and false-negitives out of the process by taking only the database change related tags,normalizing the XML, and then creating the checksum. - - -That means that you can reformat your XML (for the most part) as well as add or change preconditions, contexts, and validCheckSum tags without effecting the checksum. The only time that the xml reformat can cause problems is if a text block such as an `` tag is reformatted. - - -So don't fear the checksum. It is there to help you out and you can add information around already ran changesets without problems. And if you do need to change your original changes, there are ways to deal with the checksum problems. diff --git a/_posts/2009-04-06-liquibase-192-released.md b/_posts/2009-04-06-liquibase-192-released.md deleted file mode 100644 index f7657c6a9..000000000 --- a/_posts/2009-04-06-liquibase-192-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.9.2 Released ---- -# Liquibase 1.9.2 Released - -Liquibase 1.9.2 has been released. It is a bugfix release, mainly around issues with the includeAll tag. - - -Like always, it can be downloaded from https://download.liquibase.org/download-community/ diff --git a/_posts/2009-04-17-moving-test-datasets-across-database-types.md b/_posts/2009-04-17-moving-test-datasets-across-database-types.md deleted file mode 100644 index 625fa4a0b..000000000 --- a/_posts/2009-04-17-moving-test-datasets-across-database-types.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Moving Test Datasets Across Database Types ---- -# Moving Test Datasets Across Database Types - -While the main goal of Liquibase is database change tracking, I found a very different use for it lately: moving test datasets. - -I have an application that has been traditionally developed on MySQL, but am in the process adding MS SQL support as well. The application uses Hibernate so it *should* work in theory, but does it *really* work on SqlServer? - -Since I have unit tests already set up that actually execute the data access layer against the database, I can run them against MS SQL instead, but the tests require data (and often specific data). - -I wasn't looking forward to duplicating my test data management effort, and so I started looking for a way to move the data from MySQL to SqlServer. I tried mysqldump (even with the "mssql compatability mode") but it was still too MySQL specific. There are MS SQL migration tools, but I wanted it to be automated and be flexible enough to move the app to Oracle, DB2, etc. in the future. In particular, I was also wondering if running the DAO tests against H2 would be faster, but that is another blog post... - -What I ended up doing was using Liquibase's generateChangeLog functionality to output the database schema and data. The steps I run are: - -1. Call generateChangeLog telling liquibase to export data as well. I used the Liquibase API to integrate it into my script easier. -1. Load the changelog into a DOM and update any mysql specific or SqlServer unsupported functionality using xpath. For example, convert BIGINT(20) to BIGINT. -1. Run the changeLog against the target database. This may take a bit of trial and error to find all your particular database incompatabilities. -1. Delete all rows from the target database's databasechangelog table -1. Select all rows from the base database's databasechangelog table and insert the values into the new database's databasechangelog table. This will make sure that the database history liquibase sees in future attempts at updating is correct. - -Now, I can continue to manage my dataset in MySQL like I always have but still magically have my test database and dataset available for testing against using MS SQL. - - -While I would not recommend using this for a production backup/restore scenario (the Liquibase diff tool does not export everything), it has been working great for managing and migrating the test dataset. diff --git a/_posts/2009-04-22-extensibility-roadmap-for-110.md b/_posts/2009-04-22-extensibility-roadmap-for-110.md deleted file mode 100644 index cda6788ab..000000000 --- a/_posts/2009-04-22-extensibility-roadmap-for-110.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Extensibility Roadmap for 1.10 ---- -# Extensibility Roadmp for 1.10 - -My plan for 1.10 is to focus on extensibility. I wanted to make sure I have good goals for that in mind, and that what we are planning to do will match up with those goals. -*2. Create 3rd party community.* - -a. Ability to override what SQL is sent to the database for standard databases and refactorings (Add engine innodb to all create table statements, LoadData on MSSQL should call "set identity insert on/off", etc) - -b. Ability to add custom Change classes and use them from the changeset - -c. Ability to create a custom changelog parser as an alternative to the standard XML - -d. Better documentation of how the liquibase API can be used within an application - -e. Ensure that all liquibase APIs will remain stable for the foreseeable future - -*2. Create 3rd party community.* There are many refactorings that we do not want to support in the core because they are database specific or limited in scope (vacuum database, set identity_insert on, etc). - -a. Create a "contrib" area on the site that people can upload useful extensions that are not in the core - -b. Developer documentation on extending liquibase - -c. Better issue/feature tracker that supports extensions? - -d. Better mailing list/newsgroup setup - -e. Ensure that all documented extension points will remain stable for the foreseeable future - -*3. Make core codebase more approachable to submissions:* - -a. Better developer documentation - -b. Document migration path from 3rd party extension to core functionality - -c. Refactoring of codebase to make it easier to add new Database, Change, and Statement classes without touching as much other code - -d. Better unit test coverage to stop regression errors - - - -Is there any particular use cases related to extensibility you want to make sure are addressed? What am I missing? - - -I plan to follow up with requests for in-depth comments on each of these steps as we get to them and can say exactly what we are implementing. diff --git a/_posts/2009-04-22-looking-for-feedback-on-statement-refactoring.md b/_posts/2009-04-22-looking-for-feedback-on-statement-refactoring.md deleted file mode 100644 index 7a643c51e..000000000 --- a/_posts/2009-04-22-looking-for-feedback-on-statement-refactoring.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Feedback on Statement Refactoring ---- -# Looking for Feedback on Statement Refactoring - -I am starting the extensibility refactoring at the \*Statement class level and moving up from there. I committed an initial version of what I am thinking to trunk, and am looking for feedback (either in comments, or directly to me at nathan@voxland.net). - -### Renamed liquibase.database.sql package to liquibase.database.statement. - -We may want to support non-"sql" statements in the future, so the name change seemeded best - -### Separated out the creation of SQL from the \*Statement class. - -Before each Statement class had a "String getSqlStatement(Database)" method that would create a string containing the database specific sql required to run the statement. Now, there is a liquibase.database.statement.generator package that contains classes that take a Statement instance containing the information about a statement (table name, column names, etc) and converts them into SQL strings. - -There is now a SqlGeneratorFactory singleton with a "SqlGenerator getBestGenerator(SqlStatement statement, Database database)" method. When we get to the point where we have Statement classes that need to be executed, liquibase will call this method to get the correct SqlGenerator instance for a given statement and database and use that instance to create the sql to execute. (this change has not been made yet) . - -The SqlGeneratorFactory has a list of all SqlGenerators available. That list is built up via a reflection package search in the liquibase.database.statement.generator package and sub-packages, or via a SqlGeneratorFactory.register() method. There will be a standard package of liquibase.database.statement.generator.ext that can be used by 3rd parties to have their statements registered automatically without using the register ethod. - -I have started breaking up the Statement classes (although I haven't removed the old getSqlStatement methods yet). In the liquibase.database.statement.generator package there is an SqlGenerator interface which provides a getSpecializationLevel method, an isValid method, and a generateSql method. In the getBestGenerator() method, the SqlGeneratorFactory will loop through all known generators and call the isValid method to determine if a given SqlGenerator would work for that combination of database and statement. Once it has a list of good generators, it will call the getSpecialiazationLevel() method which returns an int corresponding to how "good" that generator is for that statement/database combo. There should usually be a default generator for each statement that will have a level of 1. There will often be database-specific versions of the generator that return a level of 5. 3rd party Statement generators can return any level they want to override the built in ones or other 3rd party generators. If no generators are found for a database/statement combo, tyere is a NotImplementedGenerator that is returned that simply throws an exception. - -### New generateSql method returns an array. - -Before, there was a one-to-one correspondence between a Statement class, and the SQL generated. I think there are situations, however, where a Statement may generate multiple SQL commands and so we should allow the return of an array. - -### generateSql returns instances of "Sql", not Strings - -This is the part I go back and forth on. Since the goal of this refactoring is to give 3rd party developers an API to code against, I want to do my best to make sure that API is not going to change. There has been talk in the past about building more flexibility into the system by giving back an syntax tree that can be modified before being executed. The idea with the Sql interface, is that we would only have an "UnparsedSql" implementation at first, but may make smarter implementations in the future. - -The question is: is this too much? We now have a mechanism where we can override what sql string is generated for a particular database and/or statement, is that going to cover all the low-level-sql-tweaking that we would need? I feel like the Sql interface may allow some sort of cross-cutting sql modification, or similar, but it is just a half-thought out idea. - -### Improving tests - -I am going to repurpose the test framework around the Statement classes that actually run them against the database. This has not been done yet. - diff --git a/_posts/2009-04-30-community-infrastructure-improvements-part-i.md b/_posts/2009-04-30-community-infrastructure-improvements-part-i.md deleted file mode 100644 index fdc785db2..000000000 --- a/_posts/2009-04-30-community-infrastructure-improvements-part-i.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Community Infrastructure Improvements, Part I ---- -# Community Infrastructure Improvements Part 1 - -Thanks to the generous people at Atlassian, we now have a much nicer issue tracker and source browser than before. You can check out our Jira instance at http://liquibase.jira.com/browse/CORE. - - -The issues were bulk moved from the sourceforge tracker, so I will be going over them to recategorize and prioritize them over the next week. - - -We also now have a message board at https://forum.liquibase.org/ in place of the old liquibase-user, liquibase-devel, and liquibase-doc mailing lists. A copy of all top-level (non-reply) posts are being forwarded to the mailing lists to help with the transition, but please use the forum from now on. - - -If you have any comments or suggestions on the new setup, please let me know. diff --git a/_posts/2009-04-30-twitter-of-the-day.md b/_posts/2009-04-30-twitter-of-the-day.md deleted file mode 100644 index 56f144996..000000000 --- a/_posts/2009-04-30-twitter-of-the-day.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Twitter of the Day ---- -# Twitter of the Day - -> @leopinheiro: I want to use Liquibase with Rails (like a plugin), any idea? - -When I started Liquibase, I quickly threw out the idea of creating a Java port of Rail's Migrations. Over the years, a common question is "why doesn't this work like Migrations?" It is nice to see at least one person in the Rails community that sees the light :) - diff --git a/_posts/2009-05-13-liquibase-as-a-job-requirement.md b/_posts/2009-05-13-liquibase-as-a-job-requirement.md deleted file mode 100644 index c526eeb0f..000000000 --- a/_posts/2009-05-13-liquibase-as-a-job-requirement.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase as a Job Requirement ---- - -# Liquibase as a Job Requirement - -Saw Liquibase as a requirement on dice.com today. - - -It's nice to see that it is becoming important enough to companies for them to list it as an important skill. - - -Either that or it is so difficult to use that companies do not think it is something that they can train new hires on in a reasonable amount of time.... diff --git a/_posts/2009-05-19-liquibase-20-status.md b/_posts/2009-05-19-liquibase-20-status.md deleted file mode 100644 index 98298ddfd..000000000 --- a/_posts/2009-05-19-liquibase-20-status.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Status ---- -# Liquibase 2.0 Status - -I have been working hard on Liquibase 2.0 lately, and it feels very, very good to be updating and cleaning up the codebase. I am putting the SOLID principals to work, increasing test coverage, and building in integration hooks. - - -So you do not worry, The changelog XML format will stay the same and be completely backwards compatible with the 1.x series so the vast majority of users will see little to no changes. It is only the underlying java classes that will change significantly. If you are using any liquibase classes directly, this will be a large change for you, but the number of people using the API is small enough that it is worth simplifying and standardizing now, before really opening up the library for extension like the plan is. We will provide a migration guide for anyone needing it. - - -Curently I feel I am about 1/2 done with the main code update, which means that in about 1 month we should have a beta 1 release. The plan is to have a series of beta releases before the final release. - - -With beta 1, I am hoping to open up a plug-in contest. There will be many new integration points around modifying what SQL gets ran for a change, new database support, new changes, new changelog parsers, and more. There are many tools and enhancements that would be very helpful to some, but not general purpose enough to make it into the core application that would make great plugins, so get thinking. Despite having no budget, I would like to kick off the extensibility support with a bang, hopefully I can find a company willing to throw in a prize for some PR. Wost case, the grand prize will be a copy of mysql community server and sqlserver desktop edition :) - - -Despite not being finished with the refactoring, feel free to review the code and give me any feedback (or patches) you have. There are many use cases i have heard over the years that I plan on supporting, but there the best ones are often the ones I never thought of. diff --git a/_posts/2009-06-04-3rd-party-liquibase-training.md b/_posts/2009-06-04-3rd-party-liquibase-training.md deleted file mode 100644 index 1894167c1..000000000 --- a/_posts/2009-06-04-3rd-party-liquibase-training.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: 3rd Party Liquibase Training ---- -# 3rd Party Liquibase Training - -On the Agile Database group the other day, there was a message that mentioned that their company provided a training course that included Liquibase. - - -*Note:* I know nothing about the course beyond the link above, but I know there has been interest in Liquibase training in the past and this may be a useful option for some. - - -I am mentioning it because it is the first professional Liquibase training I have seen, and also because of their quote on the group: "Run, don't walk to liquibase.org and find out more about this lifesaver." diff --git a/_posts/2009-06-04-database-version-control-on-stackoverflow-podcast.md b/_posts/2009-06-04-database-version-control-on-stackoverflow-podcast.md deleted file mode 100644 index d1f49d7b2..000000000 --- a/_posts/2009-06-04-database-version-control-on-stackoverflow-podcast.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Database Version Control on StackOverFlow Podcast ---- -# Database Version Control on StackOverflow Podcast - -One of the questions that was discussed on a recent StackOverFlow podcast was "Do you source control your database". - - -It is, obviously, a question near to my heart and I very much agree with the answer of "YES". I also like that "use liquibase" has a few up votes and isn't too far down the page... - - -It is great to see the concept getting some attention. I know that managing your database changes is just as vital as managing your code changes, yet the discussion, tool support, and interest is significantly higher for code version control than it is for database version control. There are endless articles and podcasts on SVN vs. Git, source control best practices, and mocking of people still using CVS and VSS, but basically no mention of Liquibase vs. ActiveMigrations, database changeset best practices, or mocking of people manually managing their database changes or using database diff tools. - - -I know Liquibase has saved my butt as many times as SVN has, and I want it to be able to help as many other developers as possible. The first step, however, is learning that there are tools out there that will help them. diff --git a/_posts/2009-06-05-liquibase-online-meetup-thurs-june-25-2009-1200-pm-us-central-time.md b/_posts/2009-06-05-liquibase-online-meetup-thurs-june-25-2009-1200-pm-us-central-time.md deleted file mode 100644 index bcb8833e5..000000000 --- a/_posts/2009-06-05-liquibase-online-meetup-thurs-june-25-2009-1200-pm-us-central-time.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Online Meetup ---- -# Liquibase Online Meetup - -We will be having our first meetup 2009-6-25 at 12:00 PM US central time (GMT-5) using the "Chat" functionality of the Liquibase community forum (https://forum.liquibase.org/). To log in, you will need to be registered. - - -I will be there to discuss the upcoming 2.0 release, development processes, outstanding issues and feature requests, and anything else of interest to participants. Planned time is 1 hour. - - -Hope to see you there. diff --git a/_posts/2009-06-23-liquibase-194-released.md b/_posts/2009-06-23-liquibase-194-released.md deleted file mode 100644 index 349ba12f0..000000000 --- a/_posts/2009-06-23-liquibase-194-released.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.9.4 Released ---- -# Liquibase 1.9.4 Released - -Liquibase 1.9.4 has been released. The 1.9.x branch continue to be maintained, even as work continues on Liquibase 2.0. - - -1.9.4 is primarily a bug fix release, but also introduces the following features: - - -- DB2 for iSeries support -- Improved Maven support -- executeCommand does not run under updateSQL etc. - - - -As usual, you can download the newest version from https://download.liquibase.org/download-community/ and post any questions or issues to https://forum.liquibase.org/ - - - -We would like to thank Mark Logemann, Don Smith, and Oleg Taranenko for the patches they submitted. diff --git a/_posts/2009-06-24-liquibase-20-milestone-1-released.md b/_posts/2009-06-24-liquibase-20-milestone-1-released.md deleted file mode 100644 index 536c23631..000000000 --- a/_posts/2009-06-24-liquibase-20-milestone-1-released.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Milestone 1 Released ---- -# Liquibase 2.0 Milestone 1 Released - -The first public release of Liquibase 2.0 is now available. *This release is a milestone release, and therefore not for general consumption, it is not even at beta stage yet. * - - -The focus of milestone 1 was a major refactoring and standardization of the external-facing APIs to give 3rd party extension contributors a stable platform to build on. We have not yet begun to address bugs found in 1.9 or implement new functionality. Additionally, the checkum generation logic has changed and is currently incompatible with checksums generated in liqubase 1.x. Liquibase 2.0 final will handle upgrades graceful. - - -Because it is just a milestone release, the download packages are not on sourceforge, but are linked from the download page. - - -Please let us know of any feedback, questions, or bugs you find. Although we have focused on stabilizing the API, parts may change during the milestone phase based on feedback from the community. - - -The roadmap for 2.0 is to have several milestone releases, followed by a beta period. 2.0 final is scheduled for a September release, although that may change. - - -*Note: Don't forget the Liquibase online meetup tomorrow!* diff --git a/_posts/2009-06-24-liquibase-extension-contest-2009-now-underway.md b/_posts/2009-06-24-liquibase-extension-contest-2009-now-underway.md deleted file mode 100644 index 58c4e6416..000000000 --- a/_posts/2009-06-24-liquibase-extension-contest-2009-now-underway.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Extension Contest 2009 ---- -# Liquibase Extension Contest 2009 Now Underway - -Liquibase 2.0 is all about 3rd party extension and integration, and to help kick that off, we are holding a contest. - - -Thanks to donations from Atlassian and O'Reilly, we have some great prizes for the winners - - -### Rules - - -- Your entry must embed or extend Liquibase -- Extensions must be compatible with Liquibase 2.0 (currently under construction) -- Your plugin must be listed on the Liquibase Extension Portal -- You must announce your extension and your interest in submitting it to this contest on the Liquibase User Forum -- There is no license restrictions on your plugin, although we prefer an open source license - - -### Prizes - -Grand Prize: - -- Your choice of 5 O'Reilly books, donated by O'Reilly -- One copy of PostgreSQL - - - -Runner Up: - - - -- Atlassian laptop bag from Timbuk2 (US$150 value), donated by Atlassian -- One copy of MySQL Community Edition - - - -5x Honorable Mentions: - - - -- Your choice of 1 O'Reilly book, donated by O'Reilly -- One copy of JavaDB - - - -### Judging - - - -The winning plugins will be judged by lead developer Nathan Voxland on: - - -- Usefulness -- Creativity and Elegance -- Completeness -- Code quality and documentation - - - -### Key Dates - - - -- June 24th, 2009: Contest opens -- August 31st, 2009, High Noon, US Central Time (GMT-5): Contest closes -- September 15th, 2009: Winners Announced - - - -For more information, see the offical contest page - diff --git a/_posts/2009-06-24-now-open-liquibase-extension-portal.md b/_posts/2009-06-24-now-open-liquibase-extension-portal.md deleted file mode 100644 index 705fa01c3..000000000 --- a/_posts/2009-06-24-now-open-liquibase-extension-portal.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Now Open Liquibase Extension Portal ---- -# Now Open: Liquibase Extension Portal - -Although it is currently just a skeleton of what it will be, the Liquibase Extension Portal is now open at https://www.liquibase.org/extensions. - - -The goal of the extension portal is to provide: - - -- A place for database-specific or experimental functionality that has not/should not be incorporated into the main Liquibase library -- A single location for end-users to find plug-ins of value to them -- An easy way for 3rd parties to submit, manage and maintain plug-ins by providing a documentation wiki, issue tracking, and source control -- Documentation on how to create your own extensions for public or private use - - - -I was hoping to improve the sample extension pages (set-identity-insert and vacuum) to provide a better template, but I wanted to get something out before the online meetup tomorrow. We will improve the content on the portal over the next week once real work settles down. - - - -As always, let us know if you have any questions or comments on the portal. diff --git a/_posts/2009-07-06-liquibase-20-beta-1-released.md b/_posts/2009-07-06-liquibase-20-beta-1-released.md deleted file mode 100644 index 2f0e5e644..000000000 --- a/_posts/2009-07-06-liquibase-20-beta-1-released.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Beta 1 Released ---- -# Liquibase 2.0 Beta 1 Released - -Beta 1 of Liquibase 2.0 has been released. It can be downloaded from https://download.liquibase.org/download-community/. - - -The main improvement over milestone 1 is that it can be ran against existing changelog scripts, so it can be fully tested with existing databases. - - -Also, do not forget the Liquibase Extension Contest currently underway! diff --git a/_posts/2009-07-15-extension-ideas.md b/_posts/2009-07-15-extension-ideas.md deleted file mode 100644 index 57c4f8f74..000000000 --- a/_posts/2009-07-15-extension-ideas.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Extension Ideas ---- -# Extension Ideas - -The Liquibase plugin contest is underway and there is still time to submit your extensions. If you are looking for inspriation, there is now an "Ideas Page" on the Extension Portal to get you started. - - -If you are not planning on creating an extension, but have something that you would like to see created, please add it to the list as well. - - -Remember, the contest deadline is August 31st and the sooner you submit an entry, the more time you have for feedback to improve it before the contest ends. diff --git a/_posts/2009-07-17-net-liquibase-port-any-volunteers.md b/_posts/2009-07-17-net-liquibase-port-any-volunteers.md deleted file mode 100644 index ccd559d19..000000000 --- a/_posts/2009-07-17-net-liquibase-port-any-volunteers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: .Net Liquibase Port Volunteers ---- -# .Net Liquibase Port: Any Volunteers? - -As part of re-evaluating the Liquibase APIs as part of the 2.0 codebase, I started an experimental .Net implementation to see what changes would need to be incorporated into the regular codebase to produce a liquibase.dll with as new little code as possible. I have the code to the point that I know it would work, and can see the direction it would need to go, but I will not have time to fully implement it for quite some time. That is where you could come in... - - -Despite thinking about alternate languages, I ended up finding that ikvm is the best option for us. I was able to split the existing java code into a "core" and "core-jvm" source directories. The "core" code is/will be java code, but without any jdbc or xml libraries (or java-specific technologies like Ant, Maven, and Servlets). The core-jvm source is all the remaining "java specific" code. - - -I then compiled the "core" java library into a dll and added it as a reference in a new "core-clr" source directory and visual studio solution. I was able to begin implementing the liquibase abstraction interfaces using OleDbConnection-based classes. - - -What is the current state? The liquibase code is divided between core, core-jvm, and core-clr, but the core-clr is far from complete. Since we can use the core liquibase.dll, 90% of the liquibase code will be shared between the two projects, so bugfixes will be applicable to both, new features will be applicable to both, and the .net port will include all the cross-database support and refactorings that currently exist in liquibase. What needs to be done is: - - -- Re-implement the connection based logic using OleDbConnection (or better .net interface?). This includes translating the abstracted liquibase "execute this sql" calls as well as the database metadata reading logic. -- Re-implement the XML parser using .net libraries. This has not been started, but the abstractions are already there in the liquibase code. -- Create any .Net specific integrations (IIS, NHibernate, MSBuild, Installer, etc.) - - - -If you are interested in helping, please send me an email (nathan@voxland.net). You do not need to be proficient in java to help, we can handle any changes to the java liquibase codebase to support you as needed. - diff --git a/_posts/2009-07-21-liquibase-20-beta-2.md b/_posts/2009-07-21-liquibase-20-beta-2.md deleted file mode 100644 index 19fef8d04..000000000 --- a/_posts/2009-07-21-liquibase-20-beta-2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Beta 2 ---- -# Liquibase 2.0 Beta 2 - -Liquibase 2.0 beta 2 is now available. You can download it from https://download.liquibase.org/download-community/. - - -There is no new major functionality yet, but lots of reorganized code and a plugin-framework that works with the command line. - - -Let us know if you have any issues with it. diff --git a/_posts/2009-08-05-liquibase-online-meetup-wed-august-19th-1200-pm-gmt-5.md b/_posts/2009-08-05-liquibase-online-meetup-wed-august-19th-1200-pm-gmt-5.md deleted file mode 100644 index a931334a8..000000000 --- a/_posts/2009-08-05-liquibase-online-meetup-wed-august-19th-1200-pm-gmt-5.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Online Meetup 2009 ---- -# Liquibase Online Meetup 2009 - -We will be having an online meetup Wednesday August 19th, 2009 at 12:00 PM US central time (GMT-5) using the "Chat" functionality of the Liquibase community forum (http://liquibase.org/forum/chat/index.php). To log in, you will need to be registered on http://www.liquibase.org/forum/ - - -I will be there to discuss the upcoming 2.0 release, development processes, outstanding issues and feature requests, and anything else of interest to participants. Planned time is 1 hour. - - -Hope to see you there. diff --git a/_posts/2009-08-31-extension-contest-extended.md b/_posts/2009-08-31-extension-contest-extended.md deleted file mode 100644 index fb4485a72..000000000 --- a/_posts/2009-08-31-extension-contest-extended.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Extension contest extended ---- - -# Extension Contest Extended - -Due to us missing milestones on the liquibase 2.0 release, we are pushing the deadline for the plugin contest back to noon Central US time, September 30th. Winners announced October 15th All other rules are the same. - - -Full details diff --git a/_posts/2009-09-17-liquibase-195-released.md b/_posts/2009-09-17-liquibase-195-released.md deleted file mode 100644 index b3d4f658b..000000000 --- a/_posts/2009-09-17-liquibase-195-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 1.9.5 Released ---- -# Liquibase 1.9.5 Released - -Liquibase 1.9.5 has been released, and can be downloaded from Liquibase download page - - -This is purely a bugfix release. As usual, let us know on the forums if you have any troubles. diff --git a/_posts/2009-09-17-liquibase-20-beta-3-released.md b/_posts/2009-09-17-liquibase-20-beta-3-released.md deleted file mode 100644 index 090222249..000000000 --- a/_posts/2009-09-17-liquibase-20-beta-3-released.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Beta 3 Released ---- - -# Liquibase 2.0 Beta 3 Released - -Liquibase 2.0 Beta 3 has been released. *Note: This is not yet production ready code and contains known issues* - - -The goal of the beta3 release is to provide a new stable release for entries in the plugin contest to build off of and for others who want to beta test the 2.0 release. - - -Major changes in the beta3 release include: - - -- Converting to Maven for our build process -- Major changes to the database snapshot functionality including better flexibility and performance -- Lots of bug fixes - - - -Beta 3 should be the last "re-architecting" release. From now until the 2.0 final release we are going to focus on new features and bug fixes. The goal for 2.0 final is mid-September. - - - -As always, let us know if you have any questions or problems. - - -You can download the newest release from the Liquibase download page diff --git a/_posts/2009-09-20-continuous-build-server-now-availalbe.md b/_posts/2009-09-20-continuous-build-server-now-availalbe.md deleted file mode 100644 index 98b094b47..000000000 --- a/_posts/2009-09-20-continuous-build-server-now-availalbe.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Continuous Build Server Now Availalbe ---- -# Continuous Build Server Now Available - -Thanks to the people at ops4j.org loaning us some space on their build server, we now have a build server available. It will (and has) helped ensure we keep our tests clean, and provides a place where anyone can download the latest build of liquibase. - - -We would like to thank Damian Golda in particular for helping getting us set up with the ops4j people. diff --git a/_posts/2009-09-25-liquibase-2-0-beta-4-released.md b/_posts/2009-09-25-liquibase-2-0-beta-4-released.md deleted file mode 100644 index 2cabb084d..000000000 --- a/_posts/2009-09-25-liquibase-2-0-beta-4-released.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Beta 4 Released ---- -# Liquibase 2.0 Beta 4 Released - -Beta 4 of Liquibase 2.0 is now available from Liquibase download page - - -The major improvement over beta 3 is the fact that it will actually run... - - -Other improvements include: - - -- Improved Oracle type mappings -- "context" attribute is available on modifySql -- Improved computed value detection and handling, including new "valueComputed" and "defaultValueComputed" attributes on - -`` and `` - -- More bug fixes - - - -If you have any issues or questions, please let us know - diff --git a/_posts/2009-10-08-liquibase-2-0-rc1-released.md b/_posts/2009-10-08-liquibase-2-0-rc1-released.md deleted file mode 100644 index d9b1cabdb..000000000 --- a/_posts/2009-10-08-liquibase-2-0-rc1-released.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC1 Released ---- -# Liquibase 2.0 RC1 Released - -Liquibase 2.0 Release Candidate 1 is now available from the Liquibase download page - - -The primary focus of the 2.0 release is extensibility and building community. In particular, this means infrastructure changes such as: - - -- Major re-architecting of codebase to expose a flexible, extensible, stable API -- Replacing the old mailing lists with a message system -- Extension/plug-in portal and Extension Contest (closed for judging) -- New Feature/Issue tracker -- New source repository and browser -- Publicly available build server -- Scheduled online meetups -- Maven as build script -- Improved documentation including developer documentation (still to do) -- Improved test coverage - -### As well as new functionality including: - -- Ability to specify databases and contexts in which to specify changelog parameters -- Ability to specify contexts on modifySql -- ChangeLogPropertyDefined precondition -- Performance improvements -- Lots of bug fixes - - -### Current state of Liquibase 2.0: - -As of the RC1 release, all scheduled features are implemented and our unit and integration tests have passed. For the next few weeks as we work through the RC cycle, I will be updating documentation and fixing reported bugs. - - -### Upgrade Nodes: - -- The format of the changeset checksums stored in the databasechangelog table has changed. All checksums will automatically be upgraded to the new format, but will not be backwards compatible with 1.x. We cannot determine changed changesets so any invalid checksums or runOnChange features are disabled for the first 2.0 run -- The modifyColumn tag has been deprecated and moved to the extension portal. If you are using modifyColumn, consider the new `` or other more specific comands (addPrimaryKeyConstraint, etc.) and/or include the modifyColumn library in your classpath. -- The format of the XSD definition has changed. - -The new format looks like: - - - -Please give Liquibase 2.0 a try and report any issues or questions you have. - diff --git a/_posts/2009-10-15-liquibase-2009-plugin-contest-winners.md b/_posts/2009-10-15-liquibase-2009-plugin-contest-winners.md deleted file mode 100644 index f2e98ae05..000000000 --- a/_posts/2009-10-15-liquibase-2009-plugin-contest-winners.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2009 Plugin Contest Winners ---- -# Liquibase 2009 Plugin Content Winners - -sponsorsCongratulations to the winners of the 2009 Liquibase Plugin Contest! - - -*Grand Prize (Choice of 5 O'Reilly Books, donated by O'Reilly):* - - -Oracle Extensions by Artur Kopacz, Damian Pezda, Lukasz Rejkowicz, Tomasz Wicherski - - -*Runner Up (Laptop Bag, donated by Atlassian):* - - -Liquibase for JRuby on Rails by Tal Rotbart - - -#### Honorable Mentions (Choice of one O'Reilly Book): - -1. GarinDriver by Mark Farnsworth -1. TableCount Precondition by Chris Imershein -1. PostgreSQL Extensions by Shane Miller -1. MS SQL Server Extensions by Dave Gorman -1. Liquibase Documentation, Japanese Translation by Yasuo Honda - -I would like to thank everyone who participated, as well as the generous prize donations by Atlassian and O'Reilly. I will be contacting the winners via email, if you do not hear from me, please let me know. diff --git a/_posts/2010-05-12-liquibase-formatted-sql.md b/_posts/2010-05-12-liquibase-formatted-sql.md deleted file mode 100644 index 809c3092c..000000000 --- a/_posts/2010-05-12-liquibase-formatted-sql.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Formatted SQL ---- - -# Liquibase Formatted SQL - -Part of the changes made in the upcoming 2.0 release is supporting the ability to specify changelog files in formats other than XML. - - -As a proof of concept, I added the ability to write your changelog files in specially formatted SQL format rather than XML. - - -You can now write your changelogs like this: - - --liquibase formatted sql - --changeset nvoxland:1 - create table test1 ( - id int primary key, - name varchar(255) - ); - - --changeset nvoxland:2 - insert into test1 (id, name) values (1, 'name 1'); - insert into test1 (id, name) values (2, 'name 2'); - - --changeset nvoxland:3 (dbms:oracle) - create sequence seq_test - -which, when run, will run three separate changeSets on oracle, and two changesets on all other databases. Note that this is specifying raw SQL, not abstracted liquibase changes like "createTable" that generate different SQL depending on the target database. - -You do need to have your file contain "--liquibase formatted sql" on the first line, and delineate your changelogs with the "--changeset AUTHOR:ID" lines. - -After the AUTHOR:ID, you can specify any attribute normally available on the or XML tags, including: - -- stripComments -- splitStatements -- endDelimiter -- runOnChange -- runAlways -- context -- dbms -- runInTransaction -- failOnError - -Since the formatted SQL builds the same internal changelog structure as the XML changelogs do, all the normal liquibase functionality (rollback, tag, dbdoc, updateCount, updateSQL, changelog parameters, etc.) are still available. - -You can try out this new feature from the current 2.0 snapshot. Let me know if you have any suggestions or problems. I am considering it an early access feature until 2.0 final is released, and there may be changes in the format of this file based on user feedback. diff --git a/_posts/2010-05-19-looking-for-help-with-maven-configuration.md b/_posts/2010-05-19-looking-for-help-with-maven-configuration.md deleted file mode 100644 index 1c38444a8..000000000 --- a/_posts/2010-05-19-looking-for-help-with-maven-configuration.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Looking for help with Maven configuration ---- -# Looking for Help with Maven Configuration - -Part of the delay of the next 2.0 RC is that I want that release to include a 2.0 snapshot in the maven repository for people to try. Unfortunately, I have determined that my maven skills are not what I need them to be to make this happen, and am hoping I can get some help. - - -If you look at the liquibase source from http://liquibase.jira.com/source/browse/CORE you'll see that we have what is probably an uncommon source configuration--which is the root of a lot of my maven issues. - - -The main source is broken up into three major sub-modules: - - -- liquibase-core -- liquibase-core-jvm -- liquibase-maven-plugin - - - -each with its own pom.xml. The general idea is that the liquibase-core and liquibase-core-jvm modules are compiled and combined into a single jar file that is released as liquibase-core.jar while the liquibase-maven-plugin module is released independently. There is a liquibase-dist module that attempts to bind everything together in to liquibase-core, but I'm not sure if it is really doing it all correctly. - - - -Prior to 2.0, liquibase was build using Ant and we do have a repository on sourceforge that is rsynced with the central maven repository. The old process used an ant task to update a local copy of that maven repository and I would upload the new/changed files to the sourceforge site manually. - - -The main questions that I know of currently are: - -1. How do I get maven to create the "liquibase-core " module to release to the maven repository? -1. What is the best way to create and release it? I would like the process to be based on builds from the build server, not based on building the modules locally -1. What improvements should I make to the module structure? -1. Is what I am trying to do too much for maven's preferred way of doing things? -1. What should I be doing to help OSGi support? - diff --git a/_posts/2010-06-09-liquibase-2-0-will-switch-to-the-apache-2-0-license.md b/_posts/2010-06-09-liquibase-2-0-will-switch-to-the-apache-2-0-license.md deleted file mode 100644 index db12fc44b..000000000 --- a/_posts/2010-06-09-liquibase-2-0-will-switch-to-the-apache-2-0-license.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Switch to Apache 2.0 License ---- -# Liquibase 2.0 Apache 2.0 License - -As of the 2.0 release of Liquibase, we will switch to being licensed under the Apache License, version 2.0 rather than the LGPL. - - -The reason for the change is to make Liquibase more business friendly, especially with regards to being able to write extensions without worrying about license requirements that may be imposed by the LGPL. I'll work on updating the license information on the web site and in the 2.0 codebase over the next few days. Let me know if you have any questions. diff --git a/_posts/2010-07-11-liquibase-2-0-rc2-released.md b/_posts/2010-07-11-liquibase-2-0-rc2-released.md deleted file mode 100644 index 1807b09c2..000000000 --- a/_posts/2010-07-11-liquibase-2-0-rc2-released.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC2 Released ---- -# Liquibase 2.0 RC2 Released - -Wow, it has been a very long time since RC1, but we finally are ready for RC2. It can be downloaded from the Liquibase download page like usual, and I have created an upgrade to 2.0 guide. - - -There have been a lot of bug fixes between RC1 and RC2 as well as some additional internal code structure and release process work done. The full 2.0 feature list is being built on the wiki. - - -Please test it out and let us know if you have any questions or problems. My goal is for this to be the final RC and to have 2.0 final out in a week or two. The maven plugin is not yet released to the maven repository as I am switching our primary location to Sonatype and that is not fully configured yet. Hopefully in the next couple days it will be available. I will also be working on testing the grails plugin with 2.0 over the next few days and will release an updated version soon. diff --git a/_posts/2010-07-11-lower-case-b.md b/_posts/2010-07-11-lower-case-b.md deleted file mode 100644 index e2403498a..000000000 --- a/_posts/2010-07-11-lower-case-b.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Lower Case B ---- -# Lover Case B - -I was never a huge fan of the upper case B in "Liquibase" but had gone along with it since that was how it was. However, I've decided now that it bugs me too much, and so I am officially changing the product name to "Liquibase" with a lower case B. - - -I changed some of the documentation and all uses in the code. If you find a documentation page with the old capitalization, please fix it up. diff --git a/_posts/2010-07-27-liquibase-2-0-rc3-released.md b/_posts/2010-07-27-liquibase-2-0-rc3-released.md deleted file mode 100644 index 9dfe3a796..000000000 --- a/_posts/2010-07-27-liquibase-2-0-rc3-released.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC3 Released ---- -# Liquibase 2.0 RC3 Released - -2.0 RC3 is now available. Like always, you can download it from the Liquibase download page - - -RC3 includes: - - -- Bug fixes, including a change to how classes are loaded which should make it work better in application servers. -- The first 2.0 RC build that is pushed to the maven repository. We switched to pushing our jars to a new location, so if they don't sync with the central repository, let me know - - -The 2.0 features and 2.0 upgrade notes are still being added to. - -As usual, let us know if you have any questions or problems diff --git a/_posts/2010-08-02-liquibase-2-0-rc4-released.md b/_posts/2010-08-02-liquibase-2-0-rc4-released.md deleted file mode 100644 index fa858dc97..000000000 --- a/_posts/2010-08-02-liquibase-2-0-rc4-released.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC4 Released ---- -# Liquibase 2.0 RC4 Released - -2.0 RC4 is now available. Like always, you can download it from the Liquibase download page - - -The main changes in RC4 are improvements to the Maven POM configuration, and a change to how Liquibase classes and extensions are found and loaded. - - -The 2.0 features and 2.0 upgrade notes are still being added to as well. - - -As usual, let us know if you have any questions or problems - - -*NOTE: There appears to be a bug, at least in the command line version. I'm looking into it...* diff --git a/_posts/2010-08-03-liquibase-2-0-rc5-released.md b/_posts/2010-08-03-liquibase-2-0-rc5-released.md deleted file mode 100644 index a73adf501..000000000 --- a/_posts/2010-08-03-liquibase-2-0-rc5-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC5 Released ---- -# Liquibase 2.0 RC5 Released - -Liquibase 2.0 RC5 is now available. It is purely a bug fix for a blocker bug with the ServiceLocator in RC4. - - -You can download it from the Liquibase download page diff --git a/_posts/2010-10-04-liquibase-2-0-rc6-is-released.md b/_posts/2010-10-04-liquibase-2-0-rc6-is-released.md deleted file mode 100644 index c2759e554..000000000 --- a/_posts/2010-10-04-liquibase-2-0-rc6-is-released.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC6 Released ---- -# Liquibase 2.0 RC6 Released - -Hopefully the last RC release before 2.0. As always, you can download it from the Liquibase download page. - - -If you find any issues or have any questions, please let us know on the user forum. See the the 2.0 feature list and 2.0 upgrade notes pages for more information on the 2.0 release in general. diff --git a/_posts/2010-11-08-liquibase-2-0-rc7-now-available.md b/_posts/2010-11-08-liquibase-2-0-rc7-now-available.md deleted file mode 100644 index 12dbcf086..000000000 --- a/_posts/2010-11-08-liquibase-2-0-rc7-now-available.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 RC7 Now Available ---- -# Liquibase 2.0 RC7 Now Available - -I know I was hoping that RC6 would be the last, but there were enough bugs/changes found that we need another RC build.... - - -As usual, you can download the latest RC from the Liquibase download page and report issues to https://liquibase.org/forum. - - -There was a change to how we compute checksums from RC6 to RC7, so it will be a good chance to test the checksum versioning code introduced in with 2.0, so let us know if you run into any changeSet checksum validation issues diff --git a/_posts/2011-01-13-new-standard-liquibase-plugin-grails-database-migration.md b/_posts/2011-01-13-new-standard-liquibase-plugin-grails-database-migration.md deleted file mode 100644 index 216097ff2..000000000 --- a/_posts/2011-01-13-new-standard-liquibase-plugin-grails-database-migration.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: 'New Standard Liquibase Plugin: Grails Database Migration' ---- -# New Standard Liquibase Plugin: Grails Database Migration - -Now that the Grails Database Migration plugin has had its first release, I will no longer continue maintaining a the Liquibase Grails plugin past the current 1.9.x series. - - -Although the Database Migration plugin is still at version 0.1, it is based on Liquibase 2.0 and will get the attention and expertise that I was not able to give my version. For those of you using Liquibase 1.9, the old plugin will still be available and updated, but I will not release a new version of it built on Liquibase 2.0+. - - -The Database Migration plugin includes all the functionality in the old plugin, plus support for Groovy DSL changelogs rather than XML, GORM, and more. diff --git a/_posts/2011-01-13-terradata-extension-now-available.md b/_posts/2011-01-13-terradata-extension-now-available.md deleted file mode 100644 index d5a68a7db..000000000 --- a/_posts/2011-01-13-terradata-extension-now-available.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Teradata Extension Now Available ---- -# Teradata Extension Now Available - -Teradata support is now available as an extension for Liquibase 2.0. The extension was created by Xavier Poinsard and can be downloaded from https://liquibase.jira.com/wiki/display/CONTRIB/Teradata+extension - - -For more information on available Liquibase extensions and how to write your own, see the extension portal diff --git a/_posts/2011-01-27-liquibase-2-0-officially-released.md b/_posts/2011-01-27-liquibase-2-0-officially-released.md deleted file mode 100644 index a43fc0aa1..000000000 --- a/_posts/2011-01-27-liquibase-2-0-officially-released.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0 Officially Released ---- -# Liquibase 2.0 Officially Released - -At long last, Liquibase 2.0 has been released. For those of you watching closely, you know that 2.0.0 was actually released December 19th, but I wanted to give it a couple weeks (and a 2.0.1 release) before making the official announcement. Liquibase 2.0 has been a long time coming, but I am very proud of it. The most recent version (now 2.0.1) is available from the Liquibase download page along with the v2.0 upgrade guide. - - -With version 1.9, Liquibase had hit the point where it had a growing user base and 90% of the functionality that developers needed to manage their databases. As I was looking at what to add for version 1.10, it was becoming clear that everyone wants a different (and often contradicting) final 10%. One team wants CLOBS to match to a UTF-8 compliant datatype, another wants them to be full text indexable. One team wants logging using slf4j, another wants log4j. And don't forget the biggest war of all: XML changesets vs. the XML-haters. Add to this a tool with complex (and sometimes confusing) functionality and there were two obvious requirements for the future of Liquibase: Extensibility and Community. - - -### Extensibility - -Feature-wise, the biggest change with Liquibase 2.0 is the new extension system. The goal of the Liquibase extension system is to allow end users to modify and mold Liquibase to suite their particular development needs. While 1.9 and before included features like custom change classes, `` and changelog parameters, it wasn't a true plugin system. With 2.0, we introduced the ability to create custom java classes that will replace or augment virtually all areas of Liquibase's execution including changelog parsing, database support, available refactorings, generated SQL, logging and more. - - -Now, if you don't like that the generated CREATE TABLE SQL does not include "ENGINE=INNODB", you can create a subclass of CreateTableGenerator to modify it. If you would rather use a different logger you can create a subclass of AbstractLogger. If you don't like XML, you can write a new changelog parser (there are now groovy, scala, and clojure versions underway). - - -The general pattern for all extensions is to create a subclass for an existing Liquibase class or interface and override the *public void getPriority()* method. At runtime, Liquibase will find all classes that implement a given class/interface and choose the one with the highest value from getPriority(). Registering your extension only requires you to put your class in a sub-package of liquibase.ext. - - -### Community - - -Although there is often conflicting requirements behind extensions, there is also many groups that need the same problems solved. To help facilitate the sharing and development of Liquibase extensions, we have created the Liquibase Extension Portal where anyone can post and share extensions they have created, including using our subversion and/or bug tracking if needed. - - -Beyond the extension portal, there have been several other "improve the Liquibase community" changes since 1.9 was released, including: - - -- Replacing the mailing lists with a forum system -- Changed from LGPL license to the more permissive Apache 2.0 license -- Switched to Jira for bug and feature tracking -- Introduced an official Liquibase training and support channel -- Moved SVN for better source browsing and Jira integration -- Created an announcement mailing list/newsletter (see https://liquibase.org sidebar to subscribe) -- Major code refactoring/simplification effort to make a smaller learning curve to contributing code - -### But Wait, There's More! - - -Beyond the big goals of extensibility and community (and the bug fixes), there is also important new functionality in the core Liquibase library including: - - -- SQL-based Changelogs -- Informix support -- Ability to specify target changelog parameters to particular databases and/or context -- Ability to specify target modifySql to particular contexts -- Expanded use of changelog properties, including in preconditions and SQL text -- Performance improvements - -### The Future - - -With the official release of Liquibase 2.0, the plan is to go back to a more standard release schedule. That means that 2.1 will not take 2 years... The jump from 1.9 to 2.0 had a lot of pieces to move around but the primary reason for the long release schedule was ensuring that the internal Liquibase API will be stable going forward for end users to code extensions against without fear of breaking changes. - - -Going forward, Liquibase development will be broken into two areas: work on the core library and work on extensions. While the extension system is great for end users, it will also help us to build deeper support for particular databases without trying to force database-specific functionality into the main library, iterate new and experimental features independently of the main library, and add take advantage of 3rd party libraries without adding a required dependency for everyone. This will allow the core Liquibase library to be better focused on providing a solid feature-set that is common to all databases and users. - - -I have already began some work on 2.1 which is primarily targeted at improving the database diff support which will allow the hibernate integration to improve as well as changelog generation for existing databases. Work beyond 2.1 will, like usual, be driven by user request. I would like to get back to the .net and Liquibase IDE proof-of-concepts I had began as well. There is also additional community improvements I would like to investigate including a less spam-attracting forum and possibly moving from SVN to github. - - -As always, let us know if you have any questions or suggestions, and thanks to everyone that contributed code, bug reports, and help during the 2.0 development. diff --git a/_posts/2011-02-14-new-liquibase-forum.md b/_posts/2011-02-14-new-liquibase-forum.md deleted file mode 100644 index 0b7ad7553..000000000 --- a/_posts/2011-02-14-new-liquibase-forum.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: New Liquibase Forum ---- -# New Liquibase Forum - -If you visit https://liquibase.org/forum you will notice that it looks completely different. We were getting hit pretty hard with spam over the last few months on the old forum and I concluded that we could not stop it with the current simple machines software. As a result, we have moved to a Zoho-based forum. - - -There were suggestions to simply go with Google Groups, but in the end Zoho provided question-tracking features I liked as well as the ability to import in all the old forum topics and so I went with them. - - -Please check out the new forum and let me know if you have any suggestions or questions on it. diff --git a/_posts/2011-03-15-clojure-wrapper-for-liquibase-now-available.md b/_posts/2011-03-15-clojure-wrapper-for-liquibase-now-available.md deleted file mode 100644 index 8c795d439..000000000 --- a/_posts/2011-03-15-clojure-wrapper-for-liquibase-now-available.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Clojure wrapper for Liquibase ---- -# Clojure Wrapper for Liquibase Now Available - -Kumar Shantanu has implemented a Clojure DSL/wrapper for Liquibase which is has reached version 0.1. It is available at https://bitbucket.org/kumarshantanu/clj-liquibase/src. One more option for all you XML-haters out there :) - - -Nathan diff --git a/_posts/2011-04-21-netbeans-liquibase-plugin-available.md b/_posts/2011-04-21-netbeans-liquibase-plugin-available.md deleted file mode 100644 index b2d1f2ca4..000000000 --- a/_posts/2011-04-21-netbeans-liquibase-plugin-available.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: NetBeans Liquibase Plugin Available ---- -# NetBeans Liquibase Plugin Available - -For NetBeans users, there is a Liquibase plugin now available. - - -The current, 0.2 version implements rudimentary support and concentrates on the most needed functionality. - - -Features: - - -- Database connections stored in the Database Explorer plugin, so the developer doesn't have to separately maintain the registry of connections. -- Executing a changeset by simply selecting it in the File or Project explorer windows and call the execution from a context menu action. The database connection can be selected during the execution -- A formatted log is displayed in the Output Window about the execution of the changeset, so the developer is properly informed if the changeset execution has failed. -- Custom icon for the Liquibase changeset files, so they can better distinguished from the ordinary files. - - diff --git a/_posts/2011-07-11-liquibase-source-moved-to-github.md b/_posts/2011-07-11-liquibase-source-moved-to-github.md deleted file mode 100644 index eab85d886..000000000 --- a/_posts/2011-07-11-liquibase-source-moved-to-github.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Source Moved to Github ---- -# Liquibase Source Moved to Github - -For those of you watching and/or contributing to the Liquibase source code, the repository has now moved from the old subversion repository at liquibase.jira.com to https://github.com/liquibase/liquibase. - - -Liquibase extensions maintained by the main Liquibase team have also been moved to the liquibase github group at https://github.com/liquibase. - - -If you have any questions, feel free to ask on the Liquibase development forum diff --git a/_posts/2011-09-16-liquibase-2-0-2-released.md b/_posts/2011-09-16-liquibase-2-0-2-released.md deleted file mode 100644 index 0a1590b42..000000000 --- a/_posts/2011-09-16-liquibase-2-0-2-released.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0.2 Released ---- - -# Liquibase 2.0.2 Released - -Liquibase 2.0.2 has been released. It is primarily a bugfix release on the 2.0.1 release and can be downloaded from the Liquibase download page. - - -Visit the forum with any comments or questions. Release notes are available from liquibase.jira.com - - -With the 2.0.2 release, main development will shift to the 2.1 release. Liquibase 2.1 planning has begun with this forum post diff --git a/_posts/2011-10-10-liquibase-2-0-4-released.md b/_posts/2011-10-10-liquibase-2-0-4-released.md deleted file mode 100644 index 2123dcb5d..000000000 --- a/_posts/2011-10-10-liquibase-2-0-4-released.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0.3 Released ---- -# Liquibase 2.0.3 Released - -2.0.3 is a very small update, mainly fixing the maven repository and the end of line char in the command line unix shell script. - - -Other bugs fixed are: - - -- Allow Changelog Parameters in raw SQL changesets and formatted SQL changelogs -- Sybase NUMERIC issue -- An issue with DB2 and defaultSchema - diff --git a/_posts/2012-02-24-liquibase-3-0-status-update.md b/_posts/2012-02-24-liquibase-3-0-status-update.md deleted file mode 100644 index 5f20d81d3..000000000 --- a/_posts/2012-02-24-liquibase-3-0-status-update.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0 Status Update ---- -# Liquibase 3.0 Status Update - -It has been a while since the last Liquibase release, and I wanted to give a quick status update. - - -The main thing I have been working on is the next version of Liquibase, which I am going to call 3.0.0. For those of you following along, the goal of 2.0 was to create an extensible system on top of liquibase as well as solidify the liquibase APIs for anyone wanting to integrate liquibase into their applications. Due to the size of that undertaking, the "diff" support did not get the same API cleanup and extensibility system in the 2.x release. - - -For the last several months I have been going through the diff side of the codebase, adding things such as: - - -- Standardized ways to specify mappings between "standard types" and "database specific types" in changeslogs -- Support for differentiation between catalogs and schemas -- The ability to add custom database objects to extract and compare in the snapshot/diff process -- The ability to change how database objects are extracted and compared -- Support for annotations in defining Change classes to make for easier subclassing -- Support for custom diff reporting formats -- Ability to handle multiple cross schema and catalog references in diffs - - - -All-in-all I have about 400 changed files in my local repository that I have been waiting to push up to github until it is in a coherent state. I keep thinking "I'm sure it will be ready by next week" but keep finding more I would like to get done first. Because my local repository is so different than the github repository, I have not been bringing in the pull requests as I normally would. I will get to those once I get my changes pushed since I tend to do some modifications to the commits as part of the integration process. - - - -I am calling the next version 3.0 rather than 2.1 because of the potentially breaking changes between 2.0 and 3.0. From an end-user standpoint, there will be little to no changes in the changelog format. Most breaking changes are in the internal liquibase APIs for those integrating liquibase and/or writing extensions. More information will be made available on breaking changes closer to release date. - - -Besides the code, I spent time lately dealing with defacement issues on liquibase.org and blog.liquibase.org. Because of this attack and earlier spam scripts that abused the wiki system, I am going to move the documentation and site from the current dokuwiki system to github. This has the advantage of better performance, the ability to manage branches of the documentation, and the ability to include an offline version of the manual with each release. Documentation changes will require a github pull request rather than the simpler wiki-style direct editing, however. - - -My planned timeline for 3.0 is to commit what I have within the next week or so, then merge in the pull requests and create a "3.0 alpha 1" release. I moved around a lot of database-specific code that will take a while for me to test and would like to get some feedback from the community as soon as possible on new bugs or regressions that were introduced by the changes. I will make an announcement when the first 3.0 release is available for testing. - - - - - - diff --git a/_posts/2012-04-19-liquibase-2-0-4-released-2.md b/_posts/2012-04-19-liquibase-2-0-4-released-2.md deleted file mode 100644 index 960af8dc2..000000000 --- a/_posts/2012-04-19-liquibase-2-0-4-released-2.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0.4 Released ---- -# Liquibase 2.0.4 Released - -2.0.4 has been released. This is primarily a bug fix release during the main development on 3.0, but does include a few enhancements as well. - - -Download from the Liquibase download page. - - -### New features: - - -- LoadUpdate support for H2 -- Support ${} params in sql files -- Ability to load blob/clob data from files -- Full release notes: https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=10160 diff --git a/_posts/2012-05-02-liquibase-2-0-5-released.md b/_posts/2012-05-02-liquibase-2-0-5-released.md deleted file mode 100644 index 75bac6ffc..000000000 --- a/_posts/2012-05-02-liquibase-2-0-5-released.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 2.0.5 Released ---- - -# Liquibase 2.0.5 Released - -2.0.5 has been released. This is to fix a couple regressions introduced in 2.0.4. - - -Download from the Liquibase download page. - - -Bug Fixes: - - -- Removed new load blob/clob data from files feature -- Fixed linux distribution shell script -- Command line updateSQL output is once again going to STDOUT - -**Full release notes**: https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=10360 - diff --git a/_posts/2013-02-13-liquibase-3-0-beta-1.md b/_posts/2013-02-13-liquibase-3-0-beta-1.md deleted file mode 100644 index dd744bfe2..000000000 --- a/_posts/2013-02-13-liquibase-3-0-beta-1.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0 Beta 1 ---- - -# Liquibase 3.0 Beta 1 - -Although it has been far too long since the last liquibase release, that is not from a lack of work. I've been hard at work at a major update that has been stuck in the "I think I'll have it wrapped up next month" phase for over a year at this point. That is a topic for a future blog post, though… - - -I am, however, very pleased to announce Liquibase 3.0, beta 1. There is definitely a reason it is labeled as "beta" rather than "RC" as there is still a lot of work to do on documentation, API finalization, and bug fixes. In particular, my roadmap for 3.0 beta 1 -> 3.0.0 final is: - - -- Vet Liquibase API changes. The goal of the 2.0 release was to open Liquibase for integration and extensibiliy and I want a strong, stable API. Version 3.0 greatly expands the scope of how you can mold and shape liquibase, and I want to make sure that the APIs liquibase exposes are easy to use yet will support future features as well without breaking changes. -- Documentation update. The liquibase.org website is a bit dated and the there are many holes in the documentation. I am going to update that with a new github-based site and ensure it is up to date with what is new in 3.0 (and things missed from previous releases) -- Jira cleanup. http://liquibase.jira.com has gotten to be a mess in 3.0 with many duplicated issues, issues that have already been resolved, simple things that can be fixed still in 3.0 mixed with larger changes that will have to go in 3.1+, etc. I need to go through the list to make sure simple and/or blocker bugs are resolved and things that can wait for 3.1 are pushed out. -- Testing. I've primarily tested against Mysql, Oracle, SqlServer, HSQL, and H2. I need to make sure the other supported databases are working as well. - - - -My hope is that 3.0.0 beta represents a feature complete 3.0 version, but the final walk through of features, bugs and extension points will probably find some additional larger changes to make. My plan is to have a new beta roughly bi-weekly until the 3.0.0 release in early April. However, "it's software, so it can do anything except ship on time". - -### High level changes in 3.0 - - -- Dropped Java 1.5 support -- Major changes in diff and snapshot log -- Support for "catalogs" in addition to schemas -- Separated "diff" and "snapshot" logic for better modularity -- Extension support for LockService -- Extension support for defining new DataTypes -- Extension support for defining new snapshot DatabaseObjects -- Extension support for defining new Snapshot log -- Extension support for how to compare DatabaseObjects -- Better extension support for changelog generation -- More object types are snapshotted -- Changes can provide metadata helpful for IDE and other integrations -- Added ability for objects to control how they are serialized via the LiquibaseSerializable interface -- Can define tablespace for liquibase tables -- Performance improvements -- Ability to specify sequences to read values from on `` -- Improve OSGi support -- Support preconditions in formatted SQL -- Maven supports generateChangeLog -- Better support for case sensitive databases -- API cleanup -- Ability to SKIP columns in a CSV file -- Improved Informix support -- Support JDBC escape syntax in SQL -- Added futureRollbackCountSQL -- Support ${} params in formatted SQL -- Many bug fixes - -### Download - -As always, you can download the release from http://liquibase.org/download and direct any comments or questions for https://forum.liquibase.org diff --git a/_posts/2013-03-28-liquibase-3-0-beta-2.md b/_posts/2013-03-28-liquibase-3-0-beta-2.md deleted file mode 100644 index aed522290..000000000 --- a/_posts/2013-03-28-liquibase-3-0-beta-2.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0 Beta 2 ---- -# Liquibase 3.0 Beta 2 - -Liquibase 3.0 beta 2 is now available. - - -Major changes since beta 1 include: - - -- Support for YAML and JSON formatted changelogs (see below) -- Support for excluding databases in dbms attribute (see below) -- Support for setting the dbms attribute on sql and sqlfile changes -- Can generate rollback script file on startup with SpringLiquibase -- Improved UTF8 support -- Improvements to case-sensitive database support -- Bugfixes - -### Excluding from dbms list - -The dbms attribute now supports prepending a database name with "!" to specify which databases a changeset should not run on. For example: `` - -### JSON and YAML changelog support - - -For all you XML-haters out there, Liquibase not natively supports JSON and YAML formatted changelogs. The syntax and tags are very similar between the JSON, YAML and XML formats. - - -YAML example: https://raw.github.com/liquibase/liquibase/master/liquibase-integration-tests/src/test/resources/changelogs/yaml/common.tests.changelog.yaml - - -JSON example: https://raw.github.com/liquibase/liquibase/master/liquibase-integration-tests/src/test/resources/changelogs/json/common.tests.changelog.json - - -If you chose to use YAML or JSON format, you will need to include snakeyaml 1.12 in your classpath. - - -I'm continuing to work on shifting the documentation to github from the current wiki, and while there is still much more to do, you can at least see YAML and JSON change syntax example at http://liquibase.github.com/documentation/changes/add_auto_increment.html. - - -### Download - - -As always, you can download the release from the -Liquibase download page and direct any comments or questions for https://forum.liquibase.org diff --git a/_posts/2013-05-06-liquibench-kickstarter-project.md b/_posts/2013-05-06-liquibench-kickstarter-project.md deleted file mode 100644 index 2d8550f60..000000000 --- a/_posts/2013-05-06-liquibench-kickstarter-project.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibench Kickstarter Project ---- -# Liquibench Kickstarter Project - -Looking for an easier way to use Liquibase? - - - -I recently launched a "Liquibase IDE" Kickstarter project called "Liquibench" at http://www.kickstarter.com/projects/149257506/liquibench with the goal of making Liquibase more Intellij/Eclipse/Resharper and less XML-editor+command-prompt. - - - -I've started similar projects over the years, but to finish and support them took far more time than I was able to provide. My hope with this project is to jump-start it as a commercial offering in order to provide the effort required to build it and the ability to support it long term. - - - -If you are interested in such a tool, please consider helping to fund the project. A successful kickstarter project will ensure it gets built, prove the market, and greatly expand the team dedicated to Liquibase. - diff --git a/_posts/2013-05-20-liquibase-3-0-rc-1.md b/_posts/2013-05-20-liquibase-3-0-rc-1.md deleted file mode 100644 index b950f86bc..000000000 --- a/_posts/2013-05-20-liquibase-3-0-rc-1.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0 RC 1 ---- -# Liquibase 3.0 RC 1 - -Since the 3.0 beta 2 release, I have been focused on the new liquibase.org website, bug fixes, performance improvements, API cleanup and additional automated test creation and fixup. - - -### Work remaining in the final push to 3.0.0: - - -- Finish documentation of new 3.0 features (including a "what's new in 3.0" list) -- Finish Java API cleanup/documentation -- Clean up "fix in 3.0.0" Jira list that includes many issues that have already been fixed and others that will not make it for 3.0. -- Any remaining showstopper bugs found in RC1 - - - -My hope is to have 3.0.0 released in the first week of June. - - - -### Download - - -As always, you can download the release from the -Liquibase download page and direct any comments or questions for https://forum.liquibase.org - - -The 3.0 RC1 release is the first 3.0 release that is available through the maven repository as well. It should be working it's way through the mirroring process now. diff --git a/_posts/2013-06-04-liquibase-3-0-rc-2.md b/_posts/2013-06-04-liquibase-3-0-rc-2.md deleted file mode 100644 index 9d131305c..000000000 --- a/_posts/2013-06-04-liquibase-3-0-rc-2.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0 RC 2 ---- -# Liquibase 3.0 RC 2 - -It has taken longer to work through the remaining 3.0 bug list than I was hoping, and so do not have the 3.0 GA finished yet, but RC2 is now available. - - -### Changes since RC1 include: - - -- All automated tests now pass -- Diff support: Improved detection and handling of changed attributes, like data type size -- Several fixes for DB2, Oracle, Postgres, MySQL and HSQL -- DBDoc logic now working again -- Better cleanup of temp files and directories -- Whitespace and newlines are now not taken into account for `` checksums - - - -### Download - - - -As always, you can download the release from the Liquibase download page or through the maven repository. Direct any comments or questions for https://forum.liquibase.org diff --git a/_posts/2013-06-18-liquibase-3-0-0-released.md b/_posts/2013-06-18-liquibase-3-0-0-released.md deleted file mode 100644 index c5d18c05c..000000000 --- a/_posts/2013-06-18-liquibase-3-0-0-released.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.0 Released ---- -# Liquibase 3.0.0 Released - -At long last, I'm happy to announce that Liquibase 3.0.0 is finally out! - - -There has been a lot of changes and a lot of work put into 3.0, but the major highlights are: - - -### Additional extension support - - -Starting with Liquibase 2.0, moving to a plugin/extension model has been a major focus of development. With 3.0 we focused on adding extension support for the database snapshot and comparison logic as well as for the DatabaseChangeLogLock code. The new extension support gives the ability to dynamically add snapshot support for additional database object types, control how those types are compared across databases, modify the logic used for comparing standard liquibase types, manage how fixes for differences in new and existing types are represented in generated changelogs, and much much more. - - -The general strategy for Liquibase is to have the core library easily support the 80% of functionality that is common across databases and across users, with built in features like contexts, changelog parameters, and modifySql that will cover up to 95% of use cases. Extensions will address the final 5% of use cases that are always very company specific and often contradictory to what other users expect. - - -The release timelines for 2.0 and 3.0 were much longer than I would have liked in large part because I was trying to build up the architecture to support the extension points people need. Now that 3.0 is out, the plan is to go back to a much smaller release cycle with more manageable feature changes and bug fixes while also better seeding and managing the community extensions. - - -For more information on extension support in Liquibase, visit the extension portal. Documentation is still lighter than I would like, but more will be coming. - - -### Additional integration support - - -For those integrating with the Liquibase Java API, there is now more metadata available from Change classes as well as separated and better organized "diff" and "snapshot" logic. - - -### End user improvements - - -For the normal user, Liquibase 3.0.0 adds: - - -- Support for preconditions in formatted SQL changelogs -- YAML and JSON changelog support -- Support for "catalog" attributes in all applicable change commands in addition to the existing "schema" attribute -- Better support for case sensitive databases -- Maven now supports the generateChangeLog command -- Ability to specify sequences to read values from on `` -- Performance improvements -- Support ${} params in formatted SQL -- Improved Informix support -- Improved OSGi support -- Improved UTF8 support -- Can now use JDBC escape syntax in SQL -- "dbms" attribute supports NOT syntax (using '!') -- Added futureRollbackCountSQL command -- Tablespace can be defined for liquibase tables -- Added ability to SKIP columns in a CSV file -- Many bug fixes - - -### Upgrading to 3.0 - - - -For the normal Liquibase user, version 3.0.0 is a drop in replacement for any of the 2.x releases. For extension developers and integrators, there has been some changes to the Java APIs that may impact your code. Those changes will be documented. Liquibase 3.0 now requires Java 1.6+. - - -### Downloading 3.0 - -As always, you can download Liquibase from the Liquibase download page and direct any comments or questions to https://forum.liquibase.org. - - -The raw Jira release notes are available at https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=10020 diff --git a/_posts/2013-06-25-new-branches-simpler-jira-and-updated-developer-documentation.md b/_posts/2013-06-25-new-branches-simpler-jira-and-updated-developer-documentation.md deleted file mode 100644 index 06c457c40..000000000 --- a/_posts/2013-06-25-new-branches-simpler-jira-and-updated-developer-documentation.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: New Branches, Simpler Jira and Updated Developer Documentation ---- -# New Branches, Simpler Jira and Updated Developer Documentation - -Now that 3.0.0 is out, I've cleaned up the Jira process a bit, created more git branches and tried to document it on the liquibase.org site. - - -On the liquibase.org top navigation bar, there is now a "Dev" link that brings to you to information on working with the Liquibase code, GitHub and Jira. - - -The branches page describes the the new branching strategy where we have a "next" branch for the next major release and a "#.#.x" branch for each release family for patch releases. You can see it in action now with both 3.0.0 and 3.0.1 in the "3.0.x" branch and already some changes in the "next" branch for 3.1. - - -The Using Jira page describes how we use the various Jira fields. I simplified the Jira process a bit, taking out the "resolved" stage in favor of just "closed", removed fields we were not using, and created additional components for better categorization. - - -There is other good information in the new developer section of the site including how to build Liquibase with Maven and I will continue to add more down the road. diff --git a/_posts/2013-07-12-liquibase-3-0-2-released.md b/_posts/2013-07-12-liquibase-3-0-2-released.md deleted file mode 100644 index c516ebf7f..000000000 --- a/_posts/2013-07-12-liquibase-3-0-2-released.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.2 Released ---- -# Liquibase 3.0.2 Released - -Liquibase 3.0.2 has been officially released. It is a purely bugfix release. The major issues fixed are: - - -- Indexes and foreign keys were not being correctly handled in the snapshot/diff/generateChangeLog process -- Exporting data in generateChangeLog did not work - - - -The full list of resolved issues: - -- CORE-1301 - Oracle TIMESTAMPS not exported correctly -- CORE-1301 - defaultschemaName not used -- CORE-1315 - Database Objects do not get dropped on DB2 -- CORE-1317 - Not all FK Constraints get dropped on Oracle -- CORE-1318 - Not all FK Constraints get dropped on SQL Server -- CORE-1328 - includeAll trying to process invalid file types, should only process valid change log types -- CORE-1331 - If logicalFilePath attribute is set on databaseChangeLog, I am unable to use relativeToChangelogFile="true" on -- CORE-1332 - includeAll of changelog files throws duplicate identifiers error -- CORE-1335 - Data export support broken in 3.0 -- CORE-1336 - AutoIncrement not working with some types -- CORE-1337 - Problem with changeset defined as runAlways="true" -- CORE-1339 - NPE on update if default ServiceLocator.packagesToScan is used -- CORE-1340 - indexExists Changesets throwing PreconditionErrorException instead of PreconditionFailedException -- CORE-1341 - foreignKeyConstraintExists precondition broken -- CORE-1344 - addForeignKeyConstraint rejects referencesUniqueColumn -- CORE-1347 - dropAll function work incorrectly when table has 2 foreign keys -- CORE-628 - Specify the output encoding that liquibase should use to output data in Maven - - - -If you were watching closely, you will notice that I forgot to announce 3.0.1 despite the fact that it was released on June 25th. That release included the following bugfixes compared to 3.0.0: - - - -- CORE-898 - Custom precondition xsd failing -- CORE-1171 - Maven plugin displaying password in plain text -- CORE-1320 - Cannot include YAML file -- CORE-1323 - Conversion from char to SMALLINT is unsupported -- CORE-1324 - Formatted SQL does not support contexts such as "some-context" or "some/context" - - - -As always, you can download from the Liquibase download page and the new version should be working its way through the maven repository system. If you have questions or comments you can visit the forums at http://forum.liquibase.org. - - - - diff --git a/_posts/2013-08-29-liquibase-3-0-3-released.md b/_posts/2013-08-29-liquibase-3-0-3-released.md deleted file mode 100644 index a84d35551..000000000 --- a/_posts/2013-08-29-liquibase-3-0-3-released.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.3 Released ---- -# Liquibase 3.0.3 Released - -Liquibase 3.0.3 has been officially released. As always, you can download from the Liquibase download page and the new version should be working its way through the maven repository system. If you have questions or comments you can visit the forums at http://forum.liquibase.org. - - -The 3.0.3 release is primarily a bug fix release, major categories of bugs fixed include: - - -- updateSQL output goes to STDOUT rather than STDERR. *NOTE: This is what people expect, but if you are working around this bug you will have to update your scripts* -- Fixes around data type parsing and handling -- Issues with the diff/generateChangeLog logic -- Informix-specific bugfixes - - - -There is a new feature in 3.0.3 to control whether schema names are included in the SQL. This is particularly helpful in updateSQL mode to create schema-independent scripts. The new flag is called "outputDefaultSchema" and "outputDefaultCatalog" - - - -Full Release Notes: https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=10660 - - -- CORE-844 - Integer with range limitations handled incorrectly on Oracle -- CORE-1313 - Unique constraint name is ignored when adding a column -- CORE-1316 - Column Type COMPUTED in loadData is not implemented correctly (shoud pass a DB Function instead of String to DB). -- CORE-1327 - renameColumn and renameTable with Sybase -- CORE-1329 - GenerateChangeLog on MSSQL exports a SMALLINT(5) - smallint does not allow precision -- CORE-1336 - AutoIncrement not working with some types -- CORE-1351 - PostgreSql 9 doesnt have datetime data type -- CORE-1353 - AutoIncrement not working for numeric types -- CORE-1354 - Sequences get dropped too early -- CORE-1356 - Unnecessary size specifications on MEDIUMTEXT, TINYTEXT, MEDIUMBLOB, TINYBLOB from generateChangeLog -- CORE-1358 - Liquibase 3.0.2 writes '3.0.0-SNP' (Snapshot) to 'LIQUIBASE' column instead of '3.0.2' -- CORE-1362 - Informix fails when schema is not equal catalog -- CORE-1363 - ForeignKey NPE during dbDoc generation -- CORE-1364 - SQL Server incorrect INFORMATION_SCHEMA table case in native query -- CORE-1366 - Oracle database dbDoc generation performance issues -- CORE-1367 - updateSQL generates an empty file using standard output in 3 version -- CORE-1369 - Whitespace in author in SQL formatted changelog causes that migration to be silently skipped -- CORE-1370 - Oracle doesnt have DATETIME datatype -- CORE-1371 - MySQL syntax error is thrown if schema name contains hyphens -- CORE-1372 - Version Command Line Argument Incorrect -- CORE-1373 - dropAll attempts to drop objects in other schemas under Oracle -- CORE-1375 - "group" is not included as a reserved word -- CORE-1377 - liquibase version says 3.0.0-SNP -- CORE-1380 - ^M present in liquibase unix running file (from jar on maven repo) -- CORE-1381 - DropAll: Not working with MsSql -- CORE-1383 - Error attempting to re-create databasechangeloglock on second liquibase run if running in Oracle under SYSTEM user -- CORE-1387 - dropAll fails with oracle since version 3.0.2 -- CORE-1388 - MSSQLServer: 'REAL' dataype is returned with unnecessary size modifier during generateChangeLog -- CORE-1389 - AddLookupTable fails when using QUOTE_ALL_OBJECTS -- CORE-1394 - additionalInformation lost in DataTypeFactory.fromDescription() -- CORE-1395 - Bug in MSSQLDatabase.getViewDefinition() -- CORE-1396 - Liquibase is loosing indices on foreign key columns -- CORE-1397 - Informix DB: Size of VARCHAR more than 255 -- CORE-1398 - Missing or unexpected unique constraint not found on Postgres -- CORE-1402 - Custom preconditions not passing XML validation -- CORE-1403 - Default schema not correct when using `` -- CORE-1405 - SpringLiquibase not closing connection if rollback exception -- CORE-1406 - MySQL loadUpdateData using literal values for update -- CORE-1408 - NVarcharType on Derby Fails -- CORE-1413 - NPE in changeSetExecuted precondition in changelog-level preconditions -- CORE-1414 - Improve error handling in empty databasechangeloglock tables -- CORE-1417 - generateChangeLog failed -- CORE-1418 - Foreign Key changes not detected in snapshot process -- CORE-1241 - Remove schema name from SQL generated when running updateSQL -- CORE-1412 - UpdateSQL should write to stdout not stderr - - - - diff --git a/_posts/2013-09-06-liquibase-3-0-4-released.md b/_posts/2013-09-06-liquibase-3-0-4-released.md deleted file mode 100644 index 1f33ba7fd..000000000 --- a/_posts/2013-09-06-liquibase-3-0-4-released.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.4 Released ---- -# Liquibase 3.0.4 Released - -There was a null pointer issue that was tripping up enough people with 3.0.3 that I created a small 3.0.4 release to address the issue. - - -The issues fixed are: - - -- CORE-1423 - NPE in ForeignKeyComparator -- CORE-548 - GenerateChangeLog generates invalid XML/SQL for mysql tables with autoincrement and compound PKs - - - -with CORE-1423 being the one most people were running into. - - - -You can download 3.0.4 from the Liquibase download page and through the maven repository system once it gets mirrored through. diff --git a/_posts/2013-09-24-liquibase-3-0-5-released.md b/_posts/2013-09-24-liquibase-3-0-5-released.md deleted file mode 100644 index 8e39cd3f9..000000000 --- a/_posts/2013-09-24-liquibase-3-0-5-released.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.5 Released ---- -# Liquibase 3.0.5 Released - -### Performance - - -The major focus of this release is performance improvements: - - -- Startup time is significantly improved for larger databases -- Preconditions now snapshot far less of the database -- Running generateChangeLog on a test MySQL database with over 4000 tables went from crashing after an hour to completing in 30 seconds. Even an Oracle database with the same structure finished in a couple minutes. - - - -If you are still seeing any unexpected performance problems, file a bug report - - - -You can download 3.0.5 from http://liquibase.org/download and through the maven repository system once it gets mirrored through. If you have any questions or problems, visit the forums or bug tracker - - -### Notable Bugs - - -- Multi-column foreign keys are snapshotted correctly now -- Improved case-sensitive/insensitive handling - - - -### Potential Gotchas - - - -Three bug fixes related to data type translations went into 3.0.5 which may cause issues for people that had been relying on incorrect behavior - - -- MS SQLServer "DATE" columns are now translated to "DATE" rather than SMALLDATETIME -- MySQL TIMESTAMP columns are now nullable if you do not specify that they should be not null -- H2 and HSQL CLOB columns are now translated as CLOB rather than LONGVARCHAR - - - -### Full Change Log - - - -- CORE-845 - "DATE" data type is deployed as "SMALLDATETIME" in SQL 2008 -- CORE-859 - Nullable TIMESTAMP columns in MySQL are not nullable. -- CORE-1257 - Oracle: generateChangeLog exports a column of type "NUMBER" as "NUMBER(0,-127)" -- CORE-1288 - H2 (and other) support for BLOB and CLOB is incorrect -- CORE-1338 - Using apostrophe in changeset's ID causes SQL error -- CORE-1360 - Confirmation message of a custom change change is only printed if loglevel is debug -- CORE-1364 - SQL Server incorrect INFORMATION_SCHEMA table case in native query -- CORE-1365 - SQL Server: "Database 'dbo' does not exist" error -- CORE-1401 - Unnecessary snapshot on liquibase update -- CORE-1415 - Liquibase tables are not detected in oracle running in the SYSTEM schema -- CORE-1426 - ORACLE: Check for existing tables is case sensitive -- CORE-1429 - Random order of UniqueConstraint and ForeignKey drop statements -- CORE-1459 - Maven updateSQL creates databasechangelog table, should only output SQL to do it -- CORE-1462 - renameColumn with 'text' data type improperly trying to use 'clob' against MySql -- CORE-1433 - Handle changes in column datatypes in diffChangeLog -- CORE-1434 - Formatted Changelog format not parsing UTF8 .sql files with BOM -- CORE-1453 - Multi-column foreign keys not snapshotted correctly - - - - - diff --git a/_posts/2013-10-07-full-speed-ahead-for-liquibase.md b/_posts/2013-10-07-full-speed-ahead-for-liquibase.md deleted file mode 100644 index 37c280243..000000000 --- a/_posts/2013-10-07-full-speed-ahead-for-liquibase.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Full Speed Ahead for Liquibase ---- -# Full Speed Ahead for Liquibase - -For the last two months I have been working full time as an employee with Datical, a startup that is building an enterprise-ready database change management solution on top Liquibase. - - -For me, it has been great because I am now able to devote considerably more time to Liquibase than I ever have before. Since starting Liquibase 7 years ago, I've ran it as a side hobby--spending a few night and weekend hours doing what I can to progress the project. However, as the community and user base has grown it had become difficult to keep pace. You may have noticed that during the 3.0 development timeline, I tended to oscillate between spending all my time writing code without answering any user questions and answering questions without writing code simply because I just didn't have enough time to do everything I needed to. - - -### So what does this change in employment mean for Liquibase? Nothing but good things! - - -Liquibase remains and always will be a freely available open source project. At Datical, we know the value of a strong open source project and community, and my primary responsibility at Datical is to spend as much time on Liquibase as possible in order to improve it for ourselves and for everyone else. In short, my job is to do what I have always done but with more focus and more resources. - - -Now that I have full days worth of time to spend on Liquibase, I have already been able to pick up the pace of Liquibase releases plus keep up with the user forums. It has been great! - - -In the coming months, look for more great changes to Liquibase including: - - -- Improved Documentation -- More extensions (New Liquibase/Hibernate Extension should be out this week) -- Regular and frequent releases -- Easier use -- Enhanced extension portal -- More community interaction -- Streamlined extension writing tools -- More support and training options and opportunities - - - -If you would like more information on Datical and DaticalDB you can read their official launch announcement. Or, as always, ask questions in the blog comments, in the Liquibase forum, or contact me directly at nathan.voxland@liquibase.org. \ No newline at end of file diff --git a/_posts/2013-10-09-liquibase-3-0-6-released.md b/_posts/2013-10-09-liquibase-3-0-6-released.md deleted file mode 100644 index ed105079b..000000000 --- a/_posts/2013-10-09-liquibase-3-0-6-released.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.6 Released ---- -# Liquibase 3.0.6 Released - -I'm happy to announce Liquibase 3.0.6 has been released. While the previous release focused on performance, this release was focused on catching up with pull requests and resolving some of the higher value bugs. - - -Some highlights and important notes: - - -- *IMPORTANT:* CDI support has been pulled into a separate liquibase-cdi module. If you are using the CDI integration you need to download the additional jar from http://search.maven.org/#search%7Cga%7C1%7Cliquibase-cdi -- *IMPORTANT:* The DatabaseChangeLog table no longer contains a primary key which allows us to increase the column sizes without running into index limitations. Author, Id, and Path can all be 255 characters now. This just applies to new changelog tables, though. Liquibase will not adjust an existing changelog table to increase the size. -- New liquibase.integration.spring.MultiTenantSpringLiquibase integration that runs Liquibase against all database instances in a JNDI subtree -- Command line supports prompting for command line variables by using PROMPT as a value in the passed arguments. For example "liquibase --username=test --password=PROMPT" -- Added support for Sybase IQ -- Fixed Firebird support -- Fixed include relativeToChangeLog -- Improvements to Fixes in case (in)sensitive comparison logic -- Corrections in the Oracle data type snapshot process -- Better handling of Mysql keywords - - - -Download Liquibase from the Liquibase download pageor from the Maven repository as it winds its way through the mirror process. Visit the user forums if you have any questions. - - - -### All Closed Issues - - -- CORE-1088 - Derby fails to create databasechangelog tables -- CORE-1093 - generateChangeLog fails on MSSQL with coalation CS on views named in lowerCase -- CORE-1158 - Escaping of reserved keywords in HSQLDB -- CORE-1170 - loadUpdateData sometimes needs / and sometimes not -- CORE-1177 - Failure to write a change set to the DATABASECHANGELOG table still applies the change set -- CORE-1325 - CDI injection does not work with openwebbeans -- CORE-1343 - Include SQL file with relativeToChangelogFile doesn't work -- CORE-1378 - Deploy fails on Glassfish -- CORE-1409 - Package CDI support as a separate module -- CORE-1436 - loadUpdateData does not escape apostrophes -- CORE-1437 - Diff is case-sensitive on column names -- CORE-1440 - Reorg Table gets called before table is created on DB2 -- CORE-1441 - Drop table with cascade does not work on MS SQL Server -- CORE-1443 - Documentation for liquibase maven logging configuration needs update -- CORE-1445 - Mysql Reserved Words Not quoted -- CORE-1449 - Liquibase throws null pointer if included file does not exist -- CORE-1464 - SQL changelog are not correctly handled (NPE) -- CORE-1465 - GetViewDefinitionGeneratorMSSQL generates UPPER case view name -- CORE-1469 - GenerateChangelog not working on Firebird -- CORE-1470 - Use NUMERIC instead of NUMBER for Sybase ASE -- CORE-1478 - MySQL keywords 'key' not quoted as a column name -- CORE-1479 - MySQL 5.5.27 fails to create DATABASECHANGELOG table (Liquibase support fully broken) -- CORE-1480 - ChangedPrimaryKeyChangeGenerator missing name -- CORE-1481 - Schema.toString NPE -- CORE-1482 - Update fails with "Table DATABASECHANGELOGLOCK already exists" -- CORE-1483 - Boolean values of "false" being incorrectly handled -- CORE-1488 - Encoding issue with UpdateSQL -- CORE-1490 - Oracle 10g: Changelog generation changes type NUMBER(\*,0) to NUMBER(22) -- CORE-1491 - Oracle 10g: changelog generation converts VARCHAR2(n CHAR) to VARCHAR2(n BYTE) -- CORE-1497 - SQL SERVER: sysdiagram table is captured during generateChangeLog if system diagrams are enabled. -- CORE-1499 - null appearing in liquibase maven output -- CORE-1500 - Snapshots do not order objects alphabetically -- CORE-1501 - Incorrect SQL generated for default column value in PostgreSQL for text columns -- CORE-602 - Increase the default size of the FILENAME column -- CORE-1475 - Support entering password(s) interactively on the command line -- CORE-1477 - Support overriding LockService changeLogWaitTime -- CORE-1485 - Extract CDI support into a separate module -- CORE-1492 - DatabaseChangelog Description useless -- CORE-1502 - CLONE - UpdateSQL needs to append a "/" to the end of createProcedure for Oracle -- CORE-1448 - Throw a more helpful error message and continue on if snakeyaml isn't in the classpath -- CORE-1471 - Add support for Sybase IQ -- CORE-1472 - Support multi-tenant spring applications - - - - diff --git a/_posts/2013-10-11-new-liquibase-hibernate-extension-released.md b/_posts/2013-10-11-new-liquibase-hibernate-extension-released.md deleted file mode 100644 index efef79db3..000000000 --- a/_posts/2013-10-11-new-liquibase-hibernate-extension-released.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: New Liquibase Hibernate Extension Released ---- -# New Liquibase Hibernate Extension Released - -After far too long, a new version of the Liquibase-Hibernate extension has been released! - - -Downloads, -documentation, -and issue tracking -is hosted at github.com/liquibase/liquibase-hibernate. -The extension is also available through Maven with group org.liquibase.ext, artifacts liquibase-hibernate3 and liquibase-hibernate4. - - -### Liquibase 3.0 Support - - -If you've been stuck on Liquibase 2.0 because of the old hibernate integration, the -wait is over. The extension requires Liquibase 3.0.6+, so make sure you are on the newest version of Liquibase. - - -### Hibernate 4 Support - - -There are two separate jar files available: liquibase-hibernate3.jar and liquibase-hibernate4.jar. Use the version that corresponds to your Hibernate version - - -### EJB3 Configuration Support - - -If you are using the EJB3-style persistence.xml file, you can now use a database url of "*hibernate:ejb3:yourPersistenceUnit*". - - -### Spring Configuration Support - - -If your Hibernate configuration is specified in Spring, you can now use a database -of "*hibernate:spring:your/path/spring.xml?bean=sessionFactory*" to pull the Hibernate configuration from your spring context. - - -### Programmatic Configuration Support - - -You can now create your Hibernate configurations dynamically by implementing -*liquibase.ext.hibernate.customfactory.CustomClassicConfigurationFactory* or -*liquibase.ext.hibernate.customfactory.CustomEjb3ConfigurationFactory* and reference the -classes in your database url. For example, "*hibernate:classic:com.example.YourFactory*" or "*hibernate:ejb3:com.example.YourFactory*" - - -### Upgrade Notes: - -- The standard database url has changed from "hibernate:path/to/your/file.xml" to "hibernate:classic:path/to/your/file.xml" -- Requires Liquibase 3.0.6+ -- Jar name has changed from liquibase-hibernate.jar to liquibase-hibernate3.jar (or liquibase-hibernate4.jar) - - - - diff --git a/_posts/2013-10-15-group-of-liquibase-extensions-updated.md b/_posts/2013-10-15-group-of-liquibase-extensions-updated.md deleted file mode 100644 index b653b34dd..000000000 --- a/_posts/2013-10-15-group-of-liquibase-extensions-updated.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Group of Liquibase Extensions Updated ---- -# Group of Liquibase Extensions Updated - -There has been a lot of activity the last couple weeks on the Liquibase extensions I manage and/or have source access to. There were a few running up against the Oct 15th jira-svn-shutdown deadline and also several that had not been updated to support Liquibase 3.0 yet. - - -For all of the extensions, I have moved their source repository out of the shared liquibase.jira.com subversion repository and into their own repositories at https://github.com/liquibase. They all now have their own issue tracking, wiki, and releases tab in their Github projects, which is the pattern I will be using for all the Liquibase-managed extensions. - - -I also released the new builds into Maven under the org.liquibase.ext group (some may still be propagating through the mirrors). - - -### The recently updated extensions are - - -**Oracle Database Support (https://github.com/liquibase/liquibase-oracle)** - - -Improved support for Oracle database. Adds additional refactoring tags and snapshot support for Oracle-specific object types - -**Hana Database Support (https://github.com/liquibase/liquibase-hanadb)** - -Support for SAP's Hana Database - - -**Teradata Database Support (https://github.com/liquibase/liquibase-teradata)** - -Adds support for Teradata database. *Still in beta because I am looking for Teradata users to test it* - - -**No Change Log Update (https://github.com/liquibase/liquibase-nochangelogupdate)** - - -Makes Liquibase run without updating the DATABASECHANGELOG table. Not what you normally want, but there are times it is handy - - -**java.util.Logger Support (https://github.com/liquibase/liquibase-javalogger)** - -Log through java.util.Logger rather than STDERR - -**Sequence Table (https://github.com/liquibase/liquibase-sequencetable)** - -Support "sequence tables" like Hibernate can use for databases that do not support native schemas - - -**Modify Column (https://github.com/liquibase/liquibase-modify-column)** - -Support for the deprecated `` change from Liquibase 1.x - - - -The main "Liquibase Extension Portal" is still at liquibase.org/extensions, the above extensions are simply the subset of extensions that I tend to manage. In the upcoming weeks, I will be working to improve the extension portal and the extension writing process in general (including better documentation) diff --git a/_posts/2013-10-24-liquibase-3-0-7-release.md b/_posts/2013-10-24-liquibase-3-0-7-release.md deleted file mode 100644 index bf4b7abed..000000000 --- a/_posts/2013-10-24-liquibase-3-0-7-release.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.7 Release ---- -# Liquibase 3.0.7 Improves Memory Usage - -Lots of good bugfixes in 3.0.7, but major improvements are: - -- Significantly decreased memory usage, especially with large sql files -- Improved checksum performance -- Fixed SQLite support -- Improvements to data type handling, especially in MS SqlServer - - -### Discovered Checksum Issue: - -It was recently discovered that a change in the 3.0.5 release caused changeSets with `update` and `delete` changeSets with `where` clauses to compute a different checksum version than the 3.0.0-3.0.4 release. I decided to leave the 3.0.5 fix in because at this point, people would be affected by either leaving or reverting the change and keeping it in will preserve the bugfix. If you are upgrading from 2.x or 3.0.5+, this will not affect you. If you are upgrading from 3.0.0 through 3.0.4 and have no `` or `` changeSets, this will not affect you. If you do run into this, you simply have to null out the md5sum column in databasechangelog for the affected changesets. This can be done either through an "update databasechangelog set md5sum=null" call or a more targeted "update databasechangelog set md5sum=null where id='AFFECTED_ID' and author='AFFECTED AUTHOR'". There is also a "liquibase clearCheckSums" command that runs the update query. - -### Download - -Download Liquibase from http://liquibase.org/download or from the Maven repository as it winds its way through the mirror process. Visit the user forums if you have any questions. - - -### All Closed Issues - -- CORE-1247 - (Sqlite) bad syntax in create table statements with single autoincrement primary key -- CORE-1275 - LoadData insert statements do not escape column names containing an open paren -- CORE-1312 - Error when creating changelog tables -- CORE-1399 - IncludeAll Failing when running in WAR files -- CORE-1440 - Invalid Reorg table statement gets generated on DB2 -- CORE-1504 - dbDoc should html-encode author names -- CORE-1506 - updateSQL generates invalid SQL for oracle -- CORE-1507 - dropAll fails with NullPointerException -- CORE-1509 - Memory improvements for large sqlFile files -- CORE-1510 - Maven plugin fails to configure parameters within property file with trailing spaces, error message misleading -- CORE-1511 - modifyDataType truncates enum values -- CORE-1512 - Insert with valueClobFile fails with unicode encoding. -- CORE-1515 - Liquibase MSSQL: Snapshot incorrectly injecting size for some datatypes -- CORE-1516 - Liquibase MSSQL: Snapshot recording incorrect size for VARBINARY -- CORE-1517 - Liquibase MSSQL: Autoincrement property of decimal datatype not supported -- CORE-1518 - Liquibase MSSQL: Incorrect datatypes captured in the snapshot -- CORE-1520 - Liquibase Snapshot: Default datetime is wrong -- CORE-1521 - When generateChangeLog is run, objects do not always come back in a consistent order -- CORE-1522 - PreparedStatement.setCharacterStream() not supported by Postgres JDBC driver. -- CORE-1524 - Ant diff command running diffChangeLog -- CORE-1525 - Liquibase MSSQL: Snapshot not capturing alter statements that add default values -- CORE-1526 - Unicode string escaping in MSSQL -- CORE-1530 - Column called VERSION is quoted in PostgreSQL -- CORE-1531 - includeAll with relativeToChangeLogFile fails under certain conditions -- CORE-1532 - NPE in ChangedIndexChangeGenerator -- CORE-1534 - Single quotes in liquibase.bat causing issues -- CORE-1519 - Allow relative file paths for valueClobFile and valueBlobFile inserts/updates. -- CORE-1533 - Performance improvements in dropAll diff --git a/_posts/2013-10-28-liquibase-survey-2013.md b/_posts/2013-10-28-liquibase-survey-2013.md deleted file mode 100644 index 1aa5df903..000000000 --- a/_posts/2013-10-28-liquibase-survey-2013.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Survey 2013 ---- -# Liquibase Survey 2013 - -One problem with running an open source project is that we don't really have "customers" to contact for feedback and product suggestions. I can definitely just add features that* *I** think make sense, but one thing I've learned is that people use Liquibase in amazing ways I would never have imagined. - -That is where the Liquibase survey comes in: it is your chance to provide feedback on how you use Liquibase and what is important to you so that I can better prioritize efforts over the next year. - -Your participation and time is greatly appreciated. - -#### -----> Liquibase Survey 2013 Form <----- - - -If you know others that use Liquibase, please forward them the survey as well. - -Even better, if you know someone who is NOT using Liquibase, send them the survey as well. - -The more information I can gather the better picture I will have. diff --git a/_posts/2013-11-13-liquibase-survey-ends-november-15th.md b/_posts/2013-11-13-liquibase-survey-ends-november-15th.md deleted file mode 100644 index 743418d8b..000000000 --- a/_posts/2013-11-13-liquibase-survey-ends-november-15th.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Survey Ends November 15th ---- -# Liquibase Survey Ends November 15th - -If you haven't yet filled out the Liquibase 2013 Survey now is the time--it will be available only through the end of Friday, November 15th. - - -There have been some great comments and feedback so far and thank you to everyone who has taken the time so far to submit a response. - - -For those interested, I will post a summary of the results before the end of November. - -### —–> Liquibase Survey 2013 Form <—– - - - diff --git a/_posts/2013-11-14-experimental-amazon-redshift-support.md b/_posts/2013-11-14-experimental-amazon-redshift-support.md deleted file mode 100644 index 428964fda..000000000 --- a/_posts/2013-11-14-experimental-amazon-redshift-support.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Experimental Amazon Redshift Support ---- -# Experimental Amazon Redshift Support - -A new Liquibase-Redshift extension is now available at https://github.com/liquibase/liquibase-redshift. If you are interested in trying out Liquibase with Amazon Redshift, give it a try and let me know how well it works. - -You can download the most recent builds from the "releases" tab. diff --git a/_posts/2013-11-14-liquibase-hibernate-extension-3-1-released.md b/_posts/2013-11-14-liquibase-hibernate-extension-3-1-released.md deleted file mode 100644 index b0b5f02fe..000000000 --- a/_posts/2013-11-14-liquibase-hibernate-extension-3-1-released.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase-Hibernate Extension 3.1 Released ---- -# Liquibase Hibernate Extension 3.1 Released - -The Liquibase hibernate extension has been updated for both hibernate 3 and hibernate 4. - -This release adds support for catching changes to sequences and unique constraints as well as a few bugs around data type handling. - -See https://github.com/liquibase/liquibase-hibernate for more information and to download the 3.1 release. - - -*UPDATE:* A null pointer issue was found in the 3.1 release and fixed in a now available 3.2 release. diff --git a/_posts/2013-12-12-liquibase-3-0-8-released.md b/_posts/2013-12-12-liquibase-3-0-8-released.md deleted file mode 100644 index 4784d3edf..000000000 --- a/_posts/2013-12-12-liquibase-3-0-8-released.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.0.8 Released ---- -# Liquibase 3.0.8 Released - -Liquibase 3.0.8 is officially released. It is purely a bugfix release that covers improvements to data type handing, performance improvements, and much more. - -### Download - -Download Liquibase from http://liquibase.org/download or from the Maven repository as it winds its way through the mirror process. Visit the user forums if you have any questions. - -### All Closed Issues - - -- CORE-1224 - Enum column types are not appropriately represented in the change log created by generateChangeLog -- CORE-1299 - modifyDataType does not auto reorg on DB2 -- CORE-1302 - MySQL syntax for autoincrement column with start value -- CORE-1357 - Postgresql sequences create error in log files -- CORE-1368 - Unable to recreate DB from generated change logs -- CORE-1427 - Not generateChangeLog properly for INT2 type for Postgres -- CORE-1430 - When I was in sybase database using liquibase create the index, reported "information_schema.constraints" not found error -- CORE-1432 - Liquibase H2 InsertOrUpdateGeneratorH2 fails if primary key column name contains $ character -- CORE-1446 - Liquibase changelog generation can add linefeed to defaultValueComputed if last column -- CORE-1454 - Precondition negation does not seem to work -- CORE-1455 - Value not taken into account when inserting data with YAML -- CORE-1484 - very poor performance of dropAll on Oracle -- CORE-1496 - Custom Change validation happening before being fully initialized -- CORE-1531 - includeAll with relativeToChangeLogFile fails under certain conditions -- CORE-1537 - Liquibase: diffChangeLog on DB2 performing out of order steps -- CORE-1538 - diffChangeLog for DB2 injects invalid characters in xml -- CORE-1540 - Call 'Reorg table' after modifyDataType on DB2 -- CORE-1541 - Column type="LONGVARCHAR" fails -- CORE-1545 - Oracle wrong LONG datatype declaration -- CORE-1547 - CLONE - H2 (and other) support for BLOB and CLOB is incorrect -- CORE-1548 - Oracle Data Type: DATE - defaultValueComputed should be defaultValue -- CORE-1549 - Oracle Data Type: INTERVAL YEAR TO MONTH - returned at "INTERNAL(2) YEAR" -- CORE-1550 - Oracle Data Type: NCLOB - Receive SQL error when specifying NCLOB size -- CORE-1551 - Oracle Data Type: NCHAR -- CORE-1552 - Oracle Data Type: NVARCHAR2 - Column sizing is wrong -- CORE-1553 - dropDefaultValue does not work on SQL Server -- CORE-1554 - dbDoc for Informix IDS -- CORE-1555 - Oracle UID reserved word not detected -- CORE-1557 - Mysql: BLOB type changes to LONGBLOB -- CORE-1559 - Columns defined as "serial" are created as "int" without autoincrement in Postgres -- CORE-1562 - update throws Recoverable Exception -- CORE-1564 - Broken links in dbDoc -- CORE-1566 - DB2 Datatype - DBCLOB, GRAPHIC, VARGRAPHIC doubling datatype size -- CORE-1567 - DB2 Datatype - defaultValueComputed being used instead of defaultValue for DBCLOB, TIME, TIMESTAMP, DATE -- CORE-1568 - DB2 Datatype - REAL and XML should not have datatype sizes -- CORE-1571 - updateDatabase can't find a changelog -- CORE-1572 - Regression: diff generates full schema instead of changes when using liquibase-hibernate4 -- CORE-1580 - Mysql SET type not handled correctly -- CORE-1581 - modifyDataType ignores additional info of newDataType -- CORE-1582 - SQLServer datatype for TIMESTAMP -- CORE-1583 - Wrong datatype with renameColumn -- CORE-1584 - Unable do rollback not in transaction block -- CORE-1586 - MySQL DataType - defaultValueComputed being injected into TIMESTAMP, VARBINARY, BINARY, YEAR -- CORE-1587 - MySQL Datatype - VARBINARY vs LONGBLOB confusion -- CORE-1588 - MySQL DataType - BIT size and default not captured on Snapshot -- CORE-1589 - MySQL DataType - BLOB becomes LONGBLOB -- CORE-1590 - MySQL DataType - DOUBLE sizing not persisted on snapshot -- CORE-1591 - MySQL DataType - TIME not persisting seconds (getting hours and minutes..so I've got that going for me.) -- CORE-1592 - MySQL DataType - TEXT converted to LONGTEXT -- CORE-1594 - PostgreSQL 'bigserial' type is automatically converted to 'bigint' -- CORE-1595 - Schema version incompatibility is logged as INFO instead of WARN -- CORE-1596 - Liquibase 3.0.5 will not create tables in dbo schema in SQL Server -- CORE-1597 - ORA-01000: maximum open cursors exceeded -- CORE-1600 - "Collation" and "Lateral" are not escaped in Postgres (new reserved words in v9.3) -- CORE-1602 - DatabaseException in changesets that include date fields with default values -- CORE-1603 - MySQL Datatype - BIGINT, INT, MEDIUMINT, SMALLINT, TINYINT all "shaving" off sizes -- CORE-1606 - MySQL - TEXT vs. LONGTEXT for diffChangeLog presents CLOB -- CORE-1607 - MSSQL java.sql.Types.TIMESTAMP should map to DateTime -- CORE-1610 - MSSQL - NTEXT type being snapshot with MSSQL driver default size parameter. -- CORE-1611 - Avoid reverse DNS lookup with getLocalHost().getHostName(); -- CORE-1612 - YAML/JSON changelogs not picking up "value" attribute on column configs -- CORE-1614 - mysql case insensitive affects databasechangelog creation -- CORE-1615 - Failed to drop default value in MSSQL -- CORE-1616 - SQLFileChange uses too many file descriptors -- CORE-1619 - MSSQL: preconditions treat object names in a case-sensitive way -- CORE-1622 - Ant not respecting diffTypes=data -- CORE-1623 - MSSQL: precondition primaryKeyExists doesn't work -- CORE-1625 - H2 Blob Type support is incorrect -- CORE-1626 - createIndex does not work for function based indexes anymore -- CORE-1627 - Option 'diffTypes' does not accept type 'indexes' -- CORE-1632 - It's impossible to setup Logger's log level with system property 'liquibase.defaultlogger.level' -- CORE-1636 - Case sensitivity issue with tableExists precondition -- CORE-1640 - foreignKeyExists precondition always failing -- CORE-1641 - Add column with foreign key throws NPE -- CORE-1644 - ValidationFailedException after update to 3.0.7 -- CORE-1646 - Exception when comparing two schemas -- CORE-1647 - Mysql enum default values not quoted -- CORE-1648 - Mysql columns with colons and other special chars are not quoted -- CORE-1664 - MSSQL. "DATE" type doesn't exist for MSSQL 2005 and 2000. -- CORE-1382 - Allow to create DATABASECHANGELOG* tables in another schema -- CORE-1546 - Schema-Support on Informix -- CORE-1577 - Oracle tinyint, smallint, int being created as number(38,0) -- CORE-1604 - Minor maven pom cleanups -- CORE-1635 - Generated changelog missing unique constraints should be output before foreign keys - - - - diff --git a/_posts/2014-01-09-liquibase-3-1-0-released.md b/_posts/2014-01-09-liquibase-3-1-0-released.md deleted file mode 100644 index a06f7a113..000000000 --- a/_posts/2014-01-09-liquibase-3-1-0-released.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.1.0 Released ---- -# Liquibase 3.1.0 Released - -Liquibase 3.1.0 has been released. For most people 3.1 is a drop in replacement for 3.0. - - -If you use `` with relative paths or are running against MaxDB, DB2 for iSeries, or InterSystems Cache make sure you read the upgrade guide. - -Besides bugfixes, 3.1 adds the following major features: - -### Offline Database Support! - -One of the most requested features is the ability to use Liquibase when you do not have direct access to the database. We have always had updateSql support, but it still required a database connection to know what has been ran and what type of database to generate SQL for. - -With the new "offline" support, you can now define a database connection URL like "*offline:mysql*" or "*offline:oracle?version=11.1*" when you run updateSql. - -In offline mode, the change history is tracked in a local csv file which can be controlled with the "changeLogFile" URL parameter. For example: *offline:mysql?changeLogFile:/home/db/changelog.csv* - -For more information, see the offline database documentation - - -### Alternate Changelog History Tracking - -With 3.1, you can now create extensions that manage changelog history tracking differently than the standard "DATABASECHANGELOG" table. For example, https://github.com/liquibase/liquibase-filechangelog allows you to manage your changelog history using a local file rather than a table in the database. - - -### New and Improved Change tags: - -- createProcedurenow supports referencing an external file containing the procedure definition with a new "path" attribute -- createProcedure now supports a dbms attribute to target the database(s) the procedure is compatible with. This allows you to have a single changeSet with a procedure definition for each supported database -- New dropProcedure change -- addColumn supports new "beforeColumn", "afterColumn" and "position" attributes to control column ordering -- sqlFile files support ${} parameters - -#### New and Improved Precondition tags: - -- `` now supports checking based on table and column definition. Not just constraint name -- New `` precondition - -- New `` precondition - -#### Database Support Improvements - -- MySQL ENUM and SET type support improvements -- MySQL support for date/time/timestamp size parameter -- MySQL support for column remarks -- MS SqlServer support for sequences (2012+) -- Sybase general support improvements -- DB2 general support improvements - -#### Extension/API Improvements - -- liquibase.changelog.visitor.ChangeExecListener implementations are notified of precondition and change-level interactions -- SnapshotGenerator extensions can block incorrect functionality from other SnapshotGenerators -- Extensions can define custom XSDs and namespaces - -#### Other Features and Improvements - -- Formatted SQL now supports a comma-separated list in "dbms" targeted changeSets -- Maven support for futureRollbackSql command - -#### Links - -- Download 3.1.0 -- Full Jira Release Notes -- User Forum diff --git a/_posts/2014-01-16-liquibase-3-1-1-released.md b/_posts/2014-01-16-liquibase-3-1-1-released.md deleted file mode 100644 index 84f53d73c..000000000 --- a/_posts/2014-01-16-liquibase-3-1-1-released.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.1.1 Released ---- -# Liquibase 3.1.1 Released - -Liquibase 3.1.1 has been released with a few bug fixes. -The most important fixes reverts how `` checksums are computed so they are compatible with 3.0 and fix the new `` and `` preconditions. - -The newest version can be download from liquibase.org/download - -### Change Log - -- CORE-1704 - Checksum errors for changeSets with createProcedure in 3.1.0 vs 3.0.x -- CORE-1707 - TableRowCountGenerator shouldn't pass tableName as catalogName -- CORE-1710 - Oracle: NUMBER data type size specification is deployed with a precision specifier even though precision isn't specified in the change log -- CORE-1711 - rowCount doesn't work if only the tableName is given -- CORE-1713 - liquibase.precondition.core.ForeignKeyExistsPrecondition exception -- CORE-1715 - 2 -> 3.1 migration, 3.1 errors if there are single quotes in comments -- CORE-1709 - generateChangeLog returns tables created by Materialized Views as standard tables - -Complete Change Log - - - diff --git a/_posts/2014-02-17-liquibase-hibernate-extension-3-3-released.md b/_posts/2014-02-17-liquibase-hibernate-extension-3-3-released.md deleted file mode 100644 index 3aa657966..000000000 --- a/_posts/2014-02-17-liquibase-hibernate-extension-3-3-released.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase-Hibernate Extension 3.3 Released ---- -# Liquibase Hibernate Extension 3.3 Released - -The Liquibase hibernate extension has been updated for both hibernate 3 and hibernate 4. - -Major changes include: - -- Support for Liquibase 3.1.1 -- Support for Hibernate 4.3+ *NOTE: Due to hibernate incompatibilities, Hibernate 4.0-4.2 requires the use of the liquibase-hibernate4.2 extension* -- Support for compound primary keys -- Improved support for detecting auto-increment columns - - -See https://github.com/liquibase/liquibase-hibernate for more information and to download the 3.3 release. - - -The new versions are also working their way through the maven mirror system - - - diff --git a/_posts/2014-03-10-liquibase-talk-at-percona-live.md b/_posts/2014-03-10-liquibase-talk-at-percona-live.md deleted file mode 100644 index 683d22618..000000000 --- a/_posts/2014-03-10-liquibase-talk-at-percona-live.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase talk at Percona Live ---- -# Liquibase Talk at Percona Live - -I'll be giving a talk at Percona Live in Santa Clara on April 3rd titled "*Liquibase: Source Control For Your Schema*". - -It is a beginner-level course covering Liquibase basics plus some best practices. More information - -If you will be there, stop by and say hi. It's always great to hear from people using or considering using Liquibase. If you have not yet registered, use the promotional code "SeeMeSpeak" for a 10% discount. diff --git a/_posts/2014-04-04-slides-from-percona-live-talk.md b/_posts/2014-04-04-slides-from-percona-live-talk.md deleted file mode 100644 index 725e76bce..000000000 --- a/_posts/2014-04-04-slides-from-percona-live-talk.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Slides From Percona Live Talk ---- -# Slides from Percona Live Talk - -I posted the slides from my Percona Live talk at https://www.percona.com/live/mysql-conference-2014/sessions/liquibase-source-control-your-schema. - -I modified them from the actual talk slides to also include my speaking notes so they will be more helpful for those who were not able to make it to the talk or if you wish you took better notes. - -I'm hoping to post a recorded version of the talk in the next few weeks as well. diff --git a/_posts/2014-06-02-liquibase-3-2-0-released.md b/_posts/2014-06-02-liquibase-3-2-0-released.md deleted file mode 100644 index 70c55f053..000000000 --- a/_posts/2014-06-02-liquibase-3-2-0-released.md +++ /dev/null @@ -1,176 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.2.0 Released ---- -# Liquibase 3.2.0 Released - -Liquibase 3.2.0 has been released. As usual, it can be downloaded from the Liquibase download page and is available in the Maven repository as org.liquibase/liquibase-core. - -For most users, upgrading will be seamless but if you have written Liquibase extensions there have been some API changes. See http://www.liquibase.org/v3_2_upgrade.html for details. - -## Updated Extensions - -The following extensions have been updated to work with 3.2.0 and/or include bugfixes: - -- liquibase-hibernate -- liquibase-oracle -- liquibase-sqlfire -- liquibase-modify-column -- liquibase-db2i -- liquibase-cache -- liquibase-postgresql -- liquibase-teradata -- liquibase-nochangeloglock - - - - - -## Major new features and changes in 3.2.0 include: - -### And/Or/Not logic in context expressions - - - -Context attributes can now include complex expressions such as "qa or (production and master)". See the context documentation for more information - - -### Improved JSON and YAML changelog parsing - - -The changelog parsing logic has been greatly refactored to provide full feature parity between the XML, JSON, and YAML parsers. - - -### New Command: Snapshot - - -The command line interface supports a new "snapshot" command that will output a report of the objects Liquibase sees in a database. This is the model that would be fed into diff/diffChangeLog operations but doesn't perform any comparison logic, is simply reports on what it sees. - - -### Liquibase SDK - - -The Liquibase SDK will provide utilities and features not needed for standard Liquibase usage such as testing tools and extension writing help. The 3.2.0 release provides the first pieces of the SDK: - - -- Offline Javadoc -- A starter/example workspace -- Ability to generate vagrant configurations for various databases -- "Watch" command to provide a simple real-time view of the database schema - - - -For more information on the SDK, see the SDK Documentation. - - - -### Improved Performance - - -Various improvements in memory usage and optimizations in database interactions - - -### DatabaseChangeLog SQL available with Offline Database - - -New "outputLiquibaseSql" flag allows inclusion of DatabaseChangeLog table create/insert statements with updateSql command - - -### And Much More: - - -- CORE-209 - Double Create Database Lock Table using updateSQL -- CORE-421 - NPE in MySqlDatabaseSnapshot during diff operation when "enum" or "timestamp" column was removed from table -- CORE-461 - Wrong datatypes for timestamps generated with generateChangeLog -- CORE-871 - Unable to use changeSetPath in rollback tag to refer to another change log file -- CORE-877 - Bug with column type "TIMESTAMP WITHOUT TIME ZONE" -- CORE-976 - GenerateChangeLog with data: java heap space error -- CORE-1097 - Liquibase adds a semicolon after a stored proc definition making the stored proc unusable -- CORE-1108 - Oracle : Unable to create complex primary key for loadUpdateData -- CORE-1284 - Memory leak in ExecutorService -- CORE-1563 - dropAll does not delete Sequences on Derby -- CORE-1572 - Regression: diff generates full schema instead of changes when using liquibase-hibernate4 -- CORE-1578 - changeset checksum calculates differently on linux and windows -- CORE-1601 - updateSql generates SQL with unexpected linefeeds, breaks SQLPlus -- CORE-1642 - Special character issue after upgrade -- CORE-1643 - DB2: defaultSchemaName and changelogSchemaName are not respected -- CORE-1650 - dropAll doesn't work on Informix -- CORE-1668 - defaultSchemaName ignored on createTable in H2 -- CORE-1673 - Empty default value is not recorded for MySQL -- CORE-1676 - Colons in changeSet IDs no longer supported -- CORE-1688 - The 'valuum' extension seems not to be working under version 3.0.8 of liquibase -- CORE-1701 - Oracle: snapshot of default date/time values come back as to_date functions -- CORE-1714 - 2->3.1 migration error -- CORE-1715 - 2 -> 3.1 migration, 3.1 errors if there are single quotes in comments -- CORE-1718 - foreignKeyConstraintExists precondition fails with constraints on unique keys -- CORE-1721 - HsqlDatabase.escapeObjectName(...) ignores QUOTE_ALL_OBJECTS -- CORE-1727 - Drop default constraint syntax for DB2 not correct -- CORE-1728 - Only sequence name is captured by snapshot process and used in generateChangeLog -- CORE-1733 - Data in diffChangeLog coming through as one row per changeSet -- CORE-1734 - updateSQL is not including content from sqlFile (at least not when ran from Linux) -- CORE-1739 - Liquibase ignores Oracle varchar precision -- CORE-1743 - Snapshot VARCHAR(MAX) correctly on sqlserver -- CORE-1744 - Derby: UpdateSQL not including creating databasechangeloglock table if needed -- CORE-1748 - Maven Plugin does not use outputDefaultCatalog property -- CORE-1750 - liquibase-modify-column 3.0 broken with liquibase-core 3.1.1 -- CORE-1752 - Oracle XML Datatype snapshot containing size -- CORE-1753 - HSQLDB 1.8 does not support catalogs -- CORE-1754 - Default value functions on Oracle snapshoted as "defaultValue" -- CORE-1755 - DefaultValueComputed is quoted for Char, Varchar, Clob, MediumInt and SmallInt types -- CORE-1756 - Oracle indexes with functions not returned correctly in generateChangeLog -- CORE-1765 - Failed to drop a VIEW pointing on not existing table from another schema -- CORE-1767 - Oracle snapshot not capturing all indexes -- CORE-1772 - Informix cannot drop constraints -- CORE-1774 - Autocommit not restored on close in SpringLiquibase -- CORE-1775 - Informix error when creating primary key -- CORE-1779 - User Defined Types Come back with Unnecessary Size specifier in diff -- CORE-1782 - dropALL fails when tables are referenced by other tables in another schema -- CORE-1784 - GenerateChangeLog with objects in multiple schemas returns objects from multiple schemas and empty createTable statements -- CORE-1788 - dropAll does not work in not default schemas using postgresql -- CORE-1794 - Drop index failing for sybase -- CORE-1797 - Autoincrement on type Serial8 fails -- CORE-1798 - Invalid type syntax in Informix for Int(10) and SMALLINT(5) and FRACTION(3) -- CORE-1799 - Attempted recreation of DATABASECHANGELOG in informix -- CORE-1817 - Foreign Key Constraints Built on Unique Constraints are not captured in generateChangeLog -- CORE-1818 - SQL Server "smalldatetime" converted to "datetime" on update -- CORE-1824 - GUID Default values not quoted correctly in MSSQL -- CORE-1828 - sqlFile should fail when file does not exists -- CORE-1831 - CREATE/DROP INDEX issue: Sybase ASE 15.7.0 -- CORE-1834 - generateChangeLog creates DOUBLE(22) instead of double in MySql -- CORE-1840 - Liquibase fails when run on a computer that can't connect to the internet -- CORE-1843 - includeAll does not alphabetize classpath loaded files -- CORE-1853 - Liquibase generates invalid SQL for 'character varying' type -- CORE-1856 - Ability for Change classes to verify update and rollback succeeded -- CORE-1859 - DataTypeFactory doesn't take database into account -- CORE-1861 - MSSQLDatabase.isCaseSensitive() provides a wrong information -- CORE-1878 - Maven plugin behaviour different than command line with the same parameters -- CORE-1881 - Case sensitivity issue with tableExists precondition -- CORE-1893 - type="DATETIME" in changelog is converted to TIMESTAMP in MySql -- CORE-1899 - Non-existing referenced sql files doesn't report error -- CORE-1901 - DropPrimaryKey - Fails in Postgres -- CORE-1906 - Diff between objects in different named default schemas doesn't see them as the same object -- CORE-1912 - Unit tests fail due to dependency on system time zone -- CORE-1116 - Allow for both "AND" and "OR" specifications of which contexts to run -- CORE-1422 - Support changeset comments in formatted SQL -- CORE-1536 - Support specifying the referenceDefaultSchemaName for diff operations -- CORE-1635 - Generated changelog missing unique constraints should be output before foreign keys -- CORE-1682 - More machine-independent handling of filesystem-located resources -- CORE-1695 - Better handling of Postgres timestamp with/without time zone -- CORE-1706 - Excessive reading from databasechangelog table -- CORE-1726 - Added offline parameter to generate insert databasechangelog statements -- CORE-1758 - Add outputDefaultSchema flags to ant -- CORE-1776 - System-independent checksums -- CORE-1823 - Search for liquibase.properties in classpath in additional to local filesystem -- CORE-1874 - Improve XML and other parsers for better extensiblity -- CORE-1905 - Yaml parser supports .yml extension as well as .yaml -- CORE-1686 - Add Support for Pivotal's SqlFire database to Liquibase -- CORE-1742 - Standardized system for managing configuration options in core and extensions -- CORE-1751 - More detailed API for returning changeSet statuses -- CORE-1783 - Command line option: snapshot -- CORE-1815 - Liquibase SDK command to easily watch database -- CORE-1821 - Snapshot listener interface - - - - diff --git a/_posts/2014-06-18-adding-liquibase-on-an-existing-project.md b/_posts/2014-06-18-adding-liquibase-on-an-existing-project.md deleted file mode 100644 index be94a7e5c..000000000 --- a/_posts/2014-06-18-adding-liquibase-on-an-existing-project.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Adding Liquibase to an Existing project ---- -# Adding Liquibase to an Existing Project - -The Quick Start Guide works well for starting Liquibase on a new project because your empty changelog file matches your empty database. However, when you have an existing project with an existing database things are more complicated. - -Unfortunately, there is no simple "this is how you do it" answer because there is so much variations in projects, processes and requirements. Liquibase provides many tools to help the process, but it is up to you to decide the best way to combine them for your particular situation. - -When adding Liquibase to an existing project there are basically two approaches: "Make it look like you've always been using Liquibase" and "Just start using Liquibase" - -### Make it look like you've always been using Liquibase - -The goal of this approach is to have a changelog file that matches the current state of your database. You can run this changeLog against a blank database and the final result will be indistinguishable from your existing databases–as if you used Liquibase from the beginning. This approach is usually the best long term, but it can be more work up front. - - -#### Create ChangeLog - -Creating the changelog to match your database can be done automatically using the generateChangeLog command or be done manually. For any database larger than a few tables, the generateChangeLog command is usually a good idea but make sure you go through the generated changeSets to ensure they are correct. Liquibase does not always detect more complex structures like stored procedures or details like if an index is not clustered. Also, ensure data types are as you expected them. - - -#### Populate the DatabaseChangeLog table - -Once you have your changeLog, you need a way to ensure that the pre-Liquibase changeSets are only ran on new, empty databases. The easiest way to do this is generally to use the `changeLogSync` or `changeLogSyncSQL` command to execute (or generate) the SQL that marks the starting changeSets as already ran without actually executing them. - -As an alternative to the changeLogSync command, you can add contexts on the pre-Liquibase changeSets such as `` and when you run Liquibase on a new database you run with `liquibase --contexts=legacy update` and on an existing database you run with liquibase --contexts=non-legacy. -Finally, you can add `` tags to the generated changeSets. For example, if you have a `` changeSet, you would add - - - - - - - -tag. Adding preconditions requires more changes to the changeLog file and introduces a performance penalty because Liquibase must check the database metadata for each changeSet the first run through, this approach is usually best used in isolated cases only. - -#### What is the current state? - -Often times a part of the reason to move to Liquibase is because your schemas have diverged over time, so an important question to answer is "If I'm making the changelog file match the current state, what *is* the current state?" Usually the best answer to that question is "the production database" but it can vary. - -How divergent your schemas are will also affect which of the above techniques you use to populate the DatabaseChangeLog table, and it will often times make sense to use multiple approaches. For example, you may want to generate your base changeLogs from the production database and use changeLogSyncSQL to be able to mark them ran on everything from production down. Then you can add your non-released changeSets to the changeLog file with a precondition checking if it has already ran. That will allow Liquibase to automatically figure out the correct state for all your databases from development through production. - -### We are going to use Liquibase starting…..NOW! - -Instead of building up a changeLog to match your existing database, you can instead just declare "from now on we are using Liquibase". The advantage to this is that it much easier to set up because it is just a mandate. Usually this works best going from one version to the next because your databases are all in a reasonably consistent state and you simply start tracking database changes in your next version using Liquibase. Because Liquibase only looks at the DatabaseChangeLog table to determine what needs to run, it doesn't care what else might be in your database and so it will leave all your existing tables alone and just run the new changeSets. - -The biggest disadvantage to this approach is that you cannot bootstrap an empty database with Liquibase alone. A work-around is to take a pre-Liquibase snapshot using your database backup tool and use that as your database seed. Any time you need to create a new database, you first load in the seed and then run Liquibase update. - - -Depending on how much variation you have between your schemas, even with this approach you may need to rely on preconditions or a "mark changes ran" script in order to standardize and handle those variations. - -### People and Processes - -Finally, remember that starting to use Liquibase–especially on an existing project–isn't just about how you bootstrap your changeLog file. It is also a question of how you introduce Liquibase into your existing processes and culture. - -For many companies and projects, everyone realizes the problems that need fixing and are on board with the advantages of change. For others, however, there can be entrenched interests and strong resistance similar to any other process change. Liquibase provides many tools and approaches that can be used to ease it into an existing process such as SQL output, SQL formatted changelogs, diffChangeLog and more that can be combined in ways that works best for your group. - - -If you know that introducing Liquibase is going to be complex, either from a technical or processes standpoint, it is usually best to introduce it slowly. Start with it on a new project as a trial run and once you have a good grasp of how it works and available options, apply it to other existing projects. - - -NOTE: This post has been incorporated into the documentation at http://www.liquibase.org/documentation/existing_project.html diff --git a/_posts/2014-07-18-liquibase-3-2-1-released.md b/_posts/2014-07-18-liquibase-3-2-1-released.md deleted file mode 100644 index 7b08f9300..000000000 --- a/_posts/2014-07-18-liquibase-3-2-1-released.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.2.1 Released ---- -# Liquibase 3.2.1 Released - -Liquibase 3.2.1 has been released. As usual, it can be downloaded from the Liquibase download page and is available in the Maven repository as org.liquibase/liquibase-core. - -3.2.1 is purely a bugfix release. The only potential update issue could be a fix for incorrect checksums introduced in 3.2.0. If you used defaultValueNumeric, defaultValue or used createProcedure or sql tags you may have seen unexpectedly changed checksums with 3.2.0. With 3.2.1, those have been reverted back to the correct 3.1.x version. If you are updating from 3.1.x it will be a smoother update from 3.2.0. If you already updated to 3.2.1 and manually fixed your checksums in the databasechangelog table, they will need to be updated again. - -### Full change log: - -- CORE-1844 - bulkFetch of foreign keys on Oracle is very slow -- CORE-1918 - Multiple comment blocks in changesets no longer works -- CORE-1920 - SpringLiqubase includeAll is not including files -- CORE-1922 - 3.2.0 Regression due to CORE-1721 -- CORE-1923 - Error raised: Unknown Reason when doing tagging via command line -- CORE-1930 - Snapshot command returns no information on MSSQL -- CORE-1933 - (3.0.8 -> 3.2.0) pom.xml: 2Mb of superfluous dependencies -- CORE-1934 - file path in databasechangelog is absoulte since liquibase 3.2.0 when using includeAll inside a jar -- CORE-1936 - NullPointerException while diffing database against hibernate.cfg.xml -- CORE-1938 - defaultValueNumeric="0" or defaultValue="0" is translated to 0.0 -- CORE-1940 - Maximum Oracle Sequence fails to be parsed as a BigInteger -- CORE-1944 - NullPointerException when tagging through Ant before applying changesets -- CORE-1947 - Liquibase dependency to jetty-servlet/velocity should be `true` - -- CORE-1950 - Checksum validation failed after Liquibase upgrade (3.1.1 -> 3.2.0) -- CORE-1957 - Using VARCHAR2 column type fails for Hsqldb running in oracle syntax mode -- CORE-1960 - "Could not find implementation of liquibase.logging.Logger" starts appearing after migration from 3.1.1 to 3.2.0 -- CORE-1970 - NullPointerException on rollback with `` tag -- CORE-1746 - Support `` parameters -- CORE-1951 - Regression on 3.2.0 : --diffTypes=data generates Unknown Reason Exception - -**UPDATE:** There is still a couple checksum issues updating from 3.1.1 to 3.2.1. I'll get those fixed up in a 3.2.2 release today or tomorrow. diff --git a/_posts/2014-07-24-liquibase-3-2-2-released.md b/_posts/2014-07-24-liquibase-3-2-2-released.md deleted file mode 100644 index bf8b436b6..000000000 --- a/_posts/2014-07-24-liquibase-3-2-2-released.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.2.2 Released ---- -# Liquibase 3.2.2 Released - -Liquibase 3.2.2 has been released. It is a small bugfix release to fix a checksum regression from 3.1 -> 3.2 that was not fixed in 3.2.1. - -### Issues Resolved: - -- CORE-1938 - defaultValueNumeric="0" or defaultValue="0" is translated to 0.0 -- CORE-1950 - Checksum validation failed after Liquibase upgrade (3.1.1 -> 3.2.0) -- CORE-1959 - generateChangeLog without changeLogFile - better error message - - - -As usual, it can be downloaded from the Liquibase download page and is available in the Maven repository as org.liquibase/liquibase-core. - - - - diff --git a/_posts/2014-11-03-liquibase-3-3-0-released.md b/_posts/2014-11-03-liquibase-3-3-0-released.md deleted file mode 100644 index 8391088f3..000000000 --- a/_posts/2014-11-03-liquibase-3-3-0-released.md +++ /dev/null @@ -1,136 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.3.0 and 3.2.3 Released ---- -# Liquibase 3.3.0 and 3.2.3 Released - -Liquibase 3.2.3 and 3.3.0 have been released. As usual, they can be downloaded from the Liquibase download page and are available in the Maven repository as org.liquibase/liquibase-core. - -Both 3.2.3 and 3.3.0 should be drop-in replacements for 3.2.2. A new batch of Liquibase extensions will be released over the next few days. - -### New "label" attribute on changeSet - -Labels are general purpose way to categorize changeSets like contexts, but working in the opposite way. Instead of defining a set of contexts at runtime and then a match expression in the changeSet, you define a set of labels in the context and a match expression at runtime. - -The most common time you would use labels instead of contexts is when the person doing the liquibase update has the knowledge of the types of changeSets to run, not the person writing the changeSet. - -Labels can also be applied to modifySql - -### New change log commands and attributes - -- New "empty" tag for explicitly marking a changeSet as unused -- New "output" tag for outputting a message during Liquibase update. -- New relativeToChangeLogFile attribute for loadData and loadUpdateDate -- New fullDefinition=true\|false attribute on createView to support defining an entire view definition (including "column" names) - -### Support for clustered/nonclustered indexes and primary keys - -A new "clustered='true\|false'" attribute is now avaiable on createIndex and createPrimaryKey to control whether they should be created as clustered or not. - -### And More - -- Saving of "remarks" in MySQL and MSSQL -- Improved data type handling -- Performance improvements -- Official RPM and DEB packages built with release -- Major refactoring and updating of Ant integration -- Full release notes below - -### 3.2.3 Change Log - -3.2.3 is a patch release with smaller bug fixes. Even if not explicitly listed in the changelogs below, anything in 3.2.3 will be in 3.3.0. - -- CORE-1919 - SpringLiquibase fails when dropFirst is true -- CORE-1987 - "mvn liquibase:diff" does not find any differences between databases -- CORE-1988 - Reported size for Oracle NVARCHAR2 columns is wrong -- CORE-1989 - Cannot set objectQuotingStrategy on root databaseChangeLog node -- CORE-2002 - AbstractResourceAccessor generates path in a unpredictable way -- CORE-2003 - Could not find implementation of liquibase.logging.Logger -- CORE-2042 - If liquibase.jar is nested in another jar/war/ear, it fails to start with a "cannot find implementation of liquibase.logging.Logger" error -- CORE-2058 - Load/Update tags should use "is null" not "= null" for null comparisons -- CORE-2070 - dropAllForeignKeyConstraints does not work on Firebird databases -- CORE-2075 - generateChangelog generates bad definition for TIME type -- CORE-2080 - Liquibase "empty" change not present in XSD version 3.2 -- CORE-2065 - Use DOUBLE PRECISION for DOUBLE with Firebird -- CORE-54 - Support System Properties in Maven Plugin - - -### 3.3.0 Change Log - -- CORE-16 - Support for "nonclustered" primary keys in mssql -- CORE-54 - Support System Properties in Maven Plugin -- CORE-1528 - Installer for Liquibase -- CORE-1598 - support for rename sequence -- CORE-1914 - New Change function: output -- CORE-1942 - Support for changeSet "labels" -- CORE-549 - relativeToChangelogFile for loadData, loadUpdateData, sqlFile -- CORE-1438 - createView should support having the entire view definition in the change body -- CORE-1502 - CLONE - UpdateSQL needs to append a "/" to the end of createProcedure for Oracle -- CORE-1654 - logicalFilePath support in formatted sql -- CORE-1660 - "remarks" attribute is ignored in MSSQL -- CORE-1932 - support for encrypted passwords / custom properties -- CORE-1946 - Have a rpm package for liquibase (built with maven) -- CORE-1963 - Ability to define full CREATE VIEW statement in `` change. -- CORE-1990 - Preserve inline comments in view snapshots in mssql -- CORE-2060 - Support liquibase.properties files with unknown properties -- CORE-2061 - Improvements to Informix support -- CORE-2062 - Add onlyUpdate flag to loadUpdateData -- CORE-2064 - Use ignoreClassPathPrefix for rollback as well -- CORE-2065 - Use DOUBLE PRECISION for DOUBLE with Firebird -- CORE-2066 - Support for --outputFile in command line -- CORE-2067 - Refactor Ant Task codebase -- CORE-2068 - New liquibase.hostDescription property for additional details in the DATABASECHANGELOGLOCK table -- CORE-2069 - Use prepared statement in `` change whenever a clob type is used -- CORE-2072 - Do not include Oracle internal tables in snapshot/diff -- CORE-870 - Postgres, in an ALTER TABLE ALTER COLUMN statement, sometimes needs USING clause -- CORE-945 - Oracle : Temporary tables are created as regular tables -- CORE-1463 - Views not generated correctly with generateChangelog -- CORE-1556 - remarks attribute ignored for mysql -- CORE-1723 - unable to update on DB2/400, version V6R1, on jt400-6.7.jar -- CORE-1745 - afterColumn not working in MySQL -- CORE-1774 - Autocommit not restored on close in SpringLiquibase -- CORE-1882 - NullPointerException when MySQL foreign key points to an invalid table -- CORE-1919 - SpringLiquibase fails when dropFirst is true -- CORE-1922 - Sequence is not a reserved object name in HSQLDB -- CORE-1925 - liquibase scripts can not represent clustered indexes -- CORE-1937 - Oracle Float and VARCHAR precisions in changelog generated by generateChangeLog are incorrect -- CORE-1952 - liquibase loadData does not properly load numeric field in boolean always as false -- CORE-1956 - Double and float converted to FLOAT8(*, 17) and FLOAT4(*, 8) in PostgreSQL -- CORE-1958 - Column type of "TIMESTAMP(6)" under MySql converted to TIMESTAMP dropping fractional seconds -- CORE-1974 - dbchangelog-3.1.xsd missing `` -- CORE-1977 - CreateSequence with cacheSize=0 failing on Oracle -- CORE-1979 - MSSQL should not include parameters in SYSNAME data types -- CORE-1981 - Parameters set in included file are no longer set in 3.2.0 -- CORE-1982 - Snapshot outputs defautlValueDate as defaultValueComputed on MSSQL for dates not in ISO format with a T in the middle -- CORE-1986 - includeAll from changeLogs within a jar is not working -- CORE-1988 - Reported size for Oracle NVARCHAR2 columns is wrong -- CORE-1993 - Drop table with cascade is not supported by Sybase -- CORE-1996 - addNotNullConstraint on h2 database has unexpected side effects -- CORE-1997 - Bit changelog default value of 1 executed as 0 -- CORE-2002 - AbstractResourceAccessor generates path in a unpredictable way -- CORE-2010 - Oracle data type SDO_GEOMETRY snapshotted as SDO_GEOMETRY(1) -- CORE-2014 - applyToRollback property ignored when rollback changes are specified -- CORE-2015 - DiffChangeLog writes to the wrong point in the file on windows if file uses \n not \r\n -- CORE-2020 - Oracle default value current_timestamp converted to systimestamp -- CORE-2021 - Column remarks not snapshotted in mssql -- CORE-2026 - Oracle columns of type ANYDATA are snapshotted with a size -- CORE-2028 - generateChangeLog on SQL Anywhere 11.0.1 throws DatabaseException Driver Not Capable -- CORE-2032 - Snapshot incorrectly including clob/blob sizes on diff -- CORE-2051 - Not quoting VIEW params with spaces when snapshotting -- CORE-2054 - Add new "computed" column attribute to differentiate between an actual column name and a function as a column -- CORE-2063 - Fix for H2 autoincrement "start with" and "increment by" syntax -- CORE-2070 - dropAllForeignKeyConstraints does not work on Firebird databases -- CORE-2075 - generateChangelog generates bad definition for TIME type -- CORE-2080 - Liquibase "empty" change not present in XSD version 3.2 -- CORE-2081 - PrimaryKeyExists precondition without tableName is broken -- CORE-2082 - Column snapshot on PostgreSQL does not include precision information for numeric data type -- CORE-2087 - Executing against Oracle doesn't respect liquibaseSchemaName or liquibaseCatalogName -- CORE-2088 - outputDefaultSchema and outputDefaultCatalog command line parameters not respected -- CORE-2093 - Error: Property 'relativeToChangelogFile' not found on object type liquibase.change.core.LoadDataChange -- CORE-2094 - Liquibase.dropAll() should reset the lock service -- CORE-2095 - Invalid generated changeset for mysql bit with defaultValue 0 - - - - diff --git a/_posts/2014-11-18-contexts-vs-labels.md b/_posts/2014-11-18-contexts-vs-labels.md deleted file mode 100644 index 0f36b7558..000000000 --- a/_posts/2014-11-18-contexts-vs-labels.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Contexts vs. Labels ---- -# Understanding Contexts vs. Labels - -A new feature with Liquibase 3.3 is "labels". Labels are similar to contexts in that both allow you to chose a subset of changeSets to execute at runtime. Labels are also similar to contexts in that both are purposely vague terms because they are fairly generic features can enable many different use cases. Where they differ is in who has the power to specify complex logic: the changeSet author or the deployment manager. - -### Contexts - -Liquibase contexts have been available for quite a while, and they started out primarily as a way of "tagging" changeSets so they can be chosen at runtime. -One common use is to mark changeSets that insert test data as context="test" so that in your development and QA environments you you can run liquibase -with `--contexts=test` to get the test data and in production you run with `--contexts=prod` to not have test data. Contexts are also helpful for marking -changeSets based on feature sets to include (context="shoppingCart") or bundle (context="pro") or even customer (context="acme_inc"). For complex cases, -multiple contexts can be applied to a changeSet such as context="acme_inc, pro" and multiple contexs can be chosen at runtime such as `--contexts=free,qa`. - -With Liquibase 3.2, support was added to for context expressions in changeSets. Now, when you are defining your changeSet you can specify complex logic -such as context="!test" or context="qa or (acme_inc and dev)". The context logic can only be specified in your changeSet definition, however. When running -Liquibase, you can still specify multiple contexts, but you are just listing out all the contexts that apply to the current Liquibase run. - -### Labels - -Labels were added in Liquibase 3.3 to work like contexts, but "backwards" in who can specify logical expressions. In your changeSet you can only specify a -simple list of "labels" that apply to the changeSet but at runtime you can write a complex expression to chose the labels you want to execute. This allows -you to specify a changeSet with labels="qa, acme_inc" and then at runtime use expressions such as `--labels="!acme_inc"` or `--labels="pro or (free and beta)"`. - -### Which is right for you? - -Whether you should use contexts or labels comes down to whether the changeSet writer or the Liquibase executor best understands and/or needs the most control over which changeSets to execute. - -- If the changeSet author needs to be able to specify complex logic based on the kind of environment that Liquibase will run in, use contexts. -- If the person executing Liquibase needs to specify complex logic to chose changeSets to run, use labels. -- If you do not use complex expressions, there is no functional difference between them. - -Remember: you can use both. - -### Example Use Cases - -Contexts work best when you can simply enumerate/describe features of the runtime environment: - -- Free vs Pro versions -- QA vs. Dev. vs. Prod environments -- Customer A vs. Customer B - -Labels work best when you can simply enumerate/describe what a changeSet is for, but the deployment time environment is complex to describe. An example of when -labels would work well is when you can describe changeSets as for a particular feature or version such as "1.0" and/or "shopping_cart" but the decision on which -features and/or versions needs to run is complex and chosen at deployment time. Labels in this case would allow you to run with `--labels="1.0 or (1.1 and shopping_cart)"` -to deploy the 1.0 changeSets and only the 1.1. features related to the shopping cart to one database and `--labels="1.0 or (1.1 and !shopping_cart)"` to another database. - -When in doubt, I usually go with contexts because that will simplify deployment configuration (to minimize release-day problems) while giving changeSet authors the -option to handle complex logic if needed. diff --git a/_posts/2015-01-08-liquibase-3-3-2-released.md b/_posts/2015-01-08-liquibase-3-3-2-released.md deleted file mode 100644 index e12967b9f..000000000 --- a/_posts/2015-01-08-liquibase-3-3-2-released.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.3.2 Released ---- -# Liquibase 3.3.2 Released - -Liquibase 3.3.2 is officially released. It is primarily a bugfix release, but has one major new feature: object diffChangeLog/generateChangeLog object filtering. - -### includeObjects/excludeObjects logic - -You can now set an includeObjects or excludeObjects paramter on the command line or Ant. For maven, the parameteres are diffExcludeObjects and diffIncludeObjects. The format for these parameters are: - -- An object name (actually a regexp) will match any object whose name matches the regexp. -- A type:name syntax that matches the regexp name for objects of the given type -- If you want multiple expressions, comma separate them -- The type:name logic will be applied to the tables containing columns, indexes, etc. - -NOTE: name comparison is case sensitive. If you want insensitive logic, use the `(?i)` regexp flag. - -Example Filters: - -- "table_name" will match a table called "table_name" but not "other_table" or "TABLE_NAME" -- "(i?)table_name" will match a table called "table_name" and "TABLE_NAME" -- "table_name" will match all columns in the table table_name -- "table:table_name" will match a table called table_name but not a column named table_name -- "table:table_name, column:\*._lock" will match a table called table_name and all columns that end with "_lock" - -### Full 3.3.2 Change Log: - -- CORE-875 - Ignore tables for diffs and generateChangelog -- CORE-1877 - SQLOutput prints endDelimiter regexes -- CORE-2114 - AddAutoIncrement on Postgres does not work when changes are applied on a specific schema -- CORE-2141 - handling dependencies and WAR as classpath -- CORE-2166 - SpringLiquibase: includeAll within jar causes SetupException -- CORE-2172 - dropPrimaryKey without constraint name on sql server doesn't honour schema information -- CORE-2174 - Bad exception handling in OracleDatabase.setConnection -- CORE-2180 - NPE with bad name -- CORE-2182 - ClassLoader leak due to shutdown hooks - -Since the 3.3.0 announcement, **3.3.1 was also released in December as a bugfix release** with the following changes: - -- CORE-1920 - SpringLiqubase includeAll is not including files -- CORE-2009 - ClassCastException when executing a custom task change (AntClassLoader problem) -- CORE-2097 - "mvn liquibase:futureRollbackSQL" asks for tag, count or date -- CORE-2099 - SQLAnywhere support (Driver not capable) -- CORE-2103 - changelogSchemaName/changelogCatalogName configuration options will not work on Oracle DB -- CORE-2104 - ConcurrentModificationException iterating over System.getProperties().entrySet() -- CORE-2105 - Maven profile performing dropAll and update on Oracle failing with an error on populated database. -- CORE-2107 - LOWER() keyword fails on Postgres createIndex task -- CORE-2108 - dropAll command trying to drop column on table that has already been dropped -- CORE-2116 - Could not find implementation of liquibase.logging.Logger -- CORE-2118 - Change default diffChangeLog/generateChangeLog objectQuotingStrategy back to LEGACY -- CORE-2119 - Bad finally block in SpringLiquibase.afterPropertiesSet() -- CORE-2120 - LoadUpdateData with value=NUMERIC quoting values -- CORE-2121 - DB2: DiffChangeLog/GenerateChangeLog/DropAll sees alias column and tries to drop/add them -- CORE-2127 - updateSQL creates duplicate DATABASECHANGELOGLOCK tables -- CORE-2130 - setFetchSize to a negative value breaks Oracle JDBC Driver -- CORE-2134 - ExecuteCommand won't run with no os attribute. -- CORE-2136 - Mysql must quote PARTITION as a keyword -- CORE-2137 - Special characters (&#13;) copied during generateChangelog on DB2/400 -- CORE-2139 - H2Database.supportsDropTableCascadeConstraints() returns false -- CORE-2142 - generateChangeLog not including all columns in a table -- CORE-2146 - snakeyaml is pulled in as transitive dependency for using projects -- CORE-2149 - Liquibase command line fails -- CORE-2150 - On the 3.3.0-SNAPSHOT, liquibase --version returns 3.2.0 -- CORE-2153 - Liquibase 3.2.1 is no longer compatible with Oracle 9 -- CORE-2155 - diffTypes=data fails with java.sql.SQLException: Attribute value not valid (dataOutputDirectory attribute causes build to fail) -- CORE-2156 - Resource loader can't load changelog file -- CORE-2157 - SQLException if there are single quotes in ChangeSet -- CORE-2159 - Datetime2 no longer used for MSSQL -- CORE-2161 - includeAll relativeToChangelogFile="true" doesn't work -- CORE-2164 - SpringLiquibase: includeAll within jar causes NullPointerException -- CORE-2179 - Creating functional indexes -- CORE-2115 - Really slow when using fat jars -- CORE-2125 - Make DatabaseChangeLog#include(String, boolean, ResourceAccessor) public -- CORE-2148 - Build failure on jdk-1.8 -- CORE-2152 - Change logs in json format not processed by liquibase - parsing errors - -### Updated Extensions - -The following extensions have also been recently updated with bugfixes, new features and support for Liquibase 3.3.x - -- Liquibase-Hibernate 3.5 -- Liquibase-Oracle 3.2 -- Liquibase-Teradata 3.1 -- Liquibase-Redshift 1.0 - -### Download - -As always, Liquibase can be downloaded from the Liquibase download page and is available in the Maven repository as org.liquibase/liquibase-core. The extensions can be downloaded from their corresponding github repository "Release" pages. diff --git a/_posts/2015-04-29-liquibase-3-3-3-released.md b/_posts/2015-04-29-liquibase-3-3-3-released.md deleted file mode 100644 index cc63b14f7..000000000 --- a/_posts/2015-04-29-liquibase-3-3-3-released.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.3.3 Released ---- -# Liquibase 3.3.3 Released - -Liquibase 3.3.3 is primarily a bugfix release - -As always, Liquibase can be downloaded from the Liquibase download page and is available in the Maven repository as org.liquibase/liquibase-core. - -### Fixed Issues: - -- CORE-1768 - Oracle dropAll fails on spatial tables and sequences -- CORE-1840 - Liquibase fails when run on a computer that can't connect to the internet -- CORE-1857 - Wrong column size detection on varchar2 fields with char as datatype -- CORE-1866 - Filtering changelog list by includeAll tag is not working -- CORE-1943 - Handle Error: InetAddress.getLocalHost().getHostName() UnknownHostException results in NoClassDefFoundError -- CORE-1958 - Column type of "TIMESTAMP(6)" under MySql converted to TIMESTAMP dropping fractional seconds -- CORE-1967 - includeAll uses full file path for sql changelogs -- CORE-2023 - Problem using includeAll with SpringLiquibase -- CORE-2126 - Postgres 9.3 - Drop table With Cascade - Not Supported -- CORE-2156 - Resource loader can't load changelog file -- CORE-2186 - AbstractResourceAccessor#convertToPath(String, String) fails for processing includeAll from Classpath -- CORE-2192 - NoSuchMethodException when generating offline Oracle migration script -- CORE-2199 - Liquibase adds a semicolon after a stored proc definition making the stored proc unusable -- CORE-2202 - liquibase.should.run inverted boolean -- CORE-2204 - valueNumeric not being set when using prepared statements -- CORE-2206 - diffChangeLog with JPA-annotated entities causes ConcurrentModificationException -- CORE-2208 - Typo in message -- CORE-2210 - java.lang.NullPointerException when file is empty -- CORE-2214 - When inserting string value starting and ending with apostrophes (quotes) the value is not quoted in the generated SQL -- CORE-2218 - Regression on modifyDataType : VARCHAR2 was supported on 3.2...and fails on 3.3 -- CORE-2239 - Remarks attribute in renameColumn causes parse error -- CORE-2240 - setDropFirst(true) still broken on empty database -- CORE-2262 - 3.3.2 ant task dies on NPE in ChangeLogParameters -- CORE-2263 - Index Snapshot - doesn't include upper cased name indexes when db is NOT case sensitive -- CORE-2274 - Ant Upade Task does not consider changeLogFile correctly if it is contained in a JAR -- CORE-2279 - Rollback fails in MS SQL 2008 using liquibase 3.3.2 -- CORE-2284 - Creating a DatabaseChangeLog() results in NPE -- CORE-2290 - Liquibase gives different results from Ant and the command line -- CORE-2301 - Regression from 3.2.3 in mssql 2000 unsupported usage of varchar(max) and sys.extenden_properties -- CORE-2304 - Autoincrement on type INT4 fails -- CORE-2310 - IncludeAll Fails with Unknown Reason Error -- CORE-2315 - NPE in CommandlineResourceAccessor -- CORE-2325 - Liquibase - New versions break DB create -- CORE-2329 - Escaped reserved keywords in HSQL are stored in lower case instead of upper case. -- CORE-2330 - includeAll uses full file path with includeAll -- CORE-2261 - UpdateSQL needs to append a "/" to the end of createProcedure for Oracle -- CORE-2287 - Improve support for Groovy-based tests in Eclipse -- CORE-2296 - Upgrade Groovy and Spock to maintained versions -- CORE-2318 - Add support for converting BigDecimal objects to a SQL string via DataTypeFactory - - - - diff --git a/_posts/2015-05-04-liquibase-and-datical.md b/_posts/2015-05-04-liquibase-and-datical.md deleted file mode 100644 index 16a8f84e1..000000000 --- a/_posts/2015-05-04-liquibase-and-datical.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase and Datical ---- -# Liquibase and Datical - -For those of you who don't know, I've been working for Datical for the last year and a half as "Benevolent Dictator for Life." I often joke that I feel like I'm retired because after years of working on Liquibase as a hobby on nights and weekends I'm now spending my days working on my "hobby". - -The rest of the Datical team works on Datical DB which uses Liquibase. Datical DB wraps additional functionality around Liquibase such as: - -- Database specific objects such as Oracle Packages & SQL Server Functions -- Forecast to simulate deployments -- HTML reporting -- Out-of-the-box integrations with Jenkins, IBM UrbanCode, CA Release Automation, and others -- Rules Engine (using Drools) to help you control specific objects in your deployments. - -I've always considered the scope of Liquibase to be "git for your database"–flexible but with a single, vendor neutral purpose that is part of an overall application deployment process. Datical DB builds out the rest of toolset for those who need it. - -To help highlight and differentiate Liquibase and Datical, I've made a few updates to liquibase.org including a feature comparison on the download page and a more descriptive "Enterprise Version" menu link. Liquibase continues to be a separate product from Datical and will always remain open source. The changes are simply to point people to Datical DB if they are interested without getting in the way of those who simply use Liquibase. diff --git a/_posts/2015-05-27-liquibase-3-3-4-released.md b/_posts/2015-05-27-liquibase-3-3-4-released.md deleted file mode 100644 index 10de9a1b4..000000000 --- a/_posts/2015-05-27-liquibase-3-3-4-released.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.3.4 Released ---- -# Liquibase 3.3.4 Released - -Bugfix release Liquibase 3.3.4 is now available from liquibase.org/download and through the Maven repositories. - -The most notable fix was to make the Maven plugin "liquibase.should.run" flag default back to true like it should have vs. "false" in 3.3.3. - -### Full changelog: - -- CORE-2360 - Maven - Skip is active by default -- CORE-2199 - Liquibase adds a semicolon after a stored proc definition making the stored proc unusable -- CORE-2344 - Unknown host exception on OS RHEL 6.5 -- CORE-2346 - IncludeAll does not work when runing liquibase from inside a jar -- CORE-2357 - alterSequence does not work as expected when you need to change the cache size -- CORE-2366 - Derby Network server works with command line but not with maven "Liquibase skipped due to maven configuration" -- CORE-2368 - No SQL outputted for `` change - - - - diff --git a/_posts/2015-05-28-liquibase-3-3-5-released.md b/_posts/2015-05-28-liquibase-3-3-5-released.md deleted file mode 100644 index a83e69081..000000000 --- a/_posts/2015-05-28-liquibase-3-3-5-released.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.3.5 Released ---- -# Liquibase 3.3.5 Released - -Yes, I know 3.3.4 just came out yesterday, but there was a configuration issue that affected dependencies in Maven. - -3.3.5 resolves this with no other changes. diff --git a/_posts/2015-06-09-trimming-liquibase-changelogs.md b/_posts/2015-06-09-trimming-liquibase-changelogs.md deleted file mode 100644 index 67a0501fb..000000000 --- a/_posts/2015-06-09-trimming-liquibase-changelogs.md +++ /dev/null @@ -1,143 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Trimming Liquibase ChangeLogs ---- -# Trimming Liquibase ChangeLogs - -For people who have used Liquibase for a long time, a common question they have is how to clear out a changelog file that has gotten unwieldy. - - -The standard process for using Liquibase is to append individual change sets to your changelog file for each database change you need to make. Over time those changes can build up to thousands of entries, many of which are now redundant (create a table and later drop it) or inefficient (create a table, then add columns individually vs. just creating the table with all the columns). What is the best way to simplify all that cruft that has built up? - -My first response is always "Do you really need to simplify it?" You built up that changelog over a long period of time and you have ran it and tested it countless times. Once you start messing with the changelog file you are introducing risk which has a cost of its own. Does whatever performance or file size concerns you have really outweigh the risk of messing with a script that you know works? - -If it is worth the risk, why is it work the risk? Sometimes the problem is that your changelog file has just gotten so large that your editor chokes on it, or you get too many merge conflicts. The best way to handle this is to simply break up your changelog file into multiple files. Instead of having a single changelog.xml file with everything in it, create a master.changelog.xml file which uses the `` tag to reference other changelog files. - -{% highlight xml %} - - - - - - -{% endhighlight %} - -When you run `liquibase update` against the master.changelog.xml file, changeSets in com/example/news/news.changelog.xml will run and then the changeSets in com/example/directory/directory.changelog.xml will run. You can break up changeSets in whatever manner works best for you. Some break them up by feature, some break them up by release. Find what works best for you. - - -Other times, the problem is that `liquibase update` is taking too long. Liquibase tries to be as efficient as possible when comparing the contents of the DATBASECHANGELOG table with the current changelog file and even if there are thousands of already ran changeSets, an "update" command should take just seconds to run. If you are finding that update is taking longer than it should, watch the Liquibase log to determine why. Perhaps there is an old runAlways="true" changeSet that no longer needs to run or there are preconditions which are no longer needed. Running Liquibase with –logLevel=INFO or even –logLevel=DEBUG can give additional output which can help you determine which changeSets are slow. Once you know what is slowing down your update, try to alter just those changeSets rather than throwing out the whole changelog and starting from scratch. You will still want to retest your changelog in-depth, but it is a far less risky change. - - -For other people, they find that `liquibase update` works well for incremental updates, but creating a database from scratch takes far too long. Again I would ask "is that really a problem?" Are you re-creating databases often enough that the risk of a change to the creation script makes sense? If you are, your first step should be to look for problem changeSets as described above. Databases are fast, especially when they are empty. Even if you create a table only to drop it again that is usually just a few milliseconds of overhead and not worth optimizing. The biggest performance bottlenecks in creating a database are usually indexes, so start with them. If you are creating and updating indexes frequently in your creation process, you may be able to combine those changeSets into something more efficient. - - -When you need to surgically alter your existing changeSets, remember how Liquibase works: each changeSet has an "id", an "author", and a file path which together uniquely identifies it. If the DATABASECHANGELOG table has an entry for that changeSet it will not run it. If it has an entry, it throws an error if the checksum for the changeSet in the file doesn't match what was stored on the last run. - - -How you modify your existing changeSets will also depend on your environment and where in the changelog the problem changeSets are. If you are modifying changeSets that have been applied to all of your environments and are now only used on fresh database builds you can treat them differently than if they have been applied to some databases but not yet to others. - - -To merge or modify existing changeSets you will be doing a combination of editing existing changeSets, removing old changeSets, and creating new ones. - - -Removing unneeded changeSets is easy because Liquibase doesn't care about DATABASECHANGELOG rows with no corresponding changeSets. Just delete out of date changeSets and you are done. For example, if you have a changeSet that creates the table "cart" and then another that drops it, just remove both changeSets from the file. You must make sure, however, that there are no changeSets between the create and the delete that make use of that table or they will fail on a fresh database build. That is an example of how you are introducing risk when changing your changelog file. -Suppose instead you have a "cart" table that is created in one changeSet, then a "promo_code" column is created in another and an "abandoned" flag is created in another. - -{% highlight xml %} - - - - - - - - - - - - - - - - - - - -{% endhighlight %} - -One option would be to combine everything into a new changeSet using the existing id="1" and delete the other changeSets. - -{% highlight xml %} - - - - 7:f24b25ba0fea451728ffbade634f791d - - - - - - - - -{% endhighlight %} - -This will work well if all existing databases have the cart table with the promo_code and abandoned columns already added. Running Liquibase against existing databases just sees that id="1" already ran and doesn't do anything new. Running Liquibase against a blank database will create the cart table with all the columns right away. Notice that we had to add the flag or existing databases will thow an error saying that id="1" has changed since it was run. Just use the checksum in the error message in the validCheckSum tag to mark that you know it changed and the new value is OK. - -If you have some databases where the promo_code and/or abandoned columns have not yet been added, update the original createTable as before, but use preconditions with onFail="MARK_RAN" to handle cases where the old changeSet ran while still not adding the columns again if the new changeSet ran. - - -{% highlight xml %} - - - - - 7:f24b25ba0fea451728ffbade634f791d - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% endhighlight %} - -Now, on existing databases that have all 3 changeSets already ran, Liquibase will just continue on as before. For existing databases that have the old cart definition, it will see that the columns don't exist for id="2" and id="3" and execute then as usual. For blank databases, it will create the table with the promo_code and abandoned columns and then in id="2" and id="3" it will see that they are already there and mark that they have ran without re-adding the columns. A word of warning, however: using preconditions will add a performance overhead to your update executions and are ignored in updateSQL mode because Liquibase cannot know how applicable they are when changeSets have not actually executed. For that reason it is best to avoid them if possible, but definitely use them when needed. Preconditions also add complexity to your changelog which will require additional testing so keep that in mind when deciding whether to modify your changelog logic. Sometimes it is easiest and safest to wait until all your databases have the columns and then modify the changeSets to avoid the preconditions. - - -The cart/promo_code/abandoned example shows some basic patterns you can use when modifying existing changeSets. Similar patters can be used to optimize whatever your bottlenecks are. Just remember when you change one changeSet, it can affect other changeSets below which may need to be modified as well. This can easily spider out of control so be mindful of what you are doing. - - -If you end up finding that it will work best to completely restart your changelog, see http://www.liquibase.org/documentation/existing_project.html which describes how to add Liquibase to an existing project (even if that project was previously managed by Liquibase). - - -(Originally posted to DZone) diff --git a/_posts/2015-06-15-liquibase-downloads-moved-off-sourceforge.md b/_posts/2015-06-15-liquibase-downloads-moved-off-sourceforge.md deleted file mode 100644 index c9a7f5a4a..000000000 --- a/_posts/2015-06-15-liquibase-downloads-moved-off-sourceforge.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Downloads Moved Off SourceForge ---- -# Liquibase Downloads Moved Off SourceForge - -When I first released Liquibase as open source in 2006, Sourceforge was the obvious place to host the project. Over the years, however, I've been slowing shifting functionality off sourceforge to liquibase.jira.com, github.com/liquibase and this blog. - - -For the last few years, the only thing remaining on SourceForge was the download file hosting. Given the recent issues SourceForge has had with GIMP, Nmap, and others it is time to move the file downloads off as well. Users entrust Liquibase with their most valuable asset--their data. I want to ensure that trust is sound which is why I am moving the download source. - - -What impact does this have? Very little. The main Liquibase download page is still http://liquibase.org/download and there have been no changes to that page except where the links point. If you were one of the few people who went to the sourceforge project page to download the files, they are no longer available and you must now go to the liquibase.org/download page instead. diff --git a/_posts/2015-06-18-blog-hosting-moved.md b/_posts/2015-06-18-blog-hosting-moved.md deleted file mode 100644 index d4978494f..000000000 --- a/_posts/2015-06-18-blog-hosting-moved.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Blog Hosting Moved ---- -# Liquibase Blog Hosting Has Moved - -I've moved the blog hosting off a wordpress server and am now hosting it on GitHub along with the rest of www.liquibase.org. - -All of the existing content on blog.liquibase.org has been moved over and reformatted. URLs to previous posts should be the same **except** for using www.liquibase.org as the host instead of blog.liquibase.org. Requests to blog.liquibase.org should automatically redirect to the new site. - -For those subscribing to the RSS feed, the feed URL changed from blog.liquibase.org/feed to www.liquibase.org/rss.xml but I did set up a redirect which most readers will hopefully follow. - -Finally, the new setup does not support blog comments. That is OK with me because I prefer people to use [forum.liquibase.org](http://forum.liquibase.org), [liquibase.jira.com](http://liquibase.jira.com) or even [@liquibase](https://twitter.com/liquibase) for discussion. - -If you run into any problems with the conversion, let me know. \ No newline at end of file diff --git a/_posts/2015-06-24-liquibase-3-4-0-released.md b/_posts/2015-06-24-liquibase-3-4-0-released.md deleted file mode 100644 index bd633e5f2..000000000 --- a/_posts/2015-06-24-liquibase-3-4-0-released.md +++ /dev/null @@ -1,180 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.4.0 Released ---- -# Liquibase 3.4.0 Released - -Liquibase 3.4.0 has been released and is working it's way through the Maven mirrors. - -Downloads are available at [http://liquibase.org/download](/download). Question or comments can be directed [here](http://liquibase.org/community) - - -Lots of good things in 3.4.0, but some highlights include: - -### You can now save snapshots and later reuse them for diff, generateChangeLog, and more - -We previously added the ability to use "offline" databases which allows you to specify a url of "offline:mysql" for updateSql. -With 3.4.0, there is a new `--snapshotFormat=json` attribute you can pass to the snapshot command which will output the snapshot in machine-readable JSON. - -{% highlight console %} -liquibase --url=jdbc:mysql://localhost/lbcat snapshot --snapshotFormat=json > snapshot.json -{% endhighlight %} - -You can then use that snapshot with offline mode and any snapshot operations will use what is in the snapshot file as the database state. - -- **liquibase --url=jdbc:mysql://localhost/lbcat --referenceUrl=offline:mysql?snapshot=path/to/snapshot.json diff** will compare the stored snapshot with the current database state -- **liquibase --url=offline:mysql?snapshot=path/to/snapshot.json diff --referenceUrl=offline:mysql?snapshot=path/to/older-snapshot.json diff** will compare two snapshots -- **liquibase --url=offline:mysql?snapshot=path/to/snapshot.json generateChangeLog** will generate a changelog based on what is in the snapshot -- **liquibase --url=jdbc:mysql://localhost/lbcat --referenceUrl=offline:mysql?snapshot=path/to/snapshot.json diffChangeLog** will generate a changelog based on what is new in the real database compared to what is in the snapshot. - -### Changelog properties can be defined as local to the changelog, not global - -Previously, changelog properties were "write once" and global. Meaning that once you define a property, it cannot be overridden and is applicable to all changelogs. - -You can now use the `global="false"` flag in properties defined in a changeSet and the property will only apply to that changeLog. - -{% highlight xml %} - - - - -{% endhighlight %} - -The type varchar_type will be set to NVARCHAR across all changelog files, but the boolean_type value will only be BIT within this file and will be undefined elsewhere. - -### Index descending can be more easily defined - -Previously, if you wanted to control if an index is ASC or DESC you needed to use modifySql or just list the column name as "name DESC". There is now a "descending" boolean flag that can be specified in createTable and createIndex changes. - -{% highlight xml %} - - - - -{% endhighlight %} - -### Performance improvements - -There was significant work done to improve snapshot time as well as loaddata. The metadata queries were improved and the amount of metadata that needs to be read for some operations was greatly decreased. - -The larger your databases are, the more of an improvement you should see. - -### New tagExists command - -Are you wondering if you have already used a given tag? Use `liquibase tagExists tagName` to find out. - -### Full Release Notes - -Thanks to everyone who helped with [all these issues](https://liquibase.jira.com/jira/secure/ReleaseNote.jspa?projectId=10020&version=11960) - -- [CORE-14] - Dropping default values with MS-SQL -- [CORE-822] - Add a tag to add/update table/column remarks -- [CORE-864] - loaddata performance enhancement -- [CORE-1411] - MariaDB support -- [CORE-2254] - Ability to save snapshot for later comparison -- [CORE-2257] - Ability to use a previously saved database snapshot in diff and generateChangeLog -- [CORE-2302] - Add ability to load nested object/collection properties and BigDecimal properties automatically -- [CORE-2306] - Support passing in a script for rollback to override rollback logic included in the changelog -- [CORE-2308] - Track changeSet contexts and labels in databasechangelog table -- [CORE-2345] - Add XML Type -- [CORE-419] - Allowing ASC and DESC in index definitions -- [CORE-562] - Allow naming of not null constraints -- [CORE-715] - indexExists does a full snapshot -- [CORE-1731] - Support autoincrement in oracle 12c -- [CORE-2124] - Ability to pass properties to a JDBC driver required -- [CORE-2132] - Error message for missing sqlFile reference should be more descriptive -- [CORE-2147] - HsqlDatabase should emit uppercase names when quoting reserved words to preserve case insensitivity -- [CORE-2171] - New ChangeExecListener.runFailed method -- [CORE-2177] - Support NOT(X) syntax for labels -- [CORE-2185] - Few fields needs to be changed as protected and need additional field in RanChangeSet -- [CORE-2217] - Add DataTypeFactory support for delimited data type names, improve resolution of MSSQL data types -- [CORE-2228] - New usingIndexName attribute on addPrimaryKey -- [CORE-2236] - Support .yml extension in YamlChangeLogSerializer -- [CORE-2244] - Handle generating SQL Server DDL where ANSI NULL Default is false -- [CORE-2249] - Index and UniqueConstraint equivalence check should take name into account -- [CORE-2288] - Do not check/updatedatabasechangelog table on status -- [CORE-2292] - New tagExists command for command line -- [CORE-2298] - Allow HSQL to use defaultValueComputed for certain allowed functions on datetime type columns -- [CORE-2299] - Add capability to ignore missing or empty folder with includeAll -- [CORE-2307] - ChangeLog table name option in command line tool -- [CORE-2309] - global/local properties on changesets -- [CORE-2320] - MinGW (Git Bash) support for shell -- [CORE-2334] - Disable CREATE TABLE DATABASECHANGELOG generation when running on OfflineConnection -- [CORE-2336] - Use a grammer for parsing SQL rather than regexps -- [CORE-2358] - Improve data types for Liquibase tables in MSSQL -- [CORE-2359] - Consistently read dataTypeId for all databases -- [CORE-2363] - Improve robustness of MSSQL database case-insensitivity check -- [CORE-2371] - Improve Oracle snapshot performance -- [CORE-2386] - Set the connection default catalog/schema if defaultCatalogName or defaultSchemaName is set -- [CORE-2397] - MSSQL View Snapshot should not use sp_helptext -- [CORE-2399] - DBDoc improvements -- [CORE-2404] - Ability to preserve TEXT type in mssql snapshot and update -- [CORE-842] - Tag database not taking orderexecuted into account -- [CORE-1296] - drop column on ms sql server -- [CORE-1424] - SQL Generation ignores DATETIME parameters -- [CORE-1542] - Sequence is dropped not until a second run of dropAllDatabaseObjects on PostgreSQL -- [CORE-1738] - loadData from csv fails for boolean column (if another column present) -- [CORE-1749] - Update change command does not respect whereParams -- [CORE-1803] - DropAll doesn’t delete sequences if they are used as default value in postgres -- [CORE-1904] - Slow indexExists performance in Oracle -- [CORE-1924] - SQLServer diff - DATETIME2 not being handled correctly -- [CORE-2005] - /usr/bin/liquibase: Syntax error: "else" unexpected -- [CORE-2018] - Quotes stripped from index filter_conditions on snapshot -- [CORE-2019] - Comments in empty rollback prevent execution -- [CORE-2041] - Escaping of reserved keywords in HSQLDB -- [CORE-2096] - DiffChangeLog with changed indexes generates drop/add in the wrong order -- [CORE-2109] - dropAll fails for statements the database requires to run non-transactionally -- [CORE-2113] - Informix text datatype fixes -- [CORE-2133] - Oracle: GenerateChangeLog of a table with DEFAULT VALUE NULL creates defaultValueComputed="NULL" -- [CORE-2167] - Issues with generateChangeLog of unique constraints on DB2 -- [CORE-2169] - offline mode seems non-deterministic -- [CORE-2178] - Fatal exception acquiring lock in SQL Server databases with case-sensitive collation -- [CORE-2196] - Ant: "Unable to update database." without explanation -- [CORE-2209] - Oracle snapshot sometimes creates "GENERATED ALWAYS AS (null)" -- [CORE-2211] - Liquibase tries to execute commented lines in custom SQL file -- [CORE-2219] - DB2 for zOs - adding primary key always emits REORG but REORG does not exist on Db2 for zOs -- [CORE-2222] - TIMESTAMP parameters dropped for PostgreSQL -- [CORE-2224] - Index uniqueness is not always recognized correctly -- [CORE-2227] - CLONE - UpdateSQL needs to append a "/" to the end of createProcedure for Oracle -- [CORE-2232] - Support schema other than public on PostgreSQL -- [CORE-2233] - Oracle Timestamp precision lost in generateChangeLog -- [CORE-2234] - columnExists precondition could be much faster (Oracle, mssql) -- [CORE-2237] - YamlChangeLogSerializer does not correctly serialize a changeset -- [CORE-2251] - Adding column with type DATETIME doesn't work for PostgreSQL -- [CORE-2252] - XMLChangeLogSerializer writes array object for rollback tag content -- [CORE-2253] - Handle oracle varchar <-> clob conversions in diffChangeLog -- [CORE-2256] - Drop Sequences before Tables -- [CORE-2266] - DiffChangeLog: Invalid changelog when a primary key backing index is changed -- [CORE-2267] - Rollback fails for mixed-case objects created with QUOTE_ALL_OBJECTS -- [CORE-2270] - Doubledash inside quoted text causes parsing error -- [CORE-2271] - CLONE - DiffChangeLog: Invalid changelog when a unique constraint backing index is changed -- [CORE-2272] - DiffChangeLog must drop foreign keys before primary keys -- [CORE-2273] - Oracle char column snapshot not differentiating between a default value of 0 and '0' -- [CORE-2275] - YAML update fails with Unexpected error running Liquibase: java.util.LinkedHashMap cannot be cast to java.util.List -- [CORE-2281] - Oracle snapshot performance issue with many multiple views -- [CORE-2291] - ObjectQuotingStrategy not reset correctly after changeSet -- [CORE-2295] - includeAll tries to load all files instead only *.xml -- [CORE-2300] - Unsigned Int / Bigint cannot be created -- [CORE-2305] - Snapshot output too verbose -- [CORE-2316] - Data type registry occasionally returns wrong data type implementation -- [CORE-2321] - Liquibase tag command tags too much -- [CORE-2324] - diffChangeLog does not handle changes in sequence incrementBy, maxValue or ordered -- [CORE-2331] - Support for MSSQL collation in data type description broken -- [CORE-2340] - Add support for extensions to override the built-in change log, snapshot serializers -- [CORE-2355] - Improve updateSQL performance -- [CORE-2361] - preConditions, rollback, property, include, includeAll cannot be serialized -- [CORE-2373] - Local DTD files not found in subdirectory -- [CORE-2378] - Adding a new "CustomChange" triggers ClassNotFoundException -- [CORE-2380] - Support reading of gzip files -- [CORE-2381] - Fix unique constraint generator for informix -- [CORE-2383] - Change formatted SQL stripComments default from "true" to "false" -- [CORE-2385] - IncludeAll does not work when runing liquibase from inside a jar -- [CORE-2387] - dropPrimaryKey without constraint name on sql server doesn't query schema correctly -- [CORE-2388] - Views not equal in different schemas -- [CORE-2390] - NullPointerException when generating changelog -- [CORE-2391] - column type doesn't respect unsigned -- [CORE-2393] - changeSet contexts created with maven generateChangeLog are in parentheses -- [CORE-2401] - MSSQL handling timestamp according to sql standard, not sqlserver usage -- [CORE-2402] - Oracle NCLOB defaultValues not read correctly - diff --git a/_posts/2015-07-02-without-a-connection.md b/_posts/2015-07-02-without-a-connection.md deleted file mode 100644 index be819bbee..000000000 --- a/_posts/2015-07-02-without-a-connection.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Without a Database Connection ---- -# Liquibase Without a Database Connection - -There are many, many different processes and requirements companies have for managing their database schemas. Some allow the application to directly manage them on startup, some require SQL scripts be executed by hand. Some have schemas that can differ across customers, some have only one database to deal with. - -For people who prefer to execute SQL themselves, Liquibase has always supported an "updateSQL" mode which does not update the database but instead outputs what would be run. This allows developers and DBAs to know exactly what will be ran and even make modifications as needed before actually executing the script. - -Before version 3.2, however, Liquibase required an active database connection for updateSQL. It used that connection to determine the SQL dialect to use and to query the DATABASECHANGELOG table to learn what changeSets have already been executed. - -### Controlling updateSql SQL Syntax - -With version 3.2, Liquibase added a new "offline" mode. Instead of specifying a jdbc url such as `jdbc:mysql://localhost/lbcat` you can use `offline:mysql` or `offline:postgresql` which lets Liquibase know what dialect to use. For finer dialect control, you can specify parameters like `offline:mysql?version=3.4&caseSensitive=false` - -Available dialect parameters: - -- **version:** Standard X.Y.Z version of the database -- **productName:** String description of the database, like the JDBC driver would return -- **catalog:** String containing the name of the default top-level container (‘database’ in some databases ‘schema’ in others) -- **caseSensitive:** Boolean value specifying if the database is case sensitive or not - -### Tracking History With CSV - -These parameters let Liquibase know what SQL to generate for each changeSet, but without an active database connection you cannot rely on the DATABASECHANGELOG table to track what changeSets have already been ran. Instead, offline mode uses a CSV file which mimics the structure of the DATABASECHANGELOG table. - -By default, Liquibase will use a file called "databasechangelog.csv" in the working directory, but it can be specified with a "changeLogFile" parameter such as `offline:mssql?changeLogFile=path/to/file.csv` - -It is up to you to ensure that the contents of the csv file match what is in the database. Running updateSQL automatically appends to the CSV file under the assumption that you will apply the SQL to the database. Since the csv file matches a particular database, it isn’t something you normally would store or share under version control because every database can (and probably will) be in a different state. If you do store the files in a central location, you will probably want to at least have a separate file for each database. - -By default, the SQL generated by updateSql in offline mode will still contain the standard DATABASECHANGELOG insert statements, so each database that you apply the SQL to will still have a correct DATABASECHANGELOG table. This means that you can switch between a direct-connection update and offline updateSQL as needed. It also means that you can also extract the current contents of the DATABASECHANGELOG table to a CSV file and use that as the file passed to the offline connection to ensure you have the right contents in the file. - -If you do not want the DATABASECHANGELOG table SQL included in updateSQL output, there is an "outputLiquibaseSql" parameter which can be passed in your offline url. - -Possible outputLiquibaseSql values: - -- **"none"** will output no DATABASECHANGELOG statements -- **"data_only"** will output only INSERT INTO DATABASECHANGELOG statements -- **"all"** will output CREATE TABLE DATABASECHANGELOG if the csv file does not exist as well as INSERT statements (default value) - -### Offline Snapshots - -The new 3.4.0 release of Liquibase expands The new 3.4.0 release of Liquibase expands offline support with a new "snapshot" parameter which can be passed to the offline url pointing to a saved database structure. Liquibase will use the snapshot anywhere it would have normally needed to read the current database state. This allows you to use preconditions and perform diff and diffChangeLog operations without an active connection and even between snapshots of the same database from different points in time. - -To create a snapshot of your live databases, use the `—snapshotFormat=json` parameter on the "snapshot" command. - -Command line example: - -{% highlight console %} -$ liquibase --url=jdbc:mysql://localhost/lbcat snapshot --snapshotFormat=json > snapshot.json -{% endhighlight %} - -or - -{% highlight console %} -$ liquibase --url=jdbc:mysql://localhost/lbcat --outputFile=path/to/output.json snapshot --snapshotFormat=json -{% endhighlight %} - -NOTE: currently only "json" is supported as a snapshotFormat. - -You can then use that file with your offline url and any snapshot operations will use it as the database state. - -- **liquibase --url=jdbc:mysql://localhost/lbcat --referenceUrl=offline:mysql?snapshot=path/to/snapshot.json diff** will compare the stored snapshot with the current database state -- **liquibase --url=offline:mysql?snapshot=path/to/snapshot.json diff --referenceUrl=offline:mysql?snapshot=path/to/older-snapshot.json diff** will compare two snapshots -- **liquibase --url=offline:mysql?snapshot=path/to/snapshot.json generateChangeLog** will generate a changelog based on what is in the snapshot -- **liquibase --url=jdbc:mysql://localhost/lbcat --referenceUrl=offline:mysql?snapshot=path/to/snapshot.json diffChangeLog** will generate a changelog based on what is new in the real database compared to what is in the snapshot. - -*Originally posted to [java.dzone.com](http://java.dzone.com/articles/using-liquibase-without)* diff --git a/_posts/2015-07-23-executing-liquibase.md b/_posts/2015-07-23-executing-liquibase.md deleted file mode 100644 index 027ffba59..000000000 --- a/_posts/2015-07-23-executing-liquibase.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Executing Liquibase - 3 Use Cases ---- -# Executing Liquibase: 3 Use Cases - -Once you've created a [database changelog file](/documentation/databasechangelog.html), what is the best way to run it? As always, it depends on what works best for you. There are three main ways to run Liquibase: "automatically on startup", "manually as needed", or "Just give me the SQL and I'll do it myself". All three work with any changelog file, so use the method (or combination of methods) which works best for your project. - -### Automatic Deployment - -The easiest way to run Liquibase is to set it to run automatically on startup. Once set up, your database state always matches what your code expects and you have no manual steps to forget. This method works best in environments where you have less control over the deployment process or if you want a simpler deployment process. - -I've seen this method used for web applications that use Continuous Delivery and have an automated release process from code check in through live production which gets executed multiple times per day. I've also seen this method used in packaged applications that are shipped to customers to make the database management portion completely transparent. - -Don't worry if you have multiple servers pointing to the same database. Liquibase uses a DATABASECHANGELOGLOCK table to ensure that only one instance of Liquibase runs at a time. Even if you have a cluster of servers all coming online at the same time and all automatically running Liquibase, the lock table will ensure that they will not all try to update the database concurrently and cause problems. - -Liquibase ships with two hooks to automatically update your database on startup: a [servlet listener](/documentation/servlet_listener.html) and a [Spring bean](/documentation/spring.html). - -If neither of those hooks fit with your application, you can always call the Liquibase Java API directly. The most straightforward way of running Liquibase directly looks like this: - -{% highlight java %} -java.sql.Connection connection = openConnection(); //your openConnection logic here - -Database database = DatabaseFactory.getInstance().findCorrectDatabaseImplementation(new JdbcConnection(connection)); - -Liquibase liquibase = new liquibase.Liquibase("path/to/changelog.xml", new ClassLoaderResourceAccessor(), database); - -liquibase.update(new Contexts(), new LabelExpression()); -{% endhighlight %} - -This code will create an instance of the liquibase.Liquibase façade and run the update() method which simply updates the database to match the passed changelog. There are many other methods on the Liquibase façade which can also be used if you are looking to automate Liquibase in different ways. - -### Manual Deployment - -If automatic database updates don't work well for you, you can execute Liquibase on demand. Liquibase ships with a [command line application](/documentation/command_line.html) which supports both Windows and Linux. It also ships with an [Ant task](/documentation/ant/index.html) and a [Maven goal](/documentation/maven/index.html) for those who use those tools. These interfaces allow you to execute Liquibase commands whenever you need, without being tied to application startup. - -One common use for the Ant and/or Maven interface is to integrate Liquibase into your build process. This allows you to catch errors in your changelog earlier, and also gives you a database which automated tests can be ran against. Developers can run the same tasks against their local environment for initial development and for fixing issues. Remember: [contexts](/documentation/contexts.html) work well for embedding test data in your changelog and only deploying it to test environments. - -You may also prefer to run Liquibase directly with more complex release processes that are designed to eliminate downtime. For example, if you make your database changes compatible with the existing codebase (no DROP commands), you can run Liquibase update while the old version of your site is still running. Once it has successfully updated, then begin a staged rollout of new code across your cluster. - -### Executing SQL - -Manual updates with Liquibase allow you to control WHEN the database is updated, but WHAT is actually executed is still managed completely by Liquibase. For those who need to know exactly what is being done to their database, Liquibase supports an "updateSQL" mode in the command line, Ant, and Maven interfaces. When running updateSQL, Liquibase will simply output the SQL it would normally have ran. The output includes both the SQL to update your database and also the SQL to keep the DATABASECHANGELOG table up to date. Inspect the output as you need then execute it through whatever database tools you prefer. After running the SQL, your database will be in the correct state, and Liquibase will know what was ran and so future updateSQL calls will include only new changeSets. - -### Mix and Match - -All the above methods can also be mixed and matched as needed to handle whatever schema management needs you may have. Some projects use automatic deployment for development and initial QA, then updateSQL for final QA and production. Some shipped products automatically run Liquibase on startup, but hotfixes are handled through a more manual process. Others automatically run Liquibase all the way through production, but the executed SQL is automatically saved and is watched by DBAs throughout the release progression to ensure nothing unexpected is happening. - -No matter what your schema deployment needs are, you should be able to find a way to manage them with Liquibase. \ No newline at end of file diff --git a/_posts/2015-07-28-liquibase-3-4-1-released.md b/_posts/2015-07-28-liquibase-3-4-1-released.md deleted file mode 100644 index c45ef5fa9..000000000 --- a/_posts/2015-07-28-liquibase-3-4-1-released.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.4.1 Released ---- -# Liquibase 3.4.1 Released - -Bugfix release Liquibase 3.4.1 is now available from [liquibase.org/download](/download) and through the Maven repositories. - -### Fixes include: - -- improvements to includeAll logic -- better handling of older-version DATABASECHANGELOG table structures with updateSQL and status -- improved data type handling -- extensions containing custom loggers should work again -- Correctly detect "Sybase IQ" - -### Full changelog: - -- [CORE-998] - Changing index columns leads to wrong output order in the change log xml file. -- [CORE-2104] - ConcurrentModificationException iterating over System.getProperties().entrySet() -- [CORE-2385] - IncludeAll does not work when runing liquibase from inside a jar -- [CORE-2405] - Collation not preserved, depending on configuration -- [CORE-2406] - Escaped built-in data types should be lower case -- [CORE-2408] - Unknown column 'LABELS' in 'field list' -- [CORE-2410] - Snapshot should not include paramaters for MSSQL geometry, geography or sql_variant types -- [CORE-2411] - BLOB string default values not quoted -- [CORE-2412] - Handle Oracle BFILE types -- [CORE-2414] - CLONE - generateChangeLog creates DOUBLE(22) instead of double in MySql -- [CORE-2415] - Custom Logger configuration does not work anymore -- [CORE-2416] - Diff drops and creates primary keys for all tables -- [CORE-2418] - Liquibase 3.4.0 tries to do INSERT instead of UPDATE-Statements with Postgres -- [CORE-2421] - MySQL column sizes are off by 1 in BIGINT and INT for diffChangeLog -- [CORE-2422] - Liquibase intialisation failed -- [CORE-2423] - Sybase IQ : strange procedure called -- [CORE-2426] - Default schema name missing quotes. -- [CORE-2427] - Better handle MSSQL stored procedures with a different defaultSchema and replaceOnExists=true -- [CORE-2428] - liquibase 2.0.3 to 3.3.3 -- [CORE-2435] - includeSystemClasspath switch actually includes SystemClassLoader if false -- [CORE-2436] - Logging in ClassLoaderResourceAccessor prevents installation of custom Logger -- [CORE-2437] - Index.toString() contains "unique" if and only if index is NOT unique -- [CORE-2438] - DeleteGenerator does not handle parameter names and values with $ or \ properly -- [CORE-2440] - Not possible to override DefaultLogger using a Logger in a non-liquibase package. -- [CORE-2441] - Creation of foreign key fails in MySQL if database name contains dashes -- [CORE-2442] - Creating MD5 checksum fails if changeSet id contains the character "?" -- [CORE-2443] - Liquibase 3.4.0 ignores third party loggers in certain situations -- [CORE-2446] - endDelimiter splitting does not work in plain SQL files (regression) -- [CORE-2452] - Index names should be quoted on SQL Server -- [CORE-2458] - loadUpdateData will not update -- [CORE-2460] - Postgres index names cannot include schema name -- [CORE-2433] - quoting error in table creation -- [CORE-2359] - Consistently read dataTypeId for all databases -- [CORE-2419] - Support fluent/builder-style change properties -- [CORE-2449] - Correctly detect "Sybase IQ" -- [CORE-2450] - Non-bash /bin/sh gives "[[ not found" error -- [CORE-2451] - SQL scripts should have "USE database" in the header on SQL Server -- [CORE-2453] - Informix: Return null for connection schema name -- [CORE-2459] - Un-change Formatted SQL stripComments default back to true -- [CORE-2461] - Don't do DATABASECHANGELOG ALTER statements if column types are different \ No newline at end of file diff --git a/_posts/2015-08-04-liquibase-status-aug2015.md b/_posts/2015-08-04-liquibase-status-aug2015.md deleted file mode 100644 index 675e95566..000000000 --- a/_posts/2015-08-04-liquibase-status-aug2015.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Status - Aug 2015 ---- -# Liquibase Status - August 2015 - -This is the first in a planned monthly post designed to give a better window into Liquibase development and the Liquibase community. I'd appreciate any feedback you have on how helpful (or not) it is and/or any suggestions you have. - -My work on Liquibase was split last month between a 3.4.1 release and continuing work on Liquibase 4.0. The full scope (and timeline) of 4.0 is still being determined, but the high-level goals are to: - -- Simplify and standardize the codebase -- Improve the testability -- Make larger internal API changes to support new functionality - -So far, the 4.0 work has focused on simplifying the Statement/Change/Generator/Snapshot logic and improving the testing of the interaction between Liquibase and the database. For more information and to help review the code so far, see [http://forum.liquibase.org/#Topic/49382000001343003](http://forum.liquibase.org/#Topic/49382000001343003) - -The goal of 4.0 is to have no end-user breaking changes, but there will be API changes that will affect extension writers. Documentation on the upgrade process will be part of the release. - -Beyond codebase changes, I switched the blog hosting from a separate server to being a part of the [liquibase.org github pages sites](https://github.com/liquibase/liquibase.github.com). Anyone using an RSS reader should have been redirected, and for everyone else the main difference should be posts now showing in the left navigation of liquibase.org and a more consistent design. For me, I now have one less server to maintain which is always good. - -I also recently became the proud owner of the [@liquibase](https://twitter.com/liquibase), twitter account so feel free to follow and/or contact me there. - -Finally, I want to use each monthly update as an opportunity to recognize a different contributor. As an open source project, Liquibase is a group effort with usually very little recognition. - -This month I'd like to thank [Mark Chesney](https://github.com/mches). Over the last few months he has sent nearly [50 pull requests](https://github.com/liquibase/liquibase/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Amches+) and has not only done a good job of managing the corresponding [liquibase.jira.com issues](https://liquibase.jira.com/secure/ViewProfile.jspa?name=mches), but has also helped answer questions, find work-arounds, and triage issues on other issues as well. Most of his work has centered around improving MS SqlServer support, and I appreciate all he has done. - - diff --git a/_posts/2015-08-18-survey-2015.md b/_posts/2015-08-18-survey-2015.md deleted file mode 100644 index 6f7290367..000000000 --- a/_posts/2015-08-18-survey-2015.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Survey 2015 ---- -# Liquibase Survey 2015 - -One problem with running an open source project is that we don't really have "customers" to contact for feedback and product suggestions. I can always just add features that **I** think make sense, but one thing I've learned is that people use Liquibase in amazing ways I would never have imagined. - -That is where the **[Liquibase survey](http://goo.gl/forms/TNXBl5GsPv)** comes in: it is your chance to provide feedback on how you use Liquibase and what is important to you so that I can better prioritize efforts over the next year. - -## Your participation and time is greatly appreciated ## - -### -----> [Liquibase Survey 2015 Form](http://goo.gl/forms/TNXBl5GsPv) <----- ### - -If you know others that use Liquibase, please forward them the survey as well. Even better, if you know someone who is NOT using Liquibase, send them the survey as well. - -The more information I can gather the better picture I will have. - -**Survey runs until September 18th, 2015** \ No newline at end of file diff --git a/_posts/2015-09-01-liquibase-status-sept2015.md b/_posts/2015-09-01-liquibase-status-sept2015.md deleted file mode 100644 index 79b057e1c..000000000 --- a/_posts/2015-09-01-liquibase-status-sept2015.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Status - Sep 2015 ---- -# Liquibase Status - Sep 2015 - -If you missed last month, I've started a monthly status post to give a better window into Liquibase development and the Liquibase community. I'd appreciate any feedback you have on how helpful (or not) it is and/or any suggestions you have. - -New this month is the Liquibase 2015 Survey. Since I don't have direct contact with the majority of Liquibase users, it is my best opportunity to understand how Liquibase is actually used in the wild to help prioritize features. -If you've not filled out the survey yet, you can find it at [http://goo.gl/forms/TNXBl5GsPv](http://goo.gl/forms/TNXBl5GsPv). The survey ends September 18th, 2015. - -No new releases in the last month, but I'm planning on a 3.4.2 bugfix release in September. - -Some interesting statistics from the liquibase.org traffic - -- We get nearly 14,000 sessions per week -- Bing and DuckDuckGo are neck and neck for referrals, but Google still accounts for 98.6% of search engine traffic -- Nearly 15% of people are visiting from a Linux machine and more people use Android than iOS -- Over 68% use Chrome while less than 4% use IE - -This month's "contributor of the month" is [Matt Bertolini](https://github.com/mattbertolini). He saw that the Ant integration was getting fairly out of date and took it upon himself to refactor it. -Not only was the [pull request one of the best I've seen](https://github.com/liquibase/liquibase/pull/275) but he watched for related Jira issues and forum questions after his code was released and addressed any questions and problems that came up. -While I always appreciate pull requests, the on-going maintenance of new features and helping other users with related problems is at *least* as valuable. As contributor of the month, Matt gets a 13,000 mAh USB battery graciously donated by [datical.com](http://datical.com) in addition to my thanks. \ No newline at end of file diff --git a/_posts/2015-09-10-liquibase-without-changelogs.md b/_posts/2015-09-10-liquibase-without-changelogs.md deleted file mode 100644 index 69c24cf4f..000000000 --- a/_posts/2015-09-10-liquibase-without-changelogs.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase Without Changelogs ---- -# Liquibase Without Changelogs - -Early on, Liquibase only supported XML changelogs with each changeSet listed in it. There are many advantages to using that setup, but there are now many different ways to store your database changes. - -One way to manage your changes is to store them in individual SQL files. Some people prefer this setup because it is similar to other tools they have used, because they find SQL more natural to work with than XML, or they prefer to work with smaller files in a directory than changeSets stored in a large file. It is also helpful when migrating to Liquibase from an older system that manages changes as individual files. - -### Master Changelog - -To bootstrap the process, you need a master changelog file that uses the includeAll command. I know the title said "Liquibase Without Changelogs," but once you have created this file you never have to touch it again. - -**File "com/example/liquibase/changelog.xml"** - -{% highlight html %} - - - - - - -{% endhighlight %} - -The includeAll command is telling Liquibase to run all the SQL files in the "com/example/liquibase" directory. - -Now, when you run `liquibase --changeLogFile=com/example/liquibase/changelog.xml update` Liquibase will look for files with an SQL extension in com/example/liquibase and treat each as a changeSet. The files will be executed in alphabetical order. - -### Example Usage - -Create a file "com/example/liquibase/0010-create-address.sql" containing - -{% highlight sql %} - -create table address (id int primary key, line1 varchar(20), line2 varchar(20)); - -{% endhighlight %} - -Now run liquibase update and you will see an "Update Successful" message and the new address table in your database. - -If you run liquibase update update again, Liquibase knows that the SQL file already ran and does not try to re-create your table. - -You can see what Liquibase is tracking by running select id, author, filename from databasechangelog and you will see a row with id="raw", author="includeAll", filename="com/example/liquibase/0010-create-address.sql". The SQL file is being managed like any other changeSet, using a generated author of "includeAll" and id of "raw". - -Now create another file "com/example/liquibase/0020-address-insert.sql" containing: - -{% highlight sql %} - -insert into address (id, line1, line2) values (1, '121 Main Ave', null); -insert into address (id, line1, line2) values (2, '662 Broadway', 'Suite 3317'); -insert into address (id, line1, line2) values (3, '412 Riverview', null); - -{% endhighlight %} - -and run liquibase update again. - -This time data will be inserted into the table and if you select from databasechangelog there will now be a second row containing id="raw", author="includeAll", filename="com/example/liquibase/0020-insert-address.sql" - -Continue adding SQL files to build your database. - -### Things to consider: File Naming - -Liquibase simply execute files in alphabetical order and will track what has ran based on the filename. - -Therefore, choose a naming pattern that is easy for you to use but also leaves you open to sneak in new changeSets between existing ones down the road if you need. In the above example, I used a pattern of a zero-padded 4 digit number that increments by 10 followed by a simple description of what is in the file. The zero-padding will preserve the correct alphabetical file ordering while the incrementing by 10 allows me to add a "0011-increase-address-size.sql" file if I realize one needs to be added "before" the 0020 file. If I hit the limit of the 10 increment or the 1000 zero padded length, continue on with letters. 001a.sql will come after 0019 alphabetically. - -Also make sure you use a consistent case for your filenames. Some systems will sort them case sensitively and others will not, so for best portability pick a case and stick to it. - -### Things to consider: checksums - -Like all changeSets, Liquibase tracks the checksum of the changeSet when it was executed against each database. So, if you modify a SQL file after it has been executed somewhere, Liquibase will throw an error on the next update saying that the checksum has changed. Therefore, each new step in your database migration should be in its own file--don't append to an existing file. - -### Things to consider: transactions - -Like all changeSets, Liquibase will try to run each SQL file in its own transaction. Since most statements are auto-committing on most databases, it is best to have a single statement per SQL file. Otherwise, if the second statement fails but the first auto-commits, Liquibase will be in an indeterminate state due to the half-ran changeSet. - -### Liquibase Formatted SQL - -Rather than using standard SQL in your files, consider using [Liquibase-formatted SQL](http://www.liquibase.org/documentation/sql_format.html) for some or all of your files. Liquibase-formatted SQL is designed to be backwards-compatible with standard SQL but allows you more flexibility and power within Liquibase, such as the ability to run preconditions, use changelog parameters, filter statements by database or context, and more. Liquibase-formatted SQL also allows you to specify multiple changeSet blocks within a single file. - -To try a Liquibase-formatted file, create a file com/example/liquibase/0030-start-cart.sql - -{% highlight sql %} - ---liquibase formatted sql ---changeset nvoxland:1 -create table cart (id int primary key, created_date date); - ---changeset nvoxland:2 -create table cart_item (id int primary key, created_date date, cart_id int, line_item int, quantity int); - -{% endhighlight %} - -After running liquibase update, when you select from databasechangelog you will see a row with id="1" author="nvoxland" filename="com/example/liquibase0030-start-cart.sql" and a row with id="2" author="nvoxland" filename="com/example/liquibase0030-start-cart.sql". Because of the formatting, Liquibase is seeing each chunk of the file as a separate changeSet and any new changesets you append to the file will be handled correctly as well. - -*(Originally posted to the [Datical.com blog](http://www.datical.com/liquibase-without-changelogs/))* \ No newline at end of file diff --git a/_posts/2015-09-25-liquibase-survey-2015-results.md b/_posts/2015-09-25-liquibase-survey-2015-results.md deleted file mode 100644 index 750ecbdb9..000000000 --- a/_posts/2015-09-25-liquibase-survey-2015-results.md +++ /dev/null @@ -1,163 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: 2015 Survey Results ---- -# 2015 Survey Results - -There were 136 responses to the 2015 Liquibase Survey. Since I'm relying on self-selection for people answering the survey, the first question is how representative is the data. -The only two "demographic" survey questions I have alternate data points for are version used and country. - -### Liquibase Version - -Version | Survey | Maven Downloads ----- | ---- | ----- -3.4 | 44% | 12% -3.3 | 29% | 37% -3.2 | 8% | 4% -3.1 | 7% | 11% -3.0 | 3% | 8% -2.x | 9% | 27% -1.x | 1% | 1% - -Maven downloads is as good of a proxy for active users as I have since it will be including re-downloads more often. -Based on these results, the survey results are more skewed toward people who keep their Liquibase version more up to date as you'd probably expect since they are the ones visiting liquibase.org more often and subscribing to the blog where the survey announcements were. - -### Country - -Country | Survey | Liquibase.org traffic ---- | --- | --- -United States | 26% | 22% -Germany | 20% | 8% -India | 2% | 7% -UK | 10% | 6% -Russia | 2% | 5% -France | 2% | 4% -Brazil | 2% | 4% -Canada | 3% | 3% -Other | 34% | 41% - -The survey is interestingly heavy on people from Germany and under-representative of India, but otherwise seems like a reasonable cross-section. - -### Usage Information - - - - - - - - - -What I found most surprising was the length of time people have used Liquibase. For a project that was first released in 2006, I would have expected a larger contingent of people using it for longer than 4 years. -It may be a result of newer users being most likely to visit liquibase.org and see the survey link, but it also a good sign for the project and the community that the user base is continuing to grow. -Continued growth should be expected as well, since most people are using Liquibase daily or weekly as part of their normal development process, but many have so far only deployed to less than 1/4 of their projects. - -### Existing and Future Functionality - - - - - - - -One goal of the survey is to get an idea of what functionality people use and what could be improved upon. The general "how well does it meet your needs" peaks at a 4 and averages to 4, whereas the documentation averages only 3.3. -Documentation is something that I've not spent nearly enough time on, and the results definitely confirms that. The "meets needs" response is OK, but could definitely be better. -The extension question had 75% of people not writing extensions, so most people are making do with what ships with Liquibase vs. building their own functionality. - -The most helpful section of the survey was the free response questions since they gave people a chance to give specific details about what they liked and what they want improved. - -Some common themes in the answers included: - -##### What do you like most about Liquibase? - -- Use of non-sql XML and other formats to describe changes while still supporting SQL when needed -- Database agnostic and independent -- Simple/easy to use -- Can set up automatic database updates that just work -- Flexibility -- Project reliability and community -- Multiple options for defining changelogs - -##### What features do you wish Liquibase had? - -- Improved error messages and feedback -- Improved groovy support -- Ability to verify schemas -- Support for more databases and database-specific functionality -- NoSQL support -- PostConditions -- Looping construct -- Consolidation of old changeSets -- Static analysis/linting of changelogs - -##### What are your greatest pain points with Liquibase? - -- Migration of current workflow / adaption -- Documentation -- File encoding issues -- Checksums -- The logging system -- Using Liquibase in OSGi -- Functionality that may not work consistently across all database types -- Lack of baselining support -- Performance -- Only Java-based -- Mixed-case handling -- Data type logic -- Sometimes slow bugfixes and community responses -- Required to use XML - -There was a lot of other great answers as well, both for specific features to add and more general suggestions. - -The areas for improvement generally lined up with what I was expecting, and are in the queue for upcoming releases which is always good. -Issues with documentation appears not only as a called-out pain point, but also shows up as other issues (such as required use of XML) where existing functionality is not described well enough to be found. - -### Other demographics - - - - - - - - - - - -I always find real-life database usage interesting. For all the hype some databases get, Oracle squeaks out ahead of Postgresql and Mysql with a big drop-off to the rest. -MS SqlServer is probably under-represented compared to the industry as a whole since Liquibase is Java-based, but I was also surprised at H2's popularity. -I use H2 often while testing Liquibase because it is significantly faster for my tests than anything else, so it's good to see it is getting wider use. - -Not a big surprise that Java and Javascript dominated the technologies of Liquibase users, but I was surprised to see the other languages at nearly 10% usage each. - -I've always seen Liquibase as more of a developer-friendly tool, but was surprised to see just how dominant the use by developers are vs. other roles was. Perhaps it's all the XML that scares off everyone else... - -I was also surprised to see the agility responses not farther to the right given that Liquibase is an agile/refactoring type tool. - -### Comparisons to 2013 Results - -I purposefully kept the survey questions very close to the survey I did in 2013 to compare. Some highlights from comparing results: - -- Daily use increased from 43% to 53% while weekly use remained consistent -- "How well does Liquibase meet your needs" increased from 3.6 to 4.0 -- "How helpful is the documentation" increased from 3.2 to 3.3 -- Database use was very consistent, other than an increase in DB2 use from 4% to 10% -- Non-Java technology use increased from about 5% to about 10% -- Agility increased from 3.4 to 3.5 - -### Final Thoughts - -Thanks again to everyone who filled out the survey this year. - -While I get a good feel for how people are using Liquibase on an ongoing basis from questions asked, issues opened, and pull requests made, it is very helpful to have an alternate view of the project. -There wasn't anything completely unexpected to alter the roadmap I have in my head, but it is also good to see that the changes I'm planning on making will address many of the pain points people are having. -Plus, there are were several "that is a great idea, why didn't I think of that" suggestions which will be incorporated in future releases. - -My plan was to continue making incremental improvements to the 3.x codeline while concurrently working on a more major 4.0 release, and based on the survey results I think that plan continues to make sense. -It appears that for the most part people are satisfied with Liquibase and it does most of what is needed. Consistency and reliability are important to them, and I don't want to throw major changes at them. -However, while there are safe improvements such as performance and file encoding that can be made in 3.x, fully addressing things like checksums, mixed-case, and data types will require significant-enough changes that they are best wrapped up into a "you know there is going to require testing" 4.0 release. - -Documentation is also re-highlighted as something that needs more love as well. Liquibase is very flexible and has a lots of options, and not only does the raw features need to be better documented but how the various pieces can fit together to solve use cases and pain points needs to be better highlighted as well. - -If you have any question or suggestions please let me know or discuss it on the [forum](http://forum.liquibase.org/#Topic/49382000001371001). \ No newline at end of file diff --git a/_posts/2015-10-26-halloween-fun.md b/_posts/2015-10-26-halloween-fun.md deleted file mode 100644 index d411ada5c..000000000 --- a/_posts/2015-10-26-halloween-fun.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Halloween Fun ---- -# Halloween Fun - -Halloween--the spookiest night of the year. Spookiest night for those who don't do production deployments anyway... - -So, for you sys admins, DBAs, and developers who know have stared down the terrors of a release night and fought the ghouls of last minute "shouldn't cause a problem" changes here are three games to make your Halloween party more fun. - -Each is formatted to fit standard paper, click on the images below for the full-size game. - - - - - - \ No newline at end of file diff --git a/_posts/2015-11-24-liquibase-3-4-2-released.md b/_posts/2015-11-24-liquibase-3-4-2-released.md deleted file mode 100644 index 6fdc3de7d..000000000 --- a/_posts/2015-11-24-liquibase-3-4-2-released.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.4.2 Released ---- -# Liquibase 3.4.2 Released - -Bugfix release Liquibase 3.4.2 is now available from [liquibase.org/download](/download) and through the Maven repositories. - -### Fixes include: - -- Maven <skip> configuration now available -- Improved startup performance -- Don't fall back to the internet if multiple liquibase XSDs are found -- improved data type handling -- extensions containing custom loggers should work again - -### Full changelog: - -- [CORE-2328] - AbstractExecutor should implement execute(Change) -- [CORE-2475] - Informix: Insert valueComputed not used correctly -- [CORE-2543] - Improved support for time stamps in oracle insert change data types -- [CORE-1778] - createSequence doesn't work on MSSQL -- [CORE-1840] - Liquibase fails when run on a computer that can't connect to the internet -- [CORE-2273] - Oracle char column snapshot not differentiating between a default value of 0 and '0' -- [CORE-2285] - Code in Liquibase class inconsistent -- [CORE-2317] - Custom ConfigurationValueProvider not working -- [CORE-2349] - loadUpdateData does not escape column names in "ON DUPLICATE" clause -- [CORE-2407] - Derby keywords not escaped when used as column/table names -- [CORE-2447] - In sybase, schema is bad preixed -- [CORE-2466] - Rollback referencing a change set in another file cannot be parsed -- [CORE-2467] - SSO with jtds MSSQL doesn't work after 3.3.5 for update - null user error -- [CORE-2469] - Error in method ColumnConfig.setValueNumeric(String) -- [CORE-2470] - MSSQL: FindForeignKeyConstraintsGeneratorMSSQL doesn't honor specified schema -- [CORE-2480] - Primary key exist works fine with 3.3.3 not with 3.4.0 in SQL SERVER -- [CORE-2481] - Primary key creation issue with informix -- [CORE-2482] - Number type issue with informix -- [CORE-2484] - dropAll command crashes because it drops sequences before tables -- [CORE-2487] - updateSql does not output anything for prepared statements -- [CORE-2490] - If you have more than one :name token in the where clause of a delete change, you get an Exception -- [CORE-2491] - Shouldn't a custom change produce a warning if run in updateSql mode -- [CORE-2492] - Logger extension liquibase-slf4j no longer usable with 3.4.1 -- [CORE-2494] - Pgsql: Exporting/generating badly formatted SQL -- [CORE-2498] - Generation of TIMESTAMP(29) causing error in PSQL log TIMESTAMP(6) WITHOUT TIME ZONE -- [CORE-2500] - Fast check of ColumnExistsPrecondition causing transaction abort on PostgreSQL database -- [CORE-2505] - Missing keywords for H2 database -- [CORE-2510] - loadData on MySQL with > 50 rows fails -- [CORE-2544] - LogFactory does not get reset -- [CORE-2549] - Performance regression in resolving local host -- [CORE-2554] - updateSql command fails on validation when upgrading (2.0.5 ->3.4.1) -- [CORE-2566] - Maven - setting skip= true does not work -- [CORE-2571] - primaryKeyExists precondition generating wrong query -- [CORE-2576] - The 'dbms' attribute on createProcedure is not not taken into account when parsing changes -- [CORE-2579] - dropAll failed for Oracle 12c -- [CORE-2580] - Escape column, table and schema on ColumnExistsPrecondition -- [CORE-2588] - Bad cast -- [CORE-2590] - Default constraint names are not quoted -- [CORE-2596] - DatabaseChangeLogLock race condition exists if two nodes both try to create the table -- [CORE-2598] - Postgres generateChangeLog: "length for type varchar cannot exceed 10485760" diff --git a/_posts/2016-02-15-liquibase-for-qa.md b/_posts/2016-02-15-liquibase-for-qa.md deleted file mode 100644 index 08d71242b..000000000 --- a/_posts/2016-02-15-liquibase-for-qa.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase for QA Test Teams ---- -# Liquibase for QA Test Teams - -As a QA team member, you always make sure you are testing the current version of an application. However, it is just as important that the testing schema is correct and that there are no unexpected changes that the developers have applied to their environment that you do not know about. - -Beyond the simple structure of the database, it is important that QA teams ensure the data migration from one version to the next is correct. This allows test team members to verify there is no lost or corrupted data. - -By introducing Liquibase into your organization, QA test team members are able to know that what you are testing is what will be released--from the UI to database. - -### Know you have the correct database schema - -Liquibase [tracks which changelog statements](/documentation/databasechangelog.html) have run against each database, so you can be certain that the schema you are using for test matches what the developers expect. Even better, QA teams will know that the schema will match what goes to production so you there will be no unexpected "why wasn't this tested?" surprises. - -### Easier test data management - -Normally, test data is stored in something like CSV files which are loaded into the database after it is built. The problem with this strategy is that schema changes usually can and will break something in the data load process. Typically this leads to QA teams spending hours trying to figure out what the test data was trying to expose and then adjusting the files to match the new schema. - -Instead of loading the data into the final schema, build up the test data within your changelog file. Use [loadData](/documentation/changes/load_data.html) or [standard sql](/documentation/changes/sql.html) to load data into the schema as it is now, then as new schema changes are appended to the changelog the test data will be migrated just like production data. This not only QA team members from having to continually update CSV files, but also helps verify that existing data is handled correctly. - -Another best practice is to use [contexts](/documentation/contexts.html) and labels to mark which changeSets contain test data so they are not deployed to production. - -### Sanity checks - -Liquibase ships with several tools QA teams can use to: check current database state, make sure changes are being applied correctly and ensure that no one is sneaking-in changes out of process. - -- The status and validate commands report on what changeSets have not yet been run and checks the changelog for errors. -- The [diff](/documentation/diff.html) command reports on differences between databases to ensure that two fully updated databases are truly identical -- The [dbdoc](/documentation/dbdoc.html) command generates documentation on the current database structure and its changes over time - -### Enterprise features with Datical - -If your QA team finds their requirements extend beyond all these great capabilities check out Datical. Datical builds upon Liquibase and lets test teams: - -- Simulate or rehearse database deployments to [forecast potential errors](http://www.datical.com/product/packaging-intelligence/) -- [Know the development status](http://www.datical.com/product/management-intelligence/) of every schema in the database -- Automate database [change validation](http://www.datical.com/product/validation-intelligence/) - -More information on Datical DB can be [found here](http://www.datical.com/product-information/). - - diff --git a/_posts/2016-05-10-liquibase-for-release-managers.md b/_posts/2016-05-10-liquibase-for-release-managers.md deleted file mode 100644 index 283ea5e46..000000000 --- a/_posts/2016-05-10-liquibase-for-release-managers.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase for Application Release Managers ---- -# Liquibase for Application Reelase Managers - -In the modern agile development environment there is a lot that happens in a very short period of time. This means application release managers need to be efficient with their time while ensuring nothing falls through the cracks. The database updates that go along with each application release are just as important as the application code, both for deployment and for planning rollbacks. - -By adopting Liquibase, application release managers are able to know that the database change scripts Developers write, QA teams test, and the DBAs sign-off on will be automatically and consistently checked and validated every time a new release is ready to push to production. In addition, Liquibase makes database rollback easy. - -### Prepare for deployment problems - -Releases don't always go as planned, and Liquibase helps application release managers ensure contingency plans are correct before each release. As teams get closer to releasing new application updates, besides checking the updateSql output, release managers can also run [futureRollbackSql](http://www.liquibase.org/documentation/rollback.html) which will output the SQL needed to bring a fully updated database back to the current state. - -### No change is forgotten - -Liquibase [tracks which changelog statements](http://www.liquibase.org/documentation/databasechangelog.html) have run against each database, so release managers no longer have to manually track what statements have been run against each database and which have not. - -### Sanity checks -Liquibase ships with several tools application release managers can use to: check current database state, make sure database changes are being applied correctly and ensure that no one is sneaking in changes out of process. - -- The status and validate commands report on what changeSets have not yet been executed and checks the changelog for errors. -- The [diff](http://www.liquibase.org/documentation/diff.html) command reports on differences between databases to ensure that two fully updated databases are truly identical -- The [dbdoc](http://www.liquibase.org/documentation/dbdoc.html) command generates documentation on the current database structure and its changes over time - -### Enterprise features with Datical - -If your application release teams determine their needs extend beyond all the great capabilities Liquibase offers check out Datical. Datical builds upon Liquibase and lets release managers: - -- Automate SQL reviews against business rules -- Simulate or rehearse deployments to forecast potential errors - -Know the development status of every schema in the database - -More information on Datical can be found [here](https://www.datical.com/). - diff --git a/_posts/2016-05-11-liquibase-3-5-1-released.md b/_posts/2016-05-11-liquibase-3-5-1-released.md deleted file mode 100644 index 6137b5d1d..000000000 --- a/_posts/2016-05-11-liquibase-3-5-1-released.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.5.1 Released ---- -# Liquibase 3.5.1 Released - -Bugfix release Liquibase 3.5.1 is now available from [liquibase.org/download](/download) and through the Maven repositories. - -### Fixes include: - -- Fixed handling of Liquibase running inside a nested jar (like in Spring Boot) -- NullPointerException in diff command -- Fixes to whitespace handling and checksums in loadData - -### Full changelog: - -- [CORE-2727] - NPE in DiffToReport.print() method -- [CORE-2728] - Classloading broken in 3.5.0 with nested jars -- [CORE-2729] - NullPointerException on Diff -- [CORE-2731] - diff fails with NullPointerException -- [CORE-2732] - releaseLock fails because ObjectQuotingStrategy is reset to LEGACY -- [CORE-2733] - relativeToChangelogFile fails with FileSystemResourceAccessor -- [CORE-2734] - Liquibase no longer handle newline correctly in endDelimiter when using sqlFile change -- [CORE-2743] - CSV whitespace trimmed in 3.5.0 -- [CORE-2744] - changeset with loadUpdateData changes checksum in 3.5.0 -- [CORE-2745] - Performance degradation of sqlFile change -- [CORE-2746] - Oracle: handle case when schema name contains a hyphen -- [CORE-2750] - MSSQL catalog/database included all the time \ No newline at end of file diff --git a/_posts/2016-05-19-liquibase-for-developers.md b/_posts/2016-05-19-liquibase-for-developers.md deleted file mode 100644 index 0e85ed4ef..000000000 --- a/_posts/2016-05-19-liquibase-for-developers.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase for Application Developers ---- -# Liquibase for Application Developers - -Agile development practices and modern source control systems such as Git have transformed how application software is developed and managed. - -But for many application developers the way the database is changed is the same as it was in 1995. -Well, maybe not exactly the same—now SQL files for each release are stored in a shared Windows drive instead of a shared Novell server – but you catch my drift. - -### Store database changes along side application code - -The database schema is an integral part of any application, so changelog files should be stored along side application code. That will allow an existing version control system to ensure everything is kept in sync--whenever application code is committed database changes will go along with it and whenever anyone updates application code they will get the new database schema. - -### Supports branches - -Branches are an integral part of developing application code and database changes need to flow along with them. Because Liquibase tracks each changeSet independently rather than relying on a single incrementing "database version", when application developers merge in a branch all the new changeSets will execute as expected, even if there were "later" changeSets already executed. - -When developers do run into merge issues, the simple text formats used for the changelog files can be easily merged with their favorite tools. - -### Author changeSets in your favorite markup - -Liquibase supports changelogs written in XML, YAML, JSON and SQL. Use whatever is most readable to you. - -### Know that changes will not get forgotten down the line - -Liquibase [tracks which changelog statements](http://www.liquibase.org/documentation/databasechangelog.html) have run against each database, so once developers create a changeSet they can be confident that it will be deployed through QA and production. - -For best results, whenever an application developer need a database change, they can simply append a new changeSet to the local database and then run a Liquibase update to apply it. This works better than making changes to a database directly and re-writing it as a changeSet because they are truly running the same update as everyone else. - -### Like SQL? Use SQL. - -XML-formatted changelogs have their advantages, but many DBAs still prefer good, old-fashioned SQL. If that is what you are most comfortable working with, [Liquibase-formatted SQL](http://www.liquibase.org/documentation/sql_format.html) provides the standard changeSet tracking used in any changelog format but lets the DBA specify the exact SQL they want. - -### Easier test data management - -Normally, test data is stored in something like CSV files which are loaded into the database after it is built. The problem with this strategy is that any schema changes can and will break something in the data load process. Typically this leads to application development teams spending hours of time trying to figure out what the test data was trying to expose and then adjusting the files to match the new schema. - -Instead of loading the data into the final schema, build up the test data within a changelog file. Use [loadData](http://www.liquibase.org/documentation/changes/load_data.html) or standard [sql](http://www.liquibase.org/documentation/changes/sql.html) to load data into the schema as it is now, then as new schema changes are appended to the changelog the test data will be migrated just like production data would be. This not only keeps application developers from having to continually update your CSV files, but also helps verify that existing data is handled correctly. - -Another best practice is to use [contexts](http://www.liquibase.org/documentation/contexts.html) and labels to mark which changeSets contain test data so they are not deployed to production. - -### Sanity checks - -Liquibase ships with several tools application development teams can use to: check current database state, make sure changes are being applied correctly and ensure that no one is sneaking in changes out of process. - -- The status and validate commands report on what changeSets have not yet been run and checks the changelog for errors. -- The [diff](http://www.liquibase.org/documentation/diff.html) command reports on differences between databases to ensure that two fully updated databases are truly identical -- The [dbdoc](http://www.liquibase.org/documentation/dbdoc.html) command generates documentation on the current database structure and its changes over time - -### Enterprise features with Datical - -If your application development team determines their needs extend beyond all the great capabilities Liquibase offers check out Datical. Datical builds upon Liquibase and lets DBAs: - -- [Package database schema changes](https://www.datical.com/solution/database-code-packager/) alongside application code -- Simulate or rehearse database deployments to [forecast potential errors](https://www.datical.com/solution/change-management-simulator/) -- [Know the deployment status](https://www.datical.com/solution/deployment-monitoring-console/) of every schema in the database -- Integrate with popular [DevOps tools](https://www.datical.com/integrations/) - -More information on Datical DB can be [found here](https://www.datical.com/). - diff --git a/_posts/2016-06-01-liquibase-for-dba.md b/_posts/2016-06-01-liquibase-for-dba.md deleted file mode 100644 index e08a951c3..000000000 --- a/_posts/2016-06-01-liquibase-for-dba.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase for DBAs ---- -# Liquibase for DBAs - -The role of the Database Administrator is evolving and has never been more complex. DBA's are constantly juggling schema management, performance tuning, change control, plus database administration all within ever-shortening application development cycles. On top of all that, there are more database environments to manage than ever before, more distributed sources of database changes, and more stringent compliance requirements. - -It is easy for database changes to get lost or misapplied along the way and far too often the place where problems are found is in production. Fortunately, Liquibase can bring a sense of control to the database deployment process while still giving DBAs the control they need. In addition Liquibase works alongside the database professionals preferred toolset. - -### No change is forgotten - -Liquibase [tracks which changelog statements](http://www.liquibase.org/documentation/databasechangelog.html) have run against each database, so DBAs no longer have to manually track which SQL statements have been run and which have not. - -### Like SQL? Use SQL - -XML-formatted changelogs have their advantages, but many DBAs still prefer good old fashioned SQL. If that is what the team is most comfortable working with, [Liquibase-formatted SQL](http://www.liquibase.org/documentation/sql_format.html) provides the standard changeSet tracking used in any changelog format, but lets the DBA specify the exact SQL you want. - -### Manually verify the database changes with each release - -Liquibase supports an "[updateSql](http://www.liquibase.org/documentation/sql_output.html)" command that will not actually update the database, but instead output the SQL that will run. That script can be read and verified to ensure everything is correct and performing as expected. - -Once everything is correct, DBAs can either run a Liquibase update, or run the script through their favorite tools. The script will include the [DATABASECHANGELOG](http://www.liquibase.org/documentation/databasechangelog_table.html) inserts so everything will still be correctly tracked. - -### Prepare for deployment problems - -Releases don't always go as planned, so Liquibase ensures contingency plans are correct before each release. As teams get closer to releasing new application updates, besides checking the updateSql output, DBAs can also run [futureRollbackSql](http://www.liquibase.org/documentation/rollback.html) which will output the SQL needed to bring a fully updated database back to the current state. It will be much less stressful verifying the rollback logic BEFORE the release. - -### A unified changelog for all your databases - -DBAs try to keep all databases the same, but there are always differences. QA needs test data, production gets a couple extra tables, and the hot-backup server needs extra configuration. Liquibase supports contexts, labels, parameters, and preconditions that let database professionals address minor differences in scripts to adjust things as needed. - -- [Contexts](http://www.liquibase.org/documentation/contexts.html) and labels target certain changeSets to run in only some environments. -- [Parameters](http://www.liquibase.org/documentation/changelog_parameters.html) perform simple text substitutions when things like schema names vary from database to database. -- [Preconditions](http://www.liquibase.org/documentation/preconditions.html) check the state of the database to dynamically determine if a changeSet should be executed or not. - -Thanks to Liquibase's [cross-database support](http://www.liquibase.org/databases.html), DBAs can even use a single changelog that supports Oracle, MS SqlServer, Postgresql, and more. - -### Enterprise features with Datical - -If your DBAs determine their needs extend beyond all the great capabilities Liquibase offers check out Datical. Datical builds upon Liquibase and lets DBAs: - -- [Package database schema changes](http://www.datical.com/product/packaging-intelligence/) alongside application code -- Simulate or rehearse database deployments to [forecast potential errors](http://www.datical.com/product/validation-intelligence/) -- [Know the deployment status](http://www.datical.com/product/management-intelligence/) of every schema in the database -- Integrate with popular [DevOps tools](http://www.datical.com/integrations/) - -More information on Datical DB can be [found here](http://www.datical.com/product-information/). - - diff --git a/_posts/2016-06-16-happy-birthday-liquibase.md b/_posts/2016-06-16-happy-birthday-liquibase.md deleted file mode 100644 index 00b694772..000000000 --- a/_posts/2016-06-16-happy-birthday-liquibase.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Happy Birthday! 10 Years of Liquibase ---- -# Happy birthday to Liquibase - -10 years ago today was the [initial public announcement of Liquibase, originally called the "Sundog Database Refactoring Tool"](http://www.theserverside.com/news/thread.tss?thread_id=40959). - -Like most open source projects, Liquibase started out simply as a tool to solve a problem I had. We had many different client projects on a variety of databases and it was getting more and more difficult to ensure that changes everyone made in development reached other developers and production. I was primarily using Java at the time and was not able to find anything that would solve our needs. There were tools like Apache ddlutils but it did not track changes, it only kept the current state. There was also Rails Active Record Migrations, but that was Ruby and I didn't like the fact that their change tracking would not work across multiple branches and multiple developers. Not finding anything that worked, I started my own open source project. - -You can still see my initial requirements in Liquibase: - -- I needed to support multiple databases types, even the same code running against different database types -- I needed a way to pull in blocks of database structure when I would pull in a shared library of functionality -- I needed to support multiple developers and multiple branches under concurrent development -- I needed a way to safely push updates to the database schema along with updates to the code without worrying about losing data or missing changes -- I needed a way to store database changes along with the source code in our source control system - -Leading up to this point I had read [Ambler and Sadalage's book "Refactoring Databases: Evolutionary Database Design"](http://martinfowler.com/books/refactoringDatabases.html) which helped with envisioning database changes as a series of refactorings and inspired many of the higher-level refactoring tags like "addLookupTable" - -We've come a long way in 10 years. When Liquibase was first released, there was - -- The changelog XML file with its changeSets and change tags -- ChangeSets were tracked by id + author + path -- Support for -- A command line, Ant, and servlet listener interface -- Support for Java 1.4 and 1.5 -- Support for MySQL 4.1./5.0, Postgresql 8.1, Oracle 10gR2, and MS SqlServer 2005 - -Since that initial release we've had almost 70 releases with help from innumerable contributors. We've added support for more databases, more changelog file formats, preconditions, tagging, contexts, dbdoc, changelog parameters, diff, offline database support, and much, much more. Plus, we came up with a better name--even if it was [poorly capitalized initially.](http://www.liquibase.org/2010/07/lower-case-b.html) - -What does the next 10 years have in store? Lots more of the same. Backwards compatibility has always been important to me and it is fun to see that the example changelog in the initial release can still be run with Liquibase 3.5.2. We are continuing to add support for new databases (including NoSQL databases), new refactoring's, and new features. The "Refactoring GUI IDE" mentioned in the initial announcement turned out to be well beyond the scope of what I could manage, has been realized in [Datical DB](http://www.datical.com/product/). I mentioned support for .Net in the initial announcement and I've not given up hope on that project yet, despite not making any progress on it so far. Javascript is another technology that could use a Liquibase port, if there are any volunteers... - -Since starting with Datical 3 years ago, I've not only had a business card that says "Benevolent Dictator for Life, Liquibase" but I've been able to work on Liquibase full time which has been invaluable in continuing to grow the project and help the community. Currently I am continuing to improve the 3.x codebase while starting a larger reworking of the code for a 4.0 release which will set us up for expanded functionality and simpler maintenance in the next decade. Also in the pipeline is website and documentation improvements, a better plugin portal, and much more. - -Because we are an open source project and don't really have "customers" it is impossible to know how many people use Liquibase, but there are thousands of visitors to [liquibase.org](http://liquibase.org) every day from almost every country on the planet. Liquibase has grown far more than I ever imagined when I started it as a fun side project a decade ago. I released it as an open source project because I wanted a chance to contribute back to the community and to see what it was like on the other side of an open source project. I've always been a believer in open source, and managing Liquibase has only solidified that belief because Liquibase could not be what it is today without the community around it. - -**THANK YOU ALL!** diff --git a/_posts/2016-07-12-expanding-database-support.md b/_posts/2016-07-12-expanding-database-support.md deleted file mode 100644 index 42cb63ea9..000000000 --- a/_posts/2016-07-12-expanding-database-support.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Expanding Database Support ---- -# Expanding Database Support - -Liquibase has always focused mainly on "standard" SQL databases, but we are looking to improving support for NoSQL databases like Cassandra, MongoDB, Hadoop and others. - -We'd also like to make sure our support for databases like DB2 on iSeries and System z as well as Redshift, Azure SQL Server, Vertica, Greenplumb etc. - -Unfortunately, I don't have a lot of experience with what is really needed to manage data and schemas on any of these databases and/or the particular pain points that need to be solved for each. - -If **YOU** have experience with any of these databases, we'd love to do a quick phone questionnaire about what you currently use, your ideal workflow, and a bit about your team and application size. -Just send me an email at [nathan@liquibase.org](nathan@liquibase.org) and let me know where you are located so we can coordinate a convenient time for everyone. - -Thanks! \ No newline at end of file diff --git a/_posts/2016-08-31-indicators-ready-to-move-from-liquibase-to-datical.md b/_posts/2016-08-31-indicators-ready-to-move-from-liquibase-to-datical.md deleted file mode 100644 index 698f2a582..000000000 --- a/_posts/2016-08-31-indicators-ready-to-move-from-liquibase-to-datical.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Top 5 Indicators You Are Ready to Move from Liquibase to Datical ---- -# Top 5 Indicators You Are Ready to Move from Liquibase to Datical - -Ten years ago, I started Liquibase to bring sanity to my database schema changes. At the time, I was working on a 3-tier Java web project. Ruby on Rails had Active Record Migrations and I asked, "Why can't I have that for Java?" Since then, Liquibase has become the standard for database change management. We support 13 databases and have 24 extensions for other databases. (Hi, Teradata and Hana!!!) All of that progress is because of our amazing users, committers, and testers. We couldn't have done it without you. - -A little over three years ago, I began working at [Datical](https://www.datical.com) to bring functionality to Liquibase that just didn't fit into our project goals. (Also, I really wanted to work full-time on my favorite OSS project!) More often than not, we see our biggest Datical advocates discover Datical DB after using Liquibase. I wanted to share some common themes I've seen when Liquibase users start using Datical DB. - -Before that, I wanted to be clear on how we view Liquibase's role in software development. Simply put: we solve one problem very well. Cross platform database change management is what Liquibase does. Much like Apache, we provide an API for users to extend Liquibase. That's what Datical has done with Liquibase; they have created extensions that extend and enhance Liquibase. It's these Datical extensions, user-interface, and integrations that may be useful to Liquibase users. - -### Your Team is Large - -In 2013 and 2015, I did a survey of our current Liquibase users. A large percentage (72%) of the 2015 respondents worked in companies where IT is less than 100. In my experience, Developers typically bring in Liquibase for a specific application. Then, usage of Liquibase starts to grow. One project, two, five...congratulations! You're moving faster than ever with database changes. Unfortunately, you're killing your DBAs. - -Most development teams will use Liquibase to help themselves manage database change. They then deliver SQL scripts for the DBAs to execute. While that works for the Development team, the speed at which changes are being produced is too much for the DBAs to consume. - -Two bits of functionality in [Datical](https://www.datical.com/solution/) help DBAs be more efficient than manually reviewing every SQL script. First, Datical DB provides Forecast functionality that details the impact of proposed database changes. Simply put, it's a "practice run" for your database changes. Secondly, that impact of those proposed changes is contained in HTML Reports. Thus, DBAs can quickly review the reports and understand the impact without having to inspect opaque SQL scripts. - -### The Distance Between Development and Production is High - -The closer you are to Development, your knowledge of the application increases. [QA](http://www.liquibase.org/2016/02/liquibase-for-qa.html) knows the application better than Production engineers, but less than Development. Conversely, the closer you are to Production, the more you know about the state of the Production systems. As the distance between these two groups increase, the difficulty in understanding the relationship between the database and application code changes. With a tightly integrated team, this is not a challenge. How often has a system administration walked over to your desk to answer a question? Now, imagine if Production support is in Asia while Development is in Europe. That's a long walk! - -Datical DB Forecast allows those performing the Production push to have a far greater understanding of the change impact. Moreover, they can run the Forecast at a time that's convenient for all stakeholders to get approval. This avoids late night surprises and the need to rollback. "What! There's a DROP TABLE in this script! WHY?!?!?" - -### You've Bought Other DevOps Tools - -I like to say that Liquibase was DevOps before DevOps was cool. Thankfully, more and more companies are adopting tools that support DevOps to enable continuous delivery through the software lifecycle. So, if you have the Liquibase plugin for Jenkins, you're well on your way. However, like all open source software, some assembly is required. Datical DB provides supported (and Open Source) plugins for all of your favorite [DevOps tools](http://www.datical.com/integrations/). - -### You Want to be Even Faster - -At some point with Liquibase, you will reach a point where Liquibase can no longer provide any improvements to the speed of your releases. Because Liquibase focuses on cross platform database change, a large number of platform specific objects are not supported directly by Liquibase. For example, for CHECK CONSTRAINTs in MySQL, you will simply have to include a SQL script to create that object. Datical DB includes vendor specific objects (like MSSQL Functions). Thus, implementing on legacy projects that use these objects is far easier with Datical DB. - -### You Worry About Compliance - -My favorite feature in Datical DB is the [Rules Engine](https://www.datical.com/solution/dynamic-rules-engine/). Thus, enforcing best practices is a snap. For example, let's say SOX compliance requires you to have a valid ServiceNow ticket. No problem. Datical DB can look at your Change Set and make sure a ticket number is included in the Change Set ID, if that's your standard. Or, imaging you are DBA with a pet peeve about new columns created with a default value set. Datical DB will actual fail a build if a proposed change violates a rule. This makes enforcing your regulatory and technical rules a breeze. With Liquibase, you would have to review each change or SQL script generated. - -So, if these issues aren't a concern for you, then keep using Liquibase! I'll still be here to fix bugs, add features, and merge in your pull requests. But, if you're ready to see how far you can go with database change management, come over here to get some more information about Datical DB. - - - diff --git a/_posts/2016-09-21-liquibase-3-5-2-released.md b/_posts/2016-09-21-liquibase-3-5-2-released.md deleted file mode 100644 index 8ef35c9d8..000000000 --- a/_posts/2016-09-21-liquibase-3-5-2-released.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.5.2 Released ---- -# Liquibase 3.5.2 Released - -Bugfix release Liquibase 3.5.2 is now available from [liquibase.org/download](/download) and through the Maven repositories. - -### Highlights include: - -- Formatted SQL added rollbackSplitStatements and rollbackEndDelimiter changeSet attributes -- Fixes for running in Spring boot 1.4.0 -- Performance improvements -- More consistent use of the character encoding set with the liquibase.file.encoding system property -- Improvements in support for clustered primary keys -- Improved BINARY data type handling -- Upgraded to SnakeYAML 1.17 - -### Full changelog: - -- [CORE-1863] - PostgreSQL blob is mapped to bytea instead of oid -- [CORE-2693] - Postgresql dropAll with serial columns fails because tables are dropped then sequences which no longer exist -- [CORE-2698] - Oracle scripts with ending / are not actually getting executed even with splitStatements="false" -- [CORE-2752] - Jtds has silent exceptions in db.getConnectionSchemaName -- [CORE-2753] - defaultValueSequenceNext forgets schema name -- [CORE-2754] - update table columns are not quoted when requested -- [CORE-2756] - Null pointer exception from FileSystemResourceAccessor -- [CORE-2757] - Databasechangelog ORDEREXECUTED and DEPLOYMENT_ID not updated when a changeSet is reran -- [CORE-2758] - Debian package shouldn't symlink liquibase binary to absolute path -- [CORE-2761] - 3.5.1: includeAll from the command line uses the absolute path as the changeSet path -- [CORE-2763] - Postgresql schemas should default to lower case -- [CORE-2765] - dbms in preConditions yaml changelog causes parsing error -- [CORE-2770] - Can't read remarks from mssql 2000 -- [CORE-2774] - Can't read all columns from mssql2000 -- [CORE-2775] - Oracle Sequences not Generated in generateChangeLog after 3.4.1 -- [CORE-2778] - Sybase ASE: Incorrect syntax near the keyword 'ALTER' -- [CORE-2780] - java.sql.SQLException: PooledConnection has already been closed -- [CORE-2781] - DB2: custom-generated indexes for primary keys are not preserved in diff/generateChangeLog -- [CORE-2784] - REGRESSION: Column creation of type 'TIMESTAMP WITHOUT TIMEZONE' fails on PostgreSQL -- [CORE-2785] - Status command inconsistent with databasechangelog table -- [CORE-2786] - Incorrect xml scheme for changlog file -- [CORE-2787] - YAML Snapshot parser not handling strings that get stored as binary -- [CORE-2789] - Postgres does not have a type "BINARY" -- [CORE-2791] - Strip off trailing end delimiter in createProcedure on update, include on updateSql -- [CORE-2793] - using property as startWith attribute -- [CORE-2794] - Make CSV files created by Liquibase readable by Liquibase -- [CORE-2795] - Fix a NullPointerException in DiffToChangeLog.sortMissingObjects -- [CORE-2804] - defaultValueSequenceNext forgets schema name H2/PG/etc -- [CORE-2805] - Multiple calls to generateChecksum() impacting deploy performance -- [CORE-2806] - JsonSnapshotParser does not close stream after parsing -- [CORE-2807] - Column data type "real" incorrectly translated to "double precision" for PostgreSQL, should be "real" -- [CORE-2810] - defaultValueBoolean="false" generates wrong SQL for MySQL -- [CORE-2811] - FileSystemResourceAccessor basepath/includeAll -- [CORE-2813] - java.lang.NullPointerException when creating new ClassLoaderResourceAccessor(); -- [CORE-2814] - DB2: Quoting strategy not respected, objects are always saved as upper case -- [CORE-2815] - Rollback by tag doesn't roll back tagDatabase changeSet -- [CORE-2816] - Snapshot error when snapshotting an index or primary key against a case-sensitive column -- [CORE-2818] - DEPLOYMENT_ID not created for Sybase in DATABASECHANGELOG, liquibase 3.5.1 -- [CORE-2819] - AbstractJdbcData getConnectionSchemaName() methods fails for Sybase -- [CORE-2823] - DROP PRIMARY KEY fails for Sybase database update -- [CORE-2827] - MSSQL: misc default value fixes -- [CORE-2828] - MSSQL not capturing that primary key are non-clustered in generateChangeLog -- [CORE-2830] - GenerateChangeLog does not handle tables with compound primary keys -- [CORE-2831] - MySql BIT(1) defaultValue not snapshotted as Boolean -- [CORE-2835] - GenerateChangeLog doesn't correctly "numeric DEFAULT '" " columns -- [CORE-2836] - addAutoIncrement generates inconsistent sequence name for mixed-case table -- [CORE-2837] - addAutoIncrement doesn't apply default schema in nextval call (PostgreSQL) -- [CORE-2838] - createProcedure schema in the changelog is overwritten by defaultSchemaName -- [CORE-2840] - MSSQL createProcedure for CREATE MERGE AS procedures need a trailing semicolon -- [CORE-2843] - Sql wrong lexical analysis for string literals - escaped single quotes are misparsed -- [CORE-2846] - DATABASECHANGELOG table query failed on postgres on first run -- [CORE-2849] - Fail to execute with sequences -- [CORE-2853] - Diff comparisions reporting differences between '0.0' and '0' in decimals -- [CORE-2863] - Issue with Spring boot 1.4.0 -- [CORE-2864] - Regression for defaultSchemaName on MSSQL -- [CORE-2867] - liquibase with MySQL raises exception "Table 'DATABASECHANGELOG' already exists" when using separate liquibase schema -- [CORE-2868] - Adds schema/username to package and package body in oracle making them invalid -- [CORE-2869] - Without a specified classpath, using includeAll with relativeToChangelogFile="true" fails -- [CORE-2872] - "ON DELETE" not supported for FK constraints in Sybase -- [CORE-2876] - Issue with Spring boot 1.4.0 Repackaged -- [CORE-2878] - MSSQL setTableRemarks limited to 200 chars -- [CORE-2881] - DiffChangeLog unnecessarily includes referenceTableCatalogName attribute if comparing Schema with different names -- [CORE-2885] - AddColumn with defaultValueSequenceNext generated incorrect SQL for PostgreSQL -- [CORE-2788] - handle VARBINARY type in Oracle and H2 -- [CORE-2800] - Add flag to diff command that suppresses reporting of column order difference in tables -- [CORE-1984] - Support for non-split rollback statements in Formatted SQL -- [CORE-2768] - Have the .deb and .rpm part of the release on github -- [CORE-2782] - Update SnakeYAML version to 1.17 -- [CORE-2801] - Add method to Logger to allow closing of the output file stream -- [CORE-2844] - Traverse parent changelogs for rollbacks -- [CORE-2848] - Oracle: primary keys that use a pre-existing index drop the index along with the primary key on rollback -- [CORE-2852] - Postgresql snapshots not correctly handling serial-backing sequences -- [CORE-2857] - Support clustered primary keys in postgresql -- [CORE-2873] - Postgresql custom types are snapshotted as having length 2147483647 -- [CORE-2874] - Ensure consistent charset encoding usage - -[Issue Tracker](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=13260) - diff --git a/_posts/2016-10-13-liquibase-3-5-3-released.md b/_posts/2016-10-13-liquibase-3-5-3-released.md deleted file mode 100644 index 0f53b7a30..000000000 --- a/_posts/2016-10-13-liquibase-3-5-3-released.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.5.3 Released ---- -# Liquibase 3.5.3 Released - -The issue that caused me to pull the 3.5.2 release turned out to be a false alarm. - -Therefore, Liquibase 3.5.3 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories with no changes vs 3.5.2 besides a new version number. - -Sorry for any inconvenience or concern. \ No newline at end of file diff --git a/_posts/2016-10-24-liquibase-hibernate-3.6-released.md b/_posts/2016-10-24-liquibase-hibernate-3.6-released.md deleted file mode 100644 index ca84aba34..000000000 --- a/_posts/2016-10-24-liquibase-hibernate-3.6-released.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase-Hibernate Plugin 3.6 Released ---- -# Liquibase Hibernate Plugin 3.6 Released - -After far too long, the Liquibase-Hibernate plugin has been updated to **support Hibernate 5.x!!** - -To use the new Hibernate 5 support, either download the liquibase-hibernate5 jar from the [release page](https://github.com/liquibase/liquibase-hibernate/releases) -or change your maven coordinates to <artifactId>liquibase-hibernate5</artifactId> instead of <artifactId>liquibase-hibernate4</artifactId>. - -I have also released a 3.6 version of the liquibase-hibernate4 plugin that fixes some issues and also supports the newest Liquibase 3.5.3. - -### Potential Issues - -Because of changes in how Hibernate handles its naming between 4.x and 5.x, you now need to use separate implicitNamingStrategy and physicalNamingStrategy settings. -The Liquibase-Hibernate plugin will try to pick these up from your configuration automatically, but if you are setting them in your liquibase "url" you may need to change them. - -Liquibase 3.5 introduced a change to how the the loadData change computed checksums of the CSV. The fix made it more forgiving of whitespace added to the file, but if you -previously had whitespace in your csv file you will get checksum validation errors. Adding the <validCheckSum>*</validCheckSum> tag to any problem changeSets will fix the problem. - -### Additional changes in this release - -- Better diffChangeLog/generateChangeLog support for unique constraints -- Improved support for @Clob and @Lob annotations -- Improved detection and use of hibernate dialects -- Improved handling of indexes and primary keys - -The full changelog is available at [https://github.com/liquibase/liquibase-hibernate/milestone/6?closed=1](https://github.com/liquibase/liquibase-hibernate/milestone/6?closed=1) - -Any issues or feature suggestions can be added to [https://github.com/liquibase/liquibase-hibernate/issues](https://github.com/liquibase/liquibase-hibernate/issues) \ No newline at end of file diff --git a/_posts/2016-4-21-liquibase-3-5-0-released.md b/_posts/2016-4-21-liquibase-3-5-0-released.md deleted file mode 100644 index 7ee51c546..000000000 --- a/_posts/2016-4-21-liquibase-3-5-0-released.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.5.0 Released ---- -# Liquibase 3.5.0 Released - -Liquibase 3.5.0 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Question or comments can be directed [to liquibase.org/community](http://liquibase.org/community) - -There has been a lot of work put into 3.5.0, including: - -### Multi-schema snapshot and diff improvements - -We have fixed up various bugs with how Liquibase handles snapshotting and comparing multiple schemas. - -Beyond just bugfixes, you can also now specify mappings between source and target database schemas by using a new --referenceSchemas flag. I'll write more about this feature in a future blog post. - -### OSGi support in liquibase-core - -You no longer need to use the liquibase-osgi jar when running in an OSGi container. The standard liquibase.jar / liquibase-core module is all you need. - -### New "context" attribute on include and includeAll to control when changelogs are included - -If you specify the "context" attribute on include or includeAll, the referenced changelog files will only be executed if you are running under a matching context. - -### Formatted SQL changelog improvements - -We brought in some features from XML and YAML style changelogs to [formatted sql](http://liquibase.org/documentation/sql_format.html) including support for AND/OR context expressions and [changelog parameters](http://liquibase.org/documentation/changelog_parameters.html). - -### New runOrder="first|last" attribute on changeSet to override where in the changelog it is ran - -Sometimes you want a changeSet to always execute after everything else but don't want to keep moving it to the end of the changelog. Setting the runOrder will automatically move it in the final changeSet order. - -### Improved SQL Parsing - -Instead of using regular expressions to try to parse SQL, we now tokenize it using a grammer. This will make SQL parsing much less buggy and fixes a large set of bugs. - -### Performance improvements and bug fixes - -Always performance improvements and bug fixes - -### Full Release Notes - -Thanks to everyone who helped with [all these issues](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=12560) - - -- [CORE-155] - Default-context attribute in databaseChangeLog tag -- [CORE-575] - foreign key constraint is generated with onUpdate and onDelete restrict -- [CORE-910] - Lock is not released if nocount is on for sql server 2008 -- [CORE-1166] - Diff doesn't detect 'on delete cascade' statements -- [CORE-1447] - Inconsistent line endings in updateSQL produced files -- [CORE-1468] - Number / Numeric handling must differ between different database systems -- [CORE-1679] - Changelog SQL routines are partially aware of Database quoting strategy -- [CORE-1690] - OSGiPackageScanClassResolver does not search extensions in Fragment bundles -- [CORE-1836] - Oracle Integer mapping -- [CORE-1839] - H2 multicolumn unique constraints -- [CORE-1883] - Performance issue with large datamodels -- [CORE-1887] - Including the same ChangeSet twice causes ValidationFailedException -- [CORE-1897] - stripComments from SQL is trimming quoted string -- [CORE-1935] - Formatted SQL generateChangeLog failed -- [CORE-1966] - Invalid object name 'INFORMATION_SCHEMA.SEQUENCES' when running generateChangeLog with SQL Azure -- [CORE-1985] - constraints tag is missing referencedTableSchemaName -- [CORE-2024] - Move SDK to its own module -- [CORE-2056] - generateChangeLog generates too many 'constraints' -- [CORE-2059] - escapeObjectName has no respect for quotingStrategy QUOTE_ONLY_RESERVED_WORDS on Postgres -- [CORE-2184] - diff doesn't write correct Changesets for foreign key constraints with ON DELETE CASCADE -- [CORE-2211] - Liquibase tries to execute commented lines in custom SQL file -- [CORE-2213] - Liquibase does not support comments in a line after the semicolon -- [CORE-2333] - loadData fails with quoted string containing a comma -- [CORE-2376] - LiquibaseCatalogName in commandLine not working correctly -- [CORE-2438] - DeleteGenerator does not handle parameter names and values with $ or \ properly -- [CORE-2456] - includeObjects/excludeObjects not work for UniqueConstraint -- [CORE-2474] - dropFirst does not drop objects in not default schemas on Postgres 9+ using sql format with multiple schemas -- [CORE-2483] - Liquibase does not delete unzip directories from temporary directory -- [CORE-2501] - Derby sequenceCurrentValue Incorrect SQL -- [CORE-2502] - Handle single-tag databaseChangeLog tag on diffChangeLog -- [CORE-2504] - NumberFormatException while checking precondition -- [CORE-2508] - GlobalConfiguration liquibase.should.run alias is incorrect -- [CORE-2512] - Both defautValueComputed and defaultValue included in addColumn diffChangeLog outputs if value is a computed value -- [CORE-2513] - DiffChangeLog fixing changed indexes misses "unique" attribute -- [CORE-2514] - bad Maven documentation for outputDefaultCatalog and outputDefaultSchema -- [CORE-2517] - Foreign key snapshot improvements for DB2 -- [CORE-2518] - DB2: snapshot sees DATE types as TIMESTAMP -- [CORE-2520] - Spurious warning with includeAll: file is not a recognized file type -- [CORE-2521] - addAutoIncrement on Postgres generates invalid SQL when specific schema is used -- [CORE-2522] - Derby: support for findForeignKeyConstraints -- [CORE-2523] - H2: use "REAL" as datatype for "FLOAT" -- [CORE-2524] - MSSQL: need to escape default value constraint names -- [CORE-2525] - Error on dropping sequence -- [CORE-2526] - Oracle 12: TIMESTAMP(3) not handled -- [CORE-2528] - Oracle: improve unique constraint snapshot query performance -- [CORE-2529] - MSSQL auto_increment numeric is 1 smaller in generateChangeLog -- [CORE-2531] - Wrong type mapping of BINARY type in MySQL, H2, HSQLDB and Postgresql -- [CORE-2533] - Poor runtime performance -- [CORE-2538] - regenerate maven documentation for liqubase on website -- [CORE-2545] - MSSQL: createProcedure fails if replaceIfExists=true and body uses "create proc" rather than "create procedure" -- [CORE-2547] - liquibase.database.core.DB2Database - Improper Resource Shutdown or Release -- [CORE-2548] - primaryKeyTablespace is ignored in PostgreSQL -- [CORE-2550] - Proper handling BINARY type in MySQL and H2 -- [CORE-2552] - Oracle performance: fetch view definition along with original view to reduce the number of needed queries -- [CORE-2553] - DB2: add ability to disable automatic reorg statements -- [CORE-2556] - Cannot execute update code including quoted strings containing semicolons -- [CORE-2558] - includeAll incorrectly sorting by including WEB-INF/classes when running in an ear -- [CORE-2561] - Add "cycle" attribute to alterSequence -- [CORE-2562] - MSSQL: Snapshot errors if table names have single quote marks in them -- [CORE-2563] - DiffChangeLog that adds columns does not preserve column order -- [CORE-2565] - Escaping of the sequence names with schema generates invalid statements for Oracle DB -- [CORE-2581] - mysql update emits incorrect sql for BIT(1) when default specified -- [CORE-2587] - Validation not performed before rollback -- [CORE-2591] - autoincrement problem with ORA 12c + COMPATIBLE param to 11 -- [CORE-2595] - DefaultPackageScanClassResolver fails if "fat" jar has dirs and files with same name -- [CORE-2599] - generateChangelog produces incorrect values for binary type -- [CORE-2601] - ORDER keyword isn't escaped for Oracle -- [CORE-2602] - StackOverflowError generating snapshot -- [CORE-2604] - PostgreSQL datatype bit(n) column gives BOOLEAN(n) type for CreateTableChange genearated sql statement -- [CORE-2605] - addColumn with multiple columns, does not create the constraints -- [CORE-2606] - PostgreSQL : Table creation with datatype smallserial fails. -- [CORE-2609] - Liquibase command line fails when using JTDS driver with SSO -- [CORE-2611] - Sybase ASE generated table name is wrong. Roll back CORE-2447 -- [CORE-2615] - Multi-schema snapshot bugfixes -- [CORE-2623] - Oracle: primary keys on tables recovered from recyclebin are not properly snapshotted -- [CORE-2624] - MSSQL: better support for user defined types -- [CORE-2625] - Diff: should not be case sensitive in column default value functions -- [CORE-2629] - SQL syntax doesn't allow commenting indepenrent parts. -- [CORE-2632] - Postgres index drop needs schema -- [CORE-2635] - Applied changeset not detected -- [CORE-2636] - includeAll uses full file path -- [CORE-2637] - Creating column with tinyint(1) instead created as default tinyint -- [CORE-2641] - runOnChange change set runs every time even if there wasn't changed -- [CORE-2642] - Xsd files are not resolved from classpath when resolving from resourceAccessor fails. -- [CORE-2643] - loadData -- [CORE-2645] - Rollback referencing a change set in current child file cannot be parsed -- [CORE-2653] - Liquibase show difference for some UniqueConstraint and Views in SQL SERVER databases but Actually there is NO difference when i compare the SQL scripts manually -- [CORE-2660] - Multiple contexts not recognized in formatted SQL when using AND -- [CORE-2662] - NumberFormatException with default values of type 'real' in postgresql -- [CORE-2663] - New MySQL 5.7.x reserved keywords are not being escaped -- [CORE-2664] - createChangeLog has incorrect nesting of constraints in YAML format -- [CORE-2666] - InsertSetGenerator hard-codes the InsertGenerator -- [CORE-2669] - Impossible to extend BaseLiquibaseTask in a non-deprecated way -- [CORE-2670] - Impossible to create table on mssql with remarks containing apostrophes -- [CORE-2671] - oracle timestamps with time zone -- [CORE-2672] - createSequence with order produces invalid statement on postgresql -- [CORE-2673] - includeAll relativeToChangelogFile doesn't work for FileSystemResourceAccessor -- [CORE-2674] - LoadUpdateData with onlyUpdate="true" generates invalid statements for Oracle DB -- [CORE-2677] - Dropping a postgres index fails -- [CORE-2679] - Hibernate diffChangeLog NullPointerException @ MissingPrimaryKeyChangeGenerator.fixMissing(MissingPrimaryKeyChangeGenerator.java:76) -- [CORE-2680] - Generating a futureRollbackSql when using "classpath:" prefix doesn't recognise any of the ran change sets. -- [CORE-2681] - H2 (automatic mixed mode): createTable: columns remarks ignored -- [CORE-2683] - dropAll dropping sequences that have been dropped via earlier cascade -- [CORE-2684] - Context is ignored with runOnChange and including file (sqlFile/loadUpdateData) -- [CORE-2686] - StandardChangeLogHistoryService.hasDatabaseChangeLogTable value is cached too aggressively -- [CORE-2687] - sqlFile endDelimiter="go" if endDelimiter has whitespace in my sql it is not spliting -- [CORE-2688] - Loading data from csv with number of rows dividable by 51 -- [CORE-2689] - TIMESTAMP parameters dropped for DB2 -- [CORE-2690] - SetTableRemarksGenerator double escapes remark -- [CORE-2693] - Postgresql dropAll with serial columns fails because tables are dropped then sequences which no longer exist -- [CORE-2694] - "national character varying" type is not recognized -- [CORE-2698] - sqlFile Oracle scripts with ending / are not actually getting executed even with splitStatements="false" -- [CORE-2699] - concurrency causes NullPointerException in DatabaseObjectComparatorFactory.getInstance() -- [CORE-2705] - diffChangeLog generates dropColumn when dropping an index with a computed column -- [CORE-2706] - Two sides of equal are the same -- [CORE-2709] - endDelimiter regexp problem -- [CORE-2711] - Cannot load CSV via loadData -- [CORE-2713] - CreateView disregards replaceIfExists=true when fullDefinition=true -- [CORE-2715] - tableExists and columnExists preconditions fail on MySQL -- [CORE-2718] - H2 Database should query for default schema instead always use PUBLIC -- [CORE-2719] - Oracle: Cannot snapshot primary keys on lower-case tables -- [CORE-2720] - DB2: Capture full view definition in snapshot/generateChangeLog to support column options -- [CORE-2721] - endDelimiter regex does not work in SQL changelogs/changesets -- [CORE-2725] - DB2: Don't include system-generated indexes -- [CORE-521] - Handle Timestamp with Time Zone types where supported -- [CORE-2448] - New "created" attribute on changeSet -- [CORE-2478] - Liquibase dropAll command line does not allow dropping multiple schemas -- [CORE-2540] - Allow vendor independent SEQUENCE definition -- [CORE-2541] - Add support for registering a Change Exec Listener on command line -- [CORE-2560] - Add new runOrder="first\|last" attribute to control when a changeSet is ran -- [CORE-2577] - Add resourceComparator attribute to includeAll to override sorting -- [CORE-2578] - Added addUniqueConstraint deferrable"support for Postgresql -- [CORE-449] - Same changeLog can be included multiple times -- [CORE-1969] - Support for AND/OR context expressions in formatted sql -- [CORE-2100] - formatted sql validCheckSum -- [CORE-2115] - Really slow when using fat jars -- [CORE-2225] - please add the OLD check sum to the validation error message -- [CORE-2336] - Use a grammer for parsing SQL rather than regexps -- [CORE-2419] - Support fluent/builder-style change properties -- [CORE-2455] - Improve messages in databasechangelog.description column -- [CORE-2463] - Don't include liquibase tables in dbdoc -- [CORE-2493] - ExecuteShellCommand improvements -- [CORE-2497] - Support setColumnRemarks and setTableRemarks on MSSQL -- [CORE-2499] - Support for commenting lines in csv files -- [CORE-2539] - Ensure each data row in CSV has same # cols as header -- [CORE-2584] - ValidCheckSum is valid for both stored database values and current changeSet checksum -- [CORE-2589] - Output xml changelogs as xml version="1.1" -- [CORE-2612] - Oracle: include BYTE in CHAR and VARCHAR types from snapshot/generateChangeLog -- [CORE-2619] - Make changeLogFile optional for changeSetExecuted -- [CORE-2622] - Maven: Support ISO date syntax for rollback -- [CORE-2626] - Use schemaName in createProcedure -- [CORE-2638] - GenerateChangeLog should include replaceIfExists=true for changed views -- [CORE-2640] - Better handling of replaceIfExists in createProcedure -- [CORE-2651] - Derby: Default unknown version to 10.6 to support sequences -- [CORE-2652] - Formatted sql precondition not expanding changelog parameters -- [CORE-2657] - Add new DATABASECHANGELOG.DEPLOYMENT_ID column to track changeSets deployed together -- [CORE-2658] - Move the liquibase-debian module to a separate profile -- [CORE-2703] - MySQL NCLOB should conver to LONGTEXT CHARACTER SET utf8 -- [CORE-2724] - Support offline databases in ant-tasks - diff --git a/_posts/2018-03-14-liquibase-3-5-5-released.md b/_posts/2018-03-14-liquibase-3-5-5-released.md deleted file mode 100644 index ae1c9c0c9..000000000 --- a/_posts/2018-03-14-liquibase-3-5-5-released.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.5.5 Released ---- -# Liquibase 3.5.5 Released - -For those of you not watching the download page every day, Liquibase 3.5.5 was released on Feb 15th. - -The 3.5.5 release is a bugfix release, pulling in a few high-prioritly/low impact changes in preparation for a larger 3.6.0 release in a few weeks. - -### Highlights include: - -- Fixed handling Java 9+ version numbers -- Spring fixes -- includeAll fixes - -I’m currently in final testing of the 3.6.0 release which includes over 1000 commits covering the last year of development so stay tuned for that. - -As promised, the new versions will continue to be released on a far more regular basis than over the last year so look forward to great things! - -### Download - -As always, the release is now available from [liquibase.org/download](/download) and through the Maven repositories. - -### 2018 Community Survey - -The 2018 Liquibase Community Survey is also now open. Please take 5 minutes to let us know [how you are using Liquibase and how we can improve it](https://goo.gl/forms/Atzmtw7XZatOehuP2). Thanks! - -### Full changelog: - -- [CORE-2851] - includeAll tag with a relative path duplicates the database changes with an absolute and with a relative changelog -- [CORE-2863] - Issue with Spring boot 1.4.0 - 1.4.3 -- [CORE-2898] - includeAll broken in 3.5.1 -- [CORE-2948] - Changelog with includeAll will not find child changelogs in Spring Boot's executable JAR -- [CORE-2978] - AddAutoIncrement on Postgres does not work when no schema is specified -- [CORE-3123] - ResourceComparator is not applied for includeAll -- [CORE-3139] - ClassLoaderResourceAccessor cannot read jar path resources from SpringLiquibase -- [CORE-3015] - Oracle: diffChangeLog TIMESTAMP WITH LOCAL TIME ZONE correctly - -[Issue Tracker](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=13400) - diff --git a/_posts/2018-03-15-survey-2018.md b/_posts/2018-03-15-survey-2018.md deleted file mode 100644 index 655a281bc..000000000 --- a/_posts/2018-03-15-survey-2018.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: 2018 Community Survey ---- -# 2018 Community Survey - -Listening to feedback from the community is a vital part of any open source project and it has frankly been a little too long since I’ve had the chance to hear the voice of those who make use of Liquibase. -As I make more time to devote to the project, I’m keen to understand your perspective – if nothing else, to inform my priorities as I go through pull requests and think through additional updates. - -So, without further ado, I’d like to announce the [2018 Liquibase Community Survey!](https://goo.gl/forms/Atzmtw7XZatOehuP2) -Please take 5 minutes to fill out the survey and give me your thoughts on the project, how you use it, and how we can continue to improve it. - -Lastly, a slightly shameless plug. In addition to founding and serving as the primary maintainer of Liquibase, my day is spent working on enterprise-grade features at Datical. -The last question of the Liquibase Community Survey is a question on whether I can follow up to learn more from you. -As a part of this follow-on, the team at Datical would love to connect with those of you willing to spare a half hour so they can better understand how to provide continued corporate support for this open source project while continuing to build out a commercial roadmap. -So, as you are taking the community survey, I encourage you to be open to the follow-up as it only helps me and the team at Datical figure out how to best balance the needs of the open source community and the commercial market. - -Thanks for your input! I’m looking forward to hearing what each of you has to say. - -### -----> [Liquibase Survey 2018 Form](https://goo.gl/forms/Atzmtw7XZatOehuP2) <----- ### diff --git a/_posts/2018-04-11-liquibase-3-6-0-released.md b/_posts/2018-04-11-liquibase-3-6-0-released.md deleted file mode 100644 index b981c2b02..000000000 --- a/_posts/2018-04-11-liquibase-3-6-0-released.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.6.0 Released ---- -# Liquibase 3.6.0 Released - -Liquibase 3.6.0 (actually 3.6.1 as well) is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Question or comments can be directed [to liquibase.org/community](http://liquibase.org/community) - -Version 3.6.0 is primarily a bugfix release, but there have been over new 1000 commits since the 3.5.x series, so TONS of good new things. - -### Highlights include - -- Improved database support for MS SqlServer, Oracle, Sybase, DB2 on Z/OS and others -- Improvements to spring and includeAll handling -- UTF-8/Non-ASCII fixes -- And much more - -### Checksum logic change - -The 3.6.0 release should be a drop-in replacement for anyone using Liquibase, but some of the bugfixes required an update to the checksum logic. - -This means that when you first run an update command, Liquibase will transparently replace the old version with the new version BUT it will not be able to detect whether they actually changed or not, so any "runOnChange" triggers will NOT execute on the first run of the upgrade. - -### Looking Forward: API Changes - -The main goal of 3.6.0 was to collect all the outstanding bugfixes and minor features into a base release to build on for future changes. - -Part of the reason for the gap between 3.5 and 3.6 is that I have been busily working on an extensive code cleanup/re-organization task in Liquibase concurrently and it has proved too difficult to keep the two branches in sync. -I had been making the changes in a separate branch because I've always tried to keep API-compatibility between releases to avoid breaking extensions, and the clean-up work is the point where I'm needing to break some of those APIs in order to support future functionality. - -Unfortunately, it has gotten too difficult to manage both branches in parallel and the progress in both has suffered, so I am going to take a new approach: starting with the 3.7.0 release, I am going to be making API-breaking changes from release to release until they finished, at which point we will release 4.0.0 and resume the normal no-API-breaking-changes rule. -This change only affects users of Liquibase extensions--*changelogs will ALWAYS backwards compatible.* - -With each 3.x release, I will document any code migration changes needed as part of the release notes, but for those who prefer to wait for the final 4.0 stable release to update your extensions I will continue to provide bugfixes for 3.6.x even as newer versions come out. - -As an example of changes I'm planning on making, I have already started pulling out the custom ServiceLocator logic that causes so much pain with the standard java.util.ServiceLoader classes. - -### Looking Forward: Project Infrastructure Changes - -To simplify issue management, I'm going to migrate our issue tracking from Jira to Github. I'll post an announcement as that is finished. - -I am finishing up re-introduction of a public build server and snapshot builds. I'll post an announcement as that is finished. - -### REMINDER: Community Survey Ends Saturday April 14th. - -It should only take a few minutes to fill out and is a huge help in understanding how Liquibase is used and how we can improve. - -[Liquibase Survey 2018 Form](https://goo.gl/forms/Atzmtw7XZatOehuP2) - - -### Full Release Notes - -Thanks to everyone who helped with [all these issues](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=13060) - -- [CORE-1609] - Command Prompt: Can't connect to database with a special character in pwd -- [CORE-1852] - checksums depend on environment -- [CORE-1888] - Sybase error for TINYINT, INT, BIGINT: Can’t specify a length, scale or storage property on type ‘int/tinyint/bigint’. -- [CORE-2008] - H2 Supports minValue and maxValue in Sequences since Version 1.3.175, but Liquibase does not -- [CORE-2033] - NPE during Diff when case sensitive table missing -- [CORE-2135] - liquibase corrupting UTF-8 changesets -- [CORE-2162] - MSSQL: Multiple inserts in sqlFile do not fail as expected -- [CORE-2191] - Update on SQL Azure database fails due to unavailable sys.extended_properties -- [CORE-2527] - Sybase create table fails because column name is too long -- [CORE-2631] - dbdoc does not specify content type -- [CORE-2739] - --delimiter parameter in liquibase --help -- [CORE-2747] - CreateView / Oracle: Keyword REPLACE in view definition prohibits "or replace" in DDL statement -- [CORE-2772] - primaryKeyExists check fails on Turkish locale for some chars -- [CORE-2773] - DB2 AS/400 - generateChangeLog throwing Exception -- [CORE-2796] - Handle TimeStamps with nano second precision correctly -- [CORE-2797] - Determine the DB2 data server type correctly -- [CORE-2820] - Unsupported ReorganizeTable for DB2 z/OS causes changelog validation to fail -- [CORE-2821] - AddForeignKey statement generates incorrect SQL for DB2 z/OS -- [CORE-2826] - indexExists precondition fails on AS400 + JDBCDatabaseSnapshot/Snapshot generator code is not coded generically? -- [CORE-2843] - Sql wrong lexical analysis for string literals - escaped single quotes are misparsed -- [CORE-2875] - UTF-8 character not understood -- [CORE-2894] - Oracle snapshot not detecting custom datatypes in different schemas -- [CORE-2909] - column remarks for mysql should be escaped -- [CORE-2911] - Oracle: generateChangeLog on RAW types not including the size param -- [CORE-2928] - Invalid snapshot of "duplicate" foreign keys -- [CORE-2929] - Views with definitions that start with a comment are not captured correctly in generateChangeLog -- [CORE-2940] - Do not print warning when DBA_RECYCLEBIN is not available -- [CORE-2944] - outputDefaultSchema and outputDefaultCatalog command line parameters not respected -- [CORE-2953] - update with valueSequenceNext and schema produces wrong SQL on oracle -- [CORE-2965] - Custom Properties XML Changelog -- [CORE-2992] - liquibase.util.grammar.TokenMgrError: Lexical error at line 1, column 71. Encountered: "\u00b4" (180), after : "" -- [CORE-2993] - createSequence with order denied on DB2 -- [CORE-3002] - SQLAnywhere: Revert Unique Index failed -- [CORE-3006] - Oracle CSV-Import: "String index out of range: -1" -- [CORE-3009] - SQLAnywhere: Drop Default Value failed -- [CORE-3020] - No warning when included file doesn't exist (missing extension) -- [CORE-3033] - typo in postgresql reserverd word -- [CORE-3040] - onlyUpdate="true" flag generates empty statements for MySQL DB -- [CORE-3046] - Fix faulty snakeyaml class-path entry after upgrade to 1.17 -- [CORE-3051] - SQLAnywhere: Drop Table does not support CASCADE -- [CORE-3054] - SQLAnywhere: java-coredump on changeSet-SQL -- [CORE-3055] - SQLAnywhere: supports Sequences -- [CORE-3063] - Integration tests failing on master -- [CORE-3069] - Checksum: line endings not standardized on windows if multiple lines -- [CORE-3072] - Add usePreparedStatements="true|false" flag to loadData -- [CORE-3076] - SUM is not reserved word for HsqlDB -- [CORE-3099] - Non English environment; invalid tablename and column name can be generated because of toUpperCase toLowerCase method which is dependent to locale in java -- [CORE-3101] - dropPrimaryKey TABLE_SCHEMA = 'null' -- [CORE-3106] - SQLAnywhere: DROP INDEX should use tablename -- [CORE-3115] - Prefix space in column type causing the Unknown LiquibaseDataType with the latest release -- [CORE-3117] - TIMESTAMP WITH TIME ZONE datatype is changed to TIMESTAMP in H2 -- [CORE-3119] - Maven failing to use driverPropertiesFile from Liquibase Properties File -- [CORE-3135] - Column t1.tgconstrname does not exist -- [CORE-3138] - SQLAnywhere: AddAutoIncrement-Statement is wrong -- [CORE-3140] - MSSQL2005 doesn't support built-in function original_db_name() -- [CORE-3155] - CSV line content behind inline comment character doesn't contribute to checksum -- [CORE-3162] - Diff problem with MSSQL case sensitive database -- [CORE-3171] - LoadUpdateData doesn't work on SAP SQLAnywhere -- [CORE-3180] - A DBMS-specific change set referencing a DBMS-specific rollback can't be parsed on a different DBMS -- [CORE-2735] - Add possibility to test rollback with SpringLiquibase -- [CORE-1225] - Add support for tablespace assigned to liquibase metadata tables -- [CORE-2628] - defaultSchema parameter doesn't do Connection.setCatalog() for SpringLiquibase -- [CORE-2842] - MSSQL: Support creating clustered unique constraints -- [CORE-2891] - Liquibase "Command" objects can be extended and overridden -- [CORE-2919] - Make all variants of Liquibase.listUnrunChangeSets public -- [CORE-2952] - Use the clustered index if duplicate indexes are defined -- [CORE-2955] - MSSQL: Capture explicit null default values on snapshot and generate/diffChangeLog -- [CORE-2970] - MSSQL: Support default value constraint names -- [CORE-2977] - Generated primary key constraint name doesn't match Postgres default -- [CORE-2985] - MSSQL Snapshot performance improvements -- [CORE-3000] - Oracle JDBC batch for load_data -- [CORE-3005] - Consideration of DB2/400 system views -- [CORE-3017] - Add path attribute to createView -- [CORE-3018] - Oracle: support remarks on createView -- [CORE-3045] - Support indexes on views -- [CORE-3079] - Make includeObjects and excludeObjects affect which objects are snapshotted -- [CORE-3094] - HSQLDB UUID support -- [CORE-2920] - Using "//" as an endDelimiter stopped working 3.5.0 \ No newline at end of file diff --git a/_posts/2018-06-30-liquibase-3-6-2-released.md b/_posts/2018-06-30-liquibase-3-6-2-released.md deleted file mode 100644 index b86177b49..000000000 --- a/_posts/2018-06-30-liquibase-3-6-2-released.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.6.2 Released ---- -# Liquibase 3.6.2 Released - -Liquibase 3.6.2 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Question or comments can be directed [to liquibase.org/community](http://liquibase.org/community) - -Version 3.6.2 is a bugfix release while we work on a 3.7.0 release. - -### Fixes include - -- Fixed breaking API change -- Improvements to spring boot includeAll -- Oracle 11g doesn't support TIMESTAMP WITHOUT TIME ZONE data type -- Fix in PostgreSQL dropPrimaryKey with objectQuotingStrategy="QUOTE_ALL_OBJECTS" - diff --git a/_posts/2018-07-23-austin-liquibase-meetup.md b/_posts/2018-07-23-austin-liquibase-meetup.md deleted file mode 100644 index c0918399d..000000000 --- a/_posts/2018-07-23-austin-liquibase-meetup.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Austin Liquibase Meetup ---- -# Austin Liquibase Meetup - -Austin Liquibase Meetup, Wed Sept 12, 2018 - -Mark your calendars! - -More Info \ No newline at end of file diff --git a/_posts/2018-11-27-next-level-changelog.md b/_posts/2018-11-27-next-level-changelog.md deleted file mode 100644 index fc8124f77..000000000 --- a/_posts/2018-11-27-next-level-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Taking the XML changeset and changelog workflows to the next level ---- -# Taking the XML Changeset and Changelog Workflows to the Next Level - -As many of you know, a few years after starting the Liquibase open-source project, I joined the team at Datical. -For those who are unaware, Datical is a commercial solution built on top of Liquibase. - -Datical is also the primary maintainer of the Liquibase open source project - though we are always looking for more engaged community members who might be interested in being stewards to the project along with me. - -While I’ve enjoyed the years of growth - both Liquibase and Datical have seen, I had always hoped for a better transition from the open-source project I founded to the commercial software that I now help architect. - -Finally, the wait is over – and I’m tremendously excited to announce that Datical’s latest release supports users bringing in their own XML changesets and changelogs from Liquibase. - -*This new capability is a major milestone.* -I’ve heard from your, the open-source community time and again that being able to describe database changes in an object model is much more approachable than having to writing everything in SQL – especially when delivering software runs against a number of different backend database platforms. - -Now, you can continue working with the Liquibase XML model, using the same workflow and practices that you have established across your team while upgrading to Datical when the time is right. - -While Liquibase is a great solution for smaller teams, projects, and organizations, it has a number of limitations at enterprise scale. -With this new capability, it becomes possible for teams to continue using Liquibase at enterprise scale, while seamlessly integrating and leveraging Datical behind the scenes to meet enterprise needs. -I’ve heard of many cases where large organizations have put enormous effort into customizing and updating Liquibase with an internally forked version to meet their needs. -While some of these projects have been rather successful, many eventually suffer from neglect as it becomes more difficult to maintain, scale, adapt the solution as time passes and as more teams want access. - -There is now a new way forward. Already there has been many notable organizations, including Athene, MedImpact, and Zions Bancorporation, that started with Liquibase and moved to Datical. -But now, instead of making a transition to Datical and requiring developers to write SQL, organizations can move to Datical while empowering their development teams to have a choice between writing XML changesets and SQL. - -I’m excited about this news. If you are curious about how this works the team at Datical has pulled together a demo video that illustrates how the Liquibase workflow can seamlessly benefit from Datical’s advanced enterprise capabilities. -You can also learn more here. diff --git a/_posts/2019-01-29-liquibase-3-6-3-released.md b/_posts/2019-01-29-liquibase-3-6-3-released.md deleted file mode 100644 index 24feea70a..000000000 --- a/_posts/2019-01-29-liquibase-3-6-3-released.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.6.3 Released ---- -# Liquibase 3.6.3 Released - -Liquibase 3.6.3 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Question or comments can be directed [to liquibase.org/community](http://liquibase.org/community) - -Version 3.6.3 is a bugfix release while we work on a 3.7.0 release. - -### Fixes include - -- Better including SLF4 libraries -- Fixes to includeAll and other file loading/finding logic -- Many other misc fixes - -Full release notes are available from [https://liquibase.jira.com](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=13504) diff --git a/_posts/2019-05-09-updates-to-hibernate-hana-extensions.md b/_posts/2019-05-09-updates-to-hibernate-hana-extensions.md deleted file mode 100644 index 0c2f8b2e5..000000000 --- a/_posts/2019-05-09-updates-to-hibernate-hana-extensions.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Updates to Liquibase Hibernate and HANA extensions ---- -# Updates to Liquibase Hibernate and HANA Extensions - -We have reviewed and accepted pull requests for extensions that add and enhance support for Hibernate and HANA. Hibernate is one of the most popular Java ORMs and SAP HANA powers critical ERP, CRM, and SRM systems. - -### Check out what's new with the Hibernate extension -The updated Liquibase Hibernate extension improves: - -- Support for latest Liquibase core releases (3.6) -- Support for Bean validation annotation -- Better handling of indexes and constraints -- Better handling of physicalNamingStrategy -- Support for using sequence start values - -[Download the Hibernate extension] (https://github.com/liquibase/liquibase-hibernate/releases/tag/liquibase-hibernate5-3.7) - -### Check out what’s new with the HANA extension -The updated Liquibase HANA extension supports the latest Liquibase 3.6.3 release and adds a ton of functional improvements to HANA support. A huge thanks to [Jonathan Bregler](https://github.com/breglerj) Software Engineer at SAP, for all of the work he contributed to Liquibase HANA support. - -[Download the HANA extension](https://github.com/liquibase/liquibase-hanadb/releases/tag/liquibase-hanadb-2.0) - -### Download the extension updates -- [Download the Hibernate extension](https://github.com/liquibase/liquibase-hibernate/releases/tag/liquibase-hibernate5-3.7) -- [Download the HANA extension](https://github.com/liquibase/liquibase-hanadb/releases/tag/liquibase-hanadb-2.0) - -Or, you can download both extensions from the [central Maven repository](https://mvnrepository.com/repos/central). - -Want to learn more about Liquibase extensions? [View the Liquibase Extensions Portal](https://liquibase.jira.com/wiki/spaces/CONTRIB/overview). - -### Download Liquibase -[Download the current version of Liquibase 3.6.3](https://download.liquibase.org/), source control for your database. - -Thanks for your continued support. Enjoy the updated extensions. diff --git a/_posts/2019-07-19-liquibase-3-7-0-released.md b/_posts/2019-07-19-liquibase-3-7-0-released.md deleted file mode 100644 index 458b654e2..000000000 --- a/_posts/2019-07-19-liquibase-3-7-0-released.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.7.0 Released ---- -# Liquibase 3.7.0 Released - -Liquibase 3.7.0 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Questions or comments should be directed [to liquibase.org/community](http://liquibase.org/community). - -Version 3.7.0 is primarily a bugfix release, but there have been over 350 commits since 3.6.3, so TONS of good new things from both the community and Datical. - -### Highlights Include -- Improved support for PostgreSQL, DB2, MariaDB, MS SqlServer, Ingres, and Firebase -- Support for not validated not-null constraints -- Performance improvements -- Changelog parameters can be set via environment variables -- includeAll bugfixes -- can filter by id, author, or labels -- Allow disabling shouldRun in CDI -- And much more - -Thanks to everyone who helped with [all these issues](https://liquibase.jira.com/secure/ReleaseNote.jspa?projectId=10020&version=13501) diff --git a/_posts/2019-07-23-survey-2018-results.md b/_posts/2019-07-23-survey-2018-results.md deleted file mode 100644 index f0fb06066..000000000 --- a/_posts/2019-07-23-survey-2018-results.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: What We Learned from the 2018 Liquibase Community Survey ---- -# What We Learned from the 2018 Liquibase Community Survey - -Last year, we invited the Liquibase community to take a survey to help us understand how Liquibase is used and how we can improve. -A small sample size from our community (a little over 200 people out of 4M+ downloads in the past 12 months) participated via the Liquibase.org website. Here’s what we learned. - - - - - - - - - - - - - - - -### Summing it up - -* Liquibase is used by companies of all sizes. -* Most Liquibase users find the tool useful and use extensions to meet their needs. -* Although most users find the documentation helpful, we’d love to see that number higher than 68%. We’ll look at improving the documentation and providing links in more helpful places in the near future. - -We also took the time to interview a handful of users to ask more in-depth questions to see what features they’re looking for. More on that soon. - -Thanks to all that participated in the survey and interviews! We look forward to making improvements and getting more feedback from the community. diff --git a/_posts/2019-08-07-improving-community-support.md b/_posts/2019-08-07-improving-community-support.md deleted file mode 100644 index c4f8ce1e2..000000000 --- a/_posts/2019-08-07-improving-community-support.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Improving Community Support ---- -# Improving Community Support - -It’s an exciting time for the Liquibase community. The latest release, 3.7, has over 350 commits from the community and from Datical. -Datical has dedicated several engineers to the Liquibase open source project. -Most recently, these efforts helped push the [Liquibase 3.7 release](/2019/07/liquibase-3-7-0-released.html) with several important new features including improved support for PostgreSQL, DB2, MariaDB, MS SqlServer, Ingres, and Firebase, and much more. - -### Liquibase Community Manager - -I’m very excited to share that we are looking to hire an [open source community manager](https://www.datical.com/company/careers/?gh_jid=1803669). -This position will be vital to the community, helping to manage and improve the website and forum. -They’ll also be responsible for responding to questions and comments as well as connecting with users to help improve everyone’s experience with Liquibase. -If you’re passionate about building open source communities, [I encourage you to apply!](https://www.datical.com/company/careers/?gh_jid=1803669) - -> *NOTE* As of December 2019, this position has been filled. Contact the community manager with your questions and suggestions! - -### Strategic Partnerships - -In addition to dedicating developers to the project, the Datical team has been investing in strategic partnerships with Cassandra, CockroachDB, Couchbase, and SAP HANA, among others, to increase community contribution. -Look for more updates in the near future from these partnerships. - -We’re committed to increasing our investment in Liquibase by adding to the capabilities, news, documentation and community contribution. -Look for more news and announcements by following [@Liquibase](https://twitter.com/Liquibase) and [@Datical](https://twitter.com/Datical) on Twitter. diff --git a/_posts/2019-08-28-liquibase-3-8-0-released.md b/_posts/2019-08-28-liquibase-3-8-0-released.md deleted file mode 100644 index ecde8869e..000000000 --- a/_posts/2019-08-28-liquibase-3-8-0-released.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.0 Released, adds new Pro features ---- -# Liquibase 3.8.0 Released, Adds New Pro Features - -Liquibase 3.8.0 is now available from [liquibase.org/download](http://liquibase.org/download) and through the Maven repositories. Release notes are available at [https://liquibase.jira.com](https://liquibase.jira.com). - -Liquibase now comes in two modes: - -* Liquibase Community -* Liquibase Pro - -The 3.8.0 release adds the ability to enter a license key for a Liquibase Pro trial or full Liquibase Pro license. - -### Liquibase Community - -Liquibase is open source now and always. We’ll continue to provide the great Apache v2-licensed database change and version control tool you know and love. We’re excited to provide better documentation, better community support and more functionality for many future releases. - -### Liquibase Pro - -Liquibase Pro gives teams an option to get support and expert answers for their use case so they don’t have to go it alone. Liquibase Pro also adds functions to change sets for updating procedural database code. Liquibase Pro is available under a commercial license as a yearly subscription. A free 14-day trial is available. No credit card is required. [Learn more about Liquibase Pro](https://download.liquibase.org/) - -## We’re hiring! - -### Liquibase Support Engineer - -We are looking for a Liquibase expert to elevate the Liquibase support experience. This position can be remote, part-time or full-time. Check out the details here: [https://www.datical.com/company/careers](https://www.datical.com/company/careers/?gh_jid=1827858) - -### Liquibase Developer Advocate - -We’re continuing our search for a Developer Advocate/Community Manager. Check out the details here: [https://www.datical.com/company/careers](https://www.datical.com/company/careers/?gh_jid=1803669) diff --git a/_posts/2019-11-06-liquibase-3-8-1-released.md b/_posts/2019-11-06-liquibase-3-8-1-released.md deleted file mode 100644 index ae6d9aa12..000000000 --- a/_posts/2019-11-06-liquibase-3-8-1-released.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.1 Released ---- -# Liquibase 3.8.1 Released - -Liquibase 3.8.1 is now available here through [Liquibase.org](https://download.liquibase.org/download-community/) and through -the [Maven repositories](https://mvnrepository.com/artifact/org.liquibase/liquibase-core). The [3.8.1 release is also available on GitHub](https://github.com/liquibase/liquibase/releases/tag/v3.8.1). - -Here’s a closer look at what’s included in the latest release. - -## Liquibase Bug Fixes & Doc Updates - -Both Liquibase Community and Liquibase Pro users will enjoy several bug fixes and updates to documentation. -[View 3.8.1 release notes](https://download.liquibase.org/release-notes/liquibase-3-8-1/) for details on these updates. - -## New Liquibase Pro Features - -### Snapshots and Reverse Engineering for Stored Logic -In this 3.8.1 release, Liquibase Pro users with workloads on Oracle and SQL Server are able to capture information on their **Stored Logic**. - -The ability to snapshot Stored Logic allows you to get a static view of your database at a particular point in time and is useful for reporting and -safeguarding your data by comparing databases (performing diffs) to find differences. - -Liquibase Pro users will also now include Stored Logic changeSets in changelogs generated through the **diffChangeLog** and **generateChangeLog** command. - -**Stored Logic** objects include: - - - Check Constraint - - Procedures - - Package - - Package Body - - Function - - Trigger - - Synonyms - -### A Much More User-Friendly Changelog -If stored logic code gets written directly into the Liquibase **changelog**, the file can get very cluttered. Additionally, **Stored Logic** code is often formatted and that -formatting can be lost when it’s written to the **changelog**. - -With the 3.8.1 release, Liquibase Pro now eliminates the clutter by making the **changelog** more concise and readable, allowing users to maintain formatting by outputting -the Stored Logic code via external files that can be referenced by the changelog. SQL files are organized in directories by object type, making them easy to find. - -### Avoid Oracle Slowdowns -Liquibase Pro users have access to a new, Oracle-specific change type, `markUnused`, that helps users avoid database slowdowns caused by dropping a populated column. -`markUnused` tells Oracle to mark columns as 'unused' rather than dropping them immediately, which allows DBAs to decide the best time to drop these columns for -their particular application. This feature was first added in 3.8.0, and now with 3.8.1 it is possible to use the **diffChangeLog** and **generateChangeLog** commands and -have the generated changesets mark dropped columns as unused. The default is `markUnusedNotDrop=false` which will continue to drop columns rather than mark them unused. To -override this, you will need to set the system property `liquibase.pro.markUnusedNotDrop` to `true`. - -## Summing it up -Take advantage of all of these new features with a [free 14-day trial of Liquibase Pro](https://download.liquibase.org/liquibase-pro-trial-request-form/). In addition to -enhanced features, Liquibase Pro users also receive experienced guidance and fast troubleshooting from our excellent Liquibase support team. With their help, you’ll save -countless hours of scouring Stack Overflow forums if you get stuck. They’re also great at getting your team up and running with Liquibase in a way that works best for your -use case. [Give it a try](https://download.liquibase.org/liquibase-pro-trial-request-form/). No credit card is required so you don’t have to worry about forgetting to cancel. - -### Giving Back to the Community -We’ve added some Liquibase Pro features in this latest release, but we’re also continuing to fix bugs and improve documentation for everyone in the Liquibase community. -Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. We want to help make it -stronger. Here are some ways to contribute: -- [Contribute code](https://www.liquibase.org/development/contribute.html) -- [Make doc updates](https://github.com/liquibase/liquibase.github.com/tree/master/documentation) -- Participate in our upcoming community survey (look for an update on this soon) - -Stay tuned for more website improvements, tutorials, videos, and demos. Check out the latest on our [Liquibase Expert Exchange](https://download.liquibase.org/expert-exchange/). diff --git a/_posts/2019-11-26-liquibase-3-8-2-released.md b/_posts/2019-11-26-liquibase-3-8-2-released.md deleted file mode 100644 index 8568f0320..000000000 --- a/_posts/2019-11-26-liquibase-3-8-2-released.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.2 Released ---- -# Liquibase 3.8.2 Released - -Liquibase 3.8.2 is now available here through [Liquibase.org](https://download.liquibase.org/download-community/). -The [3.8.2 release is also available on GitHub](https://github.com/liquibase/liquibase/releases/). Here’s a closer look at what's included in the latest release. - -## Liquibase 3.8.2 Overview - -### Snapshots and Reverse Engineering Expands to Postgres and DB2 -TL;DR: With the release of Liquibase 3.8.2, Liquibase Pro users with workloads on PostgreSQL and DB2 are now able to capture and export Stored Logic objects. These Stored Logic objects will now export into local directories and files, making them easier to organize and manage. -This release also includes several bug fixes for Liquibase Community and Pro. - -## What's New in Version 3.8.2 -### Snapshots and Reverse Engineering for PostgreSQL and DB2 -The ability to snapshot Stored Logic for Postgres and DB2 allows users to get a static view of the database at a particular point in time and is useful for reporting and safeguarding data by comparing databases (performing diffs) to find differences. -Liquibase Pro users will also now be able to include Stored Logic changeSets in changelogs generated through the **diffChangeLog** and **generateChangeLog** command. Users can reverse engineer Stored Logic changes using generateChangeLog, snapshot, diff, and diffChangeLog commands. - -**Stored Logic** objects include: - - - Check Constraint - - Procedures - - Package - - Package Body - - Function - - Trigger - - Synonyms - -### A Much More User-Friendly Changelog for PostgreSQL and DB2 Stored Logic Users -If Stored Logic code gets written directly into the Liquibase changelog, the file can get very cluttered. Additionally, Stored Logic code is often formatted and this formatting can be lost when it’s written to the changelog. -Liquibase Pro eliminates the clutter by making the changelog more concise and readable, allowing users to maintain formatting by outputting the Stored Logic code via external files that can be referenced by the changelog. SQL files are organized in directories by object type, making them easy to find. - -**Try Liquibase Pro** - -Take advantage of all of these new Liquibase Pro features with a [free 14-day trial](https://download.liquibase.org/liquibase-pro-trial-request-form/). In addition to enhanced features, Liquibase Pro users also receive experienced guidance and fast troubleshooting from our excellent Liquibase support team. - -### Bug Fixes -For both Liquibase Community and Liquibase Pro users, the following bugs were fixed in version 3.8.2: - - Using generateChangeLog/diffChangeLog to generate formatted SQL changelogs now works with Liquibase Pro's stored logic support - - CDI-related classes moved back out of the main Liquibase jar into an optional jar - - Fixed issue with indexes backing foreign keys not always being captured in diffChangeLog/generateChangeLog - - Fixed issue with diffChangeLog/generateChangeLog generating primary keys when column order doesn't match the table's column order - -## Take the Liquibase Community Survey -We have opened our Liquibase Community Survey! This is your opportunity to help us concentrate on the features and functionality that you want to see added to Liquibase. - -It only takes about 5 minutes and the first 1000 responses receive a gift card. Handy for the holidays! - -[Take the Liquibase Survey](https://www.surveymonkey.com/r/Liquibase-Survey-B) diff --git a/_posts/2019-12-04-5-ways-fix-bad-database-change.md b/_posts/2019-12-04-5-ways-fix-bad-database-change.md deleted file mode 100644 index 60e5da237..000000000 --- a/_posts/2019-12-04-5-ways-fix-bad-database-change.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: 5 Ways to Fix a Bad Database Change in Liquibase -author: Steve Donie ---- -# 5 Ways to Fix a Bad Database Change in Liquibase - -You’ve just run a `liquibase update`. Moments later, your stomach churns as you realize that there were some big mistakes in the changes you just deployed and your database is definitely not in the state you intended. What do you do now? -**Don’t panic. You’ve got options.** - -When you’ve made a bad database change, you have a number of options for dealing with changes you have already deployed using Liquibase. How best to proceed depends on your specific scenario. - -First, let’s focus on fixing up the environment where the bad database change was made. We won’t worry about upstream or downstream environments just yet as they may or may not have the same changes already deployed to them. - -## Roll changes forward -This is the beauty of database migrations and making small changes incrementally. By rolling the changes forward (some call this fixing forward), you simply add a new changeset to address the issue(s) caused by the deployment of previous change(s). Running a `liquibase update` is the best way to get rid of bad database changes that you’ve made. We strongly encourage using this option whenever possible. - -For example, let's say that you just added a new column to a database. Your changeset looks like this: - -{% highlight xml %} - - - - - - -{% endhighlight %} - -You start doing your testing and you realize that ten characters is definitely not wide enough. To fix forward, add another changeSet that widens that column to the desired size: - -{% highlight xml %} - - - -{% endhighlight %} - -And off you go on your merry way! - -## Include a rollback script with every changeset -This option requires a lot of discipline as it involves creating a valid rollback for every. single. change. [Documentation on Liquibase rollbacks](/documentation/rollback.html). - -By choosing the rollback script option, you will need to manually validate that the rollback for each changeset properly rolls back the change made by the changeset. Liquibase can/will auto-generate rollbacks for purely additive changes. For example, if you use the ‘create table’ command, Liquibase can generate a ‘drop table’ – but this is ONLY if you are using a Liquibase function and will not work if you’re pointing to a SQL file, using the SQL tag, or using a formatted SQL changelog. The best practice is to author rollbacks for every change (which you can do in any/all changelog formats) if you foresee the need to roll back. - -Additionally, note that Liquibase will serially roll back changes to whatever point you want. There is no means to roll back a specific change that has previously been deployed. You have to roll back the changes in the reverse order that they were deployed. - -For example, you have the following changes deployed to a database and they all have a corresponding rollback script (A’, B’, C’, D’). - -Liquibase Change Scripts and Rollback - -Let’s say you want to roll back change ‘B’. Liquibase will only allow you to roll back change B by applying D’, C’ and B’ (basically rolling back D, C, and B) in order to “rollback change B”. - -Rollback a Change in Liquibase - -If you attempt a rollback to a change and Liquibase does NOT have a valid rollback script for one of the changes in the sequence, the rollback operation will fail and nothing will be rolled back. Liquibase performs this check before it starts applying any rollbacks, so no harm is done, but nothing will happen. The state of your database will remain exactly the way it is. - -## Drop, rework, and deploy -If you are working in a sandbox/developer environment, this option is for you. You can run a `liquibase dropAll` to drop everything from the database. (Do NOT use this in production!) Once you have a clean sandbox, you can edit any changesets you want to, and then run a `liquibase update` to deploy the changes you want. This is a great option for iterative development if (and only if) you have a sandbox environment where you have the luxury of dropping all objects. - -## Restore from backup -This option only works if you have a backup and the ability to take the downtime to restore from a backup. It’s operating outside of Liquibase but is a path to resolution. - -## Do it live -This option is also operating outside of Liquibase and when you do not have a backup or ability to restore from a backup. -With this option, you connect to the database and beat it into the state you desire. It’s unequivocally the worst of all options. If you ever want these fixes to apply to other environments, it will definitely require some combination of using `validCheckSum`, `diffChangelog`, `changelogSync`, etc. depending on the specifics of what you actually do by hand. Undoubtedly, it is STRONGLY recommended you do NOT use this option, and that you talk your DBAs out of resorting to this option; bribe them if you must! - -## Summing it up -Bad database changes happen. Depending on your situation and needs, there are several ways to handle a bad database change when you’re using Liquibase. We always recommend rolling forward whenever possible, but it’s good to know all of your options. diff --git a/_posts/2019-12-16-Recent-Liquibase-Articles.md b/_posts/2019-12-16-Recent-Liquibase-Articles.md deleted file mode 100644 index 9028e85e3..000000000 --- a/_posts/2019-12-16-Recent-Liquibase-Articles.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Recent Liquibase Articles, December 2019 -author: Steve Donie ---- -# Recent Liquibase Articles, December 2019 - -Here are some recent mentions of Liquibase on other sites. - -* [Fear database changes? Get them under control with CI/CD](https://dev.to/heroku/fear-database-changes-get-them-under-control-with-ci-cd-44n1) - 17 December 2019 - - Why you should be including database concerns in your CI/CD process. - -* [Evolving Database using Spring Boot and Liquibase](https://www.roytuts.com/evolving-database-using-spring-boot-liquibase/) - 16 Dec 2019 - - Nice tutorial showing how to evolve your database over time, using YAML and SQL Configuration rather than XML. The author also has - several other Liquibase related articles. - -* [Six Reasons You Should Try Liquibase for Your Next Project](https://medium.com/@texorcist/6-reasons-you-should-try-liquibase-for-your-next-project-47c5bf86ca9) - 3 Dec 2019 - - Datical's CTO Robert Reeves talks about why Liquibase is awesome. - -* [Liquibase and Titan: Open Source Database DevOps](https://medium.com/@texorcist/liquibase-and-titan-open-source-database-devops-bdeb19be4181) - 27 September 2019 - - Robert Reeves shows how Titan + Liquibase is a great model for working with databases in the development workflow. Titan is "docker for databases" and - provides a great system for getting data into the hands of software developers. - -* [SpringBoot, Liquibase, and MariaDB](https://medium.com/@texorcist/6-reasons-you-should-try-liquibase-for-your-next-project-47c5bf86ca9) - 24 September 2019 - - Tutorial and Quick Start on using Liquibase with SpringBoot. - - -* [Software Development Tools I Won't Do Without](https://medium.com/@stevedonie/software-development-tools-i-wont-do-without-58478d204d94) - 9 November 2016 - - An older article I wrote that describes why tools like Liquibase are as essential to the software development process as source control, testing, - and continuous integration. - diff --git a/_posts/2019-12-17-liquibase-3-8-3-released.md b/_posts/2019-12-17-liquibase-3-8-3-released.md deleted file mode 100644 index b4ae349e4..000000000 --- a/_posts/2019-12-17-liquibase-3-8-3-released.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.3 Released, Improves Maven Plugin Support ---- -# Liquibase 3.8.3 Release, Improves Maven Plugin Support - -Liquibase 3.8.3 is now available here through [Liquibase.org](https://download.liquibase.org/download-community/). -The [3.8.3 release is also available on GitHub](https://github.com/liquibase/liquibase/releases/). Here's a closer look at what's included in the latest release. - -## Liquibase 3.8.3 Overview - -### Improved Support for Liquibase-Maven Plugin and Java 9+ -When you try to make a lot of improvements really fast, sometimes things can break. Thanks for letting us know that there was an issue with our last point release with Maven. We wanted to remedy this as quickly as possible. We're very happy to report with the release of Liquibase 3.8.3, users of both Liquibase Community and Liquibase Pro can enjoy improved Liquibase-Maven plugin experiences, especially when using Java 9+. - -### Bug Fixes -The following bugs were fixed in version 3.8.3: -- Liquibase-Maven plugin now works with Java 9+. -- Expired license messages are now less annoying. (We made them less verbose and less excitable.) - -### Documentation -All Liquibase users should also check out our continually improving documentation. For this release, there are two pages of special interest: -- [Maven Liquibase Plugin](/documentation/maven/index.html) -- [How to Get Oracle Drivers using Maven](/documentation/maven/maven-get-oracle-drivers.html) - -Full Liquibase documentation is available at [https://www.liquibase.org/documentation/index.html](/documentation/index.html). - -### Get Involved -You can help make the Liquibase community better by contributing in the following ways: -- Contribute code - [https://www.liquibase.org/development/contribute.html](https://www.liquibase.org/development/contribute.html) -- Make documentation updates - [https://github.com/liquibase/liquibase.github.com/tree/master/documentation](https://github.com/liquibase/liquibase.github.com/tree/master/documentation) -- Participate in our community survey and earn $10 for 10 minutes of your time - [https://www.surveymonkey.com/r/Liquibase-Survey-B](https://www.surveymonkey.com/r/Liquibase-Survey-B) diff --git a/_posts/2019-12-23-liquibase-3-8-4-released.md b/_posts/2019-12-23-liquibase-3-8-4-released.md deleted file mode 100644 index 16ac00310..000000000 --- a/_posts/2019-12-23-liquibase-3-8-4-released.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.4 Released, Corrects Spring Boot Error in Pro ---- -# Liquibase 3.8.4 Released, Corrects Spring Boot Error in Pro - -Liquibase 3.8.4 is now available here through [Liquibase.org](https://download.liquibase.org/download-community/). -The [3.8.4 release is also available on GitHub](https://github.com/liquibase/liquibase/releases/). Here’s a closer look at what's included in the latest release. - -## Liquibase 3.8.4 Overview - -### Liquibase 3.8.4 Fix for Liquibase Pro Spring Boot Error -Previously, running a Spring Boot application while using Liquibase 3.8.0+ in Java 9+ caused errors. With the release of Liquibase 3.8.4, users can now use primary workflows with embedded Liquibase cases. - -### Bug Fixes -For both Liquibase Community and Liquibase Pro users, the following bugs were fixed in version 3.8.4: -- Fixed a 'Class not Found' exception error when using Java +9. -- Fixed a 'Cannot Use Default Schema Name' error when users diff against an SQL Server snapshot file. -- Fixed an 'Unexpected type: java.util.Date' error when using a defaultValueDate attribute in a YAML changelog. -- Improved datetime type handling in SQL Server. Liquibase now preserves types and prevents unexpected behaviors. - -### Documentation -All Liquibase users should also check out our continually improving documentation. For this release, there are several pages with brand new video content! Check them out here: -- [Creating & Configuring your liquibase.properties File](/documentation/config_properties.html) -- [Generating SQL to Update Database Schemas](/documentation/generate-sql-update-schemas.html) -- [Your First Migration with Liquibase Functions](/get_started/quickstart_lb.html) - -You can also see our growing library of videos and [subscribe to our YouTube channel](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w?). - -Full Liquibase documentation is available at [http://www.liquibase.org/documentation/index.html](/documentation/index.html). diff --git a/_posts/2020-01-06-top-10-findings-liquibase-survey.md b/_posts/2020-01-06-top-10-findings-liquibase-survey.md deleted file mode 100644 index 5662b85e8..000000000 --- a/_posts/2020-01-06-top-10-findings-liquibase-survey.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Top 10 Findings from Our Liquibase Community Survey ---- -# Top 10 Findings from Our 2019 Liquibase Community Survey - -First, a huge THANK YOU to everyone who participated in the Liquibase community survey. We had the best turnout ever and really appreciate all of the great input and feedback. We’ve already adjusted our road map to make sure we are building the features that you are asking for. The system works! Here are the top 10 findings from our survey. - -## 1 — Most Liquibase users are developers. -We’ve learned that most people using Liquibase are coming from development and not from the database side. It’s interesting to understand our users’ backgrounds and what their focus is so that we can help more users get their jobs done easier and faster. Not only that, but it helps us figure out what type of information and analogies might be more useful in the documentation. - - - -## 2 — Liquibase is used by companies of all sizes. -It’s fascinating to us to see how well Liquibase can work with different sized teams and for companies both big and small. - - - -Some of the respondents who opted to have a phone conversation with us have told us that Liquibase works great, but there are pain points around managing complex management tasks for really large deployments. We’re looking into options around what we can offer to help with the ecosystem around Liquibase. - -## 3 — Preferences for executing Liquibase are pretty clear. -Understanding how the community executes Liquibase helps us understand where to invest our time. Maven and the command line are the favorites followed by Spring Boot, and custom shell scripts. - - - -## 4 — The most popular databases to use with Liquibase surprised us. -There were some not officially supported (i.e., fully tested and vetted) databases that showed up high on our list and some supported ones that not many people use. It’s definitely time to make sure we’re officially supporting and thoroughly testing the databases the community works with most. We’d like to learn more from you about how you’re using Liquibase with databases like MySQL and MariaDB. Look for a conversation on this topic soon [on our subreddit](https://www.reddit.com/r/liquibase/). - - - -## 5 — Understanding your preference for writing change scripts. -We asked the community for their preference for writing change scripts (1 being most preferred and 5 being least preferred). We hear you. Yes, many people like using XML, but many Liquibase users prefer SQL. What many people don't know is that you CAN use plain old SQL with Liquibase. We’ll be focusing on documenting the use of plain SQL better and also improving the overall experience for those that use SQL for change scripts. - - - -## 6 — Most of you are definitely interested in a centralized dashboard. -We’ve added creating a dashboard that shows all Liquibase deployments in your organization to our road map! Exciting. We’ll be updating you on our progress here soon. - - - -## 7 — Most of you are using Jenkins for CI. -There are a LOT of CI tools out there, but our survey shows most Liquibase users rely on Jenkins. We’d like to begin work on a Jenkins plugin for the community to make it even easier. If you’re interested in using an open source Jenkins plugin for Liquibase, let us know what you’d like to see as part of the plugin. Already make your own version? What should we be aware of? Let us know what you think and [join the discussion on our subreddit](https://www.reddit.com/r/liquibase/comments/ekxhld/jenkins_plugin_for_liquibase_weigh_in/). - - - -## 8 — We need to continue making our documentation better. -We’ve made a ton of improvements recently and plan on making many more to our docs, add video tutorials, and make our getting started information more useful. If you haven't seen it lately, [check out the Documentation section](http://www.liquibase.org/documentation/index.html). - -Most of the other input we received was about adding or improving integrations and various features. More on that soon. - -## 9 — Features that you’d most like to see. -Features that are highest in demand are around rolling back a specific change and an easier way to run platform-specific SQL. We’ve added these items to our road map and you’ll be seeing these become reality very soon! - -## 10 — Overall, you really like Liquibase. -We received a lot of positive feedback from you. It’s exciting and fun to work on a project so many people love and rely on. - -Some positive pieces of feedback we wanted to share: - -“We use Liquibase in our CI/CD pipeline with Jenkins and it has worked well for us. We have been using SQL versus XML/JSON/YAML as it allows us to use Postgres BDR and PgLogical features that would otherwise have been unavailable.” --- Andy K., Senior Software Architect at ACI Worldwide - -“I love using Liquibase. I don't want to think about doing database releases without it anymore.” --- Anonymous - -“Liquibase is a great tool that changed the way I managed database changes.” --- A.F., Development Manager - -“Fantastic tool.” --- Anonymous - -Please keep sending feedback about things you wish were better, or submit a documentation pull request. There's a link at the bottom of every page of the site. \ No newline at end of file diff --git a/_posts/2020-01-09-liquibase-3.8.5-released.md b/_posts/2020-01-09-liquibase-3.8.5-released.md deleted file mode 100644 index d931de4a3..000000000 --- a/_posts/2020-01-09-liquibase-3.8.5-released.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -title: Liquibase 3.8.5 Released, Many Bug Fixes ---- -# Liquibase 3.8.5 Released, Many Bug Fixes - -Liquibase 3.8.5 is now available here through [Liquibase.org](https://download.liquibase.org/download-community/). -The [3.8.5 release is also available on GitHub](https://github.com/liquibase/liquibase/releases/). Here’s a closer look at what's included in the latest release. - -## Liquibase 3.8.5 Bug Fix Overview - -We've fixed a number of issues with this release. - -### Bug Fixes -For both Liquibase Community and Liquibase Pro users, the following bugs were fixed in version 3.8.5: - -- Fixes issue in which Liquibase did not add `DESC` to an `id` column -- CLI once again accepts `sqlFile`, `delimiter`, `rollbackScript`, and `outputSchemaAs` arguments -- Fixes Stored Procedure whitespace impacting update calls -- Fixes `generateChangelog` failure when there are missing NOT NULL constraints -- Fixes `updateSQL`, which was not including schemaName for package bodies -- Fixes bug in which Liquibase was not always capturing `create package body` while generating changeLog -- Liquibase CLI now gives a more useful error message when an invalid character is passed to a command -- Fixes an MSSQL issue, which threw an exception when doing diff/diffChangeLog between offline connections (such as when snapshotting json files) -- Fixes an MSSQL issue, which incorrectly generated `datetime` data type column when using `diff` & `diffChangeLog` Liquibase Maven plugin fails while executing/using "diff" and "generateChangeLog" with PostgreSQL) - -## Community Engagement -We recently shared a [blog about our top findings from our most recent Liquibase Community Survey](https://www.liquibase.org/2020/01/top-10-findings-liquibase-survey.html). Thank you to everyone who participated. - -Want to provide more feedback and input? Ready to learn what we're up to? We're having a virtual Liquibase Community Meetup on January 23 with Nathan (Liquibase Project Founder), Steve (Liquibase Community Manager), and Mario (Liquibase Product Manager). Join us. We're looking forward to meeting with you. Register Now. - -We are always looking to fix bugs and improve documentation for everyone in the Liquibase community. Here are some ways to contribute: -- [Contribute code](https://www.liquibase.org/development/contribute.html) -- [Make doc updates](https://github.com/liquibase/liquibase.github.com/tree/master/documentation) - -## More to Explore -Check out our growing library of videos and [subscribe to our YouTube channel](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w?). - -Full Liquibase documentation is continually being updated and is available at [https://www.liquibase.org/documentation/index.html](/documentation/index.html). Some of the latest material: -- [Generating SQL to Update Schemas](http://www.liquibase.org/documentation/generate-sql-update-schemas.html) -- [DB2 on Z tutorial](https://www.liquibase.org/documentation/tutorials/db2onz.html) - diff --git a/_posts/2020-01-28-plain-SQL.md b/_posts/2020-01-28-plain-SQL.md deleted file mode 100644 index d3d2ee1fc..000000000 --- a/_posts/2020-01-28-plain-SQL.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -layout: default -subnav: subnav_blog.md -author: Steve Donie -title: Liquibase Works with Plain Old SQL ---- -# Liquibase Works with Plain Old SQL - -It's time for some myth-busting! Yes, Liquibase really can work with SQL scripts. In fact, our [recent Liquibase survey](https://www.liquibase.org/2020/01/top-10-findings-liquibase-survey.html) -revealed that most of our users prefer using SQL scripts over the other Liquibase changelog options, like XML, JSON, and YAML. - -So if you love SQL, here's how you can keep using your SQL scripts AND use Liquibase to automate your database deployments. -Yes, the first step involves creating an XML changelog, but I promise that you'll be using SQL for all actual changes. - -## Create an XML changelog that will house your SQL changesets - -{% highlight xml %} - - - - - - -{% endhighlight %} - -Notice the `` tag in the XML example above. Each SQL changelog file that needs to be tracked by Liquibase has to be registered in this XML changelog file. -Each change will be applied to the database in the order listed in the changelog. - -Later on in this post you'll learn about another technique that will use all the files in a given directory. - -### Create formatted SQL changelogs - -For each change to the database schema, you will need to add the SQL file. While you can use completely plain SQL, there are some additional benefits if you -add a few select comments to your SQL files. This is referred to as "liquibase formatted SQL". Formatted SQL changelogs look like this: - -{% highlight SQL %} ---liquibase formatted sql ---changeset : - - ---rollback ---rollback - ---changeset : - - ---rollback ---rollback -{% endhighlight %} - -The first line must always be the comment `--liquibase formatted sql`. This allows typical SQL tools like Oracle sqldeveloper to treat those lines as comments, -but gives Liquibase a clue that this file is special. The second line starting with `--changeset` is required for each changeset. As with changesets in other -formats, each changeset must have an author, a unique identifier, and should be an “atomic unit of change". - -Real example: -{% highlight sql %} ---liquibase formatted sql ---changeset stevedonie:create-test-table -CREATE TABLE testTable( - columnName1 VARCHAR (355) -); ---rollback DROP TABLE ---rollback testTable -{% endhighlight %} - -In this example, we purposely made the rollback statement cover multiple lines. When that is the case, you will need to have the `--rollback` comment at the beginning of each line. - -Here's an example that demonstrates the ability to have multiple related SQL statements in a single changeset: -{% highlight sql %} ---liquibase formatted sql ---changeset stevedonie:create-multiple-tables splitStatements:true endDelimiter:; -create table TEST_1 ( ID int not null, FNAME varchar(100) not null); -create table TEST_2 ( ID int not null, FNAME varchar(100) not null); -create table TEST_3 ( ID int not null, FNAME varchar(100) not null); -create table TEST_4 ( ID int not null, FNAME varchar(100) not null); -{% endhighlight %} - -In this example, notice the `spliStatements:true` addition to the `--changeset` line. This tells Liquibase to split the block of SQL into multiple statements, each of which gets -executed separately. The `endDelimiter` parameter specifies that the statements should be split on the semicolon character. - -Piece of cake! - -Now you can rinse and repeat for as many SQL changesets as you'd like. You have a couple of options here for organizing the changesets - you can have multiple changesets in a -single `.sql` changelog file, and you can also include multiple SQL formatted changelogs in a single XML changelog file. - -### Make sure your SQL changelogs are in the XML changelog file - -Include the SQL changelog files in the changelog file we created earlier with the following XML tags: - -{% highlight xml %} - -{% endhighlight %} - -Add as many SQL changelogs as you'd like and register them in the changelog file. - -### Processing an entire directory with `` - -If it seems tedious to both create the .sql file and then add a reference to the file in the XML changelog, there is a way to simplify that. It does require some initial planning though. - -Rather than manually adding each sql file you create to the XML changelog, you can instead organize all your SQL into directories, and use the `` -tag in the changelog to process all of them. When doing this, you will want to have a well-defined naming scheme for the files, because the order that they -are applied is just alphabetical. One reasonable scheme is to use something like this: - -{% highlight text %} -00000_initial_database_setup.sql -00010_add_some_tables.sql -00020_create_some_procedures.sql -00030_you_can_also_have_xml_changelogs.xml -{% endhighlight %} - -By using an initial five-digit number, the files will get sorted in a predictable order. As people add more changesets, leave some ‘space' in the numbering sequence in -case you ever need to add a new changeset in between two existing changesets. Notice that you can also include changelogs in other formats. - -### Trigger Liquibase to update the database - -Our example database is Postgres, but you can use any Liquibase-compatible database. Run the following command to execute Liquibase: - -{% highlight bash %} -liquibase --changeLogFile=/.xml - --username= - --password= - --classpath=/postgresql-42.2.5.jar - --url=jdbc:postgresql:/// - update -{% endhighlight %} - -## Wrapping up - -So there you go — an easy-to-understand way of using SQL that's easy to use in your standard SQL development environment, with the added benefits of tracking them with Liquibase. -If you're new to Liquibase, try our tutorial: [Your First Migration with SQL.](/get_started/quickstart_sql.html) - -For all the details, see the [formatted sql documentation](/documentation/sql_format.html) - diff --git a/_scss/_2-col-landing-page.scss b/_scss/_2-col-landing-page.scss deleted file mode 100644 index a269de6cb..000000000 --- a/_scss/_2-col-landing-page.scss +++ /dev/null @@ -1,51 +0,0 @@ -@import "util/_elevation"; - -.landing-page { - &__horizontal-rule { - height: 2px; - width: 25%; - background: goldenrod; - margin-bottom: 24px; - - &--centered { - margin-left: auto; - margin-right: auto; - } - } - - &__main-content { - margin-top: 24px; - margin-bottom: 48px; - - &__heading { - margin-bottom: 36px; - } - - &__text { - font-size: 16px; - margin-bottom: 36px; - } - - &__cta { - display: inline-block; - } - } - - &__cta-block { - @include dat-elevation(2); - background: whitesmoke; - padding: 24px; - border-radius: 6px; - text-align: center; - margin-top: 24px; - - &__heading { - margin-bottom: 24px; - } - - &__text { - font-size: 14px; - margin-bottom: 24px; - } - } -} \ No newline at end of file diff --git a/_scss/_choose-path.scss b/_scss/_choose-path.scss deleted file mode 100644 index 63face0d6..000000000 --- a/_scss/_choose-path.scss +++ /dev/null @@ -1,112 +0,0 @@ -@import "util/_elevation"; - -.lb-choose-path { - width: 100%; - text-align: center; - margin-bottom: 64px; - - p { - margin-bottom: 0; - } - - &__heading { - margin-bottom: 48px; - - &__title { - p { - font-size: 16px; - } - } - } - - &__paths { - display: flex; - } - - &__path { - display: flex; - flex-direction: column; - flex: 1; - @include dat-elevation(3); - border-radius: 8px; - padding: 24px 16px; - transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); - - &:hover { - @include dat-elevation(6); - transform: translateY(-1px); - } - - &--community { - margin-right: 24px; - } - - &--pro { - .lb-choose-path__path__button { - .cta { - background: #416692; - color: white; - border-color: mix(#416692, #fff, 33%); - } - } - } - - &__heading { - margin-bottom: 24px; - - h1, - h2, - h3, - h4, - h5 h6 { - margin-bottom: 0; - } - - &__title { - margin-bottom: 8px; - } - - &__sub-title { - font-size: 14px; - } - } - - &__text { - margin-bottom: 16px; - font-size: 14px; - - p { - margin: 0; - } - - ul { - text-align: left; - } - } - - &__spacer { - flex-grow: 1; - } - - &__button { - display: inline-flex; - - .cta { - display: inline-block; - padding: 6px 12px; - font-size: 14px; - text-align: center; - @include dat-elevation(2); - transition: box-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1); - - &:hover { - @include dat-elevation(4); - } - } - } - } - - .cta { - border: none !important; - } -} diff --git a/_scss/_value-props.scss b/_scss/_value-props.scss deleted file mode 100644 index 122d59186..000000000 --- a/_scss/_value-props.scss +++ /dev/null @@ -1,37 +0,0 @@ -@import "util/_elevation"; - -h3.value-prop-header { - text-align: center; - margin-bottom: calc(1em + 12px); - font-size: 20px; -} - -.value-prop { - border-radius: 8px; - margin-bottom: 36px; - padding: 24px 16px; - text-align: center; - @include dat-elevation(2); - - h2 { - margin-bottom: 24px; - font-size: 22px; - } - - p { - margin: auto; - } - - &:nth-of-type(odd) { - background-color: mix(lightgray, #fff, 13%); - } - - &:nth-of-type(even) { - background-color: lightgray; - } - - p { - font-size: 14px; - max-width: 550px; - } -} diff --git a/_scss/util/_elevation.scss b/_scss/util/_elevation.scss deleted file mode 100644 index 7e283068a..000000000 --- a/_scss/util/_elevation.scss +++ /dev/null @@ -1,113 +0,0 @@ -@function _get-umbra-map($color, $opacity) { - $shadow-color: if(type-of($color) == color, rgba($color, $opacity * 0.2), $color); - - @return ( - 0: '0px 0px 0px 0px #{$shadow-color}', - 1: '0px 2px 1px -1px #{$shadow-color}', - 2: '0px 3px 1px -2px #{$shadow-color}', - 3: '0px 3px 3px -2px #{$shadow-color}', - 4: '0px 2px 4px -1px #{$shadow-color}', - 5: '0px 3px 5px -1px #{$shadow-color}', - 6: '0px 3px 5px -1px #{$shadow-color}', - 7: '0px 4px 5px -2px #{$shadow-color}', - 8: '0px 5px 5px -3px #{$shadow-color}', - 9: '0px 5px 6px -3px #{$shadow-color}', - 10: '0px 6px 6px -3px #{$shadow-color}', - 11: '0px 6px 7px -4px #{$shadow-color}', - 12: '0px 7px 8px -4px #{$shadow-color}', - 13: '0px 7px 8px -4px #{$shadow-color}', - 14: '0px 7px 9px -4px #{$shadow-color}', - 15: '0px 8px 9px -5px #{$shadow-color}', - 16: '0px 8px 10px -5px #{$shadow-color}', - 17: '0px 8px 11px -5px #{$shadow-color}', - 18: '0px 9px 11px -5px #{$shadow-color}', - 19: '0px 9px 12px -6px #{$shadow-color}', - 20: '0px 10px 13px -6px #{$shadow-color}', - 21: '0px 10px 13px -6px #{$shadow-color}', - 22: '0px 10px 14px -6px #{$shadow-color}', - 23: '0px 11px 14px -7px #{$shadow-color}', - 24: '0px 11px 15px -7px #{$shadow-color}' - ); -} - -@function _get-penumbra-map($color, $opacity) { - $shadow-color: if(type-of($color) == color, rgba($color, $opacity * 0.14), $color); - - @return ( - 0: '0px 0px 0px 0px #{$shadow-color}', - 1: '0px 1px 1px 0px #{$shadow-color}', - 2: '0px 2px 2px 0px #{$shadow-color}', - 3: '0px 3px 4px 0px #{$shadow-color}', - 4: '0px 4px 5px 0px #{$shadow-color}', - 5: '0px 5px 8px 0px #{$shadow-color}', - 6: '0px 6px 10px 0px #{$shadow-color}', - 7: '0px 7px 10px 1px #{$shadow-color}', - 8: '0px 8px 10px 1px #{$shadow-color}', - 9: '0px 9px 12px 1px #{$shadow-color}', - 10: '0px 10px 14px 1px #{$shadow-color}', - 11: '0px 11px 15px 1px #{$shadow-color}', - 12: '0px 12px 17px 2px #{$shadow-color}', - 13: '0px 13px 19px 2px #{$shadow-color}', - 14: '0px 14px 21px 2px #{$shadow-color}', - 15: '0px 15px 22px 2px #{$shadow-color}', - 16: '0px 16px 24px 2px #{$shadow-color}', - 17: '0px 17px 26px 2px #{$shadow-color}', - 18: '0px 18px 28px 2px #{$shadow-color}', - 19: '0px 19px 29px 2px #{$shadow-color}', - 20: '0px 20px 31px 3px #{$shadow-color}', - 21: '0px 21px 33px 3px #{$shadow-color}', - 22: '0px 22px 35px 3px #{$shadow-color}', - 23: '0px 23px 36px 3px #{$shadow-color}', - 24: '0px 24px 38px 3px #{$shadow-color}' - ); -} - -@function _get-ambient-map($color, $opacity) { - $shadow-color: if(type-of($color) == color, rgba($color, $opacity * 0.12), $color); - - @return ( - 0: '0px 0px 0px 0px #{$shadow-color}', - 1: '0px 1px 3px 0px #{$shadow-color}', - 2: '0px 1px 5px 0px #{$shadow-color}', - 3: '0px 1px 8px 0px #{$shadow-color}', - 4: '0px 1px 10px 0px #{$shadow-color}', - 5: '0px 1px 14px 0px #{$shadow-color}', - 6: '0px 1px 18px 0px #{$shadow-color}', - 7: '0px 2px 16px 1px #{$shadow-color}', - 8: '0px 3px 14px 2px #{$shadow-color}', - 9: '0px 3px 16px 2px #{$shadow-color}', - 10: '0px 4px 18px 3px #{$shadow-color}', - 11: '0px 4px 20px 3px #{$shadow-color}', - 12: '0px 5px 22px 4px #{$shadow-color}', - 13: '0px 5px 24px 4px #{$shadow-color}', - 14: '0px 5px 26px 4px #{$shadow-color}', - 15: '0px 6px 28px 5px #{$shadow-color}', - 16: '0px 6px 30px 5px #{$shadow-color}', - 17: '0px 6px 32px 5px #{$shadow-color}', - 18: '0px 7px 34px 6px #{$shadow-color}', - 19: '0px 7px 36px 6px #{$shadow-color}', - 20: '0px 8px 38px 7px #{$shadow-color}', - 21: '0px 8px 40px 7px #{$shadow-color}', - 22: '0px 8px 42px 7px #{$shadow-color}', - 23: '0px 9px 44px 8px #{$shadow-color}', - 24: '0px 9px 46px 8px #{$shadow-color}' - ); -} - -// The default opacity scaling value for elevation shadows. -$dat-elevation-opacity: 1 !default; - -// The default color for elevation shadows. -$dat-elevation-color: black !default; - -// Applies the correct css rules to an element to give it the elevation specified by $zValue. -// The $zValue must be between 0 and 24. -@mixin dat-elevation($zValue, $color: $dat-elevation-color, $opacity: $dat-elevation-opacity) { - @if $zValue < 0 or $zValue > 24 { - @error '$zValue must be between 0 and 24'; - } - - box-shadow: #{map-get(_get-umbra-map($color, $opacity), $zValue)}, - #{map-get(_get-penumbra-map($color, $opacity), $zValue)}, - #{map-get(_get-ambient-map($color, $opacity), $zValue)}; -} diff --git a/about.md b/about.md deleted file mode 100644 index 5237f7334..000000000 --- a/about.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default -title: About Liquibase -includeDaticalBox: true ---- - -# About Liquibase # -Nathan Voxland started the Liquibase project in 2006 to enable easier management of database changes, especially in agile software development environments. It’s open source and licensed under Apache 2.0. - -Teams around the world trust Liquibase to easily track and deploy database changes. It’s even been built into solutions such as Spinnaker and Appian. - -## Availability ## - -**Download Liquibase** - -[http://download.liquibase.org](http://liquibase.org/download) - -**Official Liquibase Maven groups** - -[org.liquibase](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.liquibase%22) and -[org.liquibase.ext](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.liquibase.ext%22) - -**Main Liquibase artifact** - -[group:org.liquibase, artifact:liquibase-core](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22liquibase-core%22) - -## Source Code ## - -All source code managed as part of the Liquibase project is available at [https://github.com/liquibase](https://github.com/liquibase) - -The main Liquibase code is at [https://github.com/liquibase/liquibase](https://github.com/liquibase/liquibase) - -## License ## - -Liquibase is [licensed under the Apache 2.0 License](https://github.com/liquibase/liquibase/blob/master/LICENSE.txt) - -Liquibase Pro, with additional features and support, is [commercially licensed](https://download.liquibase.org/eula/). - -LIQUIBASE is a registered trademark of [Datical](https://www.datical.com). - -## Friends of Liquibase ## - -The following companies provide software and/or services to help support Liquibase: - -- **Datical** (Sponsors Liquibase Development [https://www.datical.com](https://www.datical.com/)) -- **Atlassian** (Provides [http://liquibase.jira.com](http://liquibase.jira.com)) -- **Zoho** (Provides [http://forum.liquibase.org](http://forum.liquibase.org)) -- **YourKit** (Provides [Java Profiler](http://yourkit.com)) diff --git a/apache_derby.html b/apache_derby.html deleted file mode 100644 index 665c5b85a..000000000 --- a/apache_derby.html +++ /dev/null @@ -1,7 +0,0 @@ - - -    - - Redirecting to /documentation/tutorials/apache-derby.html... - - diff --git a/atom.xml b/atom.xml deleted file mode 100644 index 7ce18cc2f..000000000 --- a/atom.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: null ---- - - - - - {{ site.title }} - - - {{ site.time | date_to_xmlschema }} - {{ site.url }} - - {{ site.author.name }} - {{ site.author.email }} - - - {% for post in site.posts %} - - {{ post.title }} - - {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.id }} - {{ post.content | xml_escape }} - - {% endfor %} - - \ No newline at end of file diff --git a/bestpractices.md b/bestpractices.md deleted file mode 100644 index fee084b7c..000000000 --- a/bestpractices.md +++ /dev/null @@ -1,119 +0,0 @@ ---- -layout: default -title: Docs | Best Practices -includeDaticalBox: true ---- - -# Liquibase Best Practices # -This page describes a number of best practices that you can apply on your project. - -## Organizing your changeLogs ## -The most common way to organize your changelogs is by major release. Choose a package in your classpath to store the changelogs, preferably near your database access classes. In this example, we will use com/example/db/changelog - -### Directory Structure ### - -{% highlight text %} - com - example - db - changelog - db.changelog-master.xml - db.changelog-1.0.xml - db.changelog-1.1.xml - db.changelog-2.0.xml - DatabasePool.java - AbstractDAO.java -{% endhighlight %} - - -### db.changelog-master.xml ### - -The master.xml includes the changelog for the releases in the correct order. In the example above it could look like this: - -{% highlight xml %} - - - - - - - -{% endhighlight %} - -Each of the included XML files needs to be in the same format as a standard XML database change log, something like this: - -{% highlight xml %} - - - - - - - - - - -{% endhighlight %} - -The db.changelog-master.xml is the changelog you pass to all Liquibase calls. - -### Managing Stored Procedures ### - -Try to maintain separate changelog for Stored Procedures and use runOnChange="true". This flag forces LiquiBase to check if the changeset was modified. If so, liquibase executes the change again. - -### One Change per ChangeSet ### - -As far as possible, Avoid multiple changes per changeset to avoid failed autocommit statements that can leave the database in an unexpected state. - -## ChangeSet Ids ## - -Choose what works for you. Some use a sequence number starting from 1 and unique within the changelog, some choose a descriptive name (e.g. 'new-address-table'). - -## Document ChangeSets ## - -Use `` in the change sets. They say "A stitch in time saves nine!" - -## Always think about rollback ## - -Try to write changesets in a way that they can be rolled back. e.g. use relevant change clause instead of using custom `` tag. -Include a `` clause whenever a change doesn't support out of box rollback. (e.g. ``, ``, etc) - -## Reference Data Management ## - -Leverage Liquibase to manage your Reference Data. Environment separation (DEV, QA, PROD) can be achieved using "context". - -## Procedure for the developer ## - -* Using your favorite IDE or editor, create a new local changeSet containing the change; -* Run Liquibase to execute the new changeSet (this tests the SQL code); -* Perform the corresponding changes in the application code (e.g., Java code); -* Test the new application code together with the database change; -* Commit both the changeSet and the application code. - -## Consider Liquibase Pro or Datical ## - -### Liquibase Pro ### -Liquibase Pro offers an extra layer of support so you don't have to go it alone. While Liquibase is a great starting point, teams that want best practices on how to make the most of Liquibase may find Liquibase Pro better suited to their needs. Liquibase Pro also adds functions for procedural database code. - -### Datical ### -Datical is a commercial product which builds on the core Liquibase functionality. Beyond versioning and managing database changes, Datical bridges the gap between development and operations with capabilities that enable a fully unified and automated path for database code. - -* Datical has a web interface, command line interface, and REST API. All interfaces are secure and require authentication. -* Datical automatically verifies database code against organizational standards to eliminate manual review -* Datical automatically generates changesets from validated DDL code, eliminating manual effort in crafting changesets and manually updating the changelog -* Datical generates an immutable artifact for database code for consistent, repeatable, and automation-ready downstream deployments -* Datical forecasts the impact of database changes with an object-based model of the target database to ensure that there are no errors or issues when deploying database changes -* Datical integrates with ticketing systems such as JIRA to make it easy to trace database changes back to source code and initial requirements. This same capability also makes it easy to hold or accelerate feature sets. -* Datical can snapshot and compare database schemas to help identify and address drift - -For more information on Datical, visit https://www.datical.com/Liquibase - - diff --git a/blog/images/Jenkins-preference-Liquibase.png b/blog/images/Jenkins-preference-Liquibase.png deleted file mode 100644 index 2d7d8f7f8..000000000 Binary files a/blog/images/Jenkins-preference-Liquibase.png and /dev/null differ diff --git a/blog/images/apt-get-candy.png b/blog/images/apt-get-candy.png deleted file mode 100644 index 1e1b216b9..000000000 Binary files a/blog/images/apt-get-candy.png and /dev/null differ diff --git a/blog/images/authoring-database-change-scripts.png b/blog/images/authoring-database-change-scripts.png deleted file mode 100644 index 0a2880918..000000000 Binary files a/blog/images/authoring-database-change-scripts.png and /dev/null differ diff --git a/blog/images/company-size-employees.png b/blog/images/company-size-employees.png deleted file mode 100644 index 9934483db..000000000 Binary files a/blog/images/company-size-employees.png and /dev/null differ diff --git a/blog/images/dashboard-interest.png b/blog/images/dashboard-interest.png deleted file mode 100644 index de7b54c12..000000000 Binary files a/blog/images/dashboard-interest.png and /dev/null differ diff --git a/blog/images/dba-and-rm.png b/blog/images/dba-and-rm.png deleted file mode 100644 index 482266cc3..000000000 Binary files a/blog/images/dba-and-rm.png and /dev/null differ diff --git a/blog/images/execute-liquibase.png b/blog/images/execute-liquibase.png deleted file mode 100644 index a9351b920..000000000 Binary files a/blog/images/execute-liquibase.png and /dev/null differ diff --git a/blog/images/job-title-role.png b/blog/images/job-title-role.png deleted file mode 100644 index 945115939..000000000 Binary files a/blog/images/job-title-role.png and /dev/null differ diff --git a/blog/images/pin-procedure.png b/blog/images/pin-procedure.png deleted file mode 100644 index 6d2d9340b..000000000 Binary files a/blog/images/pin-procedure.png and /dev/null differ diff --git a/blog/images/popular-databases-liquibase.png b/blog/images/popular-databases-liquibase.png deleted file mode 100644 index 9779da86f..000000000 Binary files a/blog/images/popular-databases-liquibase.png and /dev/null differ diff --git a/blog/images/survey-2018-doc-helpful.png b/blog/images/survey-2018-doc-helpful.png deleted file mode 100644 index b6df4f6be..000000000 Binary files a/blog/images/survey-2018-doc-helpful.png and /dev/null differ diff --git a/blog/images/survey-2018-extension-use.png b/blog/images/survey-2018-extension-use.png deleted file mode 100644 index 993278b59..000000000 Binary files a/blog/images/survey-2018-extension-use.png and /dev/null differ diff --git a/blog/images/survey-2018-group-size-dev.png b/blog/images/survey-2018-group-size-dev.png deleted file mode 100644 index b347378d8..000000000 Binary files a/blog/images/survey-2018-group-size-dev.png and /dev/null differ diff --git a/blog/images/survey-2018-group-size-it.png b/blog/images/survey-2018-group-size-it.png deleted file mode 100644 index 6c0bc5ded..000000000 Binary files a/blog/images/survey-2018-group-size-it.png and /dev/null differ diff --git a/blog/images/survey-2018-meet-needs.png b/blog/images/survey-2018-meet-needs.png deleted file mode 100644 index 26fcee5cf..000000000 Binary files a/blog/images/survey-2018-meet-needs.png and /dev/null differ diff --git a/blog/images/survey-2018-projects.png b/blog/images/survey-2018-projects.png deleted file mode 100644 index 4fd43ed35..000000000 Binary files a/blog/images/survey-2018-projects.png and /dev/null differ diff --git a/blog/images/survey-2018-who-uses.png b/blog/images/survey-2018-who-uses.png deleted file mode 100644 index 82d88b331..000000000 Binary files a/blog/images/survey-2018-who-uses.png and /dev/null differ diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 0ca27d5f5..000000000 --- a/blog/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default -title: Liquibase Blog -subnav: subnav_blog.md ---- - -

    - Liquibase Blog -

    - -
    - {% for post in paginator.posts %} -
    -
    -

    {{post.title}}

    - {{post.date | date_to_string}} -
    - - {{ post.excerpt | strip_html | truncatewords:75 }} - - -
    - {% endfor %} -
    - - diff --git a/build.gradle b/build.gradle deleted file mode 100644 index d76040d4b..000000000 --- a/build.gradle +++ /dev/null @@ -1,35 +0,0 @@ -buildscript { - repositories { - jcenter() - } -} - -apply plugin: 'java' -apply plugin: 'eclipse' - -repositories { - jcenter() -} - -dependencies { - ext.liquibaseVersion = project.findProperty('liquibaseVersion') ?: "3.8.0" - compile("org.liquibase:liquibase-core:${liquibaseVersion}") -} - -sourceSets { - main { - java { - srcDirs = ['_doc_generators'] - exclude 'lib/' - } - resources { - srcDirs = ['_doc_generators'] - exclude 'lib/' - } - } -} - -task generateChangesDoc(type:JavaExec, group:"DocGenerators", description:"Regenerates the 'documentation/changes' folder. Specify the version with '-PliquibaseVersion=#.#.#'.") { - main = 'org.liquibase.doc.generator.ChangeDocGenerator' - classpath = sourceSets.main.runtimeClasspath -} diff --git a/cicd-for-databases.md b/cicd-for-databases.md deleted file mode 100644 index ce69ca24c..000000000 --- a/cicd-for-databases.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -layout: full-width -title: Using Liquibase to Achieve CI/CD for Databases -includeDaticalBox: true -extraStyleSheets: - - 2-col-landing-page ---- - -
    -
    -
    -
    -

    - Using Liquibase to Achieve CI/CD for Databases -

    -
    -
    -

    Application release technology has come a long way in the past several years. It used to take weeks or even months to release new software. Now that organizations have adopted new workflows and processes, the time it takes to complete a release has been reduced to days and even hours. It’s an exciting time. However, there is one area that hasn’t benefited from the DevOps movement as much. The database change process isn’t nearly as automated or as fast as app code changes.

    -

    Database Schema Migration

    -

    Database schema migrations are an essential task for every software project. There are several different reasons why updates to the database are required, some examples are: -

      -
    • New features require new attributes in existing tables or entirely new tables
    • -
    • Bug fixes may lead to changes in names or data types in the database
    • -
    • Performance issues that require additional indexes in the database
    • -
    -

    -

    Even in organizations that have adopted DevOps, manual rework is the norm when it comes to database schema and stored procedure changes.1 In fact, the faster the application release cycle, the more database professionals had to rework database changes. 93% of survey respondents reported reworking database changes multiple times for daily or weekly release cycles.1

    -

    Understanding CI/CD

    -

    Before we jump into how Liquibase fits into the CI/CD process, let’s cover what we mean by CI/CD.

    -

    What is Continuous Integration (CI)?

    -

    Continuous integration (CI) is a process that automates the integration of code changes from multiple developers a single software project. The CI process hinges on a source code version control system, such as Git (or Github, BitBucket, and many others) or TFS Version Control, coupled with automated processes for code quality tests, syntax style review tools, and more. These processes can be triggered when new code is merged or committed to a shared repository, thus the name “Continuous Integration.”

    -

    What is Continuous Deployment (CD)?

    -

    Continuous Deployment (CD) is a process that automates testing to validate if code changes are correct, stable and deployable. If so, in a literal CD context, code is automatically deployed to production as soon as these conditions are met.

    -

    CI/CD for Databases Using Liquibase

    -

    Implementing end-to-end CI/CD requires all code (including database code) to be checked in to a version control system and be deployed as part of the software release process. Liquibase can help you achieve this.

    -

    Each database schema change you make with Liquibase is called a “changeset.” All changesets are tracked by Liquibase using changelogs. Liquibase allows you to create a trigger that updates the database automatically by pointing to the changelog file. From here, it makes it easy to integrate the process into your overall CI/CD process:

    -
      -
    • Push your changeset files to your feature repository
    • -
    • Create a pull request against the Dev branch
    • -
    • After peer review and approvals, merge the feature branch with the Dev branch
    • -
    • The CI/CD implementation configured on the Dev server triggers Liquibase for database updates
    • -
    • Liquibase automatically executes any new changelog files (and is awesome enough to remember which scripts have already run)
    • -
    -

    Three Ways to Integrate Databases into Your CI/CD Process

    -

    Companies have software teams of all shapes, sizes, and types. These teams may run anything from huge mission-critical databases to newer NoSQL databases. The one thing that every team has in common is the need for a process to handle database version control and changes to ensure that applications deploy quickly and without errors.

    -

    Since each software team is different, it makes sense for organizations to choose the right database change management solution based on team makeup, the complexity of the database, how frequently it needs to be updated, and the importance of applications it supports.

    -

    Track, Version and Deploy Database Changes

    -

    Liquibase offers products at three levels to help increase productivity for every software team’s use case.

    -

    Liquibase Community

    -

    Open source and always free

    -

    Liquibase provides a great starting point for teams addressing the challenges that come with managing database changes. Founded over a decade ago, Liquibase is the leading open source solution for helping teams track, version, and deploy database changes. It has been downloaded over 12 million times by teams around the world and is built into solutions such as Spinnaker and Appian. It’s simple enough for beginners and powerful enough to support advanced use cases that involve reworking database changes.

    -
      -
    • Track, version, deploy, and rework database changes
    • -
    • Rollbacks
    • -
    • Active online community with forum support
    • -
    -

    Liquibase Pro

    -

    More features and support

    -

    Liquibase Pro adds more features to Liquibase’s powerful database change control capabilities, including targeted rollbacks and the ability to track, version, and deploy Store Logic.

    -

    While Liquibase is a great starting point, teams that want best practices on how to make the most of Liquibase may find Liquibase Pro better suited to their needs.

    -
      -
    • Targeted rollbacks
    • -
    • Track, version, and deploy Stored Logic
    • -
    • Guidance and best practices for your specific use case(s)
    • -
    • Email and ticketed support
    • -
    -

    Datical

    -

    A comprehensive solution with enterprise features and world-class support

    -

    Datical enhances the database change management experience with access to advanced capabilities such as automatic enforcement of predefined DBA rules (improving productivity), a simulator that forecasts the impact of database changes before they are deployed (reducing risk and eliminating downtime), and a dashboard that automates tracking and reporting of every database deployment (simplifying audits).

    -

    Datical provides more than just software; it offers built-in, consultative implementation assistance and support that gets teams to database release automation success faster with lower risk.

    -

    We partner with your whole team to ensure your mission-critical database changes are deployed safely and seamlessly.

    -
      -
    • Automated change validation
    • -
    • Automated dependency and impact analysis
    • -
    • Object tracking
    • -
    • Drift reconciliation
    • -
    • Enterprise plugins
    • -
    • Dedicated, world-class implementation & support
    • -
    -

    1 2019 State of Database Deployments in Application Delivery. Dimensional Research. https://www.datical.com/whitepapers/survey-the-state-of-database-deployments-in-application-delivery-2019/ -

    - -
    -
    - {% include components/buttons/cta.html ctaText="Try Liquibase Pro Free for 30 Days" ctaHref="https://download.liquibase.org/liquibase-pro-trial-request-form/" %} -
    -
    -
    -
    -
    -

    - Take Liquibase Pro for a spin! -

    -
    -
    -

    - Get a free 30-day trial of Liquibase Pro. If you decide you don't want the Pro features, simply keep using the open source version. -

    -
    -
    - {% include components/buttons/cta.html ctaText="Try Liquibase Pro" ctaHref="https://download.liquibase.org/liquibase-pro-trial-request-form/" %} No credit card required. -
    -
    -
    \ No newline at end of file diff --git a/community/index.md b/community/index.md deleted file mode 100644 index 3019de59e..000000000 --- a/community/index.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: side-search -title: Community -includeDaticalBox: true ---- - -# User and Developer Community # - -**Have Question On How To Use Liquibase?** - -Most questions on general Liquibase usage are best handled on Stack Overflow using the "liquibase" tag [http://stackoverflow.com/tags/liquibase](http://stackoverflow.com/tags/liquibase). - -**Have A Feature Idea? Did You Find A Bug In Liquibase?** - -If it is a bug in the main Liquibase library, log it in [Liquibase Jira](http://liquibase.jira.com/browse/CORE). - -If it is a bug with an extension, log it in the issues section of the extension's github page. -For example [https://github.com/liquibase/liquibase-hibernate/issues](https://github.com/liquibase/liquibase-hibernate/issues) or [https://github.com/liquibase/liquibase-oracle/issues](https://github.com/liquibase/liquibase-oracle/issues). - -All Liquibase-managed extensions can be found in the [Liquibase GitHub group](https://github.com/liquibase) - -**Looking for Liquibase News?** - -Liquibase release announcements as well as general project news and articles are cross posted to the Liquibase blog at [http://www.liquibase.org/blog](http://www.liquibase.org/blog) and the mailing list. - -To subscribe to the mailing list, use the "Subscribe for email updates" form to your left. - -We also announce things on twitter, so you can - -**Looking for the Liquibase Source Code?** - -The Liquibase source is hosted at [https://github.com/liquibase/liquibase](https://github.com/liquibase/liquibase). Code submissions should go through the standard GitHub pull request system. - -For more information, see the [developer documentation](../development/index.html) - -**Looking to have discussions beyond the scope of Stack Overflow?** - -* [Liquibase Users](http://forum.liquibase.org/#Forum/liquibase-users) - for topics related to using Liquibase and writing extensions. -* [Liquibase Developers](http://forum.liquibase.org/#Forum/liquibase-development) - for topics related to working on the Liquibase codebase. - -**Need To Go Right To The Top?** - -You can always contact Nathan Voxland, Liquibase Benevolent Dictator for Life at nathan.voxland@liquibase.org -or - -**Looking to get more personalized support?** - -Commercial training and support is available for [Liquibase Pro users - sign up for a free trial!](https://download.liquibase.org/liquibase-pro-trial-request-form/) diff --git a/converters/addheader.rb b/converters/addheader.rb deleted file mode 100644 index 4a03ea33a..000000000 --- a/converters/addheader.rb +++ /dev/null @@ -1,30 +0,0 @@ -require 'find' -Find.find('../') do |file| - - if file.end_with? ".markdown" - puts file - name = file.sub /.*\/(.*?)\.markdown/, "\\1" - name = name.gsub "_", " " - name = name.capitalize - - puts name - - f = File.open(file, "r+") - - #puts f.ext_name - - lines = f.readlines - f.close - - lines = ["--- -layout: default -title: #{name} ---- -\n"] + lines - - output = File.new(file, "w") - lines.each { |line| output.write line } - output.close - end - - end \ No newline at end of file diff --git a/copyMavenDocs.sh b/copyMavenDocs.sh deleted file mode 100755 index cca9a1464..000000000 --- a/copyMavenDocs.sh +++ /dev/null @@ -1,37 +0,0 @@ -#! /bin/bash -# copyMavenDocs.sh -# copies generated maven documentation from `liquibase/liquibase-maven-plugin/target/site` to `liquibase.github.com/documentation/maven/generated` - -SOURCE_DIR=../liquibase/liquibase-maven-plugin/target/site -TARGET_DIR=documentation/maven/generated - -cp $SOURCE_DIR/changelogSync-mojo.html $TARGET_DIR -cp $SOURCE_DIR/changelogSyncSQL-mojo.html $TARGET_DIR -cp $SOURCE_DIR/clearCheckSums-mojo.html $TARGET_DIR -cp $SOURCE_DIR/dbDoc-mojo.html $TARGET_DIR -cp $SOURCE_DIR/diff-mojo.html $TARGET_DIR -cp $SOURCE_DIR/dropAll-mojo.html $TARGET_DIR -cp $SOURCE_DIR/futureRollbackSQL-mojo.html $TARGET_DIR -cp $SOURCE_DIR/generateChangeLog-mojo.html $TARGET_DIR -cp $SOURCE_DIR/help-mojo.html $TARGET_DIR -cp $SOURCE_DIR/listLocks-mojo.html $TARGET_DIR -cp $SOURCE_DIR/migrate-mojo.html $TARGET_DIR -cp $SOURCE_DIR/migrateSQL-mojo.html $TARGET_DIR -cp $SOURCE_DIR/releaseLocks-mojo.html $TARGET_DIR -cp $SOURCE_DIR/rollback-mojo.html $TARGET_DIR -cp $SOURCE_DIR/rollbackSQL-mojo.html $TARGET_DIR -cp $SOURCE_DIR/status-mojo.html $TARGET_DIR -cp $SOURCE_DIR/tag-mojo.html $TARGET_DIR -cp $SOURCE_DIR/update-mojo.html $TARGET_DIR -cp $SOURCE_DIR/updateSQL-mojo.html $TARGET_DIR -cp $SOURCE_DIR/updateTestingRollback-mojo.html $TARGET_DIR - -# use a sed script to remove the "-local-SNAPSHOT" from the version numbers -# that may be included in the different pages. - -for file in $TARGET_DIR/*.html -do - sed -i 's/-local-SNAPSHOT//g' $file -done - -echo "Copied generated maven docs from $SOURCE_DIR to $TARGET_DIR" diff --git a/createRedirect.sh b/createRedirect.sh deleted file mode 100755 index 44cacc65a..000000000 --- a/createRedirect.sh +++ /dev/null @@ -1,60 +0,0 @@ -#! /bin/bash - -# Use this script to create an HTML redirect file. Requires two arguments. - -if [ "$#" -lt 2 ]; then - echo "Please supply two arguments." - echo "" - echo " First argument is the full path to the redirect file to create. Should have" - echo " an html extension." - echo "" - echo " Second argument is the full or relative URL that is the redirect target. If" - echo " redirecting to a page within liquibase.org, you can use a url that starts" - echo " with just / to refer to the root of the liquibase website." - exit 1 -fi - -FILENAME=.$1 -TARGETURL=$2 - -# See if the target exists! the wget option --spider means to only check, do not -# download. The -q means quiet. -TESTURL=$TARGETURL -if [[ $TARGETURL != "http"* ]]; then - TESTURL=https://www.liquibase.org$TARGETURL -fi - -echo "Checking to see if '$TARGETURL' ($TESTURL) already exists" -wget -q --spider $TESTURL -if [ $? -ne 0 ]; then - echo " Target URL $TARGETURL not found, not creating a redirect file." - exit 1 -else - echo " Target '$TARGETURL' exists." - echo "" - echo "Creating redirect file '$FILENAME' that redirects to '$TARGETURL'" - - # if path has directory separators, make sure that the directory exists. - if [[ $FILENAME == *"/"* ]]; then - DIRNAME=$(dirname "${FILENAME}") - DIRNAME=./$DIRNAME/ - if [ ! -e $DIRNAME ]; then - echo "Creating directory '$DIRNAME'" - mkdir -p $DIRNAME - fi - fi - - echo "" > $FILENAME - echo "" >> $FILENAME - echo "    " >> $FILENAME - echo " " >> $FILENAME - echo " Redirecting to $TARGETURL..." >> $FILENAME - echo "" >> $FILENAME - echo "" >> $FILENAME - - echo "" - echo "Contents of $FILENAME" - echo "" - cat $FILENAME -fi - diff --git a/css/2-col-landing-page.scss b/css/2-col-landing-page.scss deleted file mode 100644 index 15683cfdb..000000000 --- a/css/2-col-landing-page.scss +++ /dev/null @@ -1,6 +0,0 @@ ---- -# Front matter comment to ensure Jekyll properly reads file. -# SCSS File for LB Landing Page Paths ---- - -@import "_2-col-landing-page"; diff --git a/css/blueprint/ie.css b/css/blueprint/ie.css deleted file mode 100644 index f01539959..000000000 --- a/css/blueprint/ie.css +++ /dev/null @@ -1,36 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 1.0.1 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* ie.css */ -body {text-align:center;} -.container {text-align:left;} -* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {display:inline;overflow-x:hidden;} -* html legend {margin:0px -8px 16px 0;padding:0;} -sup {vertical-align:text-top;} -sub {vertical-align:text-bottom;} -html>body p code {*white-space:normal;} -hr {margin:-8px auto 11px;} -img {-ms-interpolation-mode:bicubic;} -.clearfix, .container {display:inline-block;} -* html .clearfix, * html .container {height:1%;} -fieldset {padding-top:0;} -legend {margin-top:-0.2em;margin-bottom:1em;margin-left:-0.5em;} -textarea {overflow:auto;} -label {vertical-align:middle;position:relative;top:-0.25em;} -input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;} -input.text:focus, input.title:focus {border-color:#666;} -input.text, input.title, textarea, select {margin:0.5em 0;} -input.checkbox, input.radio {position:relative;top:.25em;} -form.inline div, form.inline p {vertical-align:middle;} -form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;} -button, input.button {position:relative;top:0.25em;} \ No newline at end of file diff --git a/css/blueprint/print.css b/css/blueprint/print.css deleted file mode 100644 index bd79afdea..000000000 --- a/css/blueprint/print.css +++ /dev/null @@ -1,29 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 1.0.1 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* print.css */ -body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;} -.container {background:none;} -hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;} -hr.space {background:#fff;color:#fff;visibility:hidden;} -h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;} -code {font:.9em "Courier New", Monaco, Courier, monospace;} -a img {border:none;} -p img.top {margin-top:0;} -blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;} -.small {font-size:.9em;} -.large {font-size:1.1em;} -.quiet {color:#999;} -.hide {display:none;} -a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;} -a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} \ No newline at end of file diff --git a/css/blueprint/screen.css b/css/blueprint/screen.css deleted file mode 100644 index 0cf698443..000000000 --- a/css/blueprint/screen.css +++ /dev/null @@ -1,265 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 1.0.1 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* reset.css */ -html {margin:0;padding:0;border:0;} -body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} -article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;} -body {line-height:1.5;background:white;} -table {border-collapse:separate;border-spacing:0;} -caption, th, td {text-align:left;font-weight:normal;float:none !important;} -table, th, td {vertical-align:middle;} -blockquote:before, blockquote:after, q:before, q:after {content:'';} -blockquote, q {quotes:"" "";} -a img {border:none;} -:focus {outline:0;} - -/* typography.css */ -html {font-size:100.01%;} -body {font-size:85%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;} -h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;} -h1 {font-size:3em;line-height:1;margin-bottom:0.5em;} -h2 {font-size:2em;margin-bottom:0.5em;} -h3 {font-size:1.5em;line-height:1;margin-bottom:0.5em;} -h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.5em;} -h5 {font-size:1em;font-weight:bold;margin-bottom:0.5em;} -h6 {font-size:1em;font-weight:bold;} -h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;} -p {margin:0 0 1.5em;} -.left {float:left !important;} -p .left {margin:1.5em 1.5em 1.5em 0;padding:0;} -.right {float:right !important;} -p .right {margin:1.5em 0 1.5em 1.5em;padding:0;} -a:focus, a:hover {color:#09f;} -a {color:#06c;text-decoration:underline;} -blockquote {margin:1.5em;color:#666;font-style:italic;} -strong, dfn {font-weight:bold;} -em, dfn {font-style:italic;} -sup, sub {line-height:0;} -abbr, acronym {border-bottom:1px dotted #666;} -address {margin:0 0 1.5em;font-style:italic;} -del {color:#666;} -pre {margin:1em 0;white-space:pre;} -pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;background-color:#fafafa} -li ul, li ol {margin:0;} -ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;} -ul {list-style-type:disc;} -ol {list-style-type:decimal;} -dl {margin:0 0 1.5em 0;} -dl dt {font-weight:bold;} -dd {margin-left:1.5em;} -table {margin-bottom:1.4em;width:100%;} -th {font-weight:bold;} -thead th {background:#c3d9ff;} -th, td, caption {padding:4px 10px 4px 5px;} -tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;} -tfoot {font-style:italic;} -caption {background:#eee;} -.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;} -.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;} -.hide {display:none;} -.quiet {color:#666;} -.loud {color:#000;} -.highlight {background:#ff0;} -.added {background:#060;color:#fff;} -.removed {background:#900;color:#fff;} -.first {margin-left:0;padding-left:0;} -.last {margin-right:0;padding-right:0;} -.top {margin-top:0;padding-top:0;} -.bottom {margin-bottom:0;padding-bottom:0;} - -/* forms.css */ -label {font-weight:bold;} -fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;} -legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;} -fieldset, #IE8#HACK {padding-top:1.4em;} -legend, #IE8#HACK {margin-top:0;margin-bottom:0;} -input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;} -input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;} -select {background-color:#fff;border-width:1px;border-style:solid;} -input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;} -input.text, input.title {width:300px;padding:5px;} -input.title {font-size:1.5em;} -textarea {width:390px;height:250px;padding:5px;} -form.inline {line-height:3;} -form.inline p {margin-bottom:0;} -.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;} -.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;} -.notice {background:#fff6bf;color:#514721;border-color:#ffd324;} -.success {background:#e6efc2;color:#264409;border-color:#c6d880;} -.info {background:#d5edf8;color:#205791;border-color:#92cae4;} -.error a, .alert a {color:#8a1f11;} -.notice a {color:#514721;} -.success a {color:#264409;} -.info a {color:#205791;} - -/* grid.css */ -.container {width:950px;margin:0 auto;} -.showgrid {background:url(src/grid.png);} -.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;} -.last {margin-right:0;} -.span-1 {width:30px;} -.span-2 {width:70px;} -.span-3 {width:110px;} -.span-4 {width:150px;} -.span-5 {width:190px;} -.span-6 {width:230px;} -.span-7 {width:270px;} -.span-8 {width:310px;} -.span-9 {width:350px;} -.span-10 {width:390px;} -.span-11 {width:430px;} -.span-12 {width:470px;} -.span-13 {width:510px;} -.span-14 {width:550px;} -.span-15 {width:590px;} -.span-16 {width:630px;} -.span-17 {width:670px;} -.span-18 {width:710px;} -.span-19 {width:750px;} -.span-20 {width:790px;} -.span-21 {width:830px;} -.span-22 {width:870px;} -.span-23 {width:910px;} -.span-24 {width:950px;margin-right:0;} -input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;} -input.span-1, textarea.span-1 {width:18px;} -input.span-2, textarea.span-2 {width:58px;} -input.span-3, textarea.span-3 {width:98px;} -input.span-4, textarea.span-4 {width:138px;} -input.span-5, textarea.span-5 {width:178px;} -input.span-6, textarea.span-6 {width:218px;} -input.span-7, textarea.span-7 {width:258px;} -input.span-8, textarea.span-8 {width:298px;} -input.span-9, textarea.span-9 {width:338px;} -input.span-10, textarea.span-10 {width:378px;} -input.span-11, textarea.span-11 {width:418px;} -input.span-12, textarea.span-12 {width:458px;} -input.span-13, textarea.span-13 {width:498px;} -input.span-14, textarea.span-14 {width:538px;} -input.span-15, textarea.span-15 {width:578px;} -input.span-16, textarea.span-16 {width:618px;} -input.span-17, textarea.span-17 {width:658px;} -input.span-18, textarea.span-18 {width:698px;} -input.span-19, textarea.span-19 {width:738px;} -input.span-20, textarea.span-20 {width:778px;} -input.span-21, textarea.span-21 {width:818px;} -input.span-22, textarea.span-22 {width:858px;} -input.span-23, textarea.span-23 {width:898px;} -input.span-24, textarea.span-24 {width:938px;} -.append-1 {padding-right:40px;} -.append-2 {padding-right:80px;} -.append-3 {padding-right:120px;} -.append-4 {padding-right:160px;} -.append-5 {padding-right:200px;} -.append-6 {padding-right:240px;} -.append-7 {padding-right:280px;} -.append-8 {padding-right:320px;} -.append-9 {padding-right:360px;} -.append-10 {padding-right:400px;} -.append-11 {padding-right:440px;} -.append-12 {padding-right:480px;} -.append-13 {padding-right:520px;} -.append-14 {padding-right:560px;} -.append-15 {padding-right:600px;} -.append-16 {padding-right:640px;} -.append-17 {padding-right:680px;} -.append-18 {padding-right:720px;} -.append-19 {padding-right:760px;} -.append-20 {padding-right:800px;} -.append-21 {padding-right:840px;} -.append-22 {padding-right:880px;} -.append-23 {padding-right:920px;} -.prepend-1 {padding-left:40px;} -.prepend-2 {padding-left:80px;} -.prepend-3 {padding-left:120px;} -.prepend-4 {padding-left:160px;} -.prepend-5 {padding-left:200px;} -.prepend-6 {padding-left:240px;} -.prepend-7 {padding-left:280px;} -.prepend-8 {padding-left:320px;} -.prepend-9 {padding-left:360px;} -.prepend-10 {padding-left:400px;} -.prepend-11 {padding-left:440px;} -.prepend-12 {padding-left:480px;} -.prepend-13 {padding-left:520px;} -.prepend-14 {padding-left:560px;} -.prepend-15 {padding-left:600px;} -.prepend-16 {padding-left:640px;} -.prepend-17 {padding-left:680px;} -.prepend-18 {padding-left:720px;} -.prepend-19 {padding-left:760px;} -.prepend-20 {padding-left:800px;} -.prepend-21 {padding-left:840px;} -.prepend-22 {padding-left:880px;} -.prepend-23 {padding-left:920px;} -.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;} -.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;} -.pull-1 {margin-left:-40px;} -.pull-2 {margin-left:-80px;} -.pull-3 {margin-left:-120px;} -.pull-4 {margin-left:-160px;} -.pull-5 {margin-left:-200px;} -.pull-6 {margin-left:-240px;} -.pull-7 {margin-left:-280px;} -.pull-8 {margin-left:-320px;} -.pull-9 {margin-left:-360px;} -.pull-10 {margin-left:-400px;} -.pull-11 {margin-left:-440px;} -.pull-12 {margin-left:-480px;} -.pull-13 {margin-left:-520px;} -.pull-14 {margin-left:-560px;} -.pull-15 {margin-left:-600px;} -.pull-16 {margin-left:-640px;} -.pull-17 {margin-left:-680px;} -.pull-18 {margin-left:-720px;} -.pull-19 {margin-left:-760px;} -.pull-20 {margin-left:-800px;} -.pull-21 {margin-left:-840px;} -.pull-22 {margin-left:-880px;} -.pull-23 {margin-left:-920px;} -.pull-24 {margin-left:-960px;} -.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;} -.push-1 {margin:0 -40px 1.5em 40px;} -.push-2 {margin:0 -80px 1.5em 80px;} -.push-3 {margin:0 -120px 1.5em 120px;} -.push-4 {margin:0 -160px 1.5em 160px;} -.push-5 {margin:0 -200px 1.5em 200px;} -.push-6 {margin:0 -240px 1.5em 240px;} -.push-7 {margin:0 -280px 1.5em 280px;} -.push-8 {margin:0 -320px 1.5em 320px;} -.push-9 {margin:0 -360px 1.5em 360px;} -.push-10 {margin:0 -400px 1.5em 400px;} -.push-11 {margin:0 -440px 1.5em 440px;} -.push-12 {margin:0 -480px 1.5em 480px;} -.push-13 {margin:0 -520px 1.5em 520px;} -.push-14 {margin:0 -560px 1.5em 560px;} -.push-15 {margin:0 -600px 1.5em 600px;} -.push-16 {margin:0 -640px 1.5em 640px;} -.push-17 {margin:0 -680px 1.5em 680px;} -.push-18 {margin:0 -720px 1.5em 720px;} -.push-19 {margin:0 -760px 1.5em 760px;} -.push-20 {margin:0 -800px 1.5em 800px;} -.push-21 {margin:0 -840px 1.5em 840px;} -.push-22 {margin:0 -880px 1.5em 880px;} -.push-23 {margin:0 -920px 1.5em 920px;} -.push-24 {margin:0 -960px 1.5em 960px;} -.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;} -div.prepend-top, .prepend-top {margin-top:1.5em;} -div.append-bottom, .append-bottom {margin-bottom:1.5em;} -.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;} -hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;} -hr.space {background:#fff;color:#fff;visibility:hidden;} -.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;} -.clearfix, .container {display:block;} -.clear {clear:both;} diff --git a/css/choose-path.scss b/css/choose-path.scss deleted file mode 100644 index 616f3f743..000000000 --- a/css/choose-path.scss +++ /dev/null @@ -1,6 +0,0 @@ ---- -# Front matter comment to ensure Jekyll properly reads file. -# SCSS File for LB Landing Page Paths ---- - -@import "_choose-path"; diff --git a/css/liquibase.css b/css/liquibase.css deleted file mode 100644 index 0313b1ca6..000000000 --- a/css/liquibase.css +++ /dev/null @@ -1,453 +0,0 @@ -body { - background: url(../images/header-bg-2.png) repeat-x; -} - -code.explicit { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; -} - -div.cta { - border-style: solid; - border-radius: 7px; - background: goldenrod; - padding: 5px; - text-decoration: none; - color: black; - border-color: #aa7f27; - width: 100%; - padding: 4px 8px; -} - -div.cta a { - text-decoration: none; - width: 100%; - display: block; - text-align: center; - color: black; -} - -a.cta { - border-style: solid; - border-radius: 7px; - background: goldenrod; - padding: 5px; - text-decoration: none; - color: black; - border-color: #aa7f27; - width: 100%; -} - -h1.homepg, -h2.homepg, -h3.homepg, -h4.homepg { - line-height: 1; - margin-bottom: 0em; - padding: 0.5em; -} - -p.homepg { - margin: 0em; - padding: 1em; - font-size: medium; -} - -p.opg { - margin: 0em; - padding: 0.5em; - font-size: medium; -} - -ul.opg { - margin: 0em; - padding: 0em 0.5em 0em 2.5em; - font-size: medium; -} - -ol.opg { - margin: 0em; - padding: 0em 0em 0em 2.5em; - font-size: medium; -} - -p.callout { - margin: 0em 0em 0em 0.5em; - padding: 0.5em 1em 0.5em 1em; - font-size: medium; - border-left: 6px solid black; - background-color: goldenrod; -} -a.logo { - width: 255px; - height: 52px; - float: left; - background: url(../custom_images/liquibase_logo-250.png) no-repeat; - margin-top: 15px; -} - -iframe.maven { - width: 750px; - height: 900px; -} - -#news #mktoForm_3434 { - width: 100% !important; -} - -#search { - width:450px; - float:right; - margin-top:20px -} - -div#menu div { - width: auto; - float: left; - margin-top: 35px; - margin-bottom: 30px; -} -div#menu div li { - width: auto; - float: left; - list-style: none; - position: relative; - padding: 0 0 0 19px; - height: 35px; -} -div#menu div li.sep { - width: auto; - float: left; - background: none; - margin: 0 15px; -} -div#menu div li.sep:hover { - background: none; -} -div#menu div li a { - width: auto; - float: left; - font-family: Arial, Helvetica, sans-serif; - font-size: 13px; - color: #444444; - text-shadow: #fff 1px 1px 1px; - text-transform: uppercase; - height: 35px; - padding: 0 19px 0 0; - line-height: 32px; -} -div#menu div li:hover, -div#menu div li.active { - width: auto; - float: left; - background: url(../images/menu-lft.png) no-repeat left 0; -} -div#menu div li:hover a, -div#menu div li.active a { - background: url(../images/menu-rht.png) no-repeat right 0; - color: #fff; - text-shadow: none; -} -div#menu div li:hover span, -div#menu div li.active span { - background: url(../images/menu-center.png) repeat-x left 0; -} -div#menu div li span { - width: auto; - height: 35px; - float: left; -} -div#menu div li ul { - width: 149px; - float: left; - margin: 0; - position: absolute; - left: 0px; - top: 25px; - display: none; - z-index: 80000; - padding: 0 0px; - margin-top: -4px; -} -div#menu div li ul li { - width: 149px; - height: auto; - float: left; - margin: 0; - z-index: 0; - color: #333; - padding: 0px; - text-indent: 10px; - background: url(../images/ul-center.png) repeat-y; -} - -div#menu div li ul li.edge { - background: none; - border: none; -} -div#menu div li ul li.edge:hover { - background: none; -} -div#menu div li ul li:hover { - background: none; -} -div#menu div li ul li img { - width: auto; - float: left; - background: none; - border: none; -} -div#menu div li ul li a { - width: 129px; - height: auto; - float: left; - padding: 0px; - color: #717171; - font-size: 12px; - margin-top: 0px; - padding: 3px 5px; - line-height: 32px; - text-shadow: none; - text-indent: 10px; - text-transform: none; - margin: 0 5px 0 5px; - border-top: #74a2cf dotted 1px; -} -div#menu div li ul li a.nobd { - border: none; -} -div#menu div li:hover ul li a { - background: url(../images/ul-center.png) repeat-y; - color: #fff; -} -div#menu div li ul li a:hover { - background: #7daedf; - color: #fff; -} -div#menu div li ul li:first-child { - border: 0; -} -div#menu div li ul li:first-child a { - border: 0; -} -div#menu div li ul li ul { - left: 149px; - top: -2px; -} /*Level 1*/ -div#menu div li ul li:hover { - background: url(../images/ul-center.png) repeat-y; -} - -ul#leftnav { - padding-bottom: 10px; - list-style: none; - float: left; - font-size: 1.1em; - width: 200px; -} -ul#leftnav li { - margin: 0; - padding: 0; - overflow: hidden; /*--Important - Masking out the hover state by default--*/ - float: left; - height: 30px; - width: 200px; - border-top: #a3a095 solid 1px; -} -ul#leftnav li:first-child { - border: 0; -} -ul#leftnav a, -ul#leftnav span { - /*--The and share the same properties since the will be a duplicate of the tag--*/ - padding: 3px 10px; - float: left; - text-decoration: none; - color: #fff; - text-transform: none; - clear: both; - width: 100%; - cursor: pointer; - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - line-height: 28px; - font-weight: none; - line-height: 16px; /*--Vertical alignment of text--*/ -} -ul#leftnav a { - /*--This is basically the hover state of navigation--*/ - background-position: left top; -} -ul#leftnav span { - /*--Default state of navigation--*/ - color: #747373; - background: none; -} - -.input-prompt { - position: absolute; - font-style: italic; - color: #aaa; - margin: 0.2em 0 0 0.5em; -} - -td { - vertical-align: top; -} - -.comparison-table td:nth-of-type(2), -.comparison-table td:nth-of-type(3) { - font-weight: bold; -} - -.pagination { - overflow: hidden; - margin: 0 -1.5rem 1rem; - font-family: "PT Sans", Helvetica, Arial, sans-serif; - color: #ccc; - text-align: center; -} - -.pagination-item { - display: block; - padding: 1rem; - border: solid #eee; - border-width: 1px 0; -} - -.pagination-item :first-child { - margin-bottom: -1px; -} - -a.pagination-item:hover { - background-color: #f5f5f5; -} - -.pagination { - margin: 3rem 0; -} - -.pagination-item { - float: left; - width: 40%; - border-width: 1px; -} - -.pagination-item :first-child { - margin-bottom: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} - -.pagination-item :last-child { - margin-left: -1px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -.tile-container { - display: grid; - grid-template-columns: auto auto auto; - grid-template-rows: auto; - padding-top: 10px; - row-gap: 20px; - column-gap: 10px; - align-items: center; -} - -.doc-tile-container { - display: grid; - grid-template-columns: auto auto auto auto; - grid-template-rows: auto; - padding-top: 10px; - row-gap: 20px; - column-gap: 10px; - align-items: center; -} - -.tile-item { - align-self: center; -} - -.code-highlight { - color: #E29D42; -} - -.docs-column { - float: left; - width: 33.33%; -} - -/* Clear floats after the columns on docs page */ -.docs-row:after { - content: ""; - display: table; - clear: both; -} - -.attribs .name { - width: 90px; -} - -.attribs [required]{ - font-weight: bold; - color: #c7254e; -} - -.attribs .type{ - font-style: italic; - margin-right: 12px; - color: darkblue; -} - -.attribs .since { - color: green; -} - -.attribs .default { - color: brown; -} - -.attribs .sample, -.attribs .default, -.attribs .since { - font-style: italic; - margin-left: 12px; - vertical-align: bottom; -} - -.attribs .support, .attribs .required { - display: block; -} - -.attribs .default .val, -.attribs .sample .val { - font-style: normal; -} - -.right{ - margin-left: 12px; - float: right; -} - -.attribs td.desc > span { - margin-top: 4px; -} - -.attribs .header { - margin-top: 6px; - font-size: large; -} - -.note { - margin-top: 5px; -} - -table#nestedAttrs { - margin: 0 0 0 0; -} - -#nestedAttrs tbody tr:nth-child(even) td, tbody tr.even td {background: #fff;} \ No newline at end of file diff --git a/css/main.css b/css/main.css deleted file mode 100644 index 3b9bd15be..000000000 --- a/css/main.css +++ /dev/null @@ -1,294 +0,0 @@ -/* - * HTML5 Boilerplate - * - * What follows is the result of much research on cross-browser styling. - * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, - * Kroc Camen, and the H5BP dev community and team. - */ - -/* ========================================================================== - Base styles: opinionated defaults - ========================================================================== */ - -html, -button, -input, -select, -textarea { - color: #222; -} - -body { - font-size: 1em; - line-height: 1.4; -} - -/* - * Remove text-shadow in selection highlight: h5bp.com/i - * These selection declarations have to be separate. - * Customize the background color to match your design. - */ - -::-moz-selection { - background: #b3d4fc; - text-shadow: none; -} - -::selection { - background: #b3d4fc; - text-shadow: none; -} - -/* - * A better looking default horizontal rule - */ - -hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid #ccc; - margin: 1em 0; - padding: 0; -} - -/* - * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 - */ - -img { - vertical-align: middle; -} - -/* - * Remove default fieldset styles. - */ - -fieldset { - border: 0; - margin: 0; - padding: 0; -} - -/* - * Allow only vertical resizing of textareas. - */ - -textarea { - resize: vertical; -} - -/* ========================================================================== - Chrome Frame prompt - ========================================================================== */ - -.chromeframe { - margin: 0.2em 0; - background: #ccc; - color: #000; - padding: 0.2em 0; -} - -/* ========================================================================== - Author's custom styles - ========================================================================== */ - - - - - - - - - - - -/* ========================================================================== - Helper classes - ========================================================================== */ - -/* - * Image replacement - */ - -.ir { - background-color: transparent; - border: 0; - overflow: hidden; - /* IE 6/7 fallback */ - *text-indent: -9999px; -} - -.ir:before { - content: ""; - display: block; - width: 0; - height: 150%; -} - -/* - * Hide from both screenreaders and browsers: h5bp.com/u - */ - -.hidden { - display: none !important; - visibility: hidden; -} - -/* - * Hide only visually, but have it available for screenreaders: h5bp.com/v - */ - -.visuallyhidden { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} - -/* - * Extends the .visuallyhidden class to allow the element to be focusable - * when navigated to via the keyboard: h5bp.com/p - */ - -.visuallyhidden.focusable:active, -.visuallyhidden.focusable:focus { - clip: auto; - height: auto; - margin: 0; - overflow: visible; - position: static; - width: auto; -} - -/* - * Hide visually and from screenreaders, but maintain layout - */ - -.invisible { - visibility: hidden; -} - -/* - * Clearfix: contain floats - * - * For modern browsers - * 1. The space content is one way to avoid an Opera bug when the - * `contenteditable` attribute is included anywhere else in the document. - * Otherwise it causes space to appear at the top and bottom of elements - * that receive the `clearfix` class. - * 2. The use of `table` rather than `block` is only necessary if using - * `:before` to contain the top-margins of child elements. - */ - -.clearfix:before, -.clearfix:after { - content: " "; /* 1 */ - display: table; /* 2 */ -} - -.clearfix:after { - clear: both; -} - -/* - * For IE 6/7 only - * Include this rule to trigger hasLayout and contain floats. - */ - -.clearfix { - *zoom: 1; -} - -/* ========================================================================== - EXAMPLE Media Queries for Responsive Design. - Theses examples override the primary ('mobile first') styles. - Modify as content requires. - ========================================================================== */ - -@media only screen and (min-width: 35em) { - /* Style adjustments for viewports that meet the condition */ -} - -@media print, - (-o-min-device-pixel-ratio: 5/4), - (-webkit-min-device-pixel-ratio: 1.25), - (min-resolution: 120dpi) { - /* Style adjustments for high resolution devices */ -} - -/* ========================================================================== - Print styles. - Inlined to avoid required HTTP connection: h5bp.com/r - ========================================================================== */ - -@media print { - * { - background: transparent !important; - color: #000 !important; /* Black prints faster: h5bp.com/s */ - box-shadow: none !important; - text-shadow: none !important; - } - - a, - a:visited { - text-decoration: underline; - } - - a[href]:after { - content: " (" attr(href) ")"; - } - - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* - * Don't show links for images, or javascript/internal links - */ - - .ir a:after, - a[href^="javascript:"]:after, - a[href^="#"]:after { - content: ""; - } - - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - thead { - display: table-header-group; /* h5bp.com/t */ - } - - tr, - img { - page-break-inside: avoid; - } - - img { - max-width: 100% !important; - } - - @page { - margin: 0.5cm; - } - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - h2, - h3 { - page-break-after: avoid; - } -} diff --git a/css/normalize.css b/css/normalize.css deleted file mode 100644 index 4d4d01d15..000000000 --- a/css/normalize.css +++ /dev/null @@ -1,527 +0,0 @@ -/*! normalize.css v1.1.0 | MIT License | git.io/normalize */ - -/* ========================================================================== - HTML5 display definitions - ========================================================================== */ - -/** - * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. - */ - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; -} - -/** - * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. - */ - -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * Known issue: no IE 6 support. - */ - -[hidden] { - display: none; -} - -/* ========================================================================== - Base - ========================================================================== */ - -/** - * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * `em` units. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ - -html { - font-size: 100%; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -ms-text-size-adjust: 100%; /* 2 */ -} - -/** - * Address `font-family` inconsistency between `textarea` and other form - * elements. - */ - -html, -button, -input, -select, -textarea { - font-family: sans-serif; -} - -/** - * Address margins handled incorrectly in IE 6/7. - */ - -body { - margin: 0; -} - -/* ========================================================================== - Links - ========================================================================== */ - -/** - * Address `outline` inconsistency between Chrome and other browsers. - */ - -a:focus { - outline: thin dotted; -} - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ - -a:active, -a:hover { - outline: 0; -} - -/* ========================================================================== - Typography - ========================================================================== */ - -/** - * Address font sizes and margins set differently in IE 6/7. - * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * and Chrome. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.67em; - margin: 2.33em 0; -} - -/** - * Address styling not present in IE 7/8/9, Safari 5, and Chrome. - */ - -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. - */ - -b, -strong { - font-weight: bold; -} - -blockquote { - margin: 1em 40px; -} - -/** - * Address styling not present in Safari 5 and Chrome. - */ - -dfn { - font-style: italic; -} - -/** - * Address differences between Firefox and other browsers. - * Known issue: no IE 6/7 normalization. - */ - -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * Address styling not present in IE 6/7/8/9. - */ - -mark { - background: #ff0; - color: #000; -} - -/** - * Address margins set differently in IE 6/7. - */ - -p, -pre { - margin: 1em 0; -} - -/** - * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. - */ - -code, -kbd, -pre, -samp { - font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; -} - -/** - * Improve readability of pre-formatted text in all browsers. - */ - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -/** - * Address CSS quotes not supported in IE 6/7. - */ - -q { - quotes: none; -} - -/** - * Address `quotes` property not supported in Safari 4. - */ - -q:before, -q:after { - content: ''; - content: none; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ========================================================================== - Lists - ========================================================================== */ - -/** - * Address margins set differently in IE 6/7. - */ - -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -/** - * Address paddings set differently in IE 6/7. - */ - -menu, -ol, -ul { - padding: 0 0 0 40px; -} - -/** - * Correct list images handled incorrectly in IE 7. - */ - -nav ul, -nav ol { - list-style: none; - list-style-image: none; -} - -/* ========================================================================== - Embedded content - ========================================================================== */ - -/** - * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * 2. Improve image quality when scaled in IE 7. - */ - -img { - border: 0; /* 1 */ - -ms-interpolation-mode: bicubic; /* 2 */ -} - -/** - * Correct overflow displayed oddly in IE 9. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - Figures - ========================================================================== */ - -/** - * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. - */ - -figure { - margin: 0; -} - -/* ========================================================================== - Forms - ========================================================================== */ - -/** - * Correct margin displayed oddly in IE 6/7. - */ - -form { - margin: 0; -} - -/** - * Define consistent border, margin, and padding. - */ - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * 1. Correct color not being inherited in IE 6/7/8/9. - * 2. Correct text not wrapping in Firefox 3. - * 3. Correct alignment displayed oddly in IE 6/7. - */ - -legend { - border: 0; /* 1 */ - padding: 0; - white-space: normal; /* 2 */ - *margin-left: -7px; /* 3 */ -} - -/** - * 1. Correct font size not being inherited in all browsers. - * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * and Chrome. - * 3. Improve appearance and consistency in all browsers. - */ - -button, -input, -select, -textarea { - font-size: 100%; /* 1 */ - margin: 0; /* 2 */ - vertical-align: baseline; /* 3 */ - *vertical-align: middle; /* 3 */ -} - -/** - * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ - -button, -input { - line-height: normal; -} - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * Correct `select` style inheritance in Firefox 4+ and Opera. - */ - -button, -select { - text-transform: none; -} - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * Known issue: inner spacing remains in IE 6. - */ - -button, -html input[type="button"], /* 1 */ -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; /* 2 */ - cursor: pointer; /* 3 */ - *overflow: visible; /* 4 */ -} - -/** - * Re-set default cursor for disabled elements. - */ - -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * 1. Address box sizing set to content-box in IE 8/9. - * 2. Remove excess padding in IE 8/9. - * 3. Remove excess padding in IE 7. - * Known issue: excess padding remains in IE 6. - */ - -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ - *height: 13px; /* 3 */ - *width: 13px; /* 3 */ -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). - */ - -input[type="search"] { - -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; -} - -/** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. - */ - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Remove inner padding and border in Firefox 3+. - */ - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * 2. Improve readability and alignment in all browsers. - */ - -textarea { - overflow: auto; /* 1 */ - vertical-align: top; /* 2 */ -} - -/* ========================================================================== - Tables - ========================================================================== */ - -/** - * Remove most spacing between table cells. - */ - -table { - border-collapse: collapse; - border-spacing: 0; -} diff --git a/css/prism.coy.css b/css/prism.coy.css deleted file mode 100644 index e6644739f..000000000 --- a/css/prism.coy.css +++ /dev/null @@ -1,229 +0,0 @@ -/* PrismJS 1.19.0 -https://prismjs.com/download.html#themes=prism-coy&languages=markup+bash */ -/** - * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML - * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics); - * @author Tim Shedor - */ - -code[class*="language-"], -pre[class*="language-"] { - color: black; - background: none; - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - font-size: 1em; - text-align: left; - white-space: pre; - word-spacing: normal; - word-break: normal; - word-wrap: normal; - line-height: 1.5; - - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; - - -webkit-hyphens: none; - -moz-hyphens: none; - -ms-hyphens: none; - hyphens: none; -} - -/* Code blocks */ -pre[class*="language-"] { - position: relative; - margin: .5em 0; - overflow: visible; - padding: 0; -} -pre[class*="language-"]>code { - position: relative; - border-left: 10px solid #358ccb; - box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf; - background-color: #fdfdfd; - background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%); - background-size: 3em 3em; - background-origin: content-box; - background-attachment: local; -} - -code[class*="language"] { - max-height: inherit; - height: inherit; - padding: 0 1em; - display: block; - overflow: auto; -} - -/* Margin bottom to accommodate shadow */ -:not(pre) > code[class*="language-"], -pre[class*="language-"] { - background-color: #fdfdfd; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - margin-bottom: 1em; -} - -/* Inline code */ -:not(pre) > code[class*="language-"] { - position: relative; - padding: .2em; - border-radius: 0.3em; - color: #c92c2c; - border: 1px solid rgba(0, 0, 0, 0.1); - display: inline; - white-space: normal; -} - -pre[class*="language-"]:before, -pre[class*="language-"]:after { - content: ''; - z-index: -2; - display: block; - position: absolute; - bottom: 0.75em; - left: 0.18em; - width: 40%; - height: 20%; - max-height: 13em; - /* box-shadow: 0px 13px 8px #979797; */ - -webkit-transform: rotate(-2deg); - -moz-transform: rotate(-2deg); - -ms-transform: rotate(-2deg); - -o-transform: rotate(-2deg); - transform: rotate(-2deg); -} - -:not(pre) > code[class*="language-"]:after, -pre[class*="language-"]:after { - right: 0.75em; - left: auto; - -webkit-transform: rotate(2deg); - -moz-transform: rotate(2deg); - -ms-transform: rotate(2deg); - -o-transform: rotate(2deg); - transform: rotate(2deg); -} - -.token.comment, -.token.block-comment, -.token.prolog, -.token.doctype, -.token.cdata { - color: #7D8B99; -} - -.token.punctuation { - color: #5F6364; -} - -.token.property, -.token.tag, -.token.boolean, -.token.number, -.token.function-name, -.token.constant, -.token.symbol, -.token.deleted { - color: #c92c2c; -} - -.token.selector, -.token.attr-name, -.token.string, -.token.char, -.token.function, -.token.builtin, -.token.inserted { - color: #2f9c0a; -} - -.token.operator, -.token.entity, -.token.url, -.token.variable { - color: #a67f59; - background: rgba(255, 255, 255, 0.5); -} - -.token.atrule, -.token.attr-value, -.token.keyword, -.token.class-name { - color: #1990b8; -} - -.token.regex, -.token.important { - color: #e90; -} - -.language-css .token.string, -.style .token.string { - color: #a67f59; - background: rgba(255, 255, 255, 0.5); -} - -.token.important { - font-weight: normal; -} - -.token.bold { - font-weight: bold; -} -.token.italic { - font-style: italic; -} - -.token.entity { - cursor: help; -} - -.token.namespace { - opacity: .7; -} - -@media screen and (max-width: 767px) { - pre[class*="language-"]:before, - pre[class*="language-"]:after { - bottom: 14px; - box-shadow: none; - } - -} - -/* Plugin styles */ -.token.tab:not(:empty):before, -.token.cr:before, -.token.lf:before { - color: #e0d7d1; -} - -/* Plugin styles: Line Numbers */ -pre[class*="language-"].line-numbers.line-numbers { - padding-left: 0; -} - -pre[class*="language-"].line-numbers.line-numbers code { - padding-left: 3.8em; -} - -pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows { - left: 0; -} - -/* Plugin styles: Line Highlight */ -pre[class*="language-"][data-line] { - padding-top: 0; - padding-bottom: 0; - padding-left: 0; -} -pre[data-line] code { - position: relative; - padding-left: 4em; -} -pre .line-highlight { - margin-top: 0; -} - diff --git a/css/syntax.css b/css/syntax.css deleted file mode 100644 index 3595c6a7f..000000000 --- a/css/syntax.css +++ /dev/null @@ -1,60 +0,0 @@ -.highlight { background: #fafafa; border-style: dashed; border-width: 1px; padding-left: 15px; padding-right: 15px; margin-bottom:5px; border-radius:10px; overflow-x:auto;} -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #d14 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ -.highlight .sc { color: #d14 } /* Literal.String.Char */ -.highlight .sd { color: #d14 } /* Literal.String.Doc */ -.highlight .s2 { color: #d14 } /* Literal.String.Double */ -.highlight .se { color: #d14 } /* Literal.String.Escape */ -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ -.highlight .si { color: #d14 } /* Literal.String.Interpol */ -.highlight .sx { color: #d14 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #d14 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/css/value-props.scss b/css/value-props.scss deleted file mode 100644 index 743741c1c..000000000 --- a/css/value-props.scss +++ /dev/null @@ -1,6 +0,0 @@ ---- -# Front matter comment to ensure Jekyll properly reads file. -# SCSS File for LB Landing Page Paths ---- - -@import "_value-props"; diff --git a/css/vendor/jquery-ui/images/animated-overlay.gif b/css/vendor/jquery-ui/images/animated-overlay.gif deleted file mode 100644 index d441f75eb..000000000 Binary files a/css/vendor/jquery-ui/images/animated-overlay.gif and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png b/css/vendor/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png deleted file mode 100644 index 5b5dab2ab..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png b/css/vendor/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png deleted file mode 100644 index ac8b229af..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/css/vendor/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png deleted file mode 100644 index ad3d6346e..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png b/css/vendor/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png deleted file mode 100644 index 42ccba269..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png b/css/vendor/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png deleted file mode 100644 index 5a46b47cb..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/css/vendor/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png deleted file mode 100644 index 86c2baa65..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png b/css/vendor/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png deleted file mode 100644 index 4443fdc1a..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/css/vendor/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png deleted file mode 100644 index 7c9fa6c6e..000000000 Binary files a/css/vendor/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-icons_222222_256x240.png b/css/vendor/jquery-ui/images/ui-icons_222222_256x240.png deleted file mode 100644 index ee039dc09..000000000 Binary files a/css/vendor/jquery-ui/images/ui-icons_222222_256x240.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-icons_2e83ff_256x240.png b/css/vendor/jquery-ui/images/ui-icons_2e83ff_256x240.png deleted file mode 100644 index 45e8928e5..000000000 Binary files a/css/vendor/jquery-ui/images/ui-icons_2e83ff_256x240.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-icons_454545_256x240.png b/css/vendor/jquery-ui/images/ui-icons_454545_256x240.png deleted file mode 100644 index 7ec70d11b..000000000 Binary files a/css/vendor/jquery-ui/images/ui-icons_454545_256x240.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-icons_888888_256x240.png b/css/vendor/jquery-ui/images/ui-icons_888888_256x240.png deleted file mode 100644 index 5ba708c39..000000000 Binary files a/css/vendor/jquery-ui/images/ui-icons_888888_256x240.png and /dev/null differ diff --git a/css/vendor/jquery-ui/images/ui-icons_cd0a0a_256x240.png b/css/vendor/jquery-ui/images/ui-icons_cd0a0a_256x240.png deleted file mode 100644 index 7930a5580..000000000 Binary files a/css/vendor/jquery-ui/images/ui-icons_cd0a0a_256x240.png and /dev/null differ diff --git a/css/vendor/jquery-ui/jquery-ui.min.css b/css/vendor/jquery-ui/jquery-ui.min.css deleted file mode 100644 index 367b69569..000000000 --- a/css/vendor/jquery-ui/jquery-ui.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery UI - v1.10.2 - 2013-03-14 -* http://jqueryui.com -* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css -* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px} \ No newline at end of file diff --git a/custom_images/branches.png b/custom_images/branches.png deleted file mode 100644 index 6bed68c05..000000000 Binary files a/custom_images/branches.png and /dev/null differ diff --git a/custom_images/datical-logo-white-150.png b/custom_images/datical-logo-white-150.png deleted file mode 100644 index 309eda69b..000000000 Binary files a/custom_images/datical-logo-white-150.png and /dev/null differ diff --git a/custom_images/home_tagline.png b/custom_images/home_tagline.png deleted file mode 100644 index 00ec48aae..000000000 Binary files a/custom_images/home_tagline.png and /dev/null differ diff --git a/custom_images/liquibase_logo-250.png b/custom_images/liquibase_logo-250.png deleted file mode 100644 index d69adc0a7..000000000 Binary files a/custom_images/liquibase_logo-250.png and /dev/null differ diff --git a/custom_images/liquibase_logo-40.png b/custom_images/liquibase_logo-40.png deleted file mode 100644 index 9085a5369..000000000 Binary files a/custom_images/liquibase_logo-40.png and /dev/null differ diff --git a/custom_images/liquibase_logo.gif b/custom_images/liquibase_logo.gif deleted file mode 100644 index 8b32b865c..000000000 Binary files a/custom_images/liquibase_logo.gif and /dev/null differ diff --git a/custom_images/sql-database.jpg b/custom_images/sql-database.jpg deleted file mode 100644 index 4e94d053e..000000000 Binary files a/custom_images/sql-database.jpg and /dev/null differ diff --git a/custom_images/survey-2015/agility.png b/custom_images/survey-2015/agility.png deleted file mode 100644 index e1336df21..000000000 Binary files a/custom_images/survey-2015/agility.png and /dev/null differ diff --git a/custom_images/survey-2015/app-count.png b/custom_images/survey-2015/app-count.png deleted file mode 100644 index 2ed06cd1d..000000000 Binary files a/custom_images/survey-2015/app-count.png and /dev/null differ diff --git a/custom_images/survey-2015/co-size.png b/custom_images/survey-2015/co-size.png deleted file mode 100644 index 32f6ee3fa..000000000 Binary files a/custom_images/survey-2015/co-size.png and /dev/null differ diff --git a/custom_images/survey-2015/database.png b/custom_images/survey-2015/database.png deleted file mode 100644 index 808a70c99..000000000 Binary files a/custom_images/survey-2015/database.png and /dev/null differ diff --git a/custom_images/survey-2015/docs.png b/custom_images/survey-2015/docs.png deleted file mode 100644 index 28c6226f7..000000000 Binary files a/custom_images/survey-2015/docs.png and /dev/null differ diff --git a/custom_images/survey-2015/extension.png b/custom_images/survey-2015/extension.png deleted file mode 100644 index 97ded57bc..000000000 Binary files a/custom_images/survey-2015/extension.png and /dev/null differ diff --git a/custom_images/survey-2015/long.png b/custom_images/survey-2015/long.png deleted file mode 100644 index d11835261..000000000 Binary files a/custom_images/survey-2015/long.png and /dev/null differ diff --git a/custom_images/survey-2015/meets-needs.png b/custom_images/survey-2015/meets-needs.png deleted file mode 100644 index 75ab28925..000000000 Binary files a/custom_images/survey-2015/meets-needs.png and /dev/null differ diff --git a/custom_images/survey-2015/often.png b/custom_images/survey-2015/often.png deleted file mode 100644 index 49cfb41fc..000000000 Binary files a/custom_images/survey-2015/often.png and /dev/null differ diff --git a/custom_images/survey-2015/percent-use.png b/custom_images/survey-2015/percent-use.png deleted file mode 100644 index de14721b8..000000000 Binary files a/custom_images/survey-2015/percent-use.png and /dev/null differ diff --git a/custom_images/survey-2015/tech.png b/custom_images/survey-2015/tech.png deleted file mode 100644 index e299fe47c..000000000 Binary files a/custom_images/survey-2015/tech.png and /dev/null differ diff --git a/custom_images/survey-2015/who.png b/custom_images/survey-2015/who.png deleted file mode 100644 index fa8d019cc..000000000 Binary files a/custom_images/survey-2015/who.png and /dev/null differ diff --git a/custom_images/survey.png b/custom_images/survey.png deleted file mode 100644 index 506931a3a..000000000 Binary files a/custom_images/survey.png and /dev/null differ diff --git a/custom_images/tutorial-files.png b/custom_images/tutorial-files.png deleted file mode 100644 index f39e57464..000000000 Binary files a/custom_images/tutorial-files.png and /dev/null differ diff --git a/custom_images/tutorial-overview.png b/custom_images/tutorial-overview.png deleted file mode 100644 index db53492ee..000000000 Binary files a/custom_images/tutorial-overview.png and /dev/null differ diff --git a/databases.md b/databases.md deleted file mode 100644 index 0b9c365bb..000000000 --- a/databases.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: default -title: Supported Databases ---- - -# Supported Databases # - -Due to variations in data types and SQL syntax, the following databases are currently supported out of the box. Additional databases as well as enhancements to support for the below databases are available through [Liquibase extensions](http://liquibase.org/extensions) - -Please find further information about which JDBC driver, URL, classes etc. these databases need, by clicking on the database-specific links in the table below. - - - - - - - - - - - - - - - - - -
    DatabaseType NameNotes
    MySQLmysqlNo Issues
    MariaDBmariadbMariaDB is 100% compatible with MySQL per MariaDB developers
    PostgreSQLpostgresql8.2+ is required to use the "drop all database objects" functionality.
    Oracleoracle11g driver is required when using the diff tool on databases running with AL32UTF8 or AL16UTF16
    SQL ServermssqlNo Issues
    Sybase_EnterprisesybaseASE 12.0+ required. "select into" database option needs to be set. Best driver is JTDS. Sybase does not support transactions for DDL so rollbacks will not work on failures. Foreign keys can not be dropped which can break the rollback or dropAll functionality.
    Sybase_AnywhereasanySince 1.9
    DB2db2No Issues. Will auto-call REORG when necessary.
    Apache_DerbyderbyNo Issues
    HSQLhsqldbNo Issues
    H2h2No Issues
    InformixinformixNo Issues
    FirebirdfirebirdNo Issues
    SQLitesqliteNo Issues
    - -As of Liquibase v3.1, support for some less common databases has been moved out of Liquibase core and into extensions. - -To re-enable support for these databases, install the corresponding extension: - --
    InterSystems Cache -- SAP MaxDB -- IBM DB2 for iSeries - -# Using Unsupported Databases # - -Since Liquibase is built on top of standard JDBC, the only ties it has to the underlying database is through the SQL that can vary from DBMS to DBMS. If you attempt to use Liquibase with an unsupported database, it will try to run and will most likely succeed. The only problem you are likely to run into is the current date/time function name. If Liquibase is unable to determine the correct date/time function, you can pass it in via the ["command line"](documentation/command_line.html) and [documentation/Ant](documentation/ant/index.html)). - -You may also run into problem with the SQL generated by the change/refactoring tags on unsupported databases. The best way to deal with this problem is to first try the standard change/refactoring tags. If it generates an error, you can fall back to the [sql change](documentation/changes/sql.html) to code whatever change you need to make in a way that your database understands. - -If, for some reason, the DatabaseChangeLog table cannot be created on your database, the base creation SQL that you can modify to suit your needs is: - -{% highlight sql %} -CREATE TABLE DATABASECHANGELOG (id varchar(150) not null, -author varchar(150) not null, -filename varchar(255) not null, -dateExecuted datetime not null, -md5sum varchar(32), -description varchar(255), -comments varchar(255), -tag varchar(255), -liquibase varchar(10), -primary key(id, author, filename)) -{% endhighlight %} - -Reasons for creating the DatabaseChangeLog table yourself include database that require null fields to be specified as such and index limitations that don't allow primary keys on fields as long. You can change the data types and or data type lengths all you want. diff --git a/dba.md b/dba.md deleted file mode 100644 index 4579ff494..000000000 --- a/dba.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default -title: Liquibase for DBAs ---- - -# Liquibase for DBAs # - -### No change is forgotten - -Liquibase [tracks which changelog statements](documentation/databasechangelog.html) have run against each database, so you no longer have to manually track what statements have been run against each database and which have not. - -### Like SQL? Use SQL - -XML-formatted changelogs have their advantages, but many DBAs still prefer good, old fashioned SQL. If that is what you are most comfortable working with, [Liquibase-formatted SQL](documentation/sql_format.html) gives you the standard changeSet tracking used in any changelog format, but lets you specify the exact SQL you want. - -### Manually verify the database changes with each release - -Liquibase supports an ["updateSql"](documentation/sql_output.html) command which will not actually update the database, but instead output the SQL that will run. That script can be read through and verified to ensure everything is correct and doing what it is supposed to. - -After you know everything is correct, you can either run liquibase update, or run your script through your favorite tools. The script will include the [DATABASECHANGELOG](documentation/databasechangelog_table.html) inserts so everything will still be correctly tracked. - -### Prepare for deployment problems - -Releases don't always go as planned, and so Liquibase lets you ensure your contingency plans are correct before each release. As you near a release, besides checking the updateSql output, you can also run [futureRollbackSql](documentation/rollback.html) which will output the SQL needed to bring a fully updated database back to the current state. It will be much less stressful verifying the rollback logic BEFORE the release. - -### A unified changelog for all your databases - -You try to keep all your databases the same, but there are always differences. QA needs test data, production gets a couple extra tables, and the hot-backup server needs extra configuration. Liquibase supports contexts, labels, parameters, and preconditions that let you address minor differences in your scripts to adjust things as needed. - -* [Contexts](/documentation/contexts.html) and labels let you target certain changeSets to run in only some environments. -* [Parameters](/documentation/changelog_parameters.html) let you do simple text substitutions when things like schema names vary from database to database. -* [Preconditions](/documentation/preconditions.html) let you check the state of the database to dynamically determine if a changeSet should be executed or not. - -Thanks to Liquibase's [cross-database support](/databases.html, you can even use a single changelog that supports Oracle, MS SqlServer, Postgresql, and more. - -### Enterprise features with Datical - -Beyond all the standard Liquibase functionality, Datical lets you - -* [Package database schema changes](http://www.datical.com/product/packaging-intelligence/) alongside application code -* Simulate deployments to [forecast potential errors](http://www.datical.com/product/validation-intelligence/) -* [Know the deployment status](http://www.datical.com/product/management-intelligence/) of every schema in the database -* Integrate with popular [DevOps tools](http://www.datical.com/integrations/) - - ---- - -Liquibase for [QA](/qa.html) \| [Developers](/developer.html) \| [Release Managers](/release_manager.html) \ No newline at end of file diff --git a/dbdoc/authors.html b/dbdoc/authors.html deleted file mode 100644 index a73c02f72..000000000 --- a/dbdoc/authors.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default ---- - - All Authors - -
    - - - - -
    - - alan
    - bjohnson
    - nvoxland
    - pkeeble
    -
    -
    \ No newline at end of file diff --git a/dbdoc/authors/alan.html b/dbdoc/authors/alan.html deleted file mode 100644 index 62f31153f..000000000 --- a/dbdoc/authors/alan.html +++ /dev/null @@ -1,36 +0,0 @@ -Changes created by author alan

    Changes created by author alan

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -add-column-test1 -alan -Executed 11/15/07 9:38 AM
    Testing bug reported on mailing list
              Table ADD_COLUMN_TEST_TABLE created
              Column A_NEW_COLUMN(int) added to ADD_COLUMN_TEST_TABLE
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Table TABLESPACE_TEST_TABLE created
              Index tablespace_index_test created
              Primary key added to TABLESPACE_TEST_TABLE (id)
              Unique constraint added to TABLESPACE_TEST_TABLE(username)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/authors/bjohnson.html b/dbdoc/authors/bjohnson.html deleted file mode 100644 index 83d79705a..000000000 --- a/dbdoc/authors/bjohnson.html +++ /dev/null @@ -1,64 +0,0 @@ -Changes created by author bjohnson

    Changes created by author bjohnson

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -7 -bjohnson -Executed 11/15/07 9:37 AM
              New row inserted into employee
              New row inserted into employee
    -changelogs/mysql/complete/root.changelog.xml -8 -bjohnson -Executed 11/15/07 9:37 AM
              Null constraint dropped from employee.name
    -changelogs/mysql/complete/root.changelog.xml -8.1 -bjohnson -Executed 11/15/07 9:37 AM
    I guess name needs to be not-null
              Null constraint has been added to employee.name
    -changelogs/common/schema.tests.changelog.xml -7 -bjohnson -Executed 11/15/07 9:38 AM
              New row inserted into company2
              New row inserted into company2
    -changelogs/common/schema.tests.changelog.xml -8 -bjohnson -Executed 11/15/07 9:38 AM
              Null constraint dropped from company2.name
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/authors/nvoxland.html b/dbdoc/authors/nvoxland.html deleted file mode 100644 index 0ba335a76..000000000 --- a/dbdoc/authors/nvoxland.html +++ /dev/null @@ -1,828 +0,0 @@ -Changes created by author nvoxland

    Changes created by author nvoxland

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Pending Changes
    -changelogs/mysql/complete/included.changelog.xml -3 -nvoxland -NOT YET RAN [SQL]
              New row inserted into news
    -changelogs/common/common.tests.changelog.xml -contextstest-2 -nvoxland -NOT YET RAN [SQL]
              New row inserted into contextsTest
    -changelogs/mysql/complete/root.changelog.xml -54 -nvoxland -NOT YET RAN [SQL]
              Column newcol(varchar(255)) added to address
    -changelogs/mysql/complete/root.changelog.xml -55 -nvoxland -NOT YET RAN [SQL]
              Column newcol2(varchar(255)) added to address
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -1 -nvoxland -Executed 11/15/07 9:37 AM
    You can add comments to changeSets. - They can even be multiple lines if you would like. - They aren't used to compute the changeSet MD5Sum, so you can update them whenever you want without causing - problems.
              Table person created
    -changelogs/mysql/complete/root.changelog.xml -2 -nvoxland -Executed 11/15/07 9:37 AM
    Add a username column so we can use "person" for authentication
              Column usernae(varchar(8)) added to person
    -changelogs/mysql/complete/root.changelog.xml -3 -nvoxland -Executed 11/15/07 9:37 AM
    Fix misspelled "username" column
              Column person.usernae renamed to username
    -changelogs/mysql/complete/root.changelog.xml -5 -nvoxland -Executed 11/15/07 9:37 AM
              New row inserted into person
              New row inserted into person
              New row inserted into person
    -changelogs/mysql/complete/root.changelog.xml -6 -nvoxland -Executed 11/15/07 9:37 AM
    Don't keep username in the person table
              Column person.username dropped
    -changelogs/mysql/complete/root.changelog.xml -7 -nvoxland -Executed 11/15/07 9:37 AM
              Table employee created
    -changelogs/mysql/complete/root.changelog.xml -7a -nvoxland -Executed 11/15/07 9:37 AM
              Column company_id(int) added to employee
    -changelogs/mysql/complete/root.changelog.xml -9 -nvoxland -Executed 11/15/07 9:37 AM
              Table employee renamed to company
    -changelogs/mysql/complete/root.changelog.xml -10 -nvoxland -Executed 11/15/07 9:37 AM
              Table testtable created
    -changelogs/mysql/complete/root.changelog.xml -11 -nvoxland -Executed 11/15/07 9:37 AM
              Table testtable dropped
    -changelogs/mysql/complete/root.changelog.xml -12 -nvoxland -Executed 11/15/07 9:37 AM
              Index idx_company_name created
              Index idx_person_lastname created
    -changelogs/mysql/complete/root.changelog.xml -13 -nvoxland -Executed 11/15/07 9:37 AM
              Index idx_person_lastname dropped from table person
    -changelogs/mysql/complete/root.changelog.xml -14 -nvoxland -Executed 11/15/07 9:37 AM
              Table liquibaseRunInfo created
              New row inserted into liquibaseRunInfo
    -changelogs/mysql/complete/root.changelog.xml -15 -nvoxland -Executed 11/15/07 9:37 AM
              Custom SQL executed
    -changelogs/mysql/complete/root.changelog.xml -16 -nvoxland -Executed 11/15/07 9:37 AM
              View personView created
    -changelogs/mysql/complete/root.changelog.xml -18 -nvoxland -Executed 11/15/07 9:37 AM
              View personView dropped
    -changelogs/mysql/complete/root.changelog.xml -19 -nvoxland -Executed 11/15/07 9:37 AM
              Columns person.firstname and person.lastname merged
    -changelogs/mysql/complete/root.changelog.xml -20 -nvoxland -Executed 11/15/07 9:37 AM
              View personView created
    -changelogs/mysql/complete/root.changelog.xml -21 -nvoxland -Executed 11/15/07 9:37 AM
              View personView renamed to v_person
    -changelogs/mysql/complete/root.changelog.xml -22 -nvoxland -Executed 11/15/07 9:37 AM
              Column employer_id(int) added to person
    -changelogs/mysql/complete/root.changelog.xml -23 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key contraint added to person (employer_id)
    -changelogs/mysql/complete/root.changelog.xml -24 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key fk_person_employer dropped
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -25.1 -nvoxland -Executed 11/15/07 9:37 AM
              Null constraint has been added to address.id
    -changelogs/mysql/complete/root.changelog.xml -25.2 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to address (id)
    -changelogs/mysql/complete/root.changelog.xml -25.3 -nvoxland -Executed 11/15/07 9:37 AM
              Auto-increment added to address.id
    -changelogs/mysql/complete/root.changelog.xml -26 -nvoxland -Executed 11/15/07 9:37 AM
              New row inserted into address
              New row inserted into address
              New row inserted into address
              New row inserted into address
    -changelogs/mysql/complete/root.changelog.xml -27 -nvoxland -Executed 11/15/07 9:37 AM
              Lookup table added for address.state
    -changelogs/mysql/complete/root.changelog.xml -28 -nvoxland -Executed 11/15/07 9:37 AM
              Default value added to address.line2
    -changelogs/mysql/complete/root.changelog.xml -29 -nvoxland -Executed 11/15/07 9:37 AM
              Default value dropped from address.line2
    -changelogs/mysql/complete/root.changelog.xml -30 -nvoxland -Executed 11/15/07 9:37 AM
              Table pkTest created
    -changelogs/mysql/complete/root.changelog.xml -31 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to pkTest (id)
    -changelogs/mysql/complete/root.changelog.xml -32 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key dropped from pkTest
    -changelogs/mysql/complete/root.changelog.xml -33 -nvoxland -Executed 11/15/07 9:37 AM
              Unique constraint added to address(line1, line2)
    -changelogs/mysql/complete/root.changelog.xml -34 -nvoxland -Executed 11/15/07 9:38 AM
              Unique constraint uq_address_line1line2 dropped from address
    -changelogs/mysql/complete/root.changelog.xml -35 -nvoxland -Executed 11/15/07 9:38 AM
              Table tableToRollback created
    -changelogs/mysql/complete/root.changelog.xml -51 -nvoxland -Executed 11/15/07 9:38 AM
              Table nulldefaulttest created
    -changelogs/mysql/complete/root.changelog.xml -51b -nvoxland -Executed 11/15/07 9:38 AM
              Column foreign_id(bigint) added to nulldefaulttest
    -changelogs/mysql/complete/included.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table news created
    -changelogs/mysql/complete/included.changelog.xml -2 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into news
              New row inserted into news
    -changelogs/mysql/complete/oldname.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table book created
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
    -changelogs/common/common.tests.changelog.xml -datatypetest-2 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into dataTypeTest
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.intA
              Default value added to defaultValueTest.textA
              Default value added to defaultValueTest.booleanA
              Default value added to defaultValueTest.dateA
              Default value added to defaultValueTest.timeA
              Default value added to defaultValueTest.datetimeA
              New row inserted into defaultValueTest
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundIndexTest created
              Index idx_compoundtest created
    -changelogs/common/common.tests.changelog.xml -commentTest -nvoxland -Executed 11/15/07 9:38 AM
    Creates a table and updates a value with actual SQL. Mainly for testing the comment tags
              Table commentTest created
              Custom SQL executed
    -changelogs/common/common.tests.changelog.xml -contextstest-1 -nvoxland -Executed 11/15/07 9:38 AM
    Test how contexts work
              Table contextsTest created
    -changelogs/common/common.tests.changelog.xml -contextstest-3 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-4 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-5 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-6 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
    -changelogs/common/schema.tests.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table person2 created
    -changelogs/common/schema.tests.changelog.xml -2 -nvoxland -Executed 11/15/07 9:38 AM
    Add a username column so we can use "person" for authentication
              Column username(varchar(8)) added to person2
    -changelogs/common/schema.tests.changelog.xml -5 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into person2
              New row inserted into person2
              New row inserted into person2
    -changelogs/common/schema.tests.changelog.xml -7 -nvoxland -Executed 11/15/07 9:38 AM
              Table company2 created
    -changelogs/common/schema.tests.changelog.xml -7a -nvoxland -Executed 11/15/07 9:38 AM
              Column company_id(int) added to company2
    -changelogs/common/schema.tests.changelog.xml -10 -nvoxland -Executed 11/15/07 9:38 AM
              Table testtable2 created
    -changelogs/common/schema.tests.changelog.xml -11 -nvoxland -Executed 11/15/07 9:38 AM
              Table testtable2 dropped
    -changelogs/common/schema.tests.changelog.xml -12 -nvoxland -Executed 11/15/07 9:38 AM
              Index idx_company_name2 created
              Index idx_person_lastname2 created
    -changelogs/common/schema.tests.changelog.xml -13 -nvoxland -Executed 11/15/07 9:38 AM
              Index idx_person_lastname2 dropped from table person2
    -changelogs/common/schema.tests.changelog.xml -19 -nvoxland -Executed 11/15/07 9:38 AM
              Columns person2.firstname and person2.lastname merged
    -changelogs/common/schema.tests.changelog.xml -22 -nvoxland -Executed 11/15/07 9:38 AM
              Column employer_id(int) added to person2
    -changelogs/common/schema.tests.changelog.xml -23 -nvoxland -Executed 11/15/07 9:38 AM
              Foreign key contraint added to person2 (employer_id)
    -changelogs/common/schema.tests.changelog.xml -24 -nvoxland -Executed 11/15/07 9:38 AM
              Foreign key fk_person_employer dropped
    -changelogs/common/schema.tests.changelog.xml -25 -nvoxland -Executed 11/15/07 9:38 AM
              Table address2 created
    -changelogs/common/schema.tests.changelog.xml -25.1 -nvoxland -Executed 11/15/07 9:38 AM
              Null constraint has been added to address2.id
    -changelogs/common/schema.tests.changelog.xml -25.2 -nvoxland -Executed 11/15/07 9:38 AM
              Primary key added to address2 (id)
    -changelogs/common/schema.tests.changelog.xml -26 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into address2
              New row inserted into address2
              New row inserted into address2
              New row inserted into address2
    -changelogs/common/schema.tests.changelog.xml -28 -nvoxland -Executed 11/15/07 9:38 AM
              Default value added to address2.line2
    -changelogs/common/schema.tests.changelog.xml -29 -nvoxland -Executed 11/15/07 9:38 AM
              Default value dropped from address2.line2
    -changelogs/common/schema.tests.changelog.xml -30 -nvoxland -Executed 11/15/07 9:38 AM
              Table pkTest2 created
    -changelogs/common/schema.tests.changelog.xml -35 -nvoxland -Executed 11/15/07 9:38 AM
              Table tableToRollback2 created
    -changelogs/common/schema.tests.changelog.xml -50 -nvoxland -Executed 11/15/07 9:38 AM
              Column address2.postalcode modified
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/authors/pkeeble.html b/dbdoc/authors/pkeeble.html deleted file mode 100644 index 524b3dce7..000000000 --- a/dbdoc/authors/pkeeble.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes created by author pkeeble

    Changes created by author pkeeble

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -52 -pkeeble -Executed 11/15/07 9:38 AM
              SQL in file changelogs/mysql/complete/sample.sql executed
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/changelogs.html b/dbdoc/changelogs.html deleted file mode 100644 index ea2f2770c..000000000 --- a/dbdoc/changelogs.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -All Change Logs - - - - - -All Change Logs -
    - - - -
    changelogs/common/common.tests.changelog.xml
    -changelogs/common/schema.tests.changelog.xml
    -changelogs/mysql/complete/included.changelog.xml
    -changelogs/mysql/complete/oldname.changelog.xml
    -changelogs/mysql/complete/root.changelog.xml
    -
    - - - \ No newline at end of file diff --git a/dbdoc/changelogs/changelogs/common/common.tests.changelog.xml.xml b/dbdoc/changelogs/changelogs/common/common.tests.changelog.xml.xml deleted file mode 100644 index ad2aedbe3..000000000 --- a/dbdoc/changelogs/changelogs/common/common.tests.changelog.xml.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a table and updates a value with actual SQL. Mainly for testing the comment tags - - - - - Insert value into commentTest - insert into commentTest (id) values (1); - insert into commentTest (id) values (2); - insert into commentTest (id) values (3); - - - - - Testing bug reported on mailing list - - - - - - - - - - - - Test tablespace support. Ignored if database does not support tablespaces - - - - - - - - - - - - - - - - - - Test how contexts work - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dbdoc/changelogs/changelogs/common/schema.tests.changelog.xml.xml b/dbdoc/changelogs/changelogs/common/schema.tests.changelog.xml.xml deleted file mode 100644 index 2ab4e96bc..000000000 --- a/dbdoc/changelogs/changelogs/common/schema.tests.changelog.xml.xml +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - - - - Add a username column so we can use "person" for authentication - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dbdoc/changelogs/changelogs/mysql/complete/included.changelog.xml.xml b/dbdoc/changelogs/changelogs/mysql/complete/included.changelog.xml.xml deleted file mode 100644 index 3bc8ca75d..000000000 --- a/dbdoc/changelogs/changelogs/mysql/complete/included.changelog.xml.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dbdoc/changelogs/changelogs/mysql/complete/oldname.changelog.xml.xml b/dbdoc/changelogs/changelogs/mysql/complete/oldname.changelog.xml.xml deleted file mode 100644 index db866fabb..000000000 --- a/dbdoc/changelogs/changelogs/mysql/complete/oldname.changelog.xml.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dbdoc/changelogs/changelogs/mysql/complete/root.changelog.xml.xml b/dbdoc/changelogs/changelogs/mysql/complete/root.changelog.xml.xml deleted file mode 100644 index ee94ae33c..000000000 --- a/dbdoc/changelogs/changelogs/mysql/complete/root.changelog.xml.xml +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - select 1 - - - - - You can add comments to changeSets. - They can even be multiple lines if you would like. - They aren't used to compute the changeSet MD5Sum, so you can update them whenever you want without causing - problems. - - - - - - - - - - - - - Add a username column so we can use "person" for authentication - - - - - - Fix misspelled "username" column - - - - - - - - - - - - - - - - - - - - - Don't keep username in the person table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I guess name needs to be not-null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - update liquibaseRunInfo set timesRan=timesRan+1 - - - - - select firstname, lastname from person - - - - - - - - - - - - - - select id, fullname from person - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dbdoc/columns/add_column_test_table.a_new_column.html b/dbdoc/columns/add_column_test_table.a_new_column.html deleted file mode 100644 index af001e8fa..000000000 --- a/dbdoc/columns/add_column_test_table.a_new_column.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "add_column_test_table.A_NEW_COLUMN"

    Changes affecting column "add_column_test_table.A_NEW_COLUMN"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -add-column-test1 -alan -Executed 11/15/07 9:38 AM
    Testing bug reported on mailing list
              Column A_NEW_COLUMN(int) added to ADD_COLUMN_TEST_TABLE
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/add_column_test_table.id.html b/dbdoc/columns/add_column_test_table.id.html deleted file mode 100644 index dedfe93e4..000000000 --- a/dbdoc/columns/add_column_test_table.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "add_column_test_table.id"

    Changes affecting column "add_column_test_table.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -add-column-test1 -alan -Executed 11/15/07 9:38 AM
    Testing bug reported on mailing list
              Table ADD_COLUMN_TEST_TABLE created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.city.html b/dbdoc/columns/address.city.html deleted file mode 100644 index 5aff9d3aa..000000000 --- a/dbdoc/columns/address.city.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "address.city"

    Changes affecting column "address.city"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.id.html b/dbdoc/columns/address.id.html deleted file mode 100644 index c04a0b87f..000000000 --- a/dbdoc/columns/address.id.html +++ /dev/null @@ -1,62 +0,0 @@ -Changes affecting column "address.id"

    Changes affecting column "address.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -25.1 -nvoxland -Executed 11/15/07 9:37 AM
              Null constraint has been added to address.id
    -changelogs/mysql/complete/root.changelog.xml -25.2 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to address (id)
    -changelogs/mysql/complete/root.changelog.xml -25.3 -nvoxland -Executed 11/15/07 9:37 AM
              Auto-increment added to address.id
    -changelogs/mysql/complete/root.changelog.xml -27 -nvoxland -Executed 11/15/07 9:37 AM
              Lookup table added for address.state
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.line1.html b/dbdoc/columns/address.line1.html deleted file mode 100644 index aee24f432..000000000 --- a/dbdoc/columns/address.line1.html +++ /dev/null @@ -1,32 +0,0 @@ -Changes affecting column "address.line1"

    Changes affecting column "address.line1"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -33 -nvoxland -Executed 11/15/07 9:37 AM
              Unique constraint added to address(line1, line2)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.line2.html b/dbdoc/columns/address.line2.html deleted file mode 100644 index 6915742b0..000000000 --- a/dbdoc/columns/address.line2.html +++ /dev/null @@ -1,52 +0,0 @@ -Changes affecting column "address.line2"

    Changes affecting column "address.line2"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -28 -nvoxland -Executed 11/15/07 9:37 AM
              Default value added to address.line2
    -changelogs/mysql/complete/root.changelog.xml -29 -nvoxland -Executed 11/15/07 9:37 AM
              Default value dropped from address.line2
    -changelogs/mysql/complete/root.changelog.xml -33 -nvoxland -Executed 11/15/07 9:37 AM
              Unique constraint added to address(line1, line2)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.newcol.html b/dbdoc/columns/address.newcol.html deleted file mode 100644 index 107e3493b..000000000 --- a/dbdoc/columns/address.newcol.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "address.newcol"

    Changes affecting column "address.newcol"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -54 -nvoxland -Executed 9/21/07 2:05 PM
              Column newcol(varchar(255)) added to address
     


    Generated: 9/21/07 2:56 PM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.2.1 \ No newline at end of file diff --git a/dbdoc/columns/address.newcol2.html b/dbdoc/columns/address.newcol2.html deleted file mode 100644 index 2e6a5dc99..000000000 --- a/dbdoc/columns/address.newcol2.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "address.newcol2"

    Changes affecting column "address.newcol2"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -55 -nvoxland -Executed 9/21/07 2:05 PM
              Column newcol2(varchar(255)) added to address
     


    Generated: 9/21/07 2:56 PM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.2.1 \ No newline at end of file diff --git a/dbdoc/columns/address.postalcode.html b/dbdoc/columns/address.postalcode.html deleted file mode 100644 index 216b0a228..000000000 --- a/dbdoc/columns/address.postalcode.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "address.postalcode"

    Changes affecting column "address.postalcode"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/address.state.html b/dbdoc/columns/address.state.html deleted file mode 100644 index 22bc130a1..000000000 --- a/dbdoc/columns/address.state.html +++ /dev/null @@ -1,32 +0,0 @@ -Changes affecting column "address.state"

    Changes affecting column "address.state"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -27 -nvoxland -Executed 11/15/07 9:37 AM
              Lookup table added for address.state
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/book.id.html b/dbdoc/columns/book.id.html deleted file mode 100644 index 0daf06591..000000000 --- a/dbdoc/columns/book.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "book.id"

    Changes affecting column "book.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/oldname.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table book created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/book.title.html b/dbdoc/columns/book.title.html deleted file mode 100644 index d1dc99707..000000000 --- a/dbdoc/columns/book.title.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "book.title"

    Changes affecting column "book.title"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/oldname.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table book created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/commenttest.id.html b/dbdoc/columns/commenttest.id.html deleted file mode 100644 index bee649a11..000000000 --- a/dbdoc/columns/commenttest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "commenttest.id"

    Changes affecting column "commenttest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -commentTest -nvoxland -Executed 11/15/07 9:38 AM
    Creates a table and updates a value with actual SQL. Mainly for testing the comment tags
              Table commentTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/company.company_id.html b/dbdoc/columns/company.company_id.html deleted file mode 100644 index 2a6c19d40..000000000 --- a/dbdoc/columns/company.company_id.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "company.company_id"

    Changes affecting column "company.company_id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/company.id.html b/dbdoc/columns/company.id.html deleted file mode 100644 index 2d9c5b793..000000000 --- a/dbdoc/columns/company.id.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "company.id"

    Changes affecting column "company.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/company.name.html b/dbdoc/columns/company.name.html deleted file mode 100644 index 211725032..000000000 --- a/dbdoc/columns/company.name.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "company.name"

    Changes affecting column "company.name"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundindextest.firstname.html b/dbdoc/columns/compoundindextest.firstname.html deleted file mode 100644 index 6c7d127e0..000000000 --- a/dbdoc/columns/compoundindextest.firstname.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundindextest.firstname"

    Changes affecting column "compoundindextest.firstname"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundIndexTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundindextest.id.html b/dbdoc/columns/compoundindextest.id.html deleted file mode 100644 index cff524d2a..000000000 --- a/dbdoc/columns/compoundindextest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundindextest.id"

    Changes affecting column "compoundindextest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundIndexTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundindextest.lastname.html b/dbdoc/columns/compoundindextest.lastname.html deleted file mode 100644 index 1b39862f2..000000000 --- a/dbdoc/columns/compoundindextest.lastname.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundindextest.lastname"

    Changes affecting column "compoundindextest.lastname"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundIndexTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundpktest.id1.html b/dbdoc/columns/compoundpktest.id1.html deleted file mode 100644 index bce65b2fa..000000000 --- a/dbdoc/columns/compoundpktest.id1.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundpktest.id1"

    Changes affecting column "compoundpktest.id1"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundpktest.id2.html b/dbdoc/columns/compoundpktest.id2.html deleted file mode 100644 index 1d9dd284a..000000000 --- a/dbdoc/columns/compoundpktest.id2.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundpktest.id2"

    Changes affecting column "compoundpktest.id2"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/compoundpktest.name.html b/dbdoc/columns/compoundpktest.name.html deleted file mode 100644 index 42b57ecda..000000000 --- a/dbdoc/columns/compoundpktest.name.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "compoundpktest.name"

    Changes affecting column "compoundpktest.name"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/contextstest.id.html b/dbdoc/columns/contextstest.id.html deleted file mode 100644 index b8f3e5f8e..000000000 --- a/dbdoc/columns/contextstest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "contextstest.id"

    Changes affecting column "contextstest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -contextstest-1 -nvoxland -Executed 11/15/07 9:38 AM
    Test how contexts work
              Table contextsTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.blobcolumn.html b/dbdoc/columns/datatypeconversiontest.blobcolumn.html deleted file mode 100644 index 826f03b28..000000000 --- a/dbdoc/columns/datatypeconversiontest.blobcolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.blobColumn"

    Changes affecting column "datatypeconversiontest.blobColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.booleancolumn.html b/dbdoc/columns/datatypeconversiontest.booleancolumn.html deleted file mode 100644 index 2a1b11a07..000000000 --- a/dbdoc/columns/datatypeconversiontest.booleancolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.booleanColumn"

    Changes affecting column "datatypeconversiontest.booleanColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.clobcolumn.html b/dbdoc/columns/datatypeconversiontest.clobcolumn.html deleted file mode 100644 index 4776cf093..000000000 --- a/dbdoc/columns/datatypeconversiontest.clobcolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.clobColumn"

    Changes affecting column "datatypeconversiontest.clobColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.currencycolumn.html b/dbdoc/columns/datatypeconversiontest.currencycolumn.html deleted file mode 100644 index e48691a0d..000000000 --- a/dbdoc/columns/datatypeconversiontest.currencycolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.currencyColumn"

    Changes affecting column "datatypeconversiontest.currencyColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.datecolumn.html b/dbdoc/columns/datatypeconversiontest.datecolumn.html deleted file mode 100644 index 622ce2adb..000000000 --- a/dbdoc/columns/datatypeconversiontest.datecolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.dateColumn"

    Changes affecting column "datatypeconversiontest.dateColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.datetimecolumn.html b/dbdoc/columns/datatypeconversiontest.datetimecolumn.html deleted file mode 100644 index 0e2ee27ac..000000000 --- a/dbdoc/columns/datatypeconversiontest.datetimecolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.datetimeColumn"

    Changes affecting column "datatypeconversiontest.datetimeColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.timecolumn.html b/dbdoc/columns/datatypeconversiontest.timecolumn.html deleted file mode 100644 index fdb842279..000000000 --- a/dbdoc/columns/datatypeconversiontest.timecolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.timeColumn"

    Changes affecting column "datatypeconversiontest.timeColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypeconversiontest.uuidcolumn.html b/dbdoc/columns/datatypeconversiontest.uuidcolumn.html deleted file mode 100644 index f199b8362..000000000 --- a/dbdoc/columns/datatypeconversiontest.uuidcolumn.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypeconversiontest.uuidColumn"

    Changes affecting column "datatypeconversiontest.uuidColumn"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypetest.datecol.html b/dbdoc/columns/datatypetest.datecol.html deleted file mode 100644 index e30a964db..000000000 --- a/dbdoc/columns/datatypetest.datecol.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypetest.dateCol"

    Changes affecting column "datatypetest.dateCol"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypetest.datetimecol.html b/dbdoc/columns/datatypetest.datetimecol.html deleted file mode 100644 index 710979863..000000000 --- a/dbdoc/columns/datatypetest.datetimecol.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypetest.dateTimeCol"

    Changes affecting column "datatypetest.dateTimeCol"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypetest.id.html b/dbdoc/columns/datatypetest.id.html deleted file mode 100644 index 5c331d4bc..000000000 --- a/dbdoc/columns/datatypetest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypetest.id"

    Changes affecting column "datatypetest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/datatypetest.timecol.html b/dbdoc/columns/datatypetest.timecol.html deleted file mode 100644 index 39bf4e115..000000000 --- a/dbdoc/columns/datatypetest.timecol.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "datatypetest.timeCol"

    Changes affecting column "datatypetest.timeCol"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.booleana.html b/dbdoc/columns/defaultvaluetest.booleana.html deleted file mode 100644 index 816dc3e01..000000000 --- a/dbdoc/columns/defaultvaluetest.booleana.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.booleanA"

    Changes affecting column "defaultvaluetest.booleanA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.booleanA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.datea.html b/dbdoc/columns/defaultvaluetest.datea.html deleted file mode 100644 index 3d5aeb5e3..000000000 --- a/dbdoc/columns/defaultvaluetest.datea.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.dateA"

    Changes affecting column "defaultvaluetest.dateA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.dateA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.datetimea.html b/dbdoc/columns/defaultvaluetest.datetimea.html deleted file mode 100644 index d4021f9ac..000000000 --- a/dbdoc/columns/defaultvaluetest.datetimea.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.datetimeA"

    Changes affecting column "defaultvaluetest.datetimeA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.datetimeA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.id.html b/dbdoc/columns/defaultvaluetest.id.html deleted file mode 100644 index 40198bf56..000000000 --- a/dbdoc/columns/defaultvaluetest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "defaultvaluetest.id"

    Changes affecting column "defaultvaluetest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.inta.html b/dbdoc/columns/defaultvaluetest.inta.html deleted file mode 100644 index cb9346b31..000000000 --- a/dbdoc/columns/defaultvaluetest.inta.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.intA"

    Changes affecting column "defaultvaluetest.intA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.intA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.texta.html b/dbdoc/columns/defaultvaluetest.texta.html deleted file mode 100644 index 3e668500a..000000000 --- a/dbdoc/columns/defaultvaluetest.texta.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.textA"

    Changes affecting column "defaultvaluetest.textA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.textA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/defaultvaluetest.timea.html b/dbdoc/columns/defaultvaluetest.timea.html deleted file mode 100644 index eba1cf8d2..000000000 --- a/dbdoc/columns/defaultvaluetest.timea.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "defaultvaluetest.timeA"

    Changes affecting column "defaultvaluetest.timeA"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.timeA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/liquibaseruninfo.timesran.html b/dbdoc/columns/liquibaseruninfo.timesran.html deleted file mode 100644 index 2315ba822..000000000 --- a/dbdoc/columns/liquibaseruninfo.timesran.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "liquibaseruninfo.timesRan"

    Changes affecting column "liquibaseruninfo.timesRan"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -14 -nvoxland -Executed 11/15/07 9:37 AM
              Table liquibaseRunInfo created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/news.id.html b/dbdoc/columns/news.id.html deleted file mode 100644 index 4df74426f..000000000 --- a/dbdoc/columns/news.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "news.id"

    Changes affecting column "news.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/included.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table news created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/news.title.html b/dbdoc/columns/news.title.html deleted file mode 100644 index 9b63bc997..000000000 --- a/dbdoc/columns/news.title.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "news.title"

    Changes affecting column "news.title"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/included.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table news created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/nulldefaulttest.firstname.html b/dbdoc/columns/nulldefaulttest.firstname.html deleted file mode 100644 index 3d6171fe9..000000000 --- a/dbdoc/columns/nulldefaulttest.firstname.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "nulldefaulttest.firstname"

    Changes affecting column "nulldefaulttest.firstname"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -51 -nvoxland -Executed 11/15/07 9:38 AM
              Table nulldefaulttest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/nulldefaulttest.foreign_id.html b/dbdoc/columns/nulldefaulttest.foreign_id.html deleted file mode 100644 index 95a8d720d..000000000 --- a/dbdoc/columns/nulldefaulttest.foreign_id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "nulldefaulttest.foreign_id"

    Changes affecting column "nulldefaulttest.foreign_id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -51b -nvoxland -Executed 11/15/07 9:38 AM
              Column foreign_id(bigint) added to nulldefaulttest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/nulldefaulttest.id.html b/dbdoc/columns/nulldefaulttest.id.html deleted file mode 100644 index 202bda5c5..000000000 --- a/dbdoc/columns/nulldefaulttest.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "nulldefaulttest.id"

    Changes affecting column "nulldefaulttest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -51 -nvoxland -Executed 11/15/07 9:38 AM
              Table nulldefaulttest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/nulldefaulttest.test.html b/dbdoc/columns/nulldefaulttest.test.html deleted file mode 100644 index b10c79e25..000000000 --- a/dbdoc/columns/nulldefaulttest.test.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "nulldefaulttest.test"

    Changes affecting column "nulldefaulttest.test"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -51 -nvoxland -Executed 11/15/07 9:38 AM
              Table nulldefaulttest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/person.employer_id.html b/dbdoc/columns/person.employer_id.html deleted file mode 100644 index b1162a3f9..000000000 --- a/dbdoc/columns/person.employer_id.html +++ /dev/null @@ -1,32 +0,0 @@ -Changes affecting column "person.employer_id"

    Changes affecting column "person.employer_id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -22 -nvoxland -Executed 11/15/07 9:37 AM
              Column employer_id(int) added to person
    -changelogs/mysql/complete/root.changelog.xml -23 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key contraint added to person (employer_id)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/person.fullname.html b/dbdoc/columns/person.fullname.html deleted file mode 100644 index 50746255d..000000000 --- a/dbdoc/columns/person.fullname.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "person.fullname"

    Changes affecting column "person.fullname"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/person.id.html b/dbdoc/columns/person.id.html deleted file mode 100644 index b8edb6781..000000000 --- a/dbdoc/columns/person.id.html +++ /dev/null @@ -1,35 +0,0 @@ -Changes affecting column "person.id"

    Changes affecting column "person.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -1 -nvoxland -Executed 11/15/07 9:37 AM
    You can add comments to changeSets. - They can even be multiple lines if you would like. - They aren't used to compute the changeSet MD5Sum, so you can update them whenever you want without causing - problems.
              Table person created
    -changelogs/mysql/complete/root.changelog.xml -23 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key contraint added to person (employer_id)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/pktest.id.html b/dbdoc/columns/pktest.id.html deleted file mode 100644 index 4388d496c..000000000 --- a/dbdoc/columns/pktest.id.html +++ /dev/null @@ -1,32 +0,0 @@ -Changes affecting column "pktest.id"

    Changes affecting column "pktest.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -30 -nvoxland -Executed 11/15/07 9:37 AM
              Table pkTest created
    -changelogs/mysql/complete/root.changelog.xml -31 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to pkTest (id)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/pktest.value.html b/dbdoc/columns/pktest.value.html deleted file mode 100644 index 93d1b57f0..000000000 --- a/dbdoc/columns/pktest.value.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "pktest.value"

    Changes affecting column "pktest.value"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -30 -nvoxland -Executed 11/15/07 9:37 AM
              Table pkTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/state.id.html b/dbdoc/columns/state.id.html deleted file mode 100644 index fbed3208e..000000000 --- a/dbdoc/columns/state.id.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "state.id"

    Changes affecting column "state.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/tablespace_test_table.id.html b/dbdoc/columns/tablespace_test_table.id.html deleted file mode 100644 index 6eb95074d..000000000 --- a/dbdoc/columns/tablespace_test_table.id.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "tablespace_test_table.id"

    Changes affecting column "tablespace_test_table.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Table TABLESPACE_TEST_TABLE created
              Primary key added to TABLESPACE_TEST_TABLE (id)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/tablespace_test_table.name.html b/dbdoc/columns/tablespace_test_table.name.html deleted file mode 100644 index 4a96448fa..000000000 --- a/dbdoc/columns/tablespace_test_table.name.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "tablespace_test_table.name"

    Changes affecting column "tablespace_test_table.name"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Table TABLESPACE_TEST_TABLE created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/tablespace_test_table.username.html b/dbdoc/columns/tablespace_test_table.username.html deleted file mode 100644 index 77ef42905..000000000 --- a/dbdoc/columns/tablespace_test_table.username.html +++ /dev/null @@ -1,23 +0,0 @@ -Changes affecting column "tablespace_test_table.username"

    Changes affecting column "tablespace_test_table.username"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Table TABLESPACE_TEST_TABLE created
              Unique constraint added to TABLESPACE_TEST_TABLE(username)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/tabletorollback.id.html b/dbdoc/columns/tabletorollback.id.html deleted file mode 100644 index f35c49d61..000000000 --- a/dbdoc/columns/tabletorollback.id.html +++ /dev/null @@ -1,22 +0,0 @@ -Changes affecting column "tabletorollback.id"

    Changes affecting column "tabletorollback.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -35 -nvoxland -Executed 11/15/07 9:38 AM
              Table tableToRollback created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/v_person.fullname.html b/dbdoc/columns/v_person.fullname.html deleted file mode 100644 index 48557b2fc..000000000 --- a/dbdoc/columns/v_person.fullname.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "v_person.fullname"

    Changes affecting column "v_person.fullname"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/columns/v_person.id.html b/dbdoc/columns/v_person.id.html deleted file mode 100644 index afd5ae0aa..000000000 --- a/dbdoc/columns/v_person.id.html +++ /dev/null @@ -1,12 +0,0 @@ -Changes affecting column "v_person.id"

    Changes affecting column "v_person.id"

    -

    - - - -
    -Pending Changes
    None Found
     

    - - - -
    -Past Changes
    None Found
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/currenttables.html b/dbdoc/currenttables.html deleted file mode 100644 index 26a29ec20..000000000 --- a/dbdoc/currenttables.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -Current Tables - - - - - -Current Tables -
    - - - -
    add_column_test_table
    -address
    -book
    -commenttest
    -company
    -compoundindextest
    -compoundpktest
    -contextstest
    -datatypeconversiontest
    -datatypetest
    -defaultvaluetest
    -liquibaseruninfo
    -news
    -nulldefaulttest
    -person
    -pktest
    -state
    -tablespace_test_table
    -tabletorollback
    -
    - - - \ No newline at end of file diff --git a/dbdoc/globalnav.html b/dbdoc/globalnav.html deleted file mode 100644 index 5be539f72..000000000 --- a/dbdoc/globalnav.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - -Overview - - - - - - -Current Tables -
    -Authors -
    -Change Logs -
    -Pending Changes -
    -Pending SQL -
    -Most Recent Changes -
    - - - diff --git a/dbdoc/index.html b/dbdoc/index.html deleted file mode 100644 index 61374322f..000000000 --- a/dbdoc/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - -Database Documentation - - - - - - - - - -<H1> -Frame Alert</H1> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - - diff --git a/dbdoc/overview-summary.html b/dbdoc/overview-summary.html deleted file mode 100644 index af87ba841..000000000 --- a/dbdoc/overview-summary.html +++ /dev/null @@ -1,15 +0,0 @@ - - - Database Documentation Overview - - - -

    Database Documentation

    -

    - This report contains documentation on the database changes made. -

    -

    - Use the navigation to the left to navigate the documentation. -

    - - \ No newline at end of file diff --git a/dbdoc/pending/index.html b/dbdoc/pending/index.html deleted file mode 100644 index ab8e1a862..000000000 --- a/dbdoc/pending/index.html +++ /dev/null @@ -1,47 +0,0 @@ -Pending Changes

    Pending Changes

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Pending Changes
    -changelogs/mysql/complete/included.changelog.xml -3 -nvoxland -NOT YET RAN [SQL]
              New row inserted into news
    -changelogs/common/common.tests.changelog.xml -contextstest-2 -nvoxland -NOT YET RAN [SQL]
              New row inserted into contextsTest
    -changelogs/mysql/complete/root.changelog.xml -54 -nvoxland -NOT YET RAN [SQL]
              Column newcol(varchar(255)) added to address
    -changelogs/mysql/complete/root.changelog.xml -55 -nvoxland -NOT YET RAN [SQL]
              Column newcol2(varchar(255)) added to address
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/pending/sql.html b/dbdoc/pending/sql.html deleted file mode 100644 index c028d893a..000000000 --- a/dbdoc/pending/sql.html +++ /dev/null @@ -1,16 +0,0 @@ -Pending SQL

    Pending SQL

    -
    EXECUTION ERROR: Insert Row: Migration failed for change set changelogs/mysql/complete/included.changelog.xml :: 3 :: nvoxland:
    -     Reason: java.io.IOException: Stream closed:
    -          Caused By: Stream closed
    -
    -EXECUTION ERROR: Insert Row: Migration failed for change set changelogs/common/common.tests.changelog.xml :: contextstest-2 :: nvoxland:
    -     Reason: java.io.IOException: Stream closed:
    -          Caused By: Stream closed
    -
    --- Changeset changelogs/mysql/complete/root.changelog.xml :: 54 :: nvoxland :: (MD5Sum: 2d61486d66b747c7756925a56ee680fd)
    -ALTER TABLE address ADD newcol varchar(255);
    -
    --- Changeset changelogs/mysql/complete/root.changelog.xml :: 55 :: nvoxland :: (MD5Sum: 2d61486d66b747c7756925a56ee680fd)
    -ALTER TABLE address ADD newcol2 varchar(255);
    -
    -

    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By:
    LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/recent/index.html b/dbdoc/recent/index.html deleted file mode 100644 index ef4dc6d8d..000000000 --- a/dbdoc/recent/index.html +++ /dev/null @@ -1,381 +0,0 @@ -Recent Changes

    Recent Changes

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Most Recent Changes
    -changelogs/common/schema.tests.changelog.xml -50 -nvoxland -Executed 11/15/07 9:38 AM
              Column address2.postalcode modified
    -changelogs/common/schema.tests.changelog.xml -35 -nvoxland -Executed 11/15/07 9:38 AM
              Table tableToRollback2 created
    -changelogs/common/schema.tests.changelog.xml -30 -nvoxland -Executed 11/15/07 9:38 AM
              Table pkTest2 created
    -changelogs/common/schema.tests.changelog.xml -29 -nvoxland -Executed 11/15/07 9:38 AM
              Default value dropped from address2.line2
    -changelogs/common/schema.tests.changelog.xml -28 -nvoxland -Executed 11/15/07 9:38 AM
              Default value added to address2.line2
    -changelogs/common/schema.tests.changelog.xml -26 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into address2
              New row inserted into address2
              New row inserted into address2
              New row inserted into address2
    -changelogs/common/schema.tests.changelog.xml -25.2 -nvoxland -Executed 11/15/07 9:38 AM
              Primary key added to address2 (id)
    -changelogs/common/schema.tests.changelog.xml -25.1 -nvoxland -Executed 11/15/07 9:38 AM
              Null constraint has been added to address2.id
    -changelogs/common/schema.tests.changelog.xml -25 -nvoxland -Executed 11/15/07 9:38 AM
              Table address2 created
    -changelogs/common/schema.tests.changelog.xml -24 -nvoxland -Executed 11/15/07 9:38 AM
              Foreign key fk_person_employer dropped
    -changelogs/common/schema.tests.changelog.xml -23 -nvoxland -Executed 11/15/07 9:38 AM
              Foreign key contraint added to person2 (employer_id)
    -changelogs/common/schema.tests.changelog.xml -22 -nvoxland -Executed 11/15/07 9:38 AM
              Column employer_id(int) added to person2
    -changelogs/common/schema.tests.changelog.xml -19 -nvoxland -Executed 11/15/07 9:38 AM
              Columns person2.firstname and person2.lastname merged
    -changelogs/common/schema.tests.changelog.xml -13 -nvoxland -Executed 11/15/07 9:38 AM
              Index idx_person_lastname2 dropped from table person2
    -changelogs/common/schema.tests.changelog.xml -12 -nvoxland -Executed 11/15/07 9:38 AM
              Index idx_person_lastname2 created
              Index idx_company_name2 created
    -changelogs/common/schema.tests.changelog.xml -11 -nvoxland -Executed 11/15/07 9:38 AM
              Table testtable2 dropped
    -changelogs/common/schema.tests.changelog.xml -10 -nvoxland -Executed 11/15/07 9:38 AM
              Table testtable2 created
    -changelogs/common/schema.tests.changelog.xml -8 -bjohnson -Executed 11/15/07 9:38 AM
              Null constraint dropped from company2.name
    -changelogs/common/schema.tests.changelog.xml -7a -nvoxland -Executed 11/15/07 9:38 AM
              Column company_id(int) added to company2
    -changelogs/common/schema.tests.changelog.xml -7 -bjohnson -Executed 11/15/07 9:38 AM
              New row inserted into company2
              New row inserted into company2
    -changelogs/common/schema.tests.changelog.xml -7 -nvoxland -Executed 11/15/07 9:38 AM
              Table company2 created
    -changelogs/common/schema.tests.changelog.xml -5 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into person2
              New row inserted into person2
              New row inserted into person2
    -changelogs/common/schema.tests.changelog.xml -2 -nvoxland -Executed 11/15/07 9:38 AM
    Add a username column so we can use "person" for authentication
              Column username(varchar(8)) added to person2
    -changelogs/common/schema.tests.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table person2 created
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
    -changelogs/common/common.tests.changelog.xml -contextstest-6 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-5 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-4 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-3 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-1 -nvoxland -Executed 11/15/07 9:38 AM
    Test how contexts work
              Table contextsTest created
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Unique constraint added to TABLESPACE_TEST_TABLE(username)
              Primary key added to TABLESPACE_TEST_TABLE (id)
              Index tablespace_index_test created
              Table TABLESPACE_TEST_TABLE created
    -changelogs/common/common.tests.changelog.xml -add-column-test1 -alan -Executed 11/15/07 9:38 AM
    Testing bug reported on mailing list
              Column A_NEW_COLUMN(int) added to ADD_COLUMN_TEST_TABLE
              Table ADD_COLUMN_TEST_TABLE created
    -changelogs/common/common.tests.changelog.xml -commentTest -nvoxland -Executed 11/15/07 9:38 AM
    Creates a table and updates a value with actual SQL. Mainly for testing the comment tags
              Custom SQL executed
              Table commentTest created
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Index idx_compoundtest created
              Table compoundIndexTest created
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into defaultValueTest
              Default value added to defaultValueTest.datetimeA
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/stylesheet.css b/dbdoc/stylesheet.css deleted file mode 100644 index 6d31fdbc7..000000000 --- a/dbdoc/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ -.TableRowColor { background: #FFFFFF } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - diff --git a/dbdoc/tables/add_column_test_table.html b/dbdoc/tables/add_column_test_table.html deleted file mode 100644 index 962624106..000000000 --- a/dbdoc/tables/add_column_test_table.html +++ /dev/null @@ -1,41 +0,0 @@ -Changes affecting table "add_column_test_table"

    Changes affecting table "add_column_test_table"

    -

    - - - - - - - - - - - -
    -Current Columns
    -int -id
    -int -A_NEW_COLUMN
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -add-column-test1 -alan -Executed 11/15/07 9:38 AM
    Testing bug reported on mailing list
              Table ADD_COLUMN_TEST_TABLE created
              Column A_NEW_COLUMN(int) added to ADD_COLUMN_TEST_TABLE
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/address.html b/dbdoc/tables/address.html deleted file mode 100644 index 2ff103387..000000000 --- a/dbdoc/tables/address.html +++ /dev/null @@ -1,197 +0,0 @@ -Changes affecting table "address"

    Changes affecting table "address"

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(255) -line1
    -varchar(255) -line2
    -varchar(255) -city
    -char(2) -state
    -varchar(20) -postalcode
    -

    - - - - - - - - - - - - - - - -
    -Pending Changes
    -changelogs/mysql/complete/root.changelog.xml -54 -nvoxland -NOT YET RAN [SQL]
              Column newcol(varchar(255)) added to address
    -changelogs/mysql/complete/root.changelog.xml -55 -nvoxland -NOT YET RAN [SQL]
              Column newcol2(varchar(255)) added to address
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -25 -nvoxland -Executed 11/15/07 9:37 AM
              Table address created
    -changelogs/mysql/complete/root.changelog.xml -25.1 -nvoxland -Executed 11/15/07 9:37 AM
              Null constraint has been added to address.id
    -changelogs/mysql/complete/root.changelog.xml -25.2 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to address (id)
    -changelogs/mysql/complete/root.changelog.xml -25.3 -nvoxland -Executed 11/15/07 9:37 AM
              Auto-increment added to address.id
    -changelogs/mysql/complete/root.changelog.xml -26 -nvoxland -Executed 11/15/07 9:37 AM
              New row inserted into address
              New row inserted into address
              New row inserted into address
              New row inserted into address
    -changelogs/mysql/complete/root.changelog.xml -27 -nvoxland -Executed 11/15/07 9:37 AM
              Lookup table added for address.state
    -changelogs/mysql/complete/root.changelog.xml -28 -nvoxland -Executed 11/15/07 9:37 AM
              Default value added to address.line2
    -changelogs/mysql/complete/root.changelog.xml -29 -nvoxland -Executed 11/15/07 9:37 AM
              Default value dropped from address.line2
    -changelogs/mysql/complete/root.changelog.xml -33 -nvoxland -Executed 11/15/07 9:37 AM
              Unique constraint added to address(line1, line2)
    -changelogs/mysql/complete/root.changelog.xml -34 -nvoxland -Executed 11/15/07 9:38 AM
              Unique constraint uq_address_line1line2 dropped from address
    -changelogs/mysql/complete/root.changelog.xml -54 -nvoxland -NOT YET RAN [SQL]
              Column newcol(varchar(255)) added to address
    -changelogs/mysql/complete/root.changelog.xml -55 -nvoxland -NOT YET RAN [SQL]
              Column newcol2(varchar(255)) added to address
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/book.html b/dbdoc/tables/book.html deleted file mode 100644 index e6820296e..000000000 --- a/dbdoc/tables/book.html +++ /dev/null @@ -1,40 +0,0 @@ -Changes affecting table "book"

    Changes affecting table "book"

    -

    - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(50) -title
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/oldname.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table book created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/commenttest.html b/dbdoc/tables/commenttest.html deleted file mode 100644 index 8c4deac79..000000000 --- a/dbdoc/tables/commenttest.html +++ /dev/null @@ -1,34 +0,0 @@ -Changes affecting table "commenttest"

    Changes affecting table "commenttest"

    -

    - - - - - - - -
    -Current Columns
    -int -id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -commentTest -nvoxland -Executed 11/15/07 9:38 AM
    Creates a table and updates a value with actual SQL. Mainly for testing the comment tags
              Table commentTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/company.html b/dbdoc/tables/company.html deleted file mode 100644 index 0b636f630..000000000 --- a/dbdoc/tables/company.html +++ /dev/null @@ -1,66 +0,0 @@ -Changes affecting table "company"

    Changes affecting table "company"

    -

    - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(50) -name
    -int -company_id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -9 -nvoxland -Executed 11/15/07 9:37 AM
              Table employee renamed to company
    -changelogs/mysql/complete/root.changelog.xml -12 -nvoxland -Executed 11/15/07 9:37 AM
              Index idx_company_name created
    -changelogs/mysql/complete/root.changelog.xml -23 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key contraint added to person (employer_id)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/compoundindextest.html b/dbdoc/tables/compoundindextest.html deleted file mode 100644 index 823cd98b8..000000000 --- a/dbdoc/tables/compoundindextest.html +++ /dev/null @@ -1,47 +0,0 @@ -Changes affecting table "compoundindextest"

    Changes affecting table "compoundindextest"

    -

    - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(10) -firstname
    -varchar(10) -lastname
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundIndexTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundIndexTest created
              Index idx_compoundtest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/compoundpktest.html b/dbdoc/tables/compoundpktest.html deleted file mode 100644 index eec55c96e..000000000 --- a/dbdoc/tables/compoundpktest.html +++ /dev/null @@ -1,46 +0,0 @@ -Changes affecting table "compoundpktest"

    Changes affecting table "compoundpktest"

    -

    - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id1
    -int -id2
    -varchar(255) -name
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -compoundPrimaryKeyTest -nvoxland -Executed 11/15/07 9:38 AM
              Table compoundPKTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/contextstest.html b/dbdoc/tables/contextstest.html deleted file mode 100644 index 40c6b1ee0..000000000 --- a/dbdoc/tables/contextstest.html +++ /dev/null @@ -1,94 +0,0 @@ -Changes affecting table "contextstest"

    Changes affecting table "contextstest"

    -

    - - - - - - - -
    -Current Columns
    -varchar(255) -id
    -

    - - - - - - - - - -
    -Pending Changes
    -changelogs/common/common.tests.changelog.xml -contextstest-2 -nvoxland -NOT YET RAN [SQL]
              New row inserted into contextsTest
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -contextstest-1 -nvoxland -Executed 11/15/07 9:38 AM
    Test how contexts work
              Table contextsTest created
    -changelogs/common/common.tests.changelog.xml -contextstest-2 -nvoxland -NOT YET RAN [SQL]
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-3 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-4 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-5 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
    -changelogs/common/common.tests.changelog.xml -contextstest-6 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into contextsTest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/datatypeconversiontest.html b/dbdoc/tables/datatypeconversiontest.html deleted file mode 100644 index 884c477ee..000000000 --- a/dbdoc/tables/datatypeconversiontest.html +++ /dev/null @@ -1,76 +0,0 @@ -Changes affecting table "datatypeconversiontest"

    Changes affecting table "datatypeconversiontest"

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Current Columns
    -BIT -booleanColumn
    -decimal(10,0) -currencyColumn
    -char(36) -uuidColumn
    -blob -blobColumn
    -text -clobColumn
    -date -dateColumn
    -time -timeColumn
    -datetime -datetimeColumn
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatype-conversion-teset -nvoxland -Executed 11/15/07 9:38 AM
              Table datatypeConversionTest created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/datatypetest.html b/dbdoc/tables/datatypetest.html deleted file mode 100644 index ae00c9d39..000000000 --- a/dbdoc/tables/datatypetest.html +++ /dev/null @@ -1,62 +0,0 @@ -Changes affecting table "datatypetest"

    Changes affecting table "datatypetest"

    -

    - - - - - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -date -dateCol
    -time -timeCol
    -datetime -dateTimeCol
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -datatypetest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table dataTypeTest created
    -changelogs/common/common.tests.changelog.xml -datatypetest-2 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into dataTypeTest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/defaultvaluetest.html b/dbdoc/tables/defaultvaluetest.html deleted file mode 100644 index b47b5c3ce..000000000 --- a/dbdoc/tables/defaultvaluetest.html +++ /dev/null @@ -1,77 +0,0 @@ -Changes affecting table "defaultvaluetest"

    Changes affecting table "defaultvaluetest"

    -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -int -intA
    -varchar(5) -textA
    -BIT -booleanA
    -date -dateA
    -time -timeA
    -datetime -datetimeA
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -defaultValueTest-1 -nvoxland -Executed 11/15/07 9:38 AM
              Table defaultValueTest created
              Default value added to defaultValueTest.intA
              Default value added to defaultValueTest.textA
              Default value added to defaultValueTest.booleanA
              Default value added to defaultValueTest.dateA
              Default value added to defaultValueTest.timeA
              Default value added to defaultValueTest.datetimeA
              New row inserted into defaultValueTest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/liquibaseruninfo.html b/dbdoc/tables/liquibaseruninfo.html deleted file mode 100644 index 80ee00be5..000000000 --- a/dbdoc/tables/liquibaseruninfo.html +++ /dev/null @@ -1,35 +0,0 @@ -Changes affecting table "liquibaseruninfo"

    Changes affecting table "liquibaseruninfo"

    -

    - - - - - - - -
    -Current Columns
    -int -timesRan
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -14 -nvoxland -Executed 11/15/07 9:37 AM
              Table liquibaseRunInfo created
              New row inserted into liquibaseRunInfo
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/news.html b/dbdoc/tables/news.html deleted file mode 100644 index aabfbe9f6..000000000 --- a/dbdoc/tables/news.html +++ /dev/null @@ -1,71 +0,0 @@ -Changes affecting table "news"

    Changes affecting table "news"

    -

    - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(50) -title
    -

    - - - - - - - - - -
    -Pending Changes
    -changelogs/mysql/complete/included.changelog.xml -3 -nvoxland -NOT YET RAN [SQL]
              New row inserted into news
     

    - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/included.changelog.xml -1 -nvoxland -Executed 11/15/07 9:38 AM
              Table news created
    -changelogs/mysql/complete/included.changelog.xml -2 -nvoxland -Executed 11/15/07 9:38 AM
              New row inserted into news
              New row inserted into news
    -changelogs/mysql/complete/included.changelog.xml -3 -nvoxland -NOT YET RAN [SQL]
              New row inserted into news
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/nulldefaulttest.html b/dbdoc/tables/nulldefaulttest.html deleted file mode 100644 index 6724d80b7..000000000 --- a/dbdoc/tables/nulldefaulttest.html +++ /dev/null @@ -1,62 +0,0 @@ -Changes affecting table "nulldefaulttest"

    Changes affecting table "nulldefaulttest"

    -

    - - - - - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(50) -firstname
    -bigint -test
    -bigint -foreign_id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -51 -nvoxland -Executed 11/15/07 9:38 AM
              Table nulldefaulttest created
    -changelogs/mysql/complete/root.changelog.xml -51b -nvoxland -Executed 11/15/07 9:38 AM
              Column foreign_id(bigint) added to nulldefaulttest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/person.html b/dbdoc/tables/person.html deleted file mode 100644 index 8a16b9427..000000000 --- a/dbdoc/tables/person.html +++ /dev/null @@ -1,151 +0,0 @@ -Changes affecting table "person"

    Changes affecting table "person"

    -

    - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(100) -fullname
    -int -employer_id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -1 -nvoxland -Executed 11/15/07 9:37 AM
    You can add comments to changeSets. - They can even be multiple lines if you would like. - They aren't used to compute the changeSet MD5Sum, so you can update them whenever you want without causing - problems.
              Table person created
    -changelogs/mysql/complete/root.changelog.xml -2 -nvoxland -Executed 11/15/07 9:37 AM
    Add a username column so we can use "person" for authentication
              Column usernae(varchar(8)) added to person
    -changelogs/mysql/complete/root.changelog.xml -3 -nvoxland -Executed 11/15/07 9:37 AM
    Fix misspelled "username" column
              Column person.usernae renamed to username
    -changelogs/mysql/complete/root.changelog.xml -5 -nvoxland -Executed 11/15/07 9:37 AM
              New row inserted into person
              New row inserted into person
              New row inserted into person
    -changelogs/mysql/complete/root.changelog.xml -6 -nvoxland -Executed 11/15/07 9:37 AM
    Don't keep username in the person table
              Column person.username dropped
    -changelogs/mysql/complete/root.changelog.xml -12 -nvoxland -Executed 11/15/07 9:37 AM
              Index idx_person_lastname created
    -changelogs/mysql/complete/root.changelog.xml -13 -nvoxland -Executed 11/15/07 9:37 AM
              Index idx_person_lastname dropped from table person
    -changelogs/mysql/complete/root.changelog.xml -19 -nvoxland -Executed 11/15/07 9:37 AM
              Columns person.firstname and person.lastname merged
    -changelogs/mysql/complete/root.changelog.xml -22 -nvoxland -Executed 11/15/07 9:37 AM
              Column employer_id(int) added to person
    -changelogs/mysql/complete/root.changelog.xml -23 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key contraint added to person (employer_id)
    -changelogs/mysql/complete/root.changelog.xml -24 -nvoxland -Executed 11/15/07 9:37 AM
              Foreign key fk_person_employer dropped
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/pktest.html b/dbdoc/tables/pktest.html deleted file mode 100644 index 35efe5236..000000000 --- a/dbdoc/tables/pktest.html +++ /dev/null @@ -1,60 +0,0 @@ -Changes affecting table "pktest"

    Changes affecting table "pktest"

    -

    - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(50) -value
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -30 -nvoxland -Executed 11/15/07 9:37 AM
              Table pkTest created
    -changelogs/mysql/complete/root.changelog.xml -31 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key added to pkTest (id)
    -changelogs/mysql/complete/root.changelog.xml -32 -nvoxland -Executed 11/15/07 9:37 AM
              Primary key dropped from pkTest
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/state.html b/dbdoc/tables/state.html deleted file mode 100644 index b5433e856..000000000 --- a/dbdoc/tables/state.html +++ /dev/null @@ -1,34 +0,0 @@ -Changes affecting table "state"

    Changes affecting table "state"

    -

    - - - - - - - -
    -Current Columns
    -char(2) -id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -27 -nvoxland -Executed 11/15/07 9:37 AM
              Lookup table added for address.state
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/tablespace_test_table.html b/dbdoc/tables/tablespace_test_table.html deleted file mode 100644 index 26ab1bb66..000000000 --- a/dbdoc/tables/tablespace_test_table.html +++ /dev/null @@ -1,49 +0,0 @@ -Changes affecting table "tablespace_test_table"

    Changes affecting table "tablespace_test_table"

    -

    - - - - - - - - - - - - - - - -
    -Current Columns
    -int -id
    -varchar(255) -name
    -varchar(255) -username
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - - - - -
    -Past Changes
    -changelogs/common/common.tests.changelog.xml -tablespace-test1 -alan -Executed 11/15/07 9:38 AM
    Test tablespace support. Ignored if database does not support tablespaces
              Table TABLESPACE_TEST_TABLE created
              Index tablespace_index_test created
              Primary key added to TABLESPACE_TEST_TABLE (id)
              Unique constraint added to TABLESPACE_TEST_TABLE(username)
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/dbdoc/tables/tabletorollback.html b/dbdoc/tables/tabletorollback.html deleted file mode 100644 index 810b6d68e..000000000 --- a/dbdoc/tables/tabletorollback.html +++ /dev/null @@ -1,34 +0,0 @@ -Changes affecting table "tabletorollback"

    Changes affecting table "tabletorollback"

    -

    - - - - - - - -
    -Current Columns
    -int -id
    -

    - - - -
    -Pending Changes
    None Found
     

    - - - - - - - - - -
    -Past Changes
    -changelogs/mysql/complete/root.changelog.xml -35 -nvoxland -Executed 11/15/07 9:38 AM
              Table tableToRollback created
     


    Generated: 11/15/07 9:57 AM
    Against: liquibase @ jdbc:mysql://localhost/liquibase
    Change Log: changelogs/mysql/complete/root.changelog.xml

    Generated By: LiquiBase 1.3.3 \ No newline at end of file diff --git a/developer.md b/developer.md deleted file mode 100644 index bf511d9cf..000000000 --- a/developer.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: default -title: Liquibase for Developers ---- - -# Liquibase for Developers # - -### Store your database changes with your code - -Your database schema is an integral part of your application, so store your changelog files along side your application code. That will allow your existing version control system to ensure everything is kept in sync--whenever you commit your code your database changes will go with it and whenever anyone updates their code they will get the new database schema. - -### Supports branches - -Branches are an integral part of developing code and your database changes need to flow along with them. Because Liquibase tracks each changeSet independently rather than relying on a single incrementing "database version", when you merge in a branch all the new changeSets will execute as expected, even if there were "later" changeSets already executed. - -When you do run into merge issues, the simple text formats used for the changelog files can be easily merged with your favorite tools. - -### Author changeSets in your favorite markup - -Liquibase supports changelogs written in XML, YAML, JSON and SQL. Use whatever is most readable to you - -### Know that your changes will not get forgotten down the line - -Liquibase [tracks which changelog statements](documentation/databasechangelog.html) have run against each database, so once you create a changeSet you can be confident that it will be deployed through QA and production. - -For best results, append a new changeSets as needed then run liquibase update to apply it to your local database. This works better than making changes to your database directly and then re-writing it as a changeSet because you are truly running the same update as everyone else will. - -### Like SQL? Use SQL - -XML-formatted changelogs have their advantages, but many DBAs still prefer good, old fashioned SQL. If that is what you are most comfortable working with, [Liquibase-formatted SQL](documentation/sql_format.html) gives you the standard changeSet tracking used in any changelog format, but lets you specify the exact SQL you want. -### Easier test data management - -Normally, test data is stored in something like CSV files which are loaded into the database after it is built. The problem with this strategy is that any schema changes will usually break in your data load process, leading to hours of time spent figuring out what the test data was trying to expose and then adjusting the files to match the new schema. - -Instead of loading the data into the final schema, build up your test data within your changelog file. Use [loadData](/documentation/changes/load_data.html) or standard [sql](/documentation/changes/sql.html) to load data into the schema as it is now, then as new schema changes are appended to the changelog your test data will be migrated just like production data would be. This not only keeps you from having to continually update your CSV files, but also helps verify that existing data is handled correctly. - -Use [contexts](/documentation/contexts.html) and labels to mark which changeSets contain test data so they are not deployed to production. - -### Sanity checks - -Liquibase ships with several tools you can use to make sure changes are being applied correctly, check current database state, and that nobody is sneaking in changes out of process. - -* The status and validate commands report on what changeSets have not yet been ran and checks the changelog for errors. -* The [diff](/documentation/diff.html) command reports on differences between databases to ensure that two fully updated databases are truly identical -* The [dbdoc](/documentation/dbdoc.html) command generates documentation on the current database structure and its changes over time - -### Enterprise features with Datical - -Beyond all the standard Liquibase functionality, Datical lets you - -* [Package database schema changes](http://www.datical.com/product/packaging-intelligence/) alongside application code -* Simulate deployments to [forecast potential errors](http://www.datical.com/product/validation-intelligence/) -* [Know the deployment status](http://www.datical.com/product/management-intelligence/) of every schema in the database -* Integrate with popular [DevOps tools](http://www.datical.com/integrations/) - - ---- - -Liquibase for [DBAs](/dba.html) \| [QA](/qa.html) \| [Release Managers](/release_manager.html) diff --git a/development/architecture.md b/development/architecture.md deleted file mode 100644 index dcd5e7742..000000000 --- a/development/architecture.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -title: Docs | Architecture ---- - -# Liquibase Architecture # - -The Liquibase migrator is designed to require no dependencies to run and be easy to integrate into various build and deployment processes. - -The primary worker class for Liquibase is [liquibase.Liquibase](http://www.liquibase.org/api/liquibase/Liquibase.html). All the various ways of interacting with Liquibase ([command line](http://www.liquibase.org/api/liquibase/commandline/CommandLineFileOpener.html), [Ant](http://www.liquibase.org/api/liquibase/ant/DatabaseMigratorTask.html), etc.) are thin wrappers around the Liquibase class. - -Each database refactoring/change is implemented by a class in the [liquibase.change](http://www.liquibase.org/api/liquibase/change/package-summary.html) package. As the Liquibase migrator runs, it uses a SAX XML parser to parse the change logs, instantiate the necessary change class, and run or save the corresponding SQL. - -If you have additional questions about Liquibase's architecture, please contact us via the [mailing list](../community/index.html). diff --git a/development/branches.md b/development/branches.md deleted file mode 100644 index 496eed747..000000000 --- a/development/branches.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default -title: Docs | Liquibase Code Branches ---- - -# Liquibase Code Branch Strategy # - -Liquibase uses a branching strategy using the following long-lived branches: - -* master: Corresponds to the next non-patch release in progress -* "#.#.x". Each non-patch release such as "3.1" gets a branch for itself and its patch releases. For example, the 3.1.0 release will be the start of the "3.1.x" branch - -Individual features and bug fixes should be developed in their own short-lived feature branches with a pull request to incorporate them into the main repository branches. -For more information on pull requests and GitHub usage, see [contributing to Liquibase](contribute.html). - -As part of each release, the releasing branch will be tagged with the actual version number and the changes will be merged into all downstream branches. - -### Which branch do I use? - -When working on a bug or feature, the code should based off the branch corresponding to the furthest back version family that will include the change. - -So if you are ok with the change only going into the next release, branch off "master". If you are using version 3.0.2 and need the change in an upcoming 3.0 patch release, branch off "3.1.x". - -If you have questions, [help is available](../community/index.html). - - - -### Example Workflow - -Starting state: there are 3 active branches: "master", "3.0.x", and "3.1.x". 3.0.3 and 3.1.2 are the most recent releases in the previous release families. - -Because 3.1 has been released, most development is occurring off the "master" branch. Features are developed in fork branches off "master" and when they are done, pull requests are created and accepted into master. - -If a bug is found that needs to be fixed in a 3.1, it is worked on in a branch off 3.1 and when it is done a pull request is created and accepted into the 3.1.x branch. - -When we are ready to have a 3.1.3 release, the 3.1.x branch is tagged as "3.1.3" and then merged into "master". - -When we are ready to release the code in "master" and a version number is decided on such as 3.2, a "3.2.x" branch is created for final testing and tagged as "3.2.0" at release time. - diff --git a/development/building.md b/development/building.md deleted file mode 100644 index d4a8bcfe3..000000000 --- a/development/building.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -title: Docs | Building Liquibase ---- - -# Building Liquibase - -Liquibase is built using Maven 3. There is a top-level Maven pom.xml file in the root directory which will build each of the sub-modules in turn. -3rd party jar dependencies are configured within the Maven pom.xml files and are automatically downloaded as part of the build process. - -## Build Requirements - -* Java SE JDK 1.8 or higher installed -* Maven 3.0 or higher -* No OS requirements - -## Running Maven - -1. Download maven 3.0 or greater from [maven.apache.org](http://maven.apache.org) -1. Unzip maven wherever you prefer -1. `cd ROOT_LIQUIBASE_SOURCE_DIR` -1. `/MAVEN_HOME/bin/mvn package` - -Build output goes to the "target" directory under each top level directory. The standard liquibase core jar file is in `ROOT_LIQUIBASE_SOURCE_DIR/liquibase-core/target/liquibase-VERSION.jar` - -**Note: If you prefer to build Liquibase without running the tests, run `/MAVEN_HOME/bin/mvn -DskipTests=true package`** diff --git a/development/code_org.md b/development/code_org.md deleted file mode 100644 index 10c3ad84a..000000000 --- a/development/code_org.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -layout: default -title: Docs | Architecture ---- - -# Liquibase Code Organization - -## Repository Structure - -All Liquibase code is accessible from [github.com/liquibase](http://github.com/liquibase). - -The [github.com/liquibase/liquibase](http://github.com/liquibase/liquibase) repository contains the core Liquibase library. This includes: - -* Code for supported Databases -* Standard Change/Refactoring code -* Code for running Liquibase through the command prompt, Ant, Maven, a servlet container, and Spring. -* Code for parsing and writing XML, YAML, JSON, and SQL changelog formats - -From [github.com/liquibase](http://github.com/liquibase) you can also access the code for Liquibase-managed extensions such as [github.com/liquibase-mssql](http://github.com/liquibase/liquibase-mssql) - -### Liquibase Core vs. Liquibase Extensions - -Liquibase is designed to be a small core of functionality that will work in a standard way across all database types, but with the ability to extend, enhance and even replace that functionality as needed. -More information about writing extensions can be found at the [extension portal](../extensions/index.html). - -We take advantage of that design even with our code by keeping database-specific functionality and non-common logic in extensions rather than continuing to add additional modes and flags to the base library. -For example, there is not support for managing packages and triggers across all database types, but if we want to introduce that support for Oracle we can create a liquibase-oracle extension that supports that. -Similarly, if want to provide a way to ignore all checksums, rather than build that potentially bad practice into the main codebase we will create an extension. - -There is a fine line sometimes between what should go in core and what should be an extension, and features do migrate in and out of core as well. If you have questions on where functionality is or should go, -you can always [use the developer forums](../community/index.html). - -## Top level Directory Structure - -The main Liquibase repository contains 4 top level directories to divide the codebase - -1. **liquibase-core** contains all code for the standard Liquibase functionality -1. **liquibase-integration-tests** contains only tests that actually run against databases. -1. **liquibase-maven-plugin** contains code for Maven support. -1. **liquibase-osgi** contains an osgi compatible BundleActivator for Liquibase - -## Project configurations(s) - -Liquibase uses Maven as its build system, with pom files corresponding to each of the top level directories, plus a "parent" pom in the root directory. -Dependencies between top-level directories and 3rd party jar files can be found within the maven pom.xml files. - -For those using IntelliJ IDEA, there there is a project configuration in .idea directory format as part of the repository. -The intellij config is built directly from the maven projects. - -For those using Eclipse, you can automatically create your project config from the Maven pom.xml files. - -## General Module Code Structure - -Each of the top-level directories/modules follows the standard maven source layout with a "src" dir containing both a "main" and a "test" directory. -Within both main and test, there is a "java" directory which contains the java code and a "resources" directory for non-source code files. - -## Liquibase-Core Code Structure - -In the liquibase-core module, all code exists under the "liquibase" package. -There is a second-level package for each of the major code units withing Liquibase such as "liquibase.change" and "liquibase.parser". - -Because most packages support extensions, you will normally find a \*Factory class which loads the available classes. Each package will normally have a "core" 3rd level package that contains the built-in standard functionality. -Interfaces and other classes needed for given feature are generally within the second level package. - -For example: - -* The liquibase-core/src/main/java/liquibase/change directory contains all "change" related logic -* liquibase/change contains ChangeFactory.java which will find all available Change implementations. -* liquibase/change contains Change.java, AbstractChange.java, CheckSum.java and other classes used by core and extension Change classes. -* There is a liquibase-core/src/main/java/liquibase/change/core directory which contains all the built-in Change implementations such as CreateTableChange.java and DropViewChange.java - -For more information, see the [javadoc](../javadoc/index.html) or [check out the code](http://github.com/liquibase/liquibase). diff --git a/development/contribute.md b/development/contribute.md deleted file mode 100644 index 83f3e801b..000000000 --- a/development/contribute.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: default -title: Docs | Contributing to Liquibase ---- - -# Contributing to Liquibase # - -## Using GitHub ## - -Liquibase uses the typical GitHub pull request workflow. GitHub provides great documentation including [How to Fork a Repository](https://help.github.com/articles/fork-a-repo) and [Using Pull Requests](https://help.github.com/articles/using-pull-requests). - -The root Liquibase repository is at [http://github.com/liquibase/liquibase](http://github.com/liquibase/liquibase). To contribute fixes and features: - -1. Create a fork of the main repository using the "Fork" button in the GitHub web interface -1. Clone your new repository to your computer -1. Create a branch in your repository for the fix or feature you are going to contribute -1. Code and test until done -1. Using git, "push" your changes back up to your local GitHub repository -1. Create a pull request in the GitHub web interface -1. Participate in any discussion on the pull request - -## Git crash course ## - -If you have not used Git or GitHub before, there are many resources available including [Git - SVN Crash Cource](http://git.or.cz/course/svn.html) and the general [GitHub Help](http://help.github.com). - -If you would prefer to use subversion, GitHub [transparently supports SVN clients as well](https://github.com/blog/1178-collaborating-on-github-with-subversion) - -## Code Guidelines ## - -* The Liquibase project uses standard Java conventions -* Curly braces go on the same line as the "if" statements -* Git commit messages should include the Jira issue number, the issue summary, and a description of the how the change fixes the issue. For example "CORE-2822 YAML changelogs do not actually run included files. Finished implementation of the runIncludedChangeLog() method". -* Prefer smaller more frequent commits over larger monolithic commits -* Make sure your pull request target branch follows the [branching standards](branches.html). -* Create a pull request per feature or bug. Don't combine multiple independent changes into a single pull request. -* Include test cases for your features and bugs diff --git a/development/index.md b/development/index.md deleted file mode 100644 index 3175255a8..000000000 --- a/development/index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default -title: Docs | Liquibase Development ---- - -# Liquibase Development - -## Source Code ## - -The core Liquibase source code is at [http://github.com/liquibase/liquibase](http://github.com/liquibase/liquibase). - -All standard extensions are a part of the [http://github.com/liquibase](http://github.com/liquibase). - -* [How to Contribute Code](contribute.html) -* [Branch Structure](branches.html) -* [Code Organization](code_org.html) -* [Building Liquibase](building.html) -* [Javadoc](../javadoc/index.html) - -## Extensions vs. Core - -Liquibase is designed to support adding, enhancing, and overriding standard functionality through our extension framework. -Often times, the best way to add new functionality is to create a new extension or add to an existing one rather than modifying the base library. - -For more information on how to write extensions, see [the extension portal](../extensions/index.html). - -## Issue Tracking ## - -**Liquibase Core** - -Bugs and features for the core Liquibase project are managed at [http://liquibase.jira.com/browse/CORE](http://liquibase.jira.com/browse/CORE). - -For more information, see [Liquibase Jira Workflow](jira.html) - -**Extensions** - -Issue tracking for extensions are handled as they see fit. - -For more information, see the individual extension pages on the [the extension portal](../extensions/index.html). \ No newline at end of file diff --git a/development/jira.md b/development/jira.md deleted file mode 100644 index 34188e155..000000000 --- a/development/jira.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -layout: default -title: Docs | Using Jira ---- - -# Using Jira - -The core Liquibase project uses [liquibase.jira.com](http://liquibase.jira.com/browse/CORE) as its bug and feature tracker. - -If you have a bug or feature that you are working on or would like to have worked on, it should have an issue logged. - -## Jira Fields - -We limited down the available fields in Jira to a small but generally required set. We use them as follows: - -**Title/Summary** is the one line description of the feature or bug. - -Choose a title that is descriptive and to the point, keeping in mind that it will appear in the Jira release notes and be used by others to know what is in a release. - -**Issue Type** contains just three options: -1. "Bug" for things that cause errors or do not work as expected -1. "Feature" for brand new features -1. "Improvement" for new functionality on existing features - -**Priority** contains four options: -1. "Blocker" for bugs and missing features that are stopping you from using Liquibase -1. "Major" for bugs and missing features that interfere with your ability to use Liquibase, but you are able to work around the problem -1. "Nice to Have" for bugs and missing features that would be nice to have fixed or changed, but do not interfere with your usage -1. "Trivial" for bugs and missing features that are inconsequential. - -**Affects Version** should contain the version in which you saw the bug the most recent version if it is a feature request. - -**Fix Version** should be set to the version(s) in which the change is going to be made. -Normally this will be the next upcoming version, but if the change needs to be backported to previous release families specify both the current next version and all backported versions. - -For example, if 3.1.3 is the version under development, but a bug needs to be fixed in the upcoming 3.0.4 version as well, set the Fix Version to "3.1.3, 3.0.4". - -This should not be set until it has been determined that the issue will be fixed in a given release, either because you or someone else is actually going to fix it in that time frame. - -**Environment** should describe your setup for a bug or the setup improved with a feature request. Include things like database type and version, operating system, and anything else that seems relevant to diagnosing and/or reproducing the issue. - -**Description** should include enough information that someone else could reproduce your bug or understand the feature you want added. At a minimum, include these three things: -1. **What I did** - - steps you took, files used, command executed, relevant environment information -1. **What actually happened** - - Describe what happened, any error messages, output files, etc. -1. **What I expected to happen** - - This is much better than just saying "It doesn't work". - -## Audiences ## - -There are many different usages and audiences of issues entered in Jira. Remember to keep these people in mind when creating and working with Jira issues: - -1. **People looking through the Jira backlog looking for something to fix** There are often lots of issues to chose from and if your issue is vague or incomplete - there is a good chance it will be skipped over. -1. **The person fixing the bug** Make sure you are putting yourself in their shoes and thinking through what they will need. If you have done some troubleshooting or - debugging and have any information that will make their job easier, make sure to include it. -1. **Others that are seeing a similar issue or want a similar feature** Describe your bug or feature well enough that somebody else running into it will find your - issue rather than creating a duplicate or variation. Not only do duplicates lead to confusion for everyone, but we lose out on the chance to collaborate on a solution. -1. **Readers of the release notes** For each release, a link to the generated Jira release notes is made available. Make sure your title makes obvious what was changed. - -## Jira Workflow ## - -Liquibase uses "Open", "In Progress" and "Awaiting Merge" and "Closed" issues. We don't differentiate between Open vs. Reopened or Closed vs. Resolved. - -All new issues will be created as "Open". When anyone begins working on an issue, they should assign it themselves and change the status to "In Progress". If it turns -out that they will not actually resolve the issue, they will unassign it and set the status back to "Open". - -When the fix or feature is "done" and ready to bring into the main codebase, the issue moves to "Awaiting Merge". At that point, the developer should create a GitHub pull -request and reference the pull request in the Jira comments. - -If the pull request is accepted, the issue will be changed to "closed". If the pull request is rejected, discussion will normally happen within the pull request interface -until it is either accepted or given up on at which case the issue status will go back to "Open". - -See the [how to contribute](contribute.html) documentation for more information on pull requests. - - - diff --git a/documentation/ant/changelogsync_ant_task.md b/documentation/ant/changelogsync_ant_task.md deleted file mode 100644 index 477c35c7d..000000000 --- a/documentation/ant/changelogsync_ant_task.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -layout: default -title: Docs | Changelogsync ant task -subnav: subnav_documentation.md ---- - -# changeLogSync Ant Task - -Marks all change sets as ran against the database. Useful when you have manually updated your database. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to runYes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputFileIf specified, Liquibase will save the update SQL statements to the specified file rather than executing them in the database.No
    outputEncodingThe character encoding to use when writing SQL statements to output file.No; defaults to system encoding.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} - -A basic implementation of the change log sync task. Syncs the change log file to the database. - -{% highlight xml %} - - -{% endhighlight %} - -Syncs the referenced database with the change sets found in the given change log file. diff --git a/documentation/ant/dbdoc_ant_task.md b/documentation/ant/dbdoc_ant_task.md deleted file mode 100644 index 796d061b5..000000000 --- a/documentation/ant/dbdoc_ant_task.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -layout: default -title: Docs | Dbdoc ant task -subnav: subnav_documentation.md ---- - -# dbDoc Ant Task - -Generates [dbdoc](../dbdoc.html) database documentation for a given database. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to runYes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputDirectoryThe directory where the database documentation will be generated.Yes
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost.No; default is false.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} - -A basic example of generating database documentation for a given change log file. - -{% highlight xml %} - -{% endhighlight %} - -Generates database documentation for the referenced database. diff --git a/documentation/ant/diffdatabase_ant_task.md b/documentation/ant/diffdatabase_ant_task.md deleted file mode 100644 index c5cc3000b..000000000 --- a/documentation/ant/diffdatabase_ant_task.md +++ /dev/null @@ -1,148 +0,0 @@ ---- -layout: default -title: Docs | Diffdatabase ant task -subnav: subnav_documentation.md ---- - -# diffDatabase Ant Task - -Outputs a [diff](../diff.html) report of the difference between two databases. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    outputFileLocation of file to save report to.Yes
    outputEncodingThe character encoding to use when writing to output file.No; defaults to system encoding.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    referencedatabaserefA reference to the reference database that Liquibase will connect to.Yes, unless a nested <referencedatabase> element is present.
    difftypesA comma separated list of diff types to use.No
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost.No; default is false.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    referenceDriverDeprecated: The name of the database driver to connect with.No
    referenceUrlDeprecated: The base database URL.No
    referenceUsernameDeprecated: The base database username to connect with.No
    referencePasswordDeprecated: The base database password.No
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### referencedatabase - -Required unless a `referencedatabaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - - -{% endhighlight %} - -A basic implementation fo the diffDatabase task. diff --git a/documentation/ant/diffdatabasetochangelog_ant_task.md b/documentation/ant/diffdatabasetochangelog_ant_task.md deleted file mode 100644 index 964ed4a60..000000000 --- a/documentation/ant/diffdatabasetochangelog_ant_task.md +++ /dev/null @@ -1,176 +0,0 @@ ---- -layout: default -title: Docs | Diffdatabasetochangelog ant task -subnav: subnav_documentation.md ---- - -# diffDatabase Ant Task - -Outputs a [diff](../diff.html) of the difference between two databases as a change log to bring them into sync. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    referencedatabaserefA reference to the reference database that Liquibase will connect to.Yes, unless a nested <referencedatabase> element is present.
    difftypesA comma separated list of diff types to use.No
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost.No; default is false.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    referenceDriverDeprecated: The name of the database driver to connect with.No
    referenceUrlDeprecated: The base database URL.No
    referenceUsernameDeprecated: The base database username to connect with.No
    referencePasswordDeprecated: The base database password.No
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### xml, yaml, json, or txt - -This task is capable of generating change log files in multiple formats. At least one of these elements is required. - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    outputfileThe location to write the changlog file to.Yes
    encodingThe file encoding to use for the output file.No. Defaults to system encoding
    - -{% highlight xml %} - -{% endhighlight %} - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### referencedatabase - -Required unless a `referencedatabaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - - - -{% endhighlight %} - -Generate a change log based on the difference between the two databases. Output the changelog to an XML file. - -{% highlight xml %} - - - - - - -{% endhighlight %} - -Generate change logs in both XML and YAML format. diff --git a/documentation/ant/dropalldatabaseobjects_ant_task.md b/documentation/ant/dropalldatabaseobjects_ant_task.md deleted file mode 100644 index 5fd9037a6..000000000 --- a/documentation/ant/dropalldatabaseobjects_ant_task.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -layout: default -title: Docs | Dropalldatabaseobjects ant task -subnav: subnav_documentation.md ---- - -# dropAllDatabaseObjects Ant Task - -Drops all database objects owned by the user. Note that functions, procedures and packages are not dropped (limitation in 1.8.1). - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -### classpath - -The classpath used to run the task with. Optional. - -### Database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### ChangeLogParameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} diff --git a/documentation/ant/generatechangelog_ant_task.md b/documentation/ant/generatechangelog_ant_task.md deleted file mode 100644 index f52a2bd35..000000000 --- a/documentation/ant/generatechangelog_ant_task.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -layout: default -title: Docs | Generatechangelog ant task -subnav: subnav_documentation.md ---- - -# generateChangeLog Ant Task - -[Generates changelog](../generating_changelogs.html) to re-create an existing database. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    outputFileDeprecated: Where to save the generated change log file.No
    driverDeprecated: The name of the database driver to connect with.No
    urlDeprecated: The database URL.No
    usernameDeprecated: The database username to connect with.No
    passwordDeprecated: The password to use when connecting to the database.No
    defaultSchemaNameDeprecated: Schema read objects from.No
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to use Since Liquibase 1.9No
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to use Since Liquibase 1.9No
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info. - No
    - -## Parameters Specified as Nested Elements - -### xml, yaml, json, or txt - -This task is capable of generating change log files in multiple formats. At least one of these elements is required. - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    outputfileThe location to write the changlog file to.Yes
    encodingThe file encoding to use for the output file.No. Defaults to system encoding
    - -{% highlight xml %} - -{% endhighlight %} - -### classpath - -The classpath used to run the task with. Optional. - -### Database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### ChangeLogParameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - - -{% endhighlight %} - -Generates a changelog file for the database in XML format. - -{% highlight xml %} - - - - - -{% endhighlight %} - -Generates the change log in both XML and YAML format. diff --git a/documentation/ant/index.md b/documentation/ant/index.md deleted file mode 100644 index 40e34cabc..000000000 --- a/documentation/ant/index.md +++ /dev/null @@ -1,214 +0,0 @@ ---- -layout: default -title: Docs | Ant -subnav: subnav_documentation.md ---- - -# Liquibase Ant Tasks # - -Liquibase has a set of Ant tasks that provides - -## Installation - -The Ant tasks require Ant 1.7.1 or higher. To include the tasks in your build, make sure Liquibase is on your Ant classpath and load it via the `` task: - -{% highlight xml %} - - - - - -{% endhighlight %} - -You can also place the Liquibase jar in your `ANT_HOME/lib` folder. - -## Concepts and Types - -### Database - -All of the Liquibase Ant tasks are designed around the `` type. This element configures the database connection and corresponding settings that Liquibase will use when accessing and updating the database. It is a required in all Liquibase Ant tasks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    idUnique identifier for this type instance, can be used to reference this type in tasks.No
    driverThe fully qualified class name of the JDBC driver.Yes
    urlThe JDBC connection URL.Yes
    userThe username to the JDBC connection.No
    passwordThe password to the JDBC connection.No
    defaultSchemaNameThe schema to use by default for managed database objects and Liquibase control tables.No
    defaultCatalogNameThe catalog to use by default for managed database objects and Liquibase control tables.No
    outputDefaultSchemaOutput the default schema name.No; Default is true
    outputDefaultCatalogOutput the default catalog name.No; Default is true
    liquibaseSchemaNameThe schema name where the Liquibase tables will be located.No
    liquibaseCatalogNameThe catalog name where the Liquibase tables will be located.No
    databaseClassA fully qualified class name of a class that implements the Database interface. Used to add database types that are not officially supported by Liquibase.No
    databaseChangeLogTableNameOverrides the name of the DATABASECHANGELOG table.No
    databaseChangeLogLockTableNameOverrides the name of the DATABASECHANGELOGLOCK table.No
    liquibaseTablespaceNameThe name of the tablespace where Liquibase tables are located.No
    - -{% highlight xml %} - -{% endhighlight %} - -If you use more than one Liquibase task in your Ant build, you can create the ` anywhere in your build, give it an id, and reference it using the `databaseref` attribute: - -{% highlight xml %} - - - - -{% endhighlight %} - -The `` type also supports a nested element `` which allows users to specify custom JDBC connection properties to Liquibase: - -{% highlight xml %} - - - - - - - - - -{% endhighlight %} - -### Change Log Parameters - -Liquibase change log files can have parameters that are dynamically substituted at runtime. All Liquibase Ant tasks support these parameters by way of the `` element. - -{% highlight xml %} - - - - - - - - - -{% endhighlight %} - -## Tasks - -The following tasks are available in Ant: - -* [updateDatabase](updatedatabase_ant_task.html) -* [rollbackDatabase](rollbackdatabase_ant_task.html) -* [rollbackFutureDatabase](rollbackfuturedatabase_ant_task.html) -* [tagDatabase](tagdatabase_ant_task.html) -* [generateChangeLog](generatechangelog_ant_task.html) -* [diffDatabase](diffdatabase_ant_task.html) -* [diffDatabaseToChangeLog](diffdatabasetochangelog_ant_task.html) -* [dbDoc](dbdoc_ant_task.html) -* [changeLogSync](changelogsync_ant_task.html) -* [dropAllDatabaseObjects](dropalldatabaseobjects_ant_task.html) -* [markNextChangeSetRan](marknextchangesetran_ant_task.html) - -Additional Liquibase commands are supported by the [command line](../command_line.html) that are not supported by the Ant tasks. - -## Migrating From Legacy Tasks - -Starting in Liquibase 3.3 the ant tasks were refactored, moving all of the database attributes out of the task and into its own type. The deprecated attributes will now log a warning message instructing callers of the deprecation. While backward compatibility exists, it is advised that users migrate their ant builds to use the new tasks. - -In order to use the new Liquibase tasks, the `` needs to be redefined to use the `antlib.xml` file: - -{% highlight xml %} - - - - - -{% endhighlight %} - -Here is an example of a legacy update task: - -{% highlight xml %} - -{% endhighlight %} - -Here is what it looks like migrated to the new task structure: - -{% highlight xml %} - - - -{% endhighlight %} diff --git a/documentation/ant/marknextchangesetran_ant_task.md b/documentation/ant/marknextchangesetran_ant_task.md deleted file mode 100644 index f94c40a88..000000000 --- a/documentation/ant/marknextchangesetran_ant_task.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -layout: default -title: Docs | Marknextchangesetran ant task -subnav: subnav_documentation.md ---- - -# markNextChangeSetRan Ant Task - -Marks the next change as already ran. Useful for when a change was made manually and so an update is failing. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to runYes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputFileIf specified, Liquibase will save the update SQL statements to the specified file rather than executing them in the database.No
    outputEncodingThe character encoding to use when writing SQL statements to output file.No; defaults to system encoding.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} \ No newline at end of file diff --git a/documentation/ant/rollbackdatabase_ant_task.md b/documentation/ant/rollbackdatabase_ant_task.md deleted file mode 100644 index 39993fbfb..000000000 --- a/documentation/ant/rollbackdatabase_ant_task.md +++ /dev/null @@ -1,152 +0,0 @@ ---- -layout: default -title: Docs | Rollbackdatabase ant task -subnav: subnav_documentation.md ---- - -# rollbackDatabase Ant Task - -Rolls back database changes. See [rollback](../rollback.html) page for more information. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to rollback.Yes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputFileIf specified, Liquibase will save the rollback SQL statements to the specified file rather than executing them in the database.No
    outputEncodingThe character encoding to use when writing SQL statements to output file.No; defaults to system encoding.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhostNo; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    rollbackTagTag to roll back to.Exactly one of these attributes must be provided.
    rollbackDateDate to roll back to.
    rollbackCountNumber of changeSets to roll back.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples ## - -{% highlight xml %} - - - -{% endhighlight %} - -Rollback the last 2 change sets in the given change log file. - -{% highlight xml %} - - - -{% endhighlight %} - -Rollback change sets to the given tag. - -{% highlight xml %} - - - -{% endhighlight %} - -Rollback change sets to the given date/time. diff --git a/documentation/ant/rollbackfuturedatabase_ant_task.md b/documentation/ant/rollbackfuturedatabase_ant_task.md deleted file mode 100644 index 20f78d23f..000000000 --- a/documentation/ant/rollbackfuturedatabase_ant_task.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -layout: default -title: Docs | Rollbackfuturedatabase ant task -subnav: subnav_documentation.md ---- - -# rollbackFutureDatabase Ant Task - -Outputs SQL to un-run changes that have not yet been executed. See [rollback](../rollback.html) for more information. - -## Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to runYes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputFileIf specified, Liquibase will save the update SQL statements to the specified file rather than executing them in the database.No
    outputEncodingThe character encoding to use when writing SQL statements to output file.No; defaults to system encoding.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost.No; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} - -A basic example of rollback future task. - -{% highlight xml %} - - - -{% endhighlight %} - -Write the rollback future SQL to the output file. diff --git a/documentation/ant/tagdatabase_ant_task.md b/documentation/ant/tagdatabase_ant_task.md deleted file mode 100644 index 108661570..000000000 --- a/documentation/ant/tagdatabase_ant_task.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -layout: default -title: Docs | Tagdatabase ant task -subnav: subnav_documentation.md ---- - -# tagDatabase Ant Task - -"Tags" the database for possible future rollback. See [rollback](../rollback.html) for more information. - -## Available Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    tagTag to apply to the database.Yes
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -### classpath - -The classpath used to run the task with. Optional. - -### Database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### ChangeLogParameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} diff --git a/documentation/ant/updatedatabase_ant_task.md b/documentation/ant/updatedatabase_ant_task.md deleted file mode 100644 index 34811ae4e..000000000 --- a/documentation/ant/updatedatabase_ant_task.md +++ /dev/null @@ -1,151 +0,0 @@ ---- -layout: default -title: Docs | Updatedatabase ant task -subnav: subnav_documentation.md ---- - -# updateDatabase Ant Task - -Roll the database forward applying all change sets that have not been run. - -# Parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescriptionRequired
    changeLogFileThe change log file to runYes
    contextsA comma separated list of contexts to execute. If not specified, all contexts are run.No
    outputFileIf specified, Liquibase will save the update SQL statements to the specified file rather than executing them in the database.No
    outputEncodingThe character encoding to use when writing SQL statements to output file.No; defaults to system encoding.
    promptOnNonLocalDatabaseIf set to true a dialog box with warn you if you attempt to run the Liquibase against a database that is not on localhost - No; default is false.
    dropFirstIf set to true, Liquibase will first drop all database objects owned by the connected user.No; default is false
    classpathrefA reference to the classpath used to run the task with.No
    databaserefA reference to the database that Liquibase will connect to.Yes, unless a nested <database> element is present.
    driverDeprecated: Name of the database driver to connect with.No
    urlDeprecated: Use <database>'s url attribute instead. The database URLNo
    usernameDeprecated:The database username to connect withNo
    passwordDeprecated:The password to use when connecting to the databaseNo
    defaultSchemaNameDeprecated:Schema to use by default for managed database objects and Liquibase control tablesNo
    currentDateTimeFunctionDeprecated: Overrides current date time function used in SQL. Useful for unsupported databasesNo
    databaseChangeLogTableNameDeprecated: Overrides the name of the databasechangelog table to useNo
    databaseChangeLogLockTableNameDeprecated: Overrides the name of the databasechangeloglock table to useNo
    logLevelDeprecated: Specifies one of the following logging levels: debug, info, warning, severe, off. The default level is info.No
    - -## Parameters Specified as Nested Elements - -### classpath - -The classpath used to run the task with. Optional. - -### database - -Required unless a `databaseref` attribute is given. See [database data type](./index.html). - -### changelogparameters - -Optional. See [change log parameters](./index.html) - -## Examples - -{% highlight xml %} - - - -{% endhighlight %} - -A basic implementation of the update database task. Applies updates in the change log file to the database. - -{% highlight xml %} - - -{% endhighlight %} - -Updates the referenced database with the change sets found in the given change log file. - -{% highlight xml %} - - - - - - - - - - -{% endhighlight %} - -Updates the database with the change log file, substituting any change log parameters present with values defined in the nested elements. diff --git a/documentation/assets/liquibaseSpringBootExample/src.zip b/documentation/assets/liquibaseSpringBootExample/src.zip deleted file mode 100644 index 084f9bbba..000000000 Binary files a/documentation/assets/liquibaseSpringBootExample/src.zip and /dev/null differ diff --git a/documentation/cdi.md b/documentation/cdi.md deleted file mode 100644 index f67c184f7..000000000 --- a/documentation/cdi.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -layout: default -title: Docs | JEE CDI Integration ---- -# JEE CDI Integration # - -Liquibase can be run in a [JEE CDI](http://seamframework.org/Weld) environment by implementing a number of CDI Procducers methods. -The CDI Liquibase integration is a simple CDI extension that performs a Liquibase update when the CDI container boots. - - - -## How to Configure Liquibase ## - -{% highlight java %} -/** - * A Simple CDI Producer to configure the CDI Liquibase integration - * - */ -public class LiquibaseProducer { - - @Resource - private DataSource myDataSource; - - @Produces @LiquibaseType - public CDILiquibaseConfig createConfig() { - CDILiquibaseConfig config = new CDILiquibaseConfig(); - config.setChangeLog("liquibase/parser/core/xml/simpleChangeLog.xml"); - return config; - } - - @Produces @LiquibaseType - public DataSource createDataSource() throws SQLException { - return myDataSource; - } - - @Produces @LiquibaseType - public ResourceAccessor create() { - return new ClassLoaderResourceAccessor(getClass().getClassLoader()); - } - -} -{% endhighlight %} - - -## CDILiquibaseConfig Available Attributes ## - -* changeLog -* contexts -* parameters -* defaultSchema -* dropFirst **since 2.0.2** - -If you don't want Liquibase to run you can configure the following system property: `liquibase.should.run=false` diff --git a/documentation/changelog_parameters.md b/documentation/changelog_parameters.md deleted file mode 100644 index 24c915f94..000000000 --- a/documentation/changelog_parameters.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -layout: default -title: Docs | Changelog parameters ---- - -# Change Log Parameters # - -**Since Liquibase 1.7** - -Liquibase allows dynamic substitution of parameters in a changelog. The parameters to replace are described using the ${parameter-name} syntax. - -## Configuring parameter values ## - -Parameter values are looked up in the following order: - - 1. Passed as a parameter to your Liquibase runner (see [Ant](ant/index.html), [Maven](maven/index.html), [Servlet listener](servlet_listener.html)) etc. documentation for how to pass them) - 1. As a JVM system property - 1. As an environment variable - 1. [command_line](command_line.html) parameter if executed from the command line - 1. [properties file](config_properties.html) if used or executed from the command line - 1. In the parameters block (property element) of the [DatabaseChangeLog](/documentation/databasechangelog.html) file itself - -Once a parameter its value cannot be changed, only the first definition is used, other are skipped. - -
    - -
    -{% highlight xml %} - - - - - - - - - - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -databaseChangeLog: - - property: - dbms: oracle,postgresql - name: clob.type - value: clob - - property: - dbms: mysql - name: clob.type - value: longtext - - property: - name: table.name - value: tableA - - changeSet: - id: 1 - author: joe - changes: - - createTable: - tableName: ${table.name} - columns: - - column: - name: id - type: int - - column: - name: ${column1.name} - type: "${clob.type} - defaultValue: a string with an ${undefined.param} param against ${dbNote} - - column: - name: ${column2.name} - type: int -{% endhighlight %} -
    -

    - -### <property> ### - -Defines a parameter for the changelog. Given a list of contexts and/or databases, the parameter will be only used in those contexts and/or databases. - -#### Available Attributes #### - - - - - - - - - -
    AttributeDescription
    nameName of the parameter. Required if file is not set
    valueValue of the of the property. required if file is not set
    fileName of the file the properties shall be loaded from. It will create a property for all properties in the file. -The content of the file has to follow the java properties file format
    contextContexts the property is valid in. Expected as comma separated list.
    dbmsThe type of a database which that property is to be used. When the migration step is running, it checks the database type against this - attribute. Valid database type names are listed on the supported databases page. It is possible to list multiple databases separated by commas. - You can also specify that a changeset is NOT applicable to a particular database type by prefixing with !. The keywords all and none are - also available.
    globalboolean Defines whether the property is global or limited to the actual databaseChangeLog. Given as "true" or "false".
    - -Examples: - -{% highlight xml %} - - - - - -{% endhighlight %} diff --git a/documentation/changes/add_auto_increment.md b/documentation/changes/add_auto_increment.md deleted file mode 100644 index f928e44ee..000000000 --- a/documentation/changes/add_auto_increment.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -layout: default -title: Docs | Change 'addAutoIncrement' ---- - - - - - - - -# Change: 'addAutoIncrement' - -Converts an existing column to be an auto-increment (a.k.a 'identity') column - -## Available Attributes ## - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeCurrent data type of the column to make auto-incrementRequired for: asany, h2, hsqldb, informix, ingres, mariadb, mysql, sybase, unsupportedE.g. 'int'
    columnNameName of the columnE.g. 'id'
    defaultOnNullbooleanWhen using generationType 'BY DEFAULT' then defaultOnNull = true allows the identity to be used if the identity column is referenced, but a value of NULL is specified.@ v3.6Supported by: oracle
    generationTypeType of the generation in 'GENERATED %s AS IDENTITY'. ALWAYS | BY DEFAULT@ v3.6E.g. 'ALWAYS'
    incrementByintegerThe value the increment incremented by each callE.g. '1'
    schemaNameName of the schemaE.g. 'public'
    startWithintegerInitial value of the incrementE.g. '100'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addAutoIncrement-example - author: liquibase-docs - changes: - - addAutoIncrement: - catalogName: cat - columnDataType: int - columnName: id - defaultOnNull: false - generationType: ALWAYS - incrementBy: 1 - schemaName: public - startWith: 100 - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addAutoIncrement-example", - "author": "liquibase-docs", - "changes": [ - { - "addAutoIncrement": { - "catalogName": "cat", - "columnDataType": "int", - "columnName": "id", - "defaultOnNull": false, - "generationType": "ALWAYS", - "incrementBy": 1, - "schemaName": "public", - "startWith": 100, - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person MODIFY id INT AUTO_INCREMENT; - -ALTER TABLE cat.person AUTO_INCREMENT=100; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleNot SupportedNo
    PostgreSQLSupportedNo
    SQL ServerNot SupportedNo
    SQLiteSupported: If the column type is not INTEGER it is converted to INTEGERNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/add_check_constraint.md b/documentation/changes/add_check_constraint.md deleted file mode 100644 index a07b369ee..000000000 --- a/documentation/changes/add_check_constraint.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -layout: default -title: Docs | Change 'addCheckConstraint' ---- - - - - - - - -# Change: 'addCheckConstraint' - -Adds a check constrant to an existing column or set of columns. - -## Available Attributes ## - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    [XML: text content] / constraintBodyE.g. 'A String'Note: the content of the tag in XML
    constraintNameName of the check constraintE.g. 'const_name'
    disabledboolean
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to create the check constraint onE.g. 'person'
    validatebooleanThis is true if the check constraint has 'ENABLE VALIDATE' set, or false if the check constraint has 'ENABLE NOVALIDATE' set.
    - -
    - -
    -{% highlight xml %} - - A String - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addCheckConstraint-example - author: liquibase-docs - changes: - - addCheckConstraint: - catalogName: cat - constraintBody: A String - constraintName: const_name - disabled: true - schemaName: public - tableName: person - validate: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addCheckConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "addCheckConstraint": { - "catalogName": "cat", - "constraintBody": "A String", - "constraintName": "const_name", - "disabled": true, - "schemaName": "public", - "tableName": "person", - "validate": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ALTER TABLE cat.[public].person ADD CONSTRAINT const_name CHECK (A String); - -ALTER TABLE cat.[public].person NOCHECK CONSTRAINT const_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/add_column.md b/documentation/changes/add_column.md deleted file mode 100644 index a5f8ba7ff..000000000 --- a/documentation/changes/add_column.md +++ /dev/null @@ -1,152 +0,0 @@ ---- -layout: default -title: Docs | Change 'addColumn' ---- - - - - - - - -# Change: 'addColumn' - -Adds a new column to an existing table - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to add the column toE.g. 'person'
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [1..N]Column constraint and foreign key information. Setting the "defaultValue" attribute will specify a default value for the column. Setting the "value" attribute will set all rows existing to the specified value without modifying the column default.Note: columns tag not required in XML

    See the column tag documentation for more information
    - -
    -{% highlight xml %} - - - - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addColumn-example - author: liquibase-docs - changes: - - addColumn: - catalogName: cat - columns: - - column: - name: address - position: 2 - type: varchar(255) - - column: - afterColumn: id - constraints: - nullable: false - name: name - type: varchar(50) - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addColumn-example", - "author": "liquibase-docs", - "changes": [ - { - "addColumn": { - "catalogName": "cat", - "columns": [ - { - "column": { - "name": "address", - "position": 2, - "type": "varchar(255)" - } - }, - { - "column": { - "afterColumn": "id", - "constraints": { - "nullable": false - }, - "name": "name", - "type": "varchar(50)" - } - }] - , - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person ADD address VARCHAR(255) NULL, - ADD name VARCHAR(50) NOT NULL AFTER `id`; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_default_value.md b/documentation/changes/add_default_value.md deleted file mode 100644 index 59f107f19..000000000 --- a/documentation/changes/add_default_value.md +++ /dev/null @@ -1,145 +0,0 @@ ---- -layout: default -title: Docs | Change 'addDefaultValue' ---- - - - - - - - -# Change: 'addDefaultValue' - -Adds a default value to the database definition for the specified column. -One of defaultValue, defaultValueNumeric, defaultValueBoolean or defaultValueDate must be set - -## Available Attributes ## - - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeCurrent data type of the column to add default value toE.g. 'varchar(50)'Required for: informix
    columnNameName of the column to add a default value toE.g. 'fileName'
    defaultValueDefault value. Either this property or one of the other defaultValue* properties are required.E.g. 'Something Else'
    defaultValueBooleanboolean
    defaultValueComputed
    defaultValueConstraintNameE.g. 'A String'
    defaultValueDateE.g. '2008-02-12T12:34:03'
    defaultValueNumericE.g. '439.2'
    defaultValueSequenceNext
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to containing the columnE.g. 'file'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addDefaultValue-example - author: liquibase-docs - changes: - - addDefaultValue: - catalogName: cat - columnDataType: varchar(50) - columnName: fileName - defaultValue: Something Else - defaultValueBoolean: true - defaultValueComputed: now - defaultValueConstraintName: A String - defaultValueDate: 2008-02-12T12:34:03 - defaultValueNumeric: '439.2' - defaultValueSequenceNext: seq_name - schemaName: public - tableName: file - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addDefaultValue-example", - "author": "liquibase-docs", - "changes": [ - { - "addDefaultValue": { - "catalogName": "cat", - "columnDataType": "varchar(50)", - "columnName": "fileName", - "defaultValue": "Something Else", - "defaultValueBoolean": true, - "defaultValueComputed": "now", - "defaultValueConstraintName": "A String", - "defaultValueDate": "2008-02-12T12:34:03", - "defaultValueNumeric": "439.2", - "defaultValueSequenceNext": "seq_name", - "schemaName": "public", - "tableName": "file" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.file ALTER fileName SET DEFAULT 'Something Else'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_foreign_key_constraint.md b/documentation/changes/add_foreign_key_constraint.md deleted file mode 100644 index 243b66dd4..000000000 --- a/documentation/changes/add_foreign_key_constraint.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -layout: default -title: Docs | Change 'addForeignKeyConstraint' ---- - - - - - - - -# Change: 'addForeignKeyConstraint' - -Adds a foreign key constraint to an existing column - -## Available Attributes ## - - - - - - - - - - - - - - - - - - -
    NameDescription
    baseColumnNamesName of column(s) to place the foreign key constraint on. Comma-separate if multipleE.g. 'person_id'
    baseTableCatalogNameCatalog name of the base table@ v3.0E.g. 'cat'
    baseTableNameName of the table containing the column to constraintE.g. 'address'
    baseTableSchemaNameSchema name of the base tableE.g. 'public'
    constraintNameName of the new foreign key constraintE.g. 'fk_address_person'
    deferrablebooleanIs the foreign key deferrableSupported by: oracle, postgresql, sqlite
    initiallyDeferredbooleanIs the foreign key initially deferredSupported by: oracle, postgresql, sqlite
    onDeleteON DELETE functionality. Possible values: 'CASCADE', 'SET NULL', 'SET DEFAULT', 'RESTRICT', 'NO ACTION'Supported by: asany, db2, db2z, derby, firebird, h2, hsqldb, informix, ingres, mariadb, mssql, mysql, oracle, postgresql@ v2.0E.g. 'CASCADE'
    onUpdateON UPDATE functionality. Possible values: 'CASCADE', 'SET NULL', 'SET DEFAULT', 'RESTRICT', 'NO ACTION'E.g. 'RESTRICT'
    referencedColumnNamesColumn(s) the foreign key points to. Comma-separate if multipleE.g. 'id'
    referencedTableCatalogNameSchema name of the referenced table@ v3.0E.g. 'cat'
    referencedTableNameName of the table the foreign key points toE.g. 'person'
    referencedTableSchemaNameSchema name of the referenced table@ v3.0E.g. 'public'
    referencesUniqueColumnboolean
    validatebooleanShall be true if the foreign key should 'ENABLE VALIDATE' set, or false if the foreign key should 'ENABLE NOVALIDATE' set.@ v3.6Default: true
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addForeignKeyConstraint-example - author: liquibase-docs - changes: - - addForeignKeyConstraint: - baseColumnNames: person_id - baseTableCatalogName: cat - baseTableName: address - baseTableSchemaName: public - constraintName: fk_address_person - deferrable: true - initiallyDeferred: true - onDelete: CASCADE - onUpdate: RESTRICT - referencedColumnNames: id - referencedTableCatalogName: cat - referencedTableName: person - referencedTableSchemaName: public - validate: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addForeignKeyConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "addForeignKeyConstraint": { - "baseColumnNames": "person_id", - "baseTableCatalogName": "cat", - "baseTableName": "address", - "baseTableSchemaName": "public", - "constraintName": "fk_address_person", - "deferrable": true, - "initiallyDeferred": true, - "onDelete": "CASCADE", - "onUpdate": "RESTRICT", - "referencedColumnNames": "id", - "referencedTableCatalogName": "cat", - "referencedTableName": "person", - "referencedTableSchemaName": "public", - "validate": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.address ADD CONSTRAINT fk_address_person FOREIGN KEY (person_id) REFERENCES cat.person (id) ON UPDATE RESTRICT ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_lookup_table.md b/documentation/changes/add_lookup_table.md deleted file mode 100644 index bb1a428c9..000000000 --- a/documentation/changes/add_lookup_table.md +++ /dev/null @@ -1,136 +0,0 @@ ---- -layout: default -title: Docs | Change 'addLookupTable' ---- - - - - - - - -# Change: 'addLookupTable' - -Creates a lookup table containing values stored in a column and creates a foreign key to the new table. - -## Available Attributes ## - - - - - - - - - - - - - -
    NameDescription
    constraintNameName of the foreign-key constraint to create between the existing table and the lookup tableE.g. 'fk_address_state'
    existingColumnNameName of the column containing the data to extractE.g. 'state'
    existingTableCatalogName
    existingTableNameName of the table containing the data to extractE.g. 'address'
    existingTableSchemaName
    newColumnDataTypeData type of the new table columnE.g. 'char(2)'Required for: informix, mariadb, mssql, mysql
    newColumnNameName of the column in the new table to createE.g. 'abbreviation'
    newTableCatalogName@ v3.0E.g. 'cat'
    newTableNameName of lookup table to createE.g. 'state'
    newTableSchemaNameE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addLookupTable-example - author: liquibase-docs - changes: - - addLookupTable: - constraintName: fk_address_state - existingColumnName: state - existingTableName: address - newColumnDataType: char(2) - newColumnName: abbreviation - newTableCatalogName: cat - newTableName: state - newTableSchemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addLookupTable-example", - "author": "liquibase-docs", - "changes": [ - { - "addLookupTable": { - "constraintName": "fk_address_state", - "existingColumnName": "state", - "existingTableName": "address", - "newColumnDataType": "char(2)", - "newColumnName": "abbreviation", - "newTableCatalogName": "cat", - "newTableName": "state", - "newTableSchemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -CREATE TABLE cat.state AS SELECT DISTINCT state AS abbreviation FROM address WHERE state IS NOT NULL; - -ALTER TABLE public.state MODIFY abbreviation CHAR(2) NOT NULL; - -ALTER TABLE public.state ADD PRIMARY KEY (abbreviation); - -ALTER TABLE address ADD CONSTRAINT fk_address_state FOREIGN KEY (state) REFERENCES public.state (abbreviation); - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdNot SupportedYes
    H2SupportedYes
    HyperSQLNot SupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_not_null_constraint.md b/documentation/changes/add_not_null_constraint.md deleted file mode 100644 index 432d8d452..000000000 --- a/documentation/changes/add_not_null_constraint.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -layout: default -title: Docs | Change 'addNotNullConstraint' ---- - - - - - - - -# Change: 'addNotNullConstraint' - -Adds a not-null constraint to an existing table. If a defaultNullValue attribute is passed, all null values for the column will be updated to the passed value before the constraint is applied. - -## Available Attributes ## - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeCurrent data type of the columnE.g. 'int'Required for: informix, mariadb, mssql, mysql
    columnNameName of the column to add the constraint toE.g. 'id'
    constraintNameCreated constraint name (if database supports names for NOT NULL constraints)E.g. 'const_name'
    defaultNullValueValue to set all currently null values to. If not set, change will fail if null values existE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameAdds a not-null constraint to an existing table. If a defaultNullValue attribute is passed, all null values for the column will be updated to the passed value before the constraint is applied.E.g. 'person'
    validatebooleanThis is true if the not null constraint has 'ENABLE VALIDATE' set, or false if the not null constrain has 'ENABLE NOVALIDATE' set.
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addNotNullConstraint-example - author: liquibase-docs - changes: - - addNotNullConstraint: - catalogName: cat - columnDataType: int - columnName: id - constraintName: const_name - defaultNullValue: A String - schemaName: public - tableName: person - validate: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addNotNullConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "addNotNullConstraint": { - "catalogName": "cat", - "columnDataType": "int", - "columnName": "id", - "constraintName": "const_name", - "defaultNullValue": "A String", - "schemaName": "public", - "tableName": "person", - "validate": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -UPDATE cat.person SET id = 'A String' WHERE id IS NULL; - -ALTER TABLE cat.person MODIFY id INT NOT NULL; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zNot SupportedYes
    DerbySupportedYes
    FirebirdNot SupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_primary_key.md b/documentation/changes/add_primary_key.md deleted file mode 100644 index 99a49c943..000000000 --- a/documentation/changes/add_primary_key.md +++ /dev/null @@ -1,135 +0,0 @@ ---- -layout: default -title: Docs | Change 'addPrimaryKey' ---- - - - - - - - -# Change: 'addPrimaryKey' - -Adds a primary key out of an existing column or set of columns. - -## Available Attributes ## - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    clusteredboolean
    columnNamesName of the column(s) to create the primary key on. Comma separated if multipleE.g. 'id, name'
    constraintNameName of primary key constraintE.g. 'pk_person'
    forIndexCatalogName
    forIndexNameE.g. 'A String'Supported by: db2, db2z, oracle
    forIndexSchemaName
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to create the primary key onE.g. 'person'
    tablespaceE.g. 'A String'
    validatebooleanThis is true if the primary key has 'ENABLE VALIDATE' set, or false if the primary key has 'ENABLE NOVALIDATE' set.
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addPrimaryKey-example - author: liquibase-docs - changes: - - addPrimaryKey: - catalogName: cat - clustered: true - columnNames: id, name - constraintName: pk_person - forIndexName: A String - schemaName: public - tableName: person - tablespace: A String - validate: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addPrimaryKey-example", - "author": "liquibase-docs", - "changes": [ - { - "addPrimaryKey": { - "catalogName": "cat", - "clustered": true, - "columnNames": "id, name", - "constraintName": "pk_person", - "forIndexName": "A String", - "schemaName": "public", - "tableName": "person", - "tablespace": "A String", - "validate": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person ADD PRIMARY KEY (id, - name); - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/add_unique_constraint.md b/documentation/changes/add_unique_constraint.md deleted file mode 100644 index 9629a6350..000000000 --- a/documentation/changes/add_unique_constraint.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -layout: default -title: Docs | Change 'addUniqueConstraint' ---- - - - - - - - -# Change: 'addUniqueConstraint' - -Adds a unique constrant to an existing column or set of columns. - -## Available Attributes ## - - - - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    clusteredbooleanWhether create a clustered indexSupported by: mssql
    columnNamesName of the column(s) to create the unique constraint on. Comma separated if multipleE.g. 'id, name'
    constraintNameName of the unique constraintE.g. 'const_name'
    deferrablebooleanTrue if this constraint is deferrable, False otherwise
    disabledbooleanTrue if this constraint is disabled, False otherwise
    forIndexCatalogName
    forIndexNameE.g. 'A String'Supported by: oracle
    forIndexSchemaName
    initiallyDeferredbooleanTrue if this constraint is initially deferred, False otherwise
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to create the unique constraint onE.g. 'person'
    tablespace'Tablespace' to create the index in. Corresponds to file group in mssqlE.g. 'A String'
    validatebooleanShould be true if the unique constraint shall 'ENABLE VALIDATE' set, or false if the 'ENABLE NOVALIDATE' shall.Default: true
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: addUniqueConstraint-example - author: liquibase-docs - changes: - - addUniqueConstraint: - catalogName: cat - clustered: true - columnNames: id, name - constraintName: const_name - deferrable: true - disabled: true - forIndexName: A String - initiallyDeferred: true - schemaName: public - tableName: person - tablespace: A String - validate: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "addUniqueConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "addUniqueConstraint": { - "catalogName": "cat", - "clustered": true, - "columnNames": "id, name", - "constraintName": "const_name", - "deferrable": true, - "disabled": true, - "forIndexName": "A String", - "initiallyDeferred": true, - "schemaName": "public", - "tableName": "person", - "tablespace": "A String", - "validate": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person ADD CONSTRAINT const_name UNIQUE CLUSTERED (id, - name) USING INDEX `A String`; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/alter_sequence.md b/documentation/changes/alter_sequence.md deleted file mode 100644 index 103156011..000000000 --- a/documentation/changes/alter_sequence.md +++ /dev/null @@ -1,136 +0,0 @@ ---- -layout: default -title: Docs | Change 'alterSequence' ---- - - - - - - - -# Change: 'alterSequence' - -Alter properties of an existing sequence - -## Available Attributes ## - - - - - - - - - - - - - -
    NameDescription
    cacheSizeintegerChange the cache size?E.g. '371717'
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    cyclebooleanCan the sequence cycle when it hits the max value?
    dataTypeData type of the sequenceSupported by: asany, db2z, derby, firebird, h2, informix, postgresqlE.g. 'int'
    incrementByintegerNew amount the sequence should increment bySupported by: asany, db2, db2z, derby, firebird, informix, mssql, oracle, postgresqlE.g. '371717'
    maxValueintegerNew maximum value for the sequenceSupported by: asany, db2, db2z, derby, firebird, h2, informix, mssql, oracle, postgresqlE.g. '371717'
    minValueintegerNew minimum value for the sequenceE.g. '371717'
    orderedbooleanDoes the sequence need to be guaranteed to be genererated inm the order of request?Supported by: asany, db2z, derby, firebird, h2, informix, mssql, oracle, postgresql
    schemaNameName of the schemaE.g. 'public'
    sequenceNameName of the sequence to alterE.g. 'seq_id'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: alterSequence-example - author: liquibase-docs - changes: - - alterSequence: - cacheSize: 371717 - catalogName: cat - cycle: true - dataType: int - incrementBy: 371717 - maxValue: 371717 - minValue: 371717 - ordered: true - schemaName: public - sequenceName: seq_id - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "alterSequence-example", - "author": "liquibase-docs", - "changes": [ - { - "alterSequence": { - "cacheSize": 371717, - "catalogName": "cat", - "cycle": true, - "dataType": "int", - "incrementBy": 371717, - "maxValue": 371717, - "minValue": 371717, - "ordered": true, - "schemaName": "public", - "sequenceName": "seq_id" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ALTER SEQUENCE [public].seq_id AS int INCREMENT BY 371717 MINVALUE 371717 MAXVALUE 371717 ORDER; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESNot SupportedNo
    InformixSupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/anonymous.md b/documentation/changes/anonymous.md deleted file mode 100644 index 101c2a18d..000000000 --- a/documentation/changes/anonymous.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -layout: default -title: Docs | Change anonymous ---- - - - - - - - -# Change: 'anonymous' - -Anonymous change - -## Available Attributes ## - - - - -
    NameDescriptionRequired ForSince
    dbmsnull3.0
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: anonymous-example - author: liquibase-docs - changes: - - anonymous: - dbms: h2, oracle - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "anonymous-example", - "author": "liquibase-docs", - "changes": [ - { - "anonymous": { - "dbms": "h2, oracle" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    CacheSupportedNo
    DB2SupportedNo
    DB2iSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    InformixSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SAP DBSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_function.md b/documentation/changes/create_function.md deleted file mode 100644 index d8717d22f..000000000 --- a/documentation/changes/create_function.md +++ /dev/null @@ -1,141 +0,0 @@ ---- -layout: default -title: Docs | Change 'createFunction' ---- - - - - - - - -# Change: 'createFunction' - -Creates a stored function - -## Available Attributes ## - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogSupported by: asany, db2, db2z, derby, firebird, h2, hsqldb, informix, ingres, mariadb, mysql, oracle, postgresql, sqlite, sybaseE.g. 'cat'
    commentsE.g. 'A String'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.1E.g. 'h2, oracle'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    [XML: text content] / functionBodyE.g. 'A String'Note: the content of the tag in XML
    functionNameName of the function to dropE.g. 'A String'
    pathFile containing the procedure text. Either this attribute or a nested procedure text is required.E.g. 'com/example/my-logic.sql'
    [XML: text content] / procedureTextE.g. 'CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END;'Note: the content of the tag in XML
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    replaceIfExistsboolean
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - A String - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createFunction-example - author: liquibase-docs - changes: - - createFunction: - catalogName: cat - comments: A String - dbms: h2, oracle - encoding: utf8 - functionBody: A String - functionName: A String - path: com/example/my-logic.sql - procedureText: |- - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - relativeToChangelogFile: true - replaceIfExists: false - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createFunction-example", - "author": "liquibase-docs", - "changes": [ - { - "createFunction": { - "catalogName": "cat", - "comments": "A String", - "dbms": "h2, oracle", - "encoding": "utf8", - "functionBody": "A String", - "functionName": "A String", - "path": "com/example/my-logic.sql", - "procedureText": "CREATE OR REPLACE PROCEDURE testHello\n IS\n BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From The Database!');\n END;", - "relativeToChangelogFile": true, - "replaceIfExists": false, - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_index.md b/documentation/changes/create_index.md deleted file mode 100644 index 045578a63..000000000 --- a/documentation/changes/create_index.md +++ /dev/null @@ -1,142 +0,0 @@ ---- -layout: default -title: Docs | Change 'createIndex' ---- - - - - - - - -# Change: 'createIndex' - -Creates an index on an existing column or set of columns. - -## Available Attributes ## - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    clusteredbooleanCreate clustered index.
    indexNameName of the index to createE.g. 'idx_address'Required for: firebird, hsqldb
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to add the index toE.g. 'person'
    tablespaceTablespace to create the index in.E.g. 'A String'
    uniquebooleanUnique values index@ v1.8
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [1..N]Column(s) to add to the indexNote: columns tag not required in XML
    Attributes
    {%include IndexColumnConfig.md%}
    - -
    -{% highlight xml %} - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createIndex-example - author: liquibase-docs - changes: - - createIndex: - catalogName: cat - clustered: true - columns: - - column: - descending: true - name: address - indexName: idx_address - schemaName: public - tableName: person - tablespace: A String - unique: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createIndex-example", - "author": "liquibase-docs", - "changes": [ - { - "createIndex": { - "catalogName": "cat", - "clustered": true, - "columns": [ - { - "column": { - "descending": true, - "name": "address" - } - }] - , - "indexName": "idx_address", - "schemaName": "public", - "tableName": "person", - "tablespace": "A String", - "unique": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -CREATE UNIQUE INDEX idx_address ON cat.person(address DESC); - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/create_package.md b/documentation/changes/create_package.md deleted file mode 100644 index f5ab22b4c..000000000 --- a/documentation/changes/create_package.md +++ /dev/null @@ -1,141 +0,0 @@ ---- -layout: default -title: Docs | Change 'createPackage' ---- - - - - - - - -# Change: 'createPackage' - -Creates a package - -## Available Attributes ## - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    commentsE.g. 'A String'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.1E.g. 'h2, oracle'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    packageNameName of the package to dropE.g. 'A String'
    [XML: text content] / packageTextE.g. 'A String'Note: the content of the tag in XML
    pathFile containing the procedure text. Either this attribute or a nested procedure text is required.E.g. 'com/example/my-logic.sql'
    [XML: text content] / procedureTextE.g. 'CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END;'Note: the content of the tag in XML
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    replaceIfExistsboolean
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - A String - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createPackage-example - author: liquibase-docs - changes: - - createPackage: - catalogName: cat - comments: A String - dbms: h2, oracle - encoding: utf8 - packageName: A String - packageText: A String - path: com/example/my-logic.sql - procedureText: |- - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - relativeToChangelogFile: true - replaceIfExists: false - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createPackage-example", - "author": "liquibase-docs", - "changes": [ - { - "createPackage": { - "catalogName": "cat", - "comments": "A String", - "dbms": "h2, oracle", - "encoding": "utf8", - "packageName": "A String", - "packageText": "A String", - "path": "com/example/my-logic.sql", - "procedureText": "CREATE OR REPLACE PROCEDURE testHello\n IS\n BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From The Database!');\n END;", - "relativeToChangelogFile": true, - "replaceIfExists": false, - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_package_body.md b/documentation/changes/create_package_body.md deleted file mode 100644 index 7c3a7c253..000000000 --- a/documentation/changes/create_package_body.md +++ /dev/null @@ -1,141 +0,0 @@ ---- -layout: default -title: Docs | Change 'createPackageBody' ---- - - - - - - - -# Change: 'createPackageBody' - -Creates a stored package body - -## Available Attributes ## - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    commentsE.g. 'A String'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.1E.g. 'h2, oracle'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    packageBodyNameName of the package body to dropE.g. 'A String'
    [XML: text content] / packageBodyTextE.g. 'A String'Note: the content of the tag in XML
    pathFile containing the procedure text. Either this attribute or a nested procedure text is required.E.g. 'com/example/my-logic.sql'
    [XML: text content] / procedureTextE.g. 'CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END;'Note: the content of the tag in XML
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    replaceIfExistsboolean
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - A String - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createPackageBody-example - author: liquibase-docs - changes: - - createPackageBody: - catalogName: cat - comments: A String - dbms: h2, oracle - encoding: utf8 - packageBodyName: A String - packageBodyText: A String - path: com/example/my-logic.sql - procedureText: |- - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - relativeToChangelogFile: true - replaceIfExists: false - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createPackageBody-example", - "author": "liquibase-docs", - "changes": [ - { - "createPackageBody": { - "catalogName": "cat", - "comments": "A String", - "dbms": "h2, oracle", - "encoding": "utf8", - "packageBodyName": "A String", - "packageBodyText": "A String", - "path": "com/example/my-logic.sql", - "procedureText": "CREATE OR REPLACE PROCEDURE testHello\n IS\n BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From The Database!');\n END;", - "relativeToChangelogFile": true, - "replaceIfExists": false, - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_procedure.md b/documentation/changes/create_procedure.md deleted file mode 100644 index 12b0cdfc2..000000000 --- a/documentation/changes/create_procedure.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -layout: default -title: Docs | Change 'createProcedure' ---- - - - - - - - -# Change: 'createProcedure' - -Defines the definition for a stored procedure. This command is better to use for creating procedures than the raw sql command because it will not attempt to strip comments or break up lines. - -Often times it is best to use the CREATE OR REPLACE syntax along with setting runOnChange='true' on the enclosing changeSet tag. That way if you need to make a change to your procedure you can simply change your existing code rather than creating a new REPLACE PROCEDURE call. The advantage to this approach is that it keeps your change log smaller and allows you to more easily see what has changed in your procedure code through your source control system's diff command. - -## Available Attributes ## - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.1E.g. 'h2, !oracle, mysql'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    pathFile containing the procedure text. Either this attribute or a nested procedure text is required.E.g. 'com/example/my-logic.sql'
    [XML: text content] / procedureTextThe SQL creating the procedure. Either this or the path attribute needs to be defined.E.g. 'CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END;'Note: the content of the tag in XML
    procedureNameName of the procedure. Required if replaceIfExists = trueE.g. 'new_customer'Supported by: mssql
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    replaceIfExistsbooleanIf the stored procedure defined by procedureName already exits alter it instead of creating it.Supported by: mssql
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createProcedure-example - author: liquibase-docs - changes: - - createProcedure: - catalogName: cat - dbms: h2, !oracle, mysql - encoding: utf8 - path: com/example/my-logic.sql - procedureText: |- - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - procedureName: new_customer - relativeToChangelogFile: true - replaceIfExists: false - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createProcedure-example", - "author": "liquibase-docs", - "changes": [ - { - "createProcedure": { - "catalogName": "cat", - "dbms": "h2, !oracle, mysql", - "encoding": "utf8", - "path": "com/example/my-logic.sql", - "procedureText": "CREATE OR REPLACE PROCEDURE testHello\n IS\n BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From The Database!');\n END;", - "procedureName": "new_customer", - "relativeToChangelogFile": true, - "replaceIfExists": false, - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_sequence.md b/documentation/changes/create_sequence.md deleted file mode 100644 index 24af88a7b..000000000 --- a/documentation/changes/create_sequence.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -layout: default -title: Docs | Change 'createSequence' ---- - - - - - - - -# Change: 'createSequence' - -Creates a new database sequence - -## Available Attributes ## - - - - - - - - - - - - - - -
    NameDescription
    cacheSizeintegerNumber of values to fetch per queryE.g. '371717'
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    cyclebooleanCan the sequence cycle when it hits the max value?
    dataTypeData type of the sequenceSupported by: asany, db2z, derby, firebird, h2, informix, postgresqlE.g. 'int'
    incrementByintegerInterval between sequence numbersSupported by: asany, db2, db2z, derby, h2, hsqldb, informix, mssql, oracle, postgresqlE.g. '2'
    maxValueintegerThe maximum value of the sequenceSupported by: asany, db2, db2z, derby, h2, informix, mssql, oracle, postgresqlE.g. '1000'
    minValueintegerThe minimum value of the sequenceSupported by: asany, db2, db2z, derby, h2, informix, mssql, oracle, postgresqlE.g. '10'
    orderedbooleanDoes the sequence need to be guaranteed to be generated in the order of request?Supported by: asany, db2, db2z, derby, firebird, h2, informix, mssql, oracle
    schemaNameName of the schemaE.g. 'public'
    sequenceNameName of the sequence to createE.g. 'seq_id'
    startValueintegerThe first sequence number to be generated.Supported by: asany, db2, db2z, derby, h2, hsqldb, informix, mssql, oracle, postgresqlE.g. '5'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createSequence-example - author: liquibase-docs - changes: - - createSequence: - cacheSize: 371717 - catalogName: cat - cycle: true - dataType: int - incrementBy: 2 - maxValue: 1000 - minValue: 10 - ordered: true - schemaName: public - sequenceName: seq_id - startValue: 5 - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createSequence-example", - "author": "liquibase-docs", - "changes": [ - { - "createSequence": { - "cacheSize": 371717, - "catalogName": "cat", - "cycle": true, - "dataType": "int", - "incrementBy": 2, - "maxValue": 1000, - "minValue": 10, - "ordered": true, - "schemaName": "public", - "sequenceName": "seq_id", - "startValue": 5 - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -CREATE SEQUENCE [public].seq_id AS int START WITH 5 INCREMENT BY 2 MINVALUE 10 MAXVALUE 1000 ORDER CYCLE; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESNot SupportedYes
    InformixSupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/create_synonym.md b/documentation/changes/create_synonym.md deleted file mode 100644 index 676b334c9..000000000 --- a/documentation/changes/create_synonym.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -layout: default -title: Docs | Change 'createSynonym' ---- - - - - - - - -# Change: 'createSynonym' - -Creates a synonym - -## Available Attributes ## - - - - - - - - - - - - -
    NameDescription
    objectCatalogName
    objectNameE.g. 'A String'
    objectSchemaName
    objectTypeE.g. 'A String'Required for: db2
    privateboolean
    replaceIfExistsboolean
    synonymCatalogName
    synonymNameE.g. 'A String'
    synonymSchemaName
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createSynonym-example - author: liquibase-docs - changes: - - createSynonym: - objectName: A String - objectType: A String - private: true - replaceIfExists: false - synonymName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createSynonym-example", - "author": "liquibase-docs", - "changes": [ - { - "createSynonym": { - "objectName": "A String", - "objectType": "A String", - "private": true, - "replaceIfExists": false, - "synonymName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -CREATE SYNONYM [A String] FOR [A String]; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLNot SupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/create_table.md b/documentation/changes/create_table.md deleted file mode 100644 index 2e4ac9013..000000000 --- a/documentation/changes/create_table.md +++ /dev/null @@ -1,154 +0,0 @@ ---- -layout: default -title: Docs | Change 'createTable' ---- - - - - - - - -# Change: 'createTable' - -Create Table - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    remarksComments stored for the tableE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    tablespaceName of the tablespace, the table created inE.g. 'A String'
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [1..N]Column definitionsNote: columns tag not required in XML

    See the column tag documentation for more information
    - -
    -{% highlight xml %} - - - - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createTable-example - author: liquibase-docs - changes: - - createTable: - catalogName: cat - columns: - - column: - constraints: - nullable: false - name: id - type: int - - column: - name: address - type: varchar(50) - remarks: A String - schemaName: public - tableName: person - tablespace: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createTable-example", - "author": "liquibase-docs", - "changes": [ - { - "createTable": { - "catalogName": "cat", - "columns": [ - { - "column": { - "constraints": { - "nullable": false - }, - "name": "id", - "type": "int" - } - }, - { - "column": { - "name": "address", - "type": "varchar(50)" - } - }] - , - "remarks": "A String", - "schemaName": "public", - "tableName": "person", - "tablespace": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -CREATE TABLE cat.person (id INT NOT NULL, - address VARCHAR(50) NULL) COMMENT='A String'; - -ALTER TABLE cat.person COMMENT = 'A String'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/create_trigger.md b/documentation/changes/create_trigger.md deleted file mode 100644 index 246a78703..000000000 --- a/documentation/changes/create_trigger.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -layout: default -title: Docs | Change 'createTrigger' ---- - - - - - - - -# Change: 'createTrigger' - -Creates a stored trigger - -## Available Attributes ## - - - - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogSupported by: asany, db2, db2z, derby, firebird, h2, hsqldb, informix, ingres, mariadb, mysql, oracle, postgresql, sqlite, sybaseE.g. 'cat'
    commentsE.g. 'A String'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.1E.g. 'h2, oracle'
    disabledboolean
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    pathFile containing the procedure text. Either this attribute or a nested procedure text is required.E.g. 'com/example/my-logic.sql'
    [XML: text content] / procedureTextE.g. 'CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END;'Note: the content of the tag in XML
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    replaceIfExistsboolean
    schemaNameName of the schemaE.g. 'public'
    scopeE.g. 'A String'
    tableNameName of the tableE.g. 'person'
    [XML: text content] / triggerBodyE.g. 'A String'Note: the content of the tag in XML
    triggerNameName of the trigger to dropE.g. 'A String'
    - -
    - -
    -{% highlight xml %} - - A String - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createTrigger-example - author: liquibase-docs - changes: - - createTrigger: - catalogName: cat - comments: A String - dbms: h2, oracle - disabled: true - encoding: utf8 - path: com/example/my-logic.sql - procedureText: |- - CREATE OR REPLACE PROCEDURE testHello - IS - BEGIN - DBMS_OUTPUT.PUT_LINE('Hello From The Database!'); - END; - relativeToChangelogFile: true - replaceIfExists: false - schemaName: public - scope: A String - tableName: person - triggerBody: A String - triggerName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createTrigger-example", - "author": "liquibase-docs", - "changes": [ - { - "createTrigger": { - "catalogName": "cat", - "comments": "A String", - "dbms": "h2, oracle", - "disabled": true, - "encoding": "utf8", - "path": "com/example/my-logic.sql", - "procedureText": "CREATE OR REPLACE PROCEDURE testHello\n IS\n BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From The Database!');\n END;", - "relativeToChangelogFile": true, - "replaceIfExists": false, - "schemaName": "public", - "scope": "A String", - "tableName": "person", - "triggerBody": "A String", - "triggerName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/create_view.md b/documentation/changes/create_view.md deleted file mode 100644 index be92eda8e..000000000 --- a/documentation/changes/create_view.md +++ /dev/null @@ -1,136 +0,0 @@ ---- -layout: default -title: Docs | Change 'createView' ---- - - - - - - - -# Change: 'createView' - -Create a new database view - -## Available Attributes ## - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    fullDefinitionbooleanSet to true if selectQuery is the entire view definition. False if the CREATE VIEW header should be added@ v3.3
    pathPath to file containing view definition@ v3.6E.g. 'A String'
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    remarksComments stored for the viewE.g. 'A String'
    replaceIfExistsbooleanUse 'create or replace' syntaxSupported by: db2, firebird, h2, hsqldb, ingres, mariadb, mssql, mysql, oracle, postgresql, sqlite, sybase@ v1.5
    schemaNameName of the schemaE.g. 'public'
    [XML: text content] / selectQuerySQL for generating the viewE.g. 'select id, name from person where id > 10'Required for: informixNote: the content of the tag in XML
    viewNameName of the view to createE.g. 'v_person'
    - -
    - -
    -{% highlight xml %} - - select id, name from person where id > 10 - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: createView-example - author: liquibase-docs - changes: - - createView: - catalogName: cat - encoding: A String - fullDefinition: true - path: A String - relativeToChangelogFile: true - remarks: A String - replaceIfExists: false - schemaName: public - selectQuery: select id, name from person where id > 10 - viewName: v_person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "createView-example", - "author": "liquibase-docs", - "changes": [ - { - "createView": { - "catalogName": "cat", - "encoding": "A String", - "fullDefinition": true, - "path": "A String", - "relativeToChangelogFile": true, - "remarks": "A String", - "replaceIfExists": false, - "schemaName": "public", - "selectQuery": "select id, name from person where id > 10", - "viewName": "v_person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -CREATE VIEW cat.v_person AS select id, - name from person where id > 10; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/custom_change.md b/documentation/changes/custom_change.md deleted file mode 100644 index b7004c124..000000000 --- a/documentation/changes/custom_change.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -layout: default -title: Docs | Change 'customChange' ---- - - - - - - - -# Change: 'customChange' - -Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class. - -To create your own custom refactoring, simply create a class that implements the [liquibase.change.custom.CustomSqlChange](/javadoc/liquibase/change/custom/CustomSqlChange.html) or [liquibase.change.custom.CustomTaskChange](/javadoc/liquibase/change/custom/CustomTaskChange.html) interface <customChange> tag in your change set. - -If your change can be rolled back, implement the liquibase.change.custom.CustomSqlRollback interface as well. - -For a sample custom change class, see liquibase.change.custom.ExampleCustomSqlChange in the test folder - -## Available Attributes ## - - - -
    NameDescription
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: customChange-example - author: liquibase-docs - changes: - - customChange: - class: com.example.CustomChange - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "customChange-example", - "author": "liquibase-docs", - "changes": [ - { - "customChange": { - "class": "com.example.CustomChange" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/delete.md b/documentation/changes/delete.md deleted file mode 100644 index b6423c399..000000000 --- a/documentation/changes/delete.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'delete' ---- - - - - - - - -# Change: 'delete' - -Deletes data from an existing table - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -## Nested Properties ## - - - -
    NameDescription
    whereAllows to define the 'where' condition(s) stringE.g. 'name='Bob''
    - -
    -{% highlight xml %} - - - name='Bob' - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: delete-example - author: liquibase-docs - changes: - - delete: - catalogName: cat - schemaName: public - tableName: person - where: name='Bob' - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "delete-example", - "author": "liquibase-docs", - "changes": [ - { - "delete": { - "catalogName": "cat", - "schemaName": "public", - "tableName": "person", - "where": "name='Bob'" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DELETE FROM cat.person WHERE name='Bob'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/disable_check_constraint.md b/documentation/changes/disable_check_constraint.md deleted file mode 100644 index fa553659d..000000000 --- a/documentation/changes/disable_check_constraint.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'disableCheckConstraint' ---- - - - - - - - -# Change: 'disableCheckConstraint' - -Disable Check Constraint - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    constraintNameE.g. 'const_name'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: disableCheckConstraint-example - author: liquibase-docs - changes: - - disableCheckConstraint: - catalogName: cat - constraintName: const_name - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "disableCheckConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "disableCheckConstraint": { - "catalogName": "cat", - "constraintName": "const_name", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ALTER TABLE cat.[public].person NOCHECK CONSTRAINT const_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLNot SupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/disable_trigger.md b/documentation/changes/disable_trigger.md deleted file mode 100644 index a178a7f4e..000000000 --- a/documentation/changes/disable_trigger.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'disableTrigger' ---- - - - - - - - -# Change: 'disableTrigger' - -Disable Trigger - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'Supported by: oracle, postgresql
    schemaNameName of the schemaE.g. 'public'
    scopeE.g. 'A String'
    tableNameName of the tableE.g. 'person'
    triggerNameE.g. 'A String'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: disableTrigger-example - author: liquibase-docs - changes: - - disableTrigger: - catalogName: cat - schemaName: public - scope: A String - tableName: person - triggerName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "disableTrigger-example", - "author": "liquibase-docs", - "changes": [ - { - "disableTrigger": { - "catalogName": "cat", - "schemaName": "public", - "scope": "A String", - "tableName": "person", - "triggerName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -DISABLE TRIGGER [public].[A String] ON cat.[public].person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedYes
    DB2/zNot SupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/drop_all_foreign_key_constraints.md b/documentation/changes/drop_all_foreign_key_constraints.md deleted file mode 100644 index f2ba83c7f..000000000 --- a/documentation/changes/drop_all_foreign_key_constraints.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropAllForeignKeyConstraints' ---- - - - - - - - -# Change: 'dropAllForeignKeyConstraints' - -Drops all foreign key constraints for a table - -## Available Attributes ## - - - - - - -
    NameDescription
    baseTableCatalogNameCatalog name of the table containing columns constrained by foreign keys@ v3.0E.g. 'cat'
    baseTableNameName of the table containing columns constrained by foreign keysE.g. 'person'
    baseTableSchemaNameSchema name of the table containing columns constrained by foreign keysE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropAllForeignKeyConstraints-example - author: liquibase-docs - changes: - - dropAllForeignKeyConstraints: - baseTableCatalogName: cat - baseTableName: person - baseTableSchemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropAllForeignKeyConstraints-example", - "author": "liquibase-docs", - "changes": [ - { - "dropAllForeignKeyConstraints": { - "baseTableCatalogName": "cat", - "baseTableName": "person", - "baseTableSchemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_check_constraint.md b/documentation/changes/drop_check_constraint.md deleted file mode 100644 index ebeb6c3fa..000000000 --- a/documentation/changes/drop_check_constraint.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropCheckConstraint' ---- - - - - - - - -# Change: 'dropCheckConstraint' - -Drops an existing check constraint - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    constraintNameName of check constraint to dropE.g. 'const_name'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to drop the check constraint fromE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropCheckConstraint-example - author: liquibase-docs - changes: - - dropCheckConstraint: - catalogName: cat - constraintName: const_name - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropCheckConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "dropCheckConstraint": { - "catalogName": "cat", - "constraintName": "const_name", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ALTER TABLE cat.[public].person DROP CONSTRAINT const_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2Not SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereNot SupportedNo
    diff --git a/documentation/changes/drop_column.md b/documentation/changes/drop_column.md deleted file mode 100644 index 746549b9b..000000000 --- a/documentation/changes/drop_column.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropColumn' ---- - - - - - - - -# Change: 'dropColumn' - -Drop existing column(s). - -To drop a single column, use the simple form of this element where the tableName and columnName are specified as attributes. To drop several columns, specify the tableName as an attribute, and then specify a set of nested <column> tags. If nested <column> tags are present, the columnName attribute will be ignored. - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnNameName of the column to drop, if dropping a single column. Ignored if nested 'column's are definedE.g. 'id'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table containing the column(s) to dropE.g. 'person'
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [0..N]Columns to be dropped if dropping multiple columns. If this is populated, the columnName attribute is ignored.Note: columns tag not required in XML
    Attributes
    {%include DropColumnConfig.md%}
    - -
    -{% highlight xml %} - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropColumn-example - author: liquibase-docs - changes: - - dropColumn: - catalogName: cat - columnName: id - columns: - - column: - name: address - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropColumn-example", - "author": "liquibase-docs", - "changes": [ - { - "dropColumn": { - "catalogName": "cat", - "columnName": "id", - "columns": [ - { - "column": { - "name": "address" - } - }] - , - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person DROP COLUMN address; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zNot SupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_default_value.md b/documentation/changes/drop_default_value.md deleted file mode 100644 index 8274f40cf..000000000 --- a/documentation/changes/drop_default_value.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropDefaultValue' ---- - - - - - - - -# Change: 'dropDefaultValue' - -Removes the database default value for a column - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeE.g. 'int'Required for: informix
    columnNameName of column to drop the default value fromE.g. 'id'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to containing the columnE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropDefaultValue-example - author: liquibase-docs - changes: - - dropDefaultValue: - catalogName: cat - columnDataType: int - columnName: id - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropDefaultValue-example", - "author": "liquibase-docs", - "changes": [ - { - "dropDefaultValue": { - "catalogName": "cat", - "columnDataType": "int", - "columnName": "id", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person ALTER id DROP DEFAULT; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_foreign_key_constraint.md b/documentation/changes/drop_foreign_key_constraint.md deleted file mode 100644 index 9ce791c01..000000000 --- a/documentation/changes/drop_foreign_key_constraint.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropForeignKeyConstraint' ---- - - - - - - - -# Change: 'dropForeignKeyConstraint' - -Drops an existing foreign key - -## Available Attributes ## - - - - - - - -
    NameDescription
    baseTableCatalogName@ v3.0E.g. 'cat'
    baseTableNameName of the table containing the column constrained by the foreign keyE.g. 'person'
    baseTableSchemaNameE.g. 'public'
    constraintNameName of the foreign key constraint to dropE.g. 'fk_address_person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropForeignKeyConstraint-example - author: liquibase-docs - changes: - - dropForeignKeyConstraint: - baseTableCatalogName: cat - baseTableName: person - baseTableSchemaName: public - constraintName: fk_address_person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropForeignKeyConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "dropForeignKeyConstraint": { - "baseTableCatalogName": "cat", - "baseTableName": "person", - "baseTableSchemaName": "public", - "constraintName": "fk_address_person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person DROP FOREIGN KEY fk_address_person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_function.md b/documentation/changes/drop_function.md deleted file mode 100644 index 09b9300d8..000000000 --- a/documentation/changes/drop_function.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropFunction' ---- - - - - - - - -# Change: 'dropFunction' - -Drops an existing function - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogSupported by: asany, db2, db2z, derby, firebird, h2, hsqldb, informix, ingres, mariadb, mysql, oracle, postgresql, sqlite, sybaseE.g. 'cat'
    functionNameName of the function to dropE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropFunction-example - author: liquibase-docs - changes: - - dropFunction: - catalogName: cat - functionName: A String - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropFunction-example", - "author": "liquibase-docs", - "changes": [ - { - "dropFunction": { - "catalogName": "cat", - "functionName": "A String", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP FUNCTION cat.`A String`; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_index.md b/documentation/changes/drop_index.md deleted file mode 100644 index ca8932cd3..000000000 --- a/documentation/changes/drop_index.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropIndex' ---- - - - - - - - -# Change: 'dropIndex' - -Drops an existing index - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    indexNameName of the index to dropE.g. 'idx_address'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the indexed table.E.g. 'person'Required for: asany, mariadb, mssql, mysql, sybase
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropIndex-example - author: liquibase-docs - changes: - - dropIndex: - catalogName: cat - indexName: idx_address - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropIndex-example", - "author": "liquibase-docs", - "changes": [ - { - "dropIndex": { - "catalogName": "cat", - "indexName": "idx_address", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP INDEX idx_address ON cat.person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_not_null_constraint.md b/documentation/changes/drop_not_null_constraint.md deleted file mode 100644 index 9250829d1..000000000 --- a/documentation/changes/drop_not_null_constraint.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropNotNullConstraint' ---- - - - - - - - -# Change: 'dropNotNullConstraint' - -Makes a column nullable - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeCurrent data type of the columnE.g. 'int'Required for: informix, mariadb, mssql, mysql
    columnNameName of the column to drop the constraint fromE.g. 'id'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table containing that the column to drop the constraint fromE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropNotNullConstraint-example - author: liquibase-docs - changes: - - dropNotNullConstraint: - catalogName: cat - columnDataType: int - columnName: id - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropNotNullConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "dropNotNullConstraint": { - "catalogName": "cat", - "columnDataType": "int", - "columnName": "id", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person MODIFY id INT NULL; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zNot SupportedYes
    DerbySupportedYes
    FirebirdNot SupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/drop_package.md b/documentation/changes/drop_package.md deleted file mode 100644 index 0d6996c86..000000000 --- a/documentation/changes/drop_package.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropPackage' ---- - - - - - - - -# Change: 'dropPackage' - -Drops an existing package - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    packageNameName of the package to dropE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropPackage-example - author: liquibase-docs - changes: - - dropPackage: - catalogName: cat - packageName: A String - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropPackage-example", - "author": "liquibase-docs", - "changes": [ - { - "dropPackage": { - "catalogName": "cat", - "packageName": "A String", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP PACKAGE cat.`A String`; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_package_body.md b/documentation/changes/drop_package_body.md deleted file mode 100644 index 6ddf2cf53..000000000 --- a/documentation/changes/drop_package_body.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropPackageBody' ---- - - - - - - - -# Change: 'dropPackageBody' - -Drops an existing package body - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    packageBodyNameName of the package body to dropE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropPackageBody-example - author: liquibase-docs - changes: - - dropPackageBody: - catalogName: cat - packageBodyName: A String - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropPackageBody-example", - "author": "liquibase-docs", - "changes": [ - { - "dropPackageBody": { - "catalogName": "cat", - "packageBodyName": "A String", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP PACKAGE BODY cat.`A String`; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_primary_key.md b/documentation/changes/drop_primary_key.md deleted file mode 100644 index c7b0368c5..000000000 --- a/documentation/changes/drop_primary_key.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropPrimaryKey' ---- - - - - - - - -# Change: 'dropPrimaryKey' - -Drops an existing primary key - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    constraintNameName of the primary keyE.g. 'const_name'Required for: firebird, informix, sybase
    dropIndexboolean
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to drop the primary key ofE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropPrimaryKey-example - author: liquibase-docs - changes: - - dropPrimaryKey: - catalogName: cat - constraintName: const_name - dropIndex: true - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropPrimaryKey-example", - "author": "liquibase-docs", - "changes": [ - { - "dropPrimaryKey": { - "catalogName": "cat", - "constraintName": "const_name", - "dropIndex": true, - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person DROP PRIMARY KEY; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_procedure.md b/documentation/changes/drop_procedure.md deleted file mode 100644 index d4316e2ac..000000000 --- a/documentation/changes/drop_procedure.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropProcedure' ---- - - - - - - - -# Change: 'dropProcedure' - -Drops an existing procedure - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogSupported by: asany, db2, db2z, derby, firebird, h2, hsqldb, informix, ingres, mariadb, mysql, oracle, postgresql, sqlite, sybaseE.g. 'cat'
    procedureNameName of the stored procedure to dropE.g. 'new_customer'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropProcedure-example - author: liquibase-docs - changes: - - dropProcedure: - catalogName: cat - procedureName: new_customer - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropProcedure-example", - "author": "liquibase-docs", - "changes": [ - { - "dropProcedure": { - "catalogName": "cat", - "procedureName": "new_customer", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP PROCEDURE cat.new_customer; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_sequence.md b/documentation/changes/drop_sequence.md deleted file mode 100644 index 872fefbec..000000000 --- a/documentation/changes/drop_sequence.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropSequence' ---- - - - - - - - -# Change: 'dropSequence' - -Drop an existing sequence - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    sequenceNameName of the sequence to dropE.g. 'seq_id'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropSequence-example - author: liquibase-docs - changes: - - dropSequence: - catalogName: cat - schemaName: public - sequenceName: seq_id - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropSequence-example", - "author": "liquibase-docs", - "changes": [ - { - "dropSequence": { - "catalogName": "cat", - "schemaName": "public", - "sequenceName": "seq_id" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -DROP SEQUENCE [public].seq_id; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESNot SupportedNo
    InformixSupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_synonym.md b/documentation/changes/drop_synonym.md deleted file mode 100644 index 2ea0cadae..000000000 --- a/documentation/changes/drop_synonym.md +++ /dev/null @@ -1,110 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropSynonym' ---- - - - - - - - -# Change: 'dropSynonym' - -Drops a synonym - -## Available Attributes ## - - - - - - - - -
    NameDescription
    objectTypeE.g. 'A String'Required for: db2
    privateboolean
    synonymCatalogNameSupported by: db2, db2z, oracle
    synonymNameE.g. 'A String'
    synonymSchemaName
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropSynonym-example - author: liquibase-docs - changes: - - dropSynonym: - objectType: A String - private: true - synonymName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropSynonym-example", - "author": "liquibase-docs", - "changes": [ - { - "dropSynonym": { - "objectType": "A String", - "private": true, - "synonymName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -DROP SYNONYM [A String]; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2Not SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLNot SupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereNot SupportedNo
    diff --git a/documentation/changes/drop_table.md b/documentation/changes/drop_table.md deleted file mode 100644 index 26efecc54..000000000 --- a/documentation/changes/drop_table.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropTable' ---- - - - - - - - -# Change: 'dropTable' - -Drops an existing table - -## Available Attributes ## - - - - - - - -
    NameDescription
    cascadeConstraintsbooleanAdd the `CASCADE CONSTRAINTS` to the statement
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to dropE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropTable-example - author: liquibase-docs - changes: - - dropTable: - cascadeConstraints: true - catalogName: cat - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropTable-example", - "author": "liquibase-docs", - "changes": [ - { - "dropTable": { - "cascadeConstraints": true, - "catalogName": "cat", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP TABLE cat.person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_trigger.md b/documentation/changes/drop_trigger.md deleted file mode 100644 index b1d1a142c..000000000 --- a/documentation/changes/drop_trigger.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropTrigger' ---- - - - - - - - -# Change: 'dropTrigger' - -Drop trigger - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'Supported by: db2, db2z, oracle, postgresql
    schemaNameName of the schemaE.g. 'public'
    scopeE.g. 'A String'
    tableNameName of the tableE.g. 'person'
    triggerNameE.g. 'A String'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropTrigger-example - author: liquibase-docs - changes: - - dropTrigger: - catalogName: cat - schemaName: public - scope: A String - tableName: person - triggerName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropTrigger-example", - "author": "liquibase-docs", - "changes": [ - { - "dropTrigger": { - "catalogName": "cat", - "schemaName": "public", - "scope": "A String", - "tableName": "person", - "triggerName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -DROP TRIGGER [public].[A String]; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2Not SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereNot SupportedNo
    diff --git a/documentation/changes/drop_unique_constraint.md b/documentation/changes/drop_unique_constraint.md deleted file mode 100644 index ac8610308..000000000 --- a/documentation/changes/drop_unique_constraint.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropUniqueConstraint' ---- - - - - - - - -# Change: 'dropUniqueConstraint' - -Drops an existing unique constraint - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    constraintNameName of unique constraint to dropE.g. 'const_name'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to drop the unique constraint fromE.g. 'person'
    uniqueColumnsE.g. 'name'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropUniqueConstraint-example - author: liquibase-docs - changes: - - dropUniqueConstraint: - catalogName: cat - constraintName: const_name - schemaName: public - tableName: person - uniqueColumns: name - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropUniqueConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "dropUniqueConstraint": { - "catalogName": "cat", - "constraintName": "const_name", - "schemaName": "public", - "tableName": "person", - "uniqueColumns": "name" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person DROP KEY const_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/drop_view.md b/documentation/changes/drop_view.md deleted file mode 100644 index 2192426cd..000000000 --- a/documentation/changes/drop_view.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -layout: default -title: Docs | Change 'dropView' ---- - - - - - - - -# Change: 'dropView' - -Drops an existing view - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    viewNameName of the view to dropE.g. 'v_person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: dropView-example - author: liquibase-docs - changes: - - dropView: - catalogName: cat - schemaName: public - viewName: v_person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "dropView-example", - "author": "liquibase-docs", - "changes": [ - { - "dropView": { - "catalogName": "cat", - "schemaName": "public", - "viewName": "v_person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -DROP VIEW cat.v_person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/empty.md b/documentation/changes/empty.md deleted file mode 100644 index a74fb573f..000000000 --- a/documentation/changes/empty.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -layout: default -title: Docs | Change 'empty' ---- - - - - - - - -# Change: 'empty' - -empty - -## Available Attributes ## - - - -
    NameDescription
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: empty-example - author: liquibase-docs - changes: - - empty: {} - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "empty-example", - "author": "liquibase-docs", - "changes": [ - { - "empty": { - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/enable_check_constraint.md b/documentation/changes/enable_check_constraint.md deleted file mode 100644 index 0195ef649..000000000 --- a/documentation/changes/enable_check_constraint.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'enableCheckConstraint' ---- - - - - - - - -# Change: 'enableCheckConstraint' - -Enable Check Constraint - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    constraintNameE.g. 'const_name'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: enableCheckConstraint-example - author: liquibase-docs - changes: - - enableCheckConstraint: - catalogName: cat - constraintName: const_name - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "enableCheckConstraint-example", - "author": "liquibase-docs", - "changes": [ - { - "enableCheckConstraint": { - "catalogName": "cat", - "constraintName": "const_name", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ALTER TABLE cat.[public].person WITH CHECK CHECK CONSTRAINT const_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLNot SupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/enable_trigger.md b/documentation/changes/enable_trigger.md deleted file mode 100644 index addbda91d..000000000 --- a/documentation/changes/enable_trigger.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'enableTrigger' ---- - - - - - - - -# Change: 'enableTrigger' - -Enable Trigger - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'Supported by: oracle, postgresql
    schemaNameName of the schemaE.g. 'public'
    scopeE.g. 'A String'
    tableNameName of the tableE.g. 'person'
    triggerNameE.g. 'A String'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: enableTrigger-example - author: liquibase-docs - changes: - - enableTrigger: - catalogName: cat - schemaName: public - scope: A String - tableName: person - triggerName: A String - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "enableTrigger-example", - "author": "liquibase-docs", - "changes": [ - { - "enableTrigger": { - "catalogName": "cat", - "schemaName": "public", - "scope": "A String", - "tableName": "person", - "triggerName": "A String" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -ENABLE TRIGGER [public].[A String] ON cat.[public].person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedYes
    DB2/zNot SupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/execute_command.md b/documentation/changes/execute_command.md deleted file mode 100644 index 45bae2619..000000000 --- a/documentation/changes/execute_command.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -layout: default -title: Docs | Change 'executeCommand' ---- - - - - - - - -# Change: 'executeCommand' - -Executes a system command. Because this refactoring doesn't generate SQL like most, using Liquibase commands such as migrateSQL may not work as expected. Therefore, if at all possible use refactorings that generate SQL. - -## Available Attributes ## - - - - - -
    NameDescription
    executableName of the executable to runE.g. 'mysqldump'
    timeoutTimeout value for executable to runE.g. '10s'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: executeCommand-example - author: liquibase-docs - changes: - - executeCommand: - executable: mysqldump - timeout: 10s - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "executeCommand-example", - "author": "liquibase-docs", - "changes": [ - { - "executeCommand": { - "executable": "mysqldump", - "timeout": "10s" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/index.md b/documentation/changes/index.md deleted file mode 100644 index b1630f060..000000000 --- a/documentation/changes/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: default -title: Docs | Refactorings ---- - -# Bundled Liquibase Changes - -Liquibase ships with a large number of refactoring/changes that can be applied to your database as well as the ability to write more through the -[extension system](../../extensions/index.html). - -#### Note -- Property values are string except noted -- Boolean parameters are defaulted to false unless otherwise noted - - -| **Entity**| Create / Add | Drop | Change -|====|===| -| Table | [createTable](create_table.html) | [dropTable](drop_table.html) | [renameTable](rename_table.html) [setTableRemarks](set_table_remarks.html) -| Column | [addColumn](add_column.html) | [dropColumn](drop_column.html) | [renameColumn](rename_column.html) [modityDataType](modify_data_type.html) [setColumnRemarks](set_column_remarks.html) [addAutoIncrement](add_auto_increment.html) -| Index | [createIndex](create_index.html) | [dropIndex](drop_index.html) | -| View | [createView](create_view.html) | [dropView](drop_view.html) | [renameView](rename_view.html) -| Procedure | [createProcedure](create_procedure.html) | [dropProcedure](drop_procedure.html) | -| Sequence | [createSequence](create_sequence.html) | [dropSequence](drop_sequence.html) | [renameSequence](rename_sequence.html) [alterSequence](alter_sequence.html) - -| **Constraint**| Add | Drop -|====|===| -| Check | [addCheckConstraint](add_check_constraint.html) | [dropConstraint](drop_check_constraint.html) -| Default value | [addDefaultValue](add_default_value.html) | [dropDefaultValue](drop_default_value.html) -| Foreign key | [addForeignKeyConstraint](add_foreign_key_constraint.html) | [dropForeignKeyConstraint](drop_foreign_key_constraint.html) -| Not null | [addNotNullConstraint](add_not_null_constraint.html) | [dropNotNullConstraint](drop_not_null_constraint.html) -| Primary key | [addPrimaryKey](add_primary_key.html) | [dropPrimaryKey](drop_primary_key.html) -| Unique key | [addUniqueKeyConstraint](add_unique_constraint.html) | [dropUniqueKeyConstraint](drop_unique_constraint.html) - -| **Data**| -|====|===| -| [insert](insert.html) | [update](update.html) | [delete](delete.html) | [loadData](load_data.html) | [loadUpdateData](load_update_data.html) | [mergeColumns](merge_columns.html) | [addLookupTable](add_lookup_table.html) - -| **Misc**| -|====|===| -| [sql](sql.html) | [sqlFile](sql_file.html) | [executeCommand](execute_command.html) | [tagDatabase](tag_database.html) | [stop](stop.html) | [output](output.html) | [customChange](custom_change.html) \ No newline at end of file diff --git a/documentation/changes/insert.md b/documentation/changes/insert.md deleted file mode 100644 index ca49f5a61..000000000 --- a/documentation/changes/insert.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -layout: default -title: Docs | Change 'insert' ---- - - - - - - - -# Change: 'insert' - -Inserts data into an existing table - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.0E.g. '!h2, mysql'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table to insert data intoE.g. 'person'
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [1..N]Data to insert into columnsNote: columns tag not required in XML
    Attributes
    {%include insertUpdateColumnConfig.md%}
    - -
    -{% highlight xml %} - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: insert-example - author: liquibase-docs - changes: - - insert: - catalogName: cat - columns: - - column: - name: address - value: address value - dbms: '!h2, mysql' - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "insert-example", - "author": "liquibase-docs", - "changes": [ - { - "insert": { - "catalogName": "cat", - "columns": [ - { - "column": { - "name": "address", - "value": "address value" - } - }] - , - "dbms": "!h2, mysql", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -INSERT INTO cat.person (address) VALUES ('address value'); - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/load_data.md b/documentation/changes/load_data.md deleted file mode 100644 index bfb88a833..000000000 --- a/documentation/changes/load_data.md +++ /dev/null @@ -1,176 +0,0 @@ ---- -layout: default -title: Docs | Change 'loadData' ---- - - - - - - - -# Change: 'loadData' - -Loads data from a CSV file into an existing table. A value of NULL in a cell will be converted to a database NULL rather than the string 'NULL'. -Lines starting with # (hash) sign are treated as comments. You can change comment pattern by specifying 'commentLineStartsWith' property in loadData tag.To disable comments set 'commentLineStartsWith' to empty value' - -If the data type for a load column is set to NUMERIC, numbers are parsed in US locale (e.g. 123.45). -Date/Time values included in the CSV file should be in ISO format http://en.wikipedia.org/wiki/ISO_8601 in order to be parsed correctly by Liquibase. Liquibase will initially set the date format to be 'yyyy-MM-dd'T'HH:mm:ss' and then it checks for two special cases which will override the data format string. - -If the string representing the date/time includes a '.', then the date format is changed to 'yyyy-MM-dd'T'HH:mm:ss.SSS' -If the string representing the date/time includes a space, then the date format is changed to 'yyyy-MM-dd HH:mm:ss' -Once the date format string is set, Liquibase will then call the SimpleDateFormat.parse() method attempting to parse the input string so that it can return a Date/Time. If problems occur, then a ParseException is thrown and the input string is treated as a String for the INSERT command to be generated. -If UUID type is used UUID value is stored as string and NULL in cell is supported. - -## Available Attributes ## - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    commentLineStartsWithLines starting with this character are treated as comment and ignored.Default: '#'
    encodingEncoding of the CSV file (defaults to UTF-8)Default: 'utf-8'
    fileCSV file to loadE.g. 'com/example/users.csv'
    quotcharThe quote character for string fields containing the separator character.Default: '"'
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    schemaNameName of the schemaE.g. 'public'
    separatorCharacter separating the fields.Default: ','
    tableNameName of the table to insert data intoE.g. 'person'
    usePreparedStatementsbooleanUse prepared statements instead of insert statement strings if the DB supports it
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [0..N]CSV -> table column mapping can be defined. - -Either the 'header' or 'index' attribute needs to be defined for columns if the header name in the CSV is different than the column needs to be inserted -If no `column` defined at all, header names has to match the column names in the table.The column type it is taken from the DB. Otherwise for non-string columns the type definition might be requiredNote: columns tag not required in XML
    Attributes
    {%include LoadDataColumnConfig.md%}
    - -
    -{% highlight xml %} - - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: loadData-example - author: liquibase-docs - changes: - - loadData: - catalogName: cat - columns: - - column: - header: header1 - name: id - type: NUMERIC - - column: - index: 3 - name: name - type: BOOLEAN - commentLineStartsWith: / - encoding: UTF-8 - file: com/example/users.csv - quotchar: '''' - relativeToChangelogFile: true - schemaName: public - separator: ; - tableName: person - usePreparedStatements: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "loadData-example", - "author": "liquibase-docs", - "changes": [ - { - "loadData": { - "catalogName": "cat", - "columns": [ - { - "column": { - "header": "header1", - "name": "id", - "type": "NUMERIC" - } - }, - { - "column": { - "index": 3, - "name": "name", - "type": "BOOLEAN" - } - }] - , - "commentLineStartsWith": "/", - "encoding": "UTF-8", - "file": "com/example/users.csv", - "quotchar": "'", - "relativeToChangelogFile": true, - "schemaName": "public", - "separator": ";", - "tableName": "person", - "usePreparedStatements": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/load_update_data.md b/documentation/changes/load_update_data.md deleted file mode 100644 index 363fa2028..000000000 --- a/documentation/changes/load_update_data.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -layout: default -title: Docs | Change 'loadUpdateData' ---- - - - - - - - -# Change: 'loadUpdateData' - -Loads or updates data from a CSV file into an existing table. Differs from loadData by issuing a SQL batch that checks for the existence of a record. If found, the record is UPDATEd, else the record is INSERTed. Also, generates DELETE statements for a rollback. - -A value of NULL in a cell will be converted to a database NULL rather than the string 'NULL' - -## Available Attributes ## - - - - - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    commentLineStartsWithLines starting with this character are treated as comment and ignored.Default: '#'
    encodingEncoding of the CSV file (defaults to UTF-8)Default: 'utf-8'
    fileCSV file to loadE.g. 'com/example/users.csv'
    onlyUpdatebooleanIf true, records with no matching database record should be ignored@ v3.3
    primaryKeyComma delimited list of the columns for the primary keyE.g. 'pk_id'
    quotcharThe quote character for string fields containing the separator character.Default: '"'
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    schemaNameName of the schemaE.g. 'public'
    separatorCharacter separating the fields.Default: ','
    tableNameName of the table to insert or update data inE.g. 'person'
    usePreparedStatementsbooleanUse prepared statements instead of insert statement strings if the DB supports it
    - -## Nested Properties ## - - - -
    NameDescription
    columns / column [0..N]CSV -> table column mapping can be defined. - -Either the 'header' or 'index' attribute needs to be defined for columns if the header name in the CSV is different than the column needs to be inserted -If no `column` defined at all, header names has to match the column names in the table.The column type it is taken from the DB. Otherwise for non-string columns the type definition might be requiredNote: columns tag not required in XML
    Attributes
    {%include LoadDataColumnConfig.md%}
    - -
    -{% highlight xml %} - - - - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: loadUpdateData-example - author: liquibase-docs - changes: - - loadUpdateData: - catalogName: cat - columns: - - column: - header: header1 - name: id - type: NUMERIC - - column: - index: 3 - name: name - type: BOOLEAN - commentLineStartsWith: / - encoding: UTF-8 - file: com/example/users.csv - onlyUpdate: true - primaryKey: pk_id - quotchar: '''' - relativeToChangelogFile: true - schemaName: public - separator: ; - tableName: person - usePreparedStatements: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "loadUpdateData-example", - "author": "liquibase-docs", - "changes": [ - { - "loadUpdateData": { - "catalogName": "cat", - "columns": [ - { - "column": { - "header": "header1", - "name": "id", - "type": "NUMERIC" - } - }, - { - "column": { - "index": 3, - "name": "name", - "type": "BOOLEAN" - } - }] - , - "commentLineStartsWith": "/", - "encoding": "UTF-8", - "file": "com/example/users.csv", - "onlyUpdate": true, - "primaryKey": "pk_id", - "quotchar": "'", - "relativeToChangelogFile": true, - "schemaName": "public", - "separator": ";", - "tableName": "person", - "usePreparedStatements": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/mark_unused.md b/documentation/changes/mark_unused.md deleted file mode 100644 index f54827dac..000000000 --- a/documentation/changes/mark_unused.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'markUnused' ---- - - - - - - - -# Change: 'markUnused' - -Marks Column Unused - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    columnNameName of the columnE.g. 'id'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: markUnused-example - author: liquibase-docs - changes: - - markUnused: - catalogName: cat - columnName: id - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "markUnused-example", - "author": "liquibase-docs", - "changes": [ - { - "markUnused": { - "catalogName": "cat", - "columnName": "id", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (Oracle) - -{% highlight sql %} -ALTER TABLE cat.person SET UNUSED COLUMN id; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedNo
    DB2/zNot SupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2Not SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBNot SupportedNo
    MySQLNot SupportedNo
    OracleSupportedNo
    PostgreSQLNot SupportedNo
    SQL ServerNot SupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereNot SupportedNo
    diff --git a/documentation/changes/merge_columns.md b/documentation/changes/merge_columns.md deleted file mode 100644 index 5966308a9..000000000 --- a/documentation/changes/merge_columns.md +++ /dev/null @@ -1,136 +0,0 @@ ---- -layout: default -title: Docs | Change 'mergeColumns' ---- - - - - - - - -# Change: 'mergeColumns' - -Concatenates the values in two columns, joins them by with string, and stores the resulting value in a new column. - -## Available Attributes ## - - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    column1NameName of the column containing the first half of the dataE.g. 'first_name'
    column2NameName of the column containing the second half of the dataE.g. 'last_name'
    finalColumnNameName of the column to createE.g. 'full_name'
    finalColumnTypeData type of the column to createE.g. 'varchar(255)'
    joinStringString to place include between the values from column1 and column2 (may be empty)E.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table containing the columns to joinE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: mergeColumns-example - author: liquibase-docs - changes: - - mergeColumns: - catalogName: cat - column1Name: first_name - column2Name: last_name - finalColumnName: full_name - finalColumnType: varchar(255) - joinString: A String - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "mergeColumns-example", - "author": "liquibase-docs", - "changes": [ - { - "mergeColumns": { - "catalogName": "cat", - "column1Name": "first_name", - "column2Name": "last_name", - "finalColumnName": "full_name", - "finalColumnType": "varchar(255)", - "joinString": "A String", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE public.person ADD full_name VARCHAR(255) NULL; - -UPDATE cat.person SET full_name = CONCAT_WS(first_name, - 'A String', - last_name); - -ALTER TABLE public.person DROP COLUMN first_name; - -ALTER TABLE public.person DROP COLUMN last_name; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zNot SupportedNo
    DerbyNot SupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/modify_data_type.md b/documentation/changes/modify_data_type.md deleted file mode 100644 index 6e07dde87..000000000 --- a/documentation/changes/modify_data_type.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'modifyDataType' ---- - - - - - - - -# Change: 'modifyDataType' - -Modify data type - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnNameName of the columnE.g. 'id'
    newDataTypeE.g. 'int'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: modifyDataType-example - author: liquibase-docs - changes: - - modifyDataType: - catalogName: cat - columnName: id - newDataType: int - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "modifyDataType-example", - "author": "liquibase-docs", - "changes": [ - { - "modifyDataType": { - "catalogName": "cat", - "columnName": "id", - "newDataType": "int", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person MODIFY id INT; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zNot SupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/output.md b/documentation/changes/output.md deleted file mode 100644 index d8cede5f6..000000000 --- a/documentation/changes/output.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -layout: default -title: Docs | Change 'output' ---- - - - - - - - -# Change: 'output' - -Logs a message and continues execution. - -## Available Attributes ## - - - - - -
    NameDescription
    [XML: text content] / messageMessage to outputE.g. 'Make sure you feed the cat'Note: the content of the tag in XML
    targetTarget for message. Possible values: STDOUT, STDERR, FATAL, WARN, INFO, DEBUGDefault: 'STDERR'
    - -
    - -
    -{% highlight xml %} - - Make sure you feed the cat - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: output-example - author: liquibase-docs - changes: - - output: - message: Make sure you feed the cat - target: STDERR - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "output-example", - "author": "liquibase-docs", - "changes": [ - { - "output": { - "message": "Make sure you feed the cat", - "target": "STDERR" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/rename_column.md b/documentation/changes/rename_column.md deleted file mode 100644 index 23142ce5d..000000000 --- a/documentation/changes/rename_column.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -layout: default -title: Docs | Change 'renameColumn' ---- - - - - - - - -# Change: 'renameColumn' - -Renames an existing column - -## Available Attributes ## - - - - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    columnDataTypeData type of the columnE.g. 'int'Required for: mariadb, mysql
    newColumnNameName to rename the column toE.g. 'full_name'
    oldColumnNameName of the existing column to renameE.g. 'name'
    remarksRemarks of the columnE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the table containing that the column to renameE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: renameColumn-example - author: liquibase-docs - changes: - - renameColumn: - catalogName: cat - columnDataType: int - newColumnName: full_name - oldColumnName: name - remarks: A String - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "renameColumn-example", - "author": "liquibase-docs", - "changes": [ - { - "renameColumn": { - "catalogName": "cat", - "columnDataType": "int", - "newColumnName": "full_name", - "oldColumnName": "name", - "remarks": "A String", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person CHANGE name full_name INT COMMENT 'A String'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/rename_sequence.md b/documentation/changes/rename_sequence.md deleted file mode 100644 index 5cd4dbf85..000000000 --- a/documentation/changes/rename_sequence.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -layout: default -title: Docs | Change 'renameSequence' ---- - - - - - - - -# Change: 'renameSequence' - -Renames an existing sequence - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    newSequenceNameNew name for the sequenceE.g. 'seq_id'
    oldSequenceNameName of the sequence to renameE.g. 'seq_id'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: renameSequence-example - author: liquibase-docs - changes: - - renameSequence: - catalogName: cat - newSequenceName: seq_id - oldSequenceName: seq_id - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "renameSequence-example", - "author": "liquibase-docs", - "changes": [ - { - "renameSequence": { - "catalogName": "cat", - "newSequenceName": "seq_id", - "oldSequenceName": "seq_id", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -SP_RENAME seq_id , -seq_id; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedYes
    DB2/zNot SupportedYes
    DerbySupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/rename_table.md b/documentation/changes/rename_table.md deleted file mode 100644 index 39ee79344..000000000 --- a/documentation/changes/rename_table.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'renameTable' ---- - - - - - - - -# Change: 'renameTable' - -Renames an existing table - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    newTableNameNew name for the tableE.g. 'employee'
    oldTableNameName of the table to renameE.g. 'person'
    schemaNameName of the schemaE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: renameTable-example - author: liquibase-docs - changes: - - renameTable: - catalogName: cat - newTableName: employee - oldTableName: person - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "renameTable-example", - "author": "liquibase-docs", - "changes": [ - { - "renameTable": { - "catalogName": "cat", - "newTableName": "employee", - "oldTableName": "person", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person RENAME cat.employee; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdNot SupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/rename_trigger.md b/documentation/changes/rename_trigger.md deleted file mode 100644 index 21eea125c..000000000 --- a/documentation/changes/rename_trigger.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -layout: default -title: Docs | Change 'renameTrigger' ---- - - - - - - - -# Change: 'renameTrigger' - -Rename Trigger - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'Supported by: oracle, postgresql
    newTriggerNameE.g. 'A String'
    oldTriggerNameE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'Required for: postgresql
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: renameTrigger-example - author: liquibase-docs - changes: - - renameTrigger: - catalogName: cat - newTriggerName: A String - oldTriggerName: A String - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "renameTrigger-example", - "author": "liquibase-docs", - "changes": [ - { - "renameTrigger": { - "catalogName": "cat", - "newTriggerName": "A String", - "oldTriggerName": "A String", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (SQL Server) - -{% highlight sql %} -sp_rename '[public].A String', - 'A String'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedYes
    DB2/zNot SupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESNot SupportedYes
    InformixNot SupportedYes
    MariaDBNot SupportedYes
    MySQLNot SupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteNot SupportedYes
    SybaseNot SupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/rename_view.md b/documentation/changes/rename_view.md deleted file mode 100644 index 7def1db6e..000000000 --- a/documentation/changes/rename_view.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'renameView' ---- - - - - - - - -# Change: 'renameView' - -Renames an existing view - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalog@ v3.0E.g. 'cat'
    newViewNameName to rename the view toE.g. 'v_person'
    oldViewNameName of the view to renameE.g. 'v_person'
    schemaNameName of the schemaSupported by: ingres, mariadb, mssql, mysql, postgresql, sqlite, sybaseE.g. 'public'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: renameView-example - author: liquibase-docs - changes: - - renameView: - catalogName: cat - newViewName: v_person - oldViewName: v_person - schemaName: public - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "renameView-example", - "author": "liquibase-docs", - "changes": [ - { - "renameView": { - "catalogName": "cat", - "newViewName": "v_person", - "oldViewName": "v_person", - "schemaName": "public" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -RENAME TABLE cat.v_person TO cat.v_person; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWNot SupportedYes
    DB2/zNot SupportedYes
    DerbyNot SupportedYes
    FirebirdNot SupportedYes
    H2Not SupportedYes
    HyperSQLNot SupportedYes
    INGRESSupportedYes
    InformixNot SupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereNot SupportedYes
    diff --git a/documentation/changes/set_column_remarks.md b/documentation/changes/set_column_remarks.md deleted file mode 100644 index 7c930de8a..000000000 --- a/documentation/changes/set_column_remarks.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: default -title: Docs | Change 'setColumnRemarks' ---- - - - - - - - -# Change: 'setColumnRemarks' - -Set remarks on a column - -## Available Attributes ## - - - - - - - - -
    NameDescription
    catalogNameName of the catalogSupported by: asany, db2, db2z, h2, mariadb, mysql, oracle, postgresqlE.g. 'cat'
    columnNameName of the columnE.g. 'id'
    remarksComment to set on the columnE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: setColumnRemarks-example - author: liquibase-docs - changes: - - setColumnRemarks: - catalogName: cat - columnName: id - remarks: A String - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "setColumnRemarks-example", - "author": "liquibase-docs", - "changes": [ - { - "setColumnRemarks": { - "catalogName": "cat", - "columnName": "id", - "remarks": "A String", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person COMMENT = 'A String'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/set_table_remarks.md b/documentation/changes/set_table_remarks.md deleted file mode 100644 index 52cc83fff..000000000 --- a/documentation/changes/set_table_remarks.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -layout: default -title: Docs | Change 'setTableRemarks' ---- - - - - - - - -# Change: 'setTableRemarks' - -Set remarks on a table - -## Available Attributes ## - - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    remarksComment to set on the tableE.g. 'A String'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: setTableRemarks-example - author: liquibase-docs - changes: - - setTableRemarks: - catalogName: cat - remarks: A String - schemaName: public - tableName: person - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "setTableRemarks-example", - "author": "liquibase-docs", - "changes": [ - { - "setTableRemarks": { - "catalogName": "cat", - "remarks": "A String", - "schemaName": "public", - "tableName": "person" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -ALTER TABLE cat.person COMMENT = 'A String'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbyNot SupportedNo
    FirebirdNot SupportedNo
    H2SupportedNo
    HyperSQLNot SupportedNo
    INGRESNot SupportedNo
    InformixNot SupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteNot SupportedNo
    SybaseNot SupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/sql.md b/documentation/changes/sql.md deleted file mode 100644 index 71f62d384..000000000 --- a/documentation/changes/sql.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -layout: default -title: Docs | Change 'sql' ---- - - - - - - - -# Change: 'sql' - -The 'sql' tag allows you to specify whatever sql you want. It is useful for complex changes that aren't supported through Liquibase's automated refactoring tags and to work around bugs and limitations of Liquibase. The SQL contained in the sql tag can be multi-line. - -The createProcedure refactoring is the best way to create stored procedures. - -The 'sql' tag can also support multiline statements in the same file. Statements can either be split using a ; at the end of the last line of the SQL or a 'GO' on its own on the line between the statements can be used. Multiline SQL statements are also supported and only a ; or GO statement will finish a statement, a new line is not enough. Files containing a single statement do not need to use a ; or GO. - -The sql change can also contain comments of either of the following formats: - -A multiline comment that starts with /\* and ends with \*/. -A single line comment starting with <space>--<space> and finishing at the end of the line. -Note: By default it will attempt to split statements on a ';' or 'go' at the end of lines. Because of this, if you have a comment or some other non-statement ending ';' or 'go', don't have it at the end of a line or you will get invalid SQL. - -## Available Attributes ## - - - - - - - - -
    NameDescription
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.0E.g. 'h2, oracle'
    endDelimiterDelimiter to apply to the end of the statement. Defaults to ';', may be set to ''.E.g. '\nGO'
    splitStatementsbooleanSet to false to not have liquibase split statements on ;'s and GO's. Defaults to true if not setDefault: true
    [XML: text content] / sqlThe SQL to executeE.g. 'insert into person (name) values ('Bob')'Note: the content of the tag in XML
    stripCommentsbooleanSet to true to remove any comments in the SQL before executing, otherwise false. Defaults to false if not set
    - -## Nested Properties ## - - - -
    NameDescription
    commentE.g. 'What about Bob?'
    - -
    -{% highlight xml %} - - insert into person (name) values ('Bob') - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: sql-example - author: liquibase-docs - changes: - - sql: - comment: What about Bob? - dbms: h2, oracle - endDelimiter: \nGO - splitStatements: true - sql: insert into person (name) values ('Bob') - stripComments: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "sql-example", - "author": "liquibase-docs", - "changes": [ - { - "sql": { - "comment": "What about Bob?", - "dbms": "h2, oracle", - "endDelimiter": "\\nGO", - "splitStatements": true, - "sql": "insert into person (name) values ('Bob')", - "stripComments": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -insert into person (name) values ('Bob') -GO - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/sql_file.md b/documentation/changes/sql_file.md deleted file mode 100644 index 5a75d40f4..000000000 --- a/documentation/changes/sql_file.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -layout: default -title: Docs | Change 'sqlFile' ---- - - - - - - - -# Change: 'sqlFile' - -The 'sqlFile' tag allows you to specify any sql statements and have it stored external in a file. It is useful for complex changes that are not supported through Liquibase's automated refactoring tags such as stored procedures. - -The sqlFile refactoring finds the file by searching in the following order: - -The file is searched for in the classpath. This can be manually set and by default the Liquibase startup script adds the current directory when run. -The file is searched for using the file attribute as a file name. This allows absolute paths to be used or relative paths to the working directory to be used. -The 'sqlFile' tag can also support multiline statements in the same file. Statements can either be split using a ; at the end of the last line of the SQL or a go on its own on the line between the statements can be used.Multiline SQL statements are also supported and only a ; or go statement will finish a statement, a new line is not enough. Files containing a single statement do not need to use a ; or go. - -The sql file can also contain comments of either of the following formats: - -A multiline comment that starts with /\* and ends with \*/. -A single line comment starting with <space>--<space> and finishing at the end of the line - -## Available Attributes ## - - - - - - - - - - -
    NameDescription
    dbmsLogical expression of database type(s) on which the change must be applied. Valid database type names are listed on the supported databases page -It can be a comma separated list of multiple databases. -Or You can also specify that a change is NOT applicable to a particular database type by prefixing with !. The keywords all and none are also available.@ v3.0E.g. 'h2, oracle'
    encodingName of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8'
    endDelimiterDelimiter to apply to the end of the statement. Defaults to ';', may be set to ''.E.g. '\nGO'
    pathThe file path of the SQL file to loadE.g. 'my/path/file.sql'
    relativeToChangelogFilebooleanWhether the file path is relative to the root changelog file rather than to the classpath.
    splitStatementsbooleanSet to false to not have liquibase split statements on ;'s and GO's. Defaults to true if not setDefault: true
    stripCommentsbooleanSet to true to remove any comments in the SQL before executing, otherwise false. Defaults to false if not set
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: sqlFile-example - author: liquibase-docs - changes: - - sqlFile: - dbms: h2, oracle - encoding: utf8 - endDelimiter: \nGO - path: my/path/file.sql - relativeToChangelogFile: true - splitStatements: true - stripComments: true - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "sqlFile-example", - "author": "liquibase-docs", - "changes": [ - { - "sqlFile": { - "dbms": "h2, oracle", - "encoding": "utf8", - "endDelimiter": "\\nGO", - "path": "my/path/file.sql", - "relativeToChangelogFile": true, - "splitStatements": true, - "stripComments": true - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/stop.md b/documentation/changes/stop.md deleted file mode 100644 index dd671d82e..000000000 --- a/documentation/changes/stop.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -layout: default -title: Docs | Change 'stop' ---- - - - - - - - -# Change: 'stop' - -Stops Liquibase execution with a message. Mainly useful for debugging and stepping through a changelog - -## Available Attributes ## - - - - -
    NameDescription
    messageMessage to output when execution stopsDefault: 'Stop command in changelog file'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: stop-example - author: liquibase-docs - changes: - - stop: - message: What just happened??? - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "stop-example", - "author": "liquibase-docs", - "changes": [ - { - "stop": { - "message": "What just happened???" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changes/tag_database.md b/documentation/changes/tag_database.md deleted file mode 100644 index 456117d74..000000000 --- a/documentation/changes/tag_database.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -layout: default -title: Docs | Change 'tagDatabase' ---- - - - - - - - -# Change: 'tagDatabase' - -Applies a tag to the database for future rollback - -## Available Attributes ## - - - - -
    NameDescription
    tagTag to applyE.g. 'version_1.3'
    - -
    - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: tagDatabase-example - author: liquibase-docs - changes: - - tagDatabase: - tag: version_1.3 - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "tagDatabase-example", - "author": "liquibase-docs", - "changes": [ - { - "tagDatabase": { - "tag": "version_1.3" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedYes
    DB2/zSupportedYes
    DerbySupportedYes
    FirebirdSupportedYes
    H2SupportedYes
    HyperSQLSupportedYes
    INGRESSupportedYes
    InformixSupportedYes
    MariaDBSupportedYes
    MySQLSupportedYes
    OracleSupportedYes
    PostgreSQLSupportedYes
    SQL ServerSupportedYes
    SQLiteSupportedYes
    SybaseSupportedYes
    Sybase AnywhereSupportedYes
    diff --git a/documentation/changes/update.md b/documentation/changes/update.md deleted file mode 100644 index a759602de..000000000 --- a/documentation/changes/update.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -layout: default -title: Docs | Change 'update' ---- - - - - - - - -# Change: 'update' - -Updates data in an existing table - -## Available Attributes ## - - - - - - -
    NameDescription
    catalogNameName of the catalogE.g. 'cat'
    schemaNameName of the schemaE.g. 'public'
    tableNameName of the tableE.g. 'person'
    - -## Nested Properties ## - - - - -
    NameDescription
    columns / column [1..N]Data to updateNote: columns tag not required in XML
    Attributes
    {%include insertUpdateColumnConfig.md%}
    whereAllows to define the 'where' condition(s) stringE.g. 'name='Bob''
    - -
    -{% highlight xml %} - - - - name='Bob' - - -{% endhighlight %} -
    -
    -{% highlight yaml %} -changeSet: - id: update-example - author: liquibase-docs - changes: - - update: - catalogName: cat - columns: - - column: - name: address - value: address value - schemaName: public - tableName: person - where: name='Bob' - -{% endhighlight %} -
    -
    -{% highlight json %} -{ - "changeSet": { - "id": "update-example", - "author": "liquibase-docs", - "changes": [ - { - "update": { - "catalogName": "cat", - "columns": [ - { - "column": { - "name": "address", - "value": "address value" - } - }] - , - "schemaName": "public", - "tableName": "person", - "where": "name='Bob'" - } - }] - - } -} - -{% endhighlight %} -
    -
    - - -## SQL Generated From Above Sample (MySQL) - -{% highlight sql %} -UPDATE cat.person SET address = 'address value' WHERE name='Bob'; - - -{% endhighlight %} - -## Database Support - - - - - - - - - - - - - - - - - - - -
    DatabaseNotesAuto Rollback
    DB2/LUWSupportedNo
    DB2/zSupportedNo
    DerbySupportedNo
    FirebirdSupportedNo
    H2SupportedNo
    HyperSQLSupportedNo
    INGRESSupportedNo
    InformixSupportedNo
    MariaDBSupportedNo
    MySQLSupportedNo
    OracleSupportedNo
    PostgreSQLSupportedNo
    SQL ServerSupportedNo
    SQLiteSupportedNo
    SybaseSupportedNo
    Sybase AnywhereSupportedNo
    diff --git a/documentation/changeset.md b/documentation/changeset.md deleted file mode 100644 index db120a9df..000000000 --- a/documentation/changeset.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -layout: default -title: Docs | Changeset tag ---- - -# changeSet tag - -The changeSet tag is what you use to group database changes/refactorings together. - -{% highlight xml %} - - - - - A sample change log - - - - - - - - - - - - - -{% endhighlight %} - -Each changeSet tag is uniquely identified by the combination of the "id" tag, the "author" tag, and the changelog file classpath name. The id tag is only used as an identifier, it does not direct the order that changes are run and does not even have to be an integer. If you do not know or do not wish to save the actual author, simply use a placeholder value such as "UNKNOWN". - -As Liquibase executes the databaseChangeLog, it reads the changeSets in order and, for each one, checks the "databasechangelog" table to see if the combination of id/author/filepath has been run. If it has been run, the changeSet will be skipped unless there is a true "runAlways" tag. After all the changes in the changeSet are run, Liquibase will insert a new row with the id/author/filepath along with an MD5Sum of the changeSet (see below) in the "databasechangelog". - -Note -: filepath is the path how the changeLogFile parameter is defined. Even if the same file is referenced with a different path, that is considered a different file unless the logicalFilePath is defined. - -Liquibase attempts to execute each changeSet in a transaction that is committed at the end, or rolled back if there is an error. Some databases will auto-commit statements which interferes with this transaction setup and could lead to an unexpected database state. Therefore, it is usually best to have just one change per changeSet unless there is a group of non-auto-committing changes that you want applied as a transaction such as inserting data. - -## Available Attributes ## - - - - - - - - - - - - - - - - -
    idAn alpha-numeric identifier required
    authorThe creator of the change set required
    dbmsThe type of a database which that changeSet is to be used for. When the migration step is running, it checks the database type against this - attribute. Valid database type names are listed on the supported databases page. It is possible to list multiple databases separated by commas. - You can also specify that a changeset is NOT applicable to a particular database type by prefixing with !. The keywords all and none are - also available.
    runAlwaysExecutes the change set on every run, even if it has been run before
    runOnChangeExecutes the change the first time it is seen and each time the change set has been changed
    contextControls whether a changeset is executed, depending on runtime settings. Any string can be used for the context name and they are checked case-insensitively.
    labelsControls whether a changeset is executed, depending on runtime settings. Any string can be used for the label name and they are checked case-insensitively.
    runInTransactionShould the changeSet be ran as a single transaction (if possible)? Defaults to true. Warning: be careful with this attribute. If set to false and an error occurs part way through running a changeSet containing multiple statements, the Liquibase databasechangelog table will be left in an invalid state. Since 1.9
    failOnErrorShould the migration fail if an error occurs while executing the changeSet? Default=true
    objectQuotingStrategyThis controls how object names are quoted in the SQL generated or used in calls to the database. Different databases do different things to -the names of objects, for example Oracle converts everything to uppercase (unless quoted). There are three possible values. The default value is LEGACY.
    -LEGACY - Same behavior as in Liquibase 2.0
    -QUOTE_ALL_OBJECTS - Every object gets quoted. e.g. person becomes "person".
    -QUOTE_ONLY_RESERVED_WORDS - Quote reserved keywords and invalid column names.
    runOrderSince 3.5
    createdSince 3.5
    ignoreIgnore the changesSet from the executionSince 3.6
    logicalFilePathUse to override the file name and path when creating the unique identifier of change sets. Required when moving or renaming change logs.
    - - -## Available Sub-Tags ## - - - - - - - -
    commentA description of the change set. XML comments will provide the same benefit, future releases of Liquibase may be able to make use of <comment> tag comments to generate documentation
    preConditionsPreconditions that must pass before the change set will be executed. Useful for doing a data sanity check before doing something unrecoverable such as a dropTable Since 1.7
    <Any Refactoring Tag(s)>The database change(s) to run as part of this change set (so called refactorings)
    validCheckSumAdd a checksum that is considered valid for this changeSet, regardless of what is stored in the database. Used -primarily when you need to change a changeSet and don't want errors thrown on databases on which it has already run (not a recommended procedure). Special value "1:any" will match to any checksum and not execute the changeSet on ANY changeSince 1.7
    rollbackSQL statements or refactoring tags that describe how to rollback the change set
    - -
    - -### Rollback Tag ### - -The rollback tag describes how to roll back a change using SQL statement(s), change tags, or a reference to a previous change set. - -#### Rollback Tag Examples #### - -Here we see that you can just have plain SQL in the content part of the `` element. The text in the element is treated as a `` change with `stripComments` set to `true`, -`splitStatements` set to `true` and `endDelimiter` set to `;`. -{% highlight xml %} - - - - drop table testTable - - -{% endhighlight %} - -Here we see that you can have any type of change in the `` element. -{% highlight xml %} - - - - - - -{% endhighlight %} - -This example shows how a `` element can refer to another changeset. This would be interpreted as "In order to roll back this changeset (id="2"), apply the changeset with id=1" -{% highlight xml %} - - - - -{% endhighlight %} - - -## ChangeSet Check Sums ## - -When Liquibase reaches a changeSet, it computes a check sum and stores it in the "databasechangelog". The value of storing the check sum is so that Liquibase can know if -someone changed the changes in the changeSet since it was run. If the changeSet was changed since it was run, Liquibase will exit the migration with an error message like -`Validation failed: change set check sums was: but is now: `. This is because Liquibase cannot know what was changed and the -database may be in a state different than what the changeLog is expecting. If there was a valid reason for the changeSet to have -been changed and you want to ignore this error, you have two options. - -The first option is to manually update the databasechangelog table so that the row with the corresponding id/author/filepath has a null value for the check sum. You would -need to do this for all environments where the changeset has been deployed. The next time you run the Liquibase update command, it will update the check sum value to the new correct value. - -The second option is to add a `` element to the changeset. The text contents of the element should be the "old" checksum from the error message. - - -Check sums are also used in conjunction with the "runOnChange" changeSet attribute. There are times you may not want to add a new changeSet because you only need to know -about the current version, but you want this change applied whenever it is updated. A good example of when you would want this is stored procedures. If you copy the entire -text of the stored procedure to a new changeSet each time you make a change you will not only end up with a very long changeLog, but you will lose the merging and diff-ing -power of your source control. Instead, put the text of the stored procedure in a changeSet with a runOnChange="true" attribute. The stored procedure will be re-created -when and only when there is a change to the text of it. diff --git a/documentation/column.md b/documentation/column.md deleted file mode 100644 index 50bda7efa..000000000 --- a/documentation/column.md +++ /dev/null @@ -1,255 +0,0 @@ ---- -layout: default -title: Docs | Column tag ---- - -# Column tag # - -The "column" tag is a tag that is re-used throughout the Liquibase XML when column definitions and column information is needed. As a result, not all the attributes of column make sense in each context it is used in. - -## Available Attributes ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescription
    nameName of the column
    typeColumn data type
    valueValue to set the column to. The value will be surrounded by quote marks and nested quote marks will be escaped. Please note that setting the "value" attribute will set all rows existing to the specified value without modifying the column default. Setting the "defaultValue" attribute will specify a default value for the column.
    computedUsed if the value in "name" isn't actually a column name but actually a function. Since 3.3.0
    valueNumericNumeric value to set the column to. The value will not be escaped and will not be nested in quote marks.
    valueBooleanBoolean value to set the column to. The actual value string inserted will be dependent on the database implementation.
    valueDateDate and/or Time value to set the column to. The value is specified in one of the following forms: "YYYY-MM-DD", "hh:mm:ss" or "YYYY-MM-DDThh:mm:ss".
    valueComputedA value that is returned from a function or procedure call. This attribute will contain the function to call.
    valueBlobFilePath to a file, whose contents will be written as a BLOB (i.e. chunk of binary data). Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.: /usr/local/somefile.dat on Unix or c:\Directory\somefile.dat on Windows. Please refer to java.io.File javadoc for the details of what to consider relative/absolute path).
    valueClobFilePath to a file, whose contents will be written as a CLOB (i.e. chunk of character data). Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.: /usr/local/somefile.dat on Unix or c:\Directory\somefile.dat on Windows. Please refer to java.io.File javadoc for the details of what to consider relative/absolute path).
    encodingName of the encoding (as specified in java.nio.Charset javadoc, e.g. "UTF-8") of the CLOB file (specified in valueClobFile) contents.

    Note: used only when valueClobFile attribute is specified, ignored otherwise.
    defaultValueDefault value for column. -
    Note: If not set the first defaultValueXXX defined is used in the order they - appear.
    defaultValueNumericDefault numeric value for column
    defaultValueBooleanDefault boolean value for column
    defaultValueDateDefault date and/or time value for column. The value is specified in one of the following forms: "YYYY-MM-DD", "hh:mm:ss" or "YYYY-MM-DDThh:mm:ss"
    defaultValueComputedA value that is returned from a function or procedure call. This attribute will contain the function to call.
    autoIncrementIs column an auto-increment column. Ignored on databases that do not support autoincrement/identity functionality.
    startWithThe value auto-increment start. Ignored on databases that do not support autoincrement/identity functionality.
    incrementByThe value of each step by auto-increment. Ignored on databases that do not support autoincrement/identity functionality.
    remarksShort description of the column (column comment)
    beforeColumnIf used in an 'addColumn' command, this attribute allows you to control where in the table column order the new column goes. Only one of beforeColumn, afterColumn or position are allowed. Since 3.1
    afterColumnIf used in an 'addColumn' command, this attribute allows you to control where in the table column order the new column goes. Only one of beforeColumn, afterColumn or position are allowed. Since 3.1
    positionIf used in an 'addColumn' command, this attribute allows you to control where in the table column order the new column goes. Only one of beforeColumn, afterColumn or position are allowed. Expects a one based index Since 3.1
    descendingIf used in a 'createIndex' command, this boolean attribute allows you to specify that a column should be used in descending order in the index. Defaults to false (i.e. ascending order) Since 3.4
    - -To help make scripts database-independent, the following "generic" data types will be converted to the correct database implementation: - -* BOOLEAN -* CURRENCY -* UUID -* CLOB -* BLOB -* DATE -* DATETIME -* TIME -* BIGINT - -Also, specifying a java.sql.Types.* type will be converted to the correct type as well. If needed, precision can be included. Here are some examples: - -* java.sql.Types.TIMESTAMP -* java.sql.Types.VARCHAR(255) - -## Available Sub-Tags ## - - - - - - - - - - - - - - -
    TagDescription
    constraintsConstraint definitions
    - -# Constraints tag # - -The "constraints" tag contains information about constraints on the column. - -## Available Attributes ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    AttributeDescription
    nullableIs column nullable?
    notNullConstraintNameThe not null constraint name
    primaryKeyIs column a primary key?
    primaryKeyNamePrimary key name Since 1.6
    primaryKeyTablespaceThe tablespace to use for the defined primary key
    uniqueShould a unique clause be applied?
    uniqueConstraintNameThe unique constraint name
    referencesForeign key definition
    referencedTableCatalogNameName of the catalog
    referencedTableSchemaNameName of the schema
    referencedTableNameName of the table
    referencedColumnNamesName of the column
    foreignKeyNameForeign key name
    deleteCascadeSet delete cascade
    deferrableAre constraints deferrable?
    initiallyDeferredAre constraints initially deferred?
    validateNullableShould validate the defined not null constraint?
    validateUniqueShould validate the defined unique constraint?
    validatePrimaryKeyShould validate the defined primary key constraint?
    validateForeignKeyShould validate the defined foreign key constraint?
    checkConstraintShould validate the defined check constraint?
    diff --git a/documentation/command_line.md b/documentation/command_line.md deleted file mode 100644 index 3dd4647a6..000000000 --- a/documentation/command_line.md +++ /dev/null @@ -1,279 +0,0 @@ ---- -layout: default -title: Docs | Command line ---- - -# Liquibase Command Line # - -Liquibase can be run from the command line by running: - -{% highlight bat %} -liquibase [global options] [command] [command parameters] -{% endhighlight %} - -The command line migrator works well when you want to do migrations on demand, but don't have Ant or Maven available such as on servers. -The command line migrator also gives you more control over the process than the [servlet listener](servlet_listener.html), [Ant](ant/index.html), -or [Maven](maven/index.html) do, allowing you to run maintenance commands like outputting SQL and listing/releasing database changelog locks. - -Any values found after the command on the command line invocation will be considered a command parameter. The command line processor will -validate whether the command line parameters are allowed for the current command. If the current command does not allow command line -parameters or the parameter appears to be an incorrect format, then an error message of 'unexpected command parameter' will be logged -and the execution will terminate. - -The command line migrator also allows you to - -* [perform rollback operations and generate rollback scripts](rollback.html) -* [generate "diffs"](diff.html) -* [generate creation scripts from existing databases](generating_changelogs.html) -* [generate database change documentation](dbdoc.html) - -If you run the command line migrator without any arguments, you will get a help message listing these available commands: - -## Database Update Commands ## - - - - - - - - -
    CommandDescription
    updateUpdates database to current version.
    updateCount <value>Applies the next <value> change sets.
    updateSQLWrites SQL to update database to current version to STDOUT.
    updateCountSQL <value>Writes SQL to apply the next <value> change sets to STDOUT.
    updateTestingRollbackUpdates the database, then rolls back changes before updating again.
    - - -## Database Rollback Commands ## - - - - - - - - - - - - -
    CommandDescription
    rollback <tag>Rolls back the database to the state it was in when the tag was applied.
    rollbackToDate <date/time>Rolls back the database to the state it was in at the given date/time.
    rollbackCount <value>Rolls back the last <value> change sets.
    rollbackSQL <tag>Writes SQL to roll back the database to the state it was in when the tag was applied to STDOUT.
    rollbackToDateSQL <date/time>Writes SQL to roll back the database to the state it was in at the given date/time version to STDOUT.
    rollbackCountSQL <value>Writes SQL to roll back the last <value> change sets to STDOUT.
    futureRollbackSQLWrites SQL to roll back the database to the current state after the changes in the changeslog have been applied.
    updateTestingRollbackUpdates the database, then rolls back changes before updating again.
    - - -## Diff Commands ## - - - - - - -
    CommandDescription
    generateChangeLogGenerate a changelog from a database when adding Liquibase to a new project. -Conceptually, does a diff of the current database to an empty database, creating a changelog that has all the changes needed to update an empty database.
    diff [diff parameters]Writes description of differences between two databases to standard out.
    diffChangeLog [diff parameters]Adds any differences between the databases specified to a changelog. -Can append in any of the supported changelog formats.
    - - -## Documentation Commands ## - - - -
    CommandDescription
    dbDoc <outputDirectory>Generates Javadoc-like documentation based on current database and change log.
    - - -## Maintenance Commands ## - - - - - - - - - - - - - - - - - -
    CommandDescription
    changelogSyncMark all changes as executed in the database.
    changelogSyncSQLWrites SQL to mark all changes as executed in the database to STDOUT.
    clearCheckSumsRemoves current checksums from database. On next update changesets that - have already been deployed will have their checksums recomputed, and changesets that have not been deployed - will be deployed.
    dropAllDrops all database objects owned by the user. DANGEROUS!
    listLocksLists who currently has locks on the database changelog.
    markNextChangeSetRanMark the next change set as executed in the database.
    releaseLocksReleases all locks on the database changelog.
    statusOutputs count (list if --verbose) of unrun change sets.
    snapshotGathers the current database schema and displays that information to STDOUT. With options, can save -the schema in JSON format, and that JSON snapshot can serve as a comparison database.
    tag <tag>"Tags" the current database state for future rollback.
    tagExists <tag>Checks whether the given tag already exists.
    validateChecks the changelog for errors.
    calculateCheckSum
    executeSqlParameters: - - - -
    sqlSql to execute
    sqlFileSql file to execute
    delimiter
    - - -## Required Parameters for most commands ## - - - - - - - - -
    OptionDescription
    --changeLogFile=<path and filename>The changelog file to use.
    --username=<value>Database username.
    --password=<value>Database password.
    --url=<value>Database JDBC URL.
    --driver=<jdbc.driver.ClassName>Database driver class name.
    - - -## Optional Parameters ## - - - - - - - - - - - - - - - - - - -
    OptionDescription
    --classpath=<value>Classpath containing migration files and JDBC Driver.
    --contexts=<value>ChangeSet contexts to execute.
    --defaultSchemaName=<schema>Specifies the default schema to use for managed database objects and for Liquibase control tables.
    --databaseClass=<custom.DatabaseImpl>Specifies a custom Database implementation to use
    --defaultsFile=</path/to/file>File containing default option values. (default: ./liquibase.properties)
    --includeSystemClasspath=<true or false>Include the system classpath in the Liquibase classpath. (default: true)
    --promptForNonLocalDatabase=<true or false>Prompt if non-localhost databases. (default: false)
    --currentDateTimeFunction=<value>Overrides current date time function used in SQL. Useful for unsupported databases.
    --labels=<value>Filter the changelog using labels.
    --logLevel=<level>Execution log level (debug, info, warning, severe, off).
    --logFile=<filename>Rather than logging to console, send logging messages to a file.
    --liquibaseProLicenseKey=<licenKey>A Liquibase Pro license key (base64 encoded string) unlocks additional features.
    --helpOutput command line parameter help.
    --dataOutputDirectoryDirectory where insert statement csv files will be kept (required by generateChangeLog command).
    --propertyProviderClass=<properties.ClassName>custom Properties implementation to use
    - - -## Required Diff Parameters ## - - - - - - -
    OptionDescription
    --referenceUsername=<value>Base Database username.
    --referencePassword=<value>Base Database password.
    --referenceUrl=<value>Base Database URL.
    - - -## Optional Diff Parameters ## - - - - - -
    OptionDescription
    --referenceDriver=<jdbc.driver.ClassName>Base Database driver class name.
    --referenceDefaultSchemaName=<schema>Base Database default schema name.
    - - -## Change Log Properties ## - - - -
    OptionDescription
    -D<property.name>=<property.value>Pass a name/value pair for substitution of ${} blocks in the change log(s).
    - - -## Using a liquibase.properties file ## - -If you do not want to always specify options on the command line, you can create a [properties file](config_properties.html) that contains default values. By default, Liquibase will look for a file called "liquibase.properties" in the current working directory, but you can specify an alternate location with the `--defaultsFile` flag. If you have specified an option in a properties file and specify the same option on the command line, the value on the command line will override the properties file value. - - -## Examples ## - -### Standard Update Run ### - -{% highlight bat %} -java -jar liquibase.jar \ - --driver=oracle.jdbc.OracleDriver \ - --classpath=\path\to\classes:jdbcdriver.jar \ - --changeLogFile=com/example/db.changelog.xml \ - --url="jdbc:oracle:thin:@localhost:1521:oracle" \ - --username=scott \ - --password=tiger \ - update -{% endhighlight %} - -### Run update pulling changelogs from a .WAR file ### - -{% highlight bat %} -java -jar liquibase.jar \ - --driver=oracle.jdbc.OracleDriver \ - --classpath=website.war \ - --changeLogFile=com/example/db.changelog.xml \ - --url=jdbc:oracle:thin:@localhost:1521:oracle \ - --username=scott \ - --password=tiger \ - update -{% endhighlight %} - -### Run update pulling changelogs from an .EAR file ### - -{% highlight bat %} -java -jar liquibase.jar \ - --driver=oracle.jdbc.OracleDriver \ - --classpath=application.ear \ - --changeLogFile=com/example/db.changelog.xml \ - --url=jdbc:oracle:thin:@localhost:1521:oracle \ - --username=scott \ - --password=tiger \ - update -{% endhighlight %} - -### Don't execute changesets, save SQL to /tmp/script.sql ### - -{% highlight bat %} -java -jar liquibase.jar \ - --driver=oracle.jdbc.OracleDriver \ - --classpath=jdbcdriver.jar \ - --url=jdbc:oracle:thin:@localhost:1521:oracle \ - --username=scott \ - --password=tiger \ - updateSQL > /tmp/script.sql -{% endhighlight %} - -### List locks on the database change log lock table ### - -{% highlight bat %} -java -jar liquibase.jar \ - --driver=oracle.jdbc.OracleDriver \ - --classpath=jdbcdriver.jar \ - --url=jdbc:oracle:thin:@localhost:1521:oracle \ - --username=scott \ - --password=tiger \ - listLocks -{% endhighlight %} - -### Runs Liquibase using defaults from ./liquibase.properties ### - -{% highlight bat %} -java -jar liquibase.jar update -{% endhighlight %} - -#### liquibase.properties - -{% highlight properties %} -driver: oracle.jdbc.OracleDriver -classpath: jdbcdriver.jar -url: jdbc:oracle:thin:@localhost:1521:oracle -username: scott -password: tiger -{% endhighlight %} - -### Export Data from Database ### -This will export the data from the targeted database and put it in a folder "data" in a file name specified with <insert file name>. - -{% highlight bat %} -java -jar liquibase.jar --changeLogFile="./data/ " --diffTypes="data" generateChangeLog -{% endhighlight %} - -### Update passing changelog parameters ### -{% highlight bat %} -liquibase.bat update -Dengine=myisam -{% endhighlight %} - -# Unicode # -### MySQL ### -Add url parameters useUnicode=true and characterEncoding=UTF-8 to set character encoding to utf8. - -_Since v5.1.3 Connector/J now auto-detects servers configured with character_set_server=utf8mb4 or treats the Java encoding utf-8 passed using characterEncoding=... as utf8mb4._ - -{% highlight bat %} ---url="jdbc:mysql://localhost/dbname?useUnicode=true&characterEncoding=UTF-8 -{% endhighlight %} - -more information about [MySQL Connector J Using Character Sets and Unicode](http://dev.mysql.com/doc/connector-j/en/connector-j-reference-charsets.html) - diff --git a/documentation/config_properties.md b/documentation/config_properties.md deleted file mode 100644 index 64633750f..000000000 --- a/documentation/config_properties.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -layout: default -title: Docs | Creating and Configuring liquibase.properties File ---- -# Creating and Configuring a liquibase.properties File -
    -
    - -Creating a *liquibase.properties* file allows you to store properties that don't change often in a *liquibase.properties* file. You can also use parameters to specify your database connection information so Liquibase can access your database and save you the trouble of passing along command line arguments. - -#### Creating the File -To create a *liquibase.properties* file, generate a new text file in your project Liquibase directory and name it *liquibase.properties*. - -> Note: The file can also be named something other than liquibase.properties and/or be in a completely different directory by using the --defaultsFile parameter during runtime. -To learn more please see [Liquibase Command Line](command_line.html). - -## Parameters -The most common properties that you might set in the *liquibase.properties* are listed below. Any parameter that could be specified on -the command line can also be specified in the properties file. If a parameter is specified in both the properties file and the command line, -the command line value will override the value in the file. - -| Parameter | Definition | -| --------- | ---------- | -| changeLogFile | The path for your changelog file| -| driver | The driver class name for your source database| -| url | The primary database when doing an update, or the source database for performing comparisons. | -| username | The username for your source database.| -| password | The password for your source database.| -| referenceDriver | The driver class name for your target database. | -| referenceUrl | The database you want to use to compare to your source database. Also known as your target. | -| referenceUsername | The username for your target database. | -| referencePassword | The password for your target database. | -| liquibaseProLicenseKey | Your Liquibase Pro license key (If you have one). | -| classpath | The path for your database driver | -| parameter.[parameter name] | Define global [change log parameter](changelog_parameters.html). E.g. parameter.table.name: tableA - -Different commands require different parameter information to work. For more information on parameter requirements, search the Liquibase Command topics in the knowledge base. - -## liquibase.properties File Example -{% highlight text %} -changeLogFile: ../path/to/file/dbchangelog.xml -driver: oracle.jdbc.OracleDriver -url: jdbc:oracle:thin:@192.168.0.22:1521/orcl -username: PRO -password: password -referenceDriver: oracle.jdbc.OracleDriver -referenceUrl: jdbc:oracle:thin:@192.168.0.22:1521/orcl -referencePassword: password -liquibaseProLicenseKey: aeioufakekey32aeioufakekey785463214 -classpath: ../path/to/file/ojdbc6-11.2.0.3.0.jar -{% endhighlight %} -

    - -### Advanced configuration options - -| Parameter | Definition | -| --------- | ---------- | -| includeCatalogInSpecification | boolean Should Liquibase include the catalog name when determining equality? | -| convertDataTypes | boolean Should Liquibase convert to/from STANDARD data types. Applies to both snapshot and update commands. Default= true| - -### See Also ### -* [Using a liquibase.properties file in the command line](command_line.html#using-a-liquibaseproperties-file) -* [Using a liquibase.properties file with the maven plugin](maven/index.html#using-configuration-property-files) diff --git a/documentation/contexts.md b/documentation/contexts.md deleted file mode 100644 index cbb65ca53..000000000 --- a/documentation/contexts.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -layout: default -title: Docs | Contexts ---- - -# Contexts # - -"Contexts" in Liquibase are expressions you can add to changeSets to control which will be executed in any particular migration run. -Any string can be used for the context name and they are checked case-insensitively. - -When you run the migrator though any of the available methods, you can pass in a set of contexts to run. Only changeSets marked with the passed contexts will be run. - -If you don't assign a context to a changeSet, it will run all the time, regardless of what contexts you pass in to the migrator. - -If you do not specify a context when you run the migrator, ALL contexts will be run. - -Here is an example of a change set using the context attribute: -{% highlight xml %} - - - - - - - - - - -{% endhighlight %} - -## Context Syntax ## - -Contexts can be specified using AND, OR, ! and parentheses. Without parentheses the order of operations are "!" then "AND" then "OR". - -__Examples:__ - - * context="!test" - * context="v1.0 or map" - * context="v1.0 or map" - * context="!qa and !master" - - Using a "," to separate contexts works like an OR operation but with the highest precedence. - - __Examples:__ - - * "test, qa" is the same as "test OR qa" - * "test, qa and master" is the same as "(test) OR (qa and master) - -__Availability:__ - -* "," separator available in all versions of Liquibase -* "AND, OR, !, parentheses" added in 3.2.0 - - -## Using Contexts for Test Data ## - -If you are managing your test data with Liquibase, the best way to include it is in-line with all your other changeSets, but marked with a "test" context. -That way, when you want your test data inserted you can run the migrator with the "test" context. When it comes time to migrate your production database, -don't include the "test" context, and your test data will not be included (bare in mind that if you do not specify any context at all, every changeset will -be applied, including those marked with a "test" context). If you have multiple test environments or test data sets, simply tag them with different contexts -such as "min-test", "integration-test", etc. - -Using contexts to control test data is better than having a separate changeLog tree because later refactorings and changes will be applied to existing test -data the same as they are applied to production data. If you had a set of test data that was created and simply added after the database is set up, you -would be constantly manually updating your test data scripts to keep them in line with the current database schema. - -## Using Contexts for Multi-DBMS Change Logs ## - -You can use contexts to control which change sets run on which databases, but the better option is to use the built-in "dbms" tag on the changeSet tag. - - -## Default context ## - -Beginning with Liquibase 3.5, you can specify a context attribute in the root databaseChangeLog node to assign that context to all changeSets in the changelog by default. - -The specified context will be AND'ed with any contexts specified in changeSets within the changelog file. - -## Include/IncludeAll context ## - -Beginning with Liquibase 3.5, you can specify a context attribute in `` or `` tags. If specified, the given context is added to all changeSets in the included file(s). - diff --git a/documentation/core-concepts/index.md b/documentation/core-concepts/index.md deleted file mode 100644 index 65d4c08b1..000000000 --- a/documentation/core-concepts/index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: default -title: Docs | Core Concepts Home -subnav: subnav_documentation.md -includeDaticalBox: true ---- -# Liquibase Core Concepts -Performing database schema migrations is an essential task for nearly every software project. Learn some basic concepts of Liquibase, like changesets, how to use different formats for your changelog, and how different tables work. You can also learn more about intermediate-level concepts like parameters and how to use preconditions. - -## Liquibase Basics -- Overview of how to run Liquibase - - Running Liquibase from the Command Line - - Running Liquibase from Ant - - Running Liquibase from Maven -- The changelog - master list of all the changes to your database - - XML Format - - YAML Format - - JSON Format - - SQL Format - - Other Formats -- Change Sets - how changes are organized in the changelog -- DATABASECHANGELOG table - how changes are tracked in each database -- DATABASECHANGELOGLOCK table - how Liquibase prevents duplicate executions - -## Liquibase Intermediate -- Changelog Parameters - customizing the changelog at update time. -- Making changes to your schema - Refactoring Commands -- Using the include tag to break up your changelog -- Using the includeAll tag to use directories full of XML or SQL -- Contexts - limiting which changesets are deployed -- Labels - limiting which changesets are deployed - -- Preconditions - diff --git a/documentation/creating-liquibase-projects-with-maven-postgreSQL.md b/documentation/creating-liquibase-projects-with-maven-postgreSQL.md deleted file mode 100644 index 95a259fe3..000000000 --- a/documentation/creating-liquibase-projects-with-maven-postgreSQL.md +++ /dev/null @@ -1,118 +0,0 @@ ---- -layout: default -title: Docs | Creating Liquibase Project with Maven and PostgreSQL ---- - -# Setting up a Liquibase project with Maven and PostgreSQL - -The purpose of this document is to guide you through the process of creating a new Maven project with -PostgreSQL on a Linux/Unix/Mac machine. In this tutorial, you will generate an example project and follow -the instructions to apply and learn concepts associated with creating new Liquibase Projects within Maven. - -## Prerequisites -[Install Liquibase with Maven on Linux/Unix/Mac](installation-linux-unix-mac-with-maven.html) if you have not done so already. - -## Maven – Liquibase Project Tutorial -To create a Liquibase project within Maven that uses a PostgreSQL database, begin with the following steps: -1. Create a new project folder and name it `MavenPostgreSQL`. -2. Create a new plain-text file named `dbchangelog.xml` in the `MavenPostgeSQL` directory. This file will be your *changelog*, a file that will keep track of - all the changes you make to your database structure. You can learn more about them on the [Database Change Log File](databasechangelog.html) page. - In this tutorial, you will manually add a single change. We will start with an empty changelog file. -3. Open the `dbchangelog.xml` file and update it with the following text. This is a basic empty changelog file. - - {% highlight xml %} - - - - {% endhighlight %} - -{:start="4"} -4. Create another plain text file in the same directory, named `liquibase.properties` -5. Edit the liquibase.properties file to add the following properties: - {% highlight txt %} - changeLogFile: dbchangelog.xml - url: jdbc:postgresql://localhost:5432/MYDATABASE - username: postgres - password: password - {% endhighlight %} - **Note:** If you have a [Liquibase Pro]() key and want to apply it to your project, add the following property to your liquibase.properties file. - `liquibaseProLicenseKey: ` - -{:start="6"} -6. Add a changeset to the changelog. - In the dbchangelog.xml file line 9 to 20 add a new changeset. This changeset will have one change in it, to create a table named "department". - - {% highlight xml %} - - - - - - - - - - - - - - - - - {% endhighlight %} - -{:start="7"} -7. Now, we create the maven POM file for the project. Create a new plain-text file in the same directory named `pom.xml`. -8. Edit the `pom.xml` file and update it to have the following contents: - - {% highlight xml %} - - 4.0.0 - - com.my-group.app - LiquiPostgreSQL-app - 1.0-SNAPSHOT - - - - - org.liquibase - liquibase-maven-plugin - 3.8.0 - - liquibase.properties - - - - postgresql - postgresql - 9.1-901-1.jdbc4 - - - - - - - - {% endhighlight %} - -{:start="9"} -9. Open the command prompt and navigate to the `MavenPostgreSQL` directory. -10. Run the following command: `mvn liquibase:update` -11. From a database UI Tool, for example: "pgAdmin" check your database changes under "MYDATABASE". - You should see a new "department" table added to the database. - -Also, you should see two more tables: - -1. DATABASECHANGELOG - This table keeps a record of all the changesets that have been deployed. The next time you run the **update** command, the -changesets in the changelog will be compared with the DATABASECHANGELOG tracking table, and only the new changesets not -found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset -information we have just deployed. -2. DATABASECHANGELOGLOCK - This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/databasechangelog.md b/documentation/databasechangelog.md deleted file mode 100644 index 2b7e626ff..000000000 --- a/documentation/databasechangelog.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -layout: default -title: Docs | Databasechangelog ---- - -# Database Change Log File - -The root of all Liquibase changes is the databaseChangeLog file. - -## Available Attributes ## - - - - - -
    AttributeDescription
    logicalFilePathUse to override the file name and path when creating the unique identifier of change sets. Required when moving or renaming change logs.
    objectQuotingStrategyThis controls how object names are quoted in the SQL generated or used in calls to the database. Different databases do different things to -the names of objects, for example Oracle converts everything to uppercase (unless quoted). There are three possible values. The default value is LEGACY.
    -LEGACY - Same behavior as in Liquibase 2.0
    -QUOTE_ALL_OBJECTS - Every object gets quoted. e.g. person becomes "person".
    -QUOTE_ONLY_RESERVED_WORDS - Quote reserved keywords and invalid column names.
    - -## Available nested elements ## - - - - - - - - -
    TagDescription
    preConditionsPre-conditions required to execute the change log. Read More
    propertyValue to set property to, if not set by another means. Read More
    changeSetThe change sets to execute. Read More
    includeAdditional files containing change sets to execute. Read More
    contextContext to be appended (using AND) to all changeSets since 3.5
    - -When the Liquibase migrator runs, it parses the databaseChangeLog tag. It first checks any preconditions specified. If any of the [preconditions](preconditions.html) fail, the Liquibase will exit with an error message explaining what failed. Preconditions are useful for both documenting and enforcing expectations and assumptions of the changelog writer such as the DBMS to be run against or the user the changes are run as. - -If all preconditions are met, Liquibase will then begin running [changeSet](changeset.html) and [include](include.html) tags **in the order they appear in the databaseChangeLog file**. - -The XML schema for the databaseChangeLog tag is available at: - -* [http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd](http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd) **Since 3.1** - -Some legacy XSDs are listed on [the XML Format page](xml_format.html). - -Each changeSet contains an "id" tag and an "author" tag. These tags, along with the classpath location and name of the XML file create a unique identifier for that changeSet. - -## Sample Empty Change Log ## - -
    - - -
    -{% highlight xml %} - - - -{% endhighlight %} -
    - -
    -{% highlight yaml %} -databaseChangeLog: -{% endhighlight %} -
    - -
    -{% highlight json %} -{ - "databaseChangeLog": [ - ] -} - -{% endhighlight %} -
    - -
    -{% highlight sql %} ---liquibase formatted sql - -{% endhighlight %} -
    -
    - - diff --git a/documentation/databasechangelog_table.md b/documentation/databasechangelog_table.md deleted file mode 100644 index c8ef9b700..000000000 --- a/documentation/databasechangelog_table.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: default -title: Docs | DatabaseChangeLog Table ---- - -# DATABASECHANGELOG table - -Liquibase uses the `DATABASECHANGELOG` table to track which changeSets have been run. - -The table tracks each changeSet as a row, identified by a combination of the "id", "author", and "filename" columns. - -There is no primary key on the table. This is to avoid any database-specific restrictions on key lengths. The composite of "id", "author", and "filename" -is unique across all rows of the table. - - - - - - - - - - - - - - - - - -
    ColumnStandard Data TypeDescription
    IDVARCHAR(255)Value from the changeSet "id" attribute
    AUTHORVARCHAR(255)Value from the changeSet "author" attribute
    FILENAMEVARCHAR(255)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. The `logicalFilePath` attribute can be used - [on the changelog](/documentation/databasechangelog.html) or [on individual changeSets](/documentation/changeset.html).
    DATEEXECUTEDDATETIMEDate/time of when the changeSet was executed. Used with ORDEREXECUTED to determine rollback order
    ORDEREXECUTEDINTOrder that the changeSets were executed. Used in addition to DATEEXECUTED to ensure order is correct even when the databases datetime supports poor resolution.

    NOTE: The values are only guaranteed to be increasing within an individual update run. There are times where they will restart at zero.
    EXECTYPEVARCHAR(10)Description of how the changeSet was executed. Possible values include "EXECUTED", "FAILED", "SKIPPED", "RERAN", and "MARK_RAN"
    MD5SUMVARCHAR(35)Checksum of the changeSet when it was executed. Used on each run to ensure there have been no unexpected changes to changeSet in the changelog file.
    DESCRIPTIONVARCHAR(255)Short auto-generated human readable description of changeSet
    COMMENTSVARCHAR(255)Value from the changeSet "comment" attribute
    TAGVARCHAR(255)Tracks which changeSets correspond to tag operations.
    LIQUIBASEVARCHAR(20)Version of Liquibase used to execute the changeSet
    CONTEXTSVARCHAR(255)Context(s) used to execute the changeSet
    LABELSVARCHAR(255)Label(s) used to execute the changeSet
    DEPLOYMENT_IDVARCHAR(10)Changesets deployed together will have the same unique identifier
    - - diff --git a/documentation/databasechangeloglock_table.md b/documentation/databasechangeloglock_table.md deleted file mode 100644 index 1d40bf651..000000000 --- a/documentation/databasechangeloglock_table.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default -title: Docs | DatabaseChangeLogLock Table ---- - -# DATABASECHANGELOGLOCK table - -Liquibase uses the DATABASECHANGELOGLOCK table ensure only one instance of Liquibase is running at one time. - -Because Liquibase simply reads from the [DATABASECHANGELOG](databasechangelog_table.html) table to determine which changeSets need to run, if multiple instances of Liquibase are executed against the same database concurrently you will get conflicts. -This can happen if multiple developers use the same database instance or if there are multiple servers in a cluster which auto-run Liquibase on startup. - - - - - - - -
    ColumnStandard Data TypeDescription
    IDINTId of the lock. Currently there is only one lock, but is available for future use
    LOCKEDINTSet to "1" if the Liquibase is running against this database. Otherwise set to "0"
    LOCKGRANTEDDATETIMEDate and time that the lock was granted
    LOCKEDBYVARCHAR(255)Human-readable description of who the lock was granted to.
    - -### Notes - -If Liquibase does not exit cleanly, the lock row may be left as locked. You can clear out the current lock by running `liquibase releaseLocks` which runs `UPDATE DATABASECHANGELOGLOCK SET LOCKED=0` - diff --git a/documentation/dbdoc.md b/documentation/dbdoc.md deleted file mode 100644 index 729b1cdd9..000000000 --- a/documentation/dbdoc.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: default -title: Docs | Dbdoc ---- - -# Database Documentation Generator # - -Using change information stored in the change logs and an existing database, Liquibase can generate database change documentation. - -## Running DBDoc ## - -The dbDoc command support is currently available through the [command line](command_line.html) only. - -## Example ## - -{% highlight sh %} -liquibase.sh --driver=oracle.jdbc.OracleDriver \ - --url=jdbc:oracle:thin:@testdb:1521:test \ - --username=bob \ - --password=bob \ - --changeLogFile=path/to/changelog.xml - dbDoc \ - /docs/dbdoc -{% endhighlight %} - -## Sample Output ## - -The documentation output is based on a "JavaDoc" style documentation. The report of changes from our sample changelog is available [here](http://www.liquibase.org/dbdoc/index.html). diff --git a/documentation/diff.md b/documentation/diff.md deleted file mode 100644 index 3ebf54bf2..000000000 --- a/documentation/diff.md +++ /dev/null @@ -1,239 +0,0 @@ ---- -layout: default -title: Docs | Diff Command ---- -# Liquibase Commands: diff -The `diff` command in Liquibase allows you to compare two databases of the same type or different types to one another. - -## Uses -The `diff` command is typically used at the completion of a project, because it allows you to verify all expected changes are in the changelog. The `diff` command is also useful for the following tasks: -+ Finding missing objects in your database -+ Seeing that a change was made to your database -+ Finding unexpected items in your database - -## Running the diff Command -To compare two databases: -+ The first option is to run the `diff` command and pass the parameters needed for your source database and target database. For example: -Run the following: -{% highlight bash %} -liquibase ---outputFile=mydiff.txt ---driver=oracle.jdbc.OracleDriver ---classpath=ojdbc14.jar ---url="jdbc:oracle:thin:@::" ---username= ---password= -diff ---referenceUrl="jdbc:oracle:thin:@::" ---referenceUsername= ---referencePassword= -{% endhighlight %} - -See the [snapshot command documentation](/documentation/snapshot.html) for an example of using a snapshot file as one of the databases being used in the command. - ->**Note:** When running `diff` against two different databases, the class path property should reference both .jar files. Use the path separator that is correct -for your operating system (a semicolon on Windows, a colon on Mac or Linux). Example: `classpath: ojdbc7.jar:postgresql-42.2.8.jar` - -+ Alternatively, configure the *liquibase.properties* file to include your driver class path, URL, and user authentication information for both databases. -Run the following command: -{% highlight bash %} -liquibase --outputFile=mydiff.txt diff -{% endhighlight %} ->**Note:** For information on how to configure your *liquibase.properties* file, view the [Creating & Configuring your *liquibase.properties* File](config_properties.html) topic in the knowledge base. - -
    -Example Output -
    -{% highlight text %} - -Diff Results: -Reference Database: MYSCHEMA2 @ jdbc:oracle:thin:@localhost:1521:ORCL (Default Schema: MYSCHEMA2) -Comparison Database: MYSCHEMA @ jdbc:oracle:thin:@localhost:1521:ORCL (Default Schema: MYSCHEMA) -Compared Schemas: MYSCHEMA2 -> MYSCHEMA -Product Name: EQUAL -Product Version: EQUAL -Missing Catalog(s): NONE -Unexpected Catalog(s): NONE -Changed Catalog(s): NONE -Missing Check Constraint(s): NONE -Unexpected Check Constraint(s): NONE -Changed Check Constraint(s): NONE -Missing Column(s): NONE -Unexpected Column(s): - MYSCHEMA.DEPARTMENT.ACTIVE - MYSCHEMA.SERVICETECH.ACTIVE - MYSCHEMA.SERVICETECH2.ACTIVE - MYSCHEMA.SERVICETECH3.ACTIVE - MYSCHEMA.VIEW1.ACTIVE - MYSCHEMA.DATABASECHANGELOG.AUTHOR - MYSCHEMA.DATABASECHANGELOG.COMMENTS - MYSCHEMA.DATABASECHANGELOG.CONTEXTS - MYSCHEMA.DATABASECHANGELOG.DATEEXECUTED - MYSCHEMA.DATABASECHANGELOG.DEPLOYMENT_ID - MYSCHEMA.DATABASECHANGELOG.DESCRIPTION - MYSCHEMA.DATABASECHANGELOG.EXECTYPE - MYSCHEMA.DATABASECHANGELOG.FILENAME - MYSCHEMA.DATABASECHANGELOG.ID - MYSCHEMA.DATABASECHANGELOGLOCK.ID - MYSCHEMA.DEPARTMENT.ID - MYSCHEMA.SERVICETECH.ID - MYSCHEMA.SERVICETECH2.ID - MYSCHEMA.SERVICETECH3.ID - MYSCHEMA.VIEW1.ID - MYSCHEMA.DATABASECHANGELOG.LABELS - MYSCHEMA.DATABASECHANGELOG.LIQUIBASE - MYSCHEMA.DATABASECHANGELOGLOCK.LOCKED - MYSCHEMA.DATABASECHANGELOGLOCK.LOCKEDBY - MYSCHEMA.DATABASECHANGELOGLOCK.LOCKGRANTED - MYSCHEMA.DATABASECHANGELOG.MD5SUM - MYSCHEMA.DEPARTMENT.NAME - MYSCHEMA.SERVICETECH.NAME - MYSCHEMA.SERVICETECH2.NAME - MYSCHEMA.SERVICETECH3.NAME - MYSCHEMA.VIEW1.NAME - MYSCHEMA.DATABASECHANGELOG.ORDEREXECUTED - MYSCHEMA.DATABASECHANGELOG.TAG -Changed Column(s): NONE -Missing Database Package(s): NONE -Unexpected Database Package(s): NONE -Changed Database Package(s): NONE -Missing Database Package Body(s): NONE -Unexpected Database Package Body(s): NONE -Changed Database Package Body(s): NONE -Missing Foreign Key(s): NONE -Unexpected Foreign Key(s): NONE -Changed Foreign Key(s): NONE -Missing Function(s): NONE -Unexpected Function(s): NONE -Changed Function(s): NONE -Missing Index(s): NONE -Unexpected Index(s): - PK_DATABASECHANGELOGLOCK UNIQUE ON MYSCHEMA.DATABASECHANGELOGLOCK(ID) - PK_DEPARTMENT UNIQUE ON MYSCHEMA.DEPARTMENT(ID) - PK_SERVICETECH UNIQUE ON MYSCHEMA.SERVICETECH(ID) - PK_SERVICETECH2 UNIQUE ON MYSCHEMA.SERVICETECH2(ID) - PK_SERVICETECH3 UNIQUE ON MYSCHEMA.SERVICETECH3(ID) -Changed Index(s): NONE -Missing Java Class(s): NONE -Unexpected Java Class(s): NONE -Changed Java Class(s): NONE -Missing Java Source(s): NONE -Unexpected Java Source(s): NONE -Changed Java Source(s): NONE -Missing Primary Key(s): NONE -Unexpected Primary Key(s): - PK_DATABASECHANGELOGLOCK on MYSCHEMA.DATABASECHANGELOGLOCK(ID) - PK_DEPARTMENT on MYSCHEMA.DEPARTMENT(ID) - PK_SERVICETECH on MYSCHEMA.SERVICETECH(ID) - PK_SERVICETECH2 on MYSCHEMA.SERVICETECH2(ID) - PK_SERVICETECH3 on MYSCHEMA.SERVICETECH3(ID) -Changed Primary Key(s): NONE -Missing Sequence(s): NONE -Unexpected Sequence(s): NONE -Changed Sequence(s): NONE -Missing Stored Procedure(s): NONE -Unexpected Stored Procedure(s): NONE -Changed Stored Procedure(s): NONE -Missing Synonym(s): NONE -Unexpected Synonym(s): NONE -Changed Synonym(s): NONE -Missing Table(s): NONE -Unexpected Table(s): - DATABASECHANGELOG - DATABASECHANGELOGLOCK - DEPARTMENT - SERVICETECH - SERVICETECH2 - SERVICETECH3 -Changed Table(s): NONE -Missing Trigger(s): NONE -Unexpected Trigger(s): NONE -Changed Trigger(s): NONE -Missing Unique Constraint(s): NONE -Unexpected Unique Constraint(s): NONE -Changed Unique Constraint(s): NONE -Missing View(s): NONE -Unexpected View(s): - VIEW1 -Changed View(s): NONE -Liquibase command 'diff' was executed successfully. - -{% endhighlight %} -
    - - -The `diff` command produces a list of categories along with one of the following descriptions: -+ **Missing:** The object is not on your comparison database (source database). -+ **Unexpected:** There are objects on your comparison database (source database) that are not on your reference database (target database). -+ **Changed:** The object as it exists on the source database is different than as it exists in the target database. -> **Note:** The changed description will not specify the type of change applied to your database. Run the [diffChangeLog](diffChangeLog.html) command -to generate a changelog that will apply the changes to the target database. - -Liquibase Community `diff` categories: -+ Catalog -+ Column -+ Foreign Key -+ Index -+ Primary Key -+ Schema -+ Sequence -+ Procedure -+ Unique Constraints -+ View - -Liquibase Pro `diff` categories: - -+ Check Constraint -+ Package -+ Package Body -+ Function -+ Trigger -+ Synonyms ->**Note:** Liquibase does not currently check Datatype length. - -## Filtering diff Types -Liquibase allows you to use diffType parameters to filter the types of objects you want to compare. Multiple filters can be added -to the parameter as a comma separated list. If no diffTypes are specified, all objects are considered. - - -Example: -{% highlight bash %} -liquibase --diffTypes=tables,indexes,views diff -{% endhighlight %} - -
    -Example filtered output -
    -{% highlight text %} - -Diff Results: -Reference Database: MYSCHEMA2 @ jdbc:oracle:thin:@localhost:1521:ORCL (Default Schema: MYSCHEMA2) -Comparison Database: MYSCHEMA @ jdbc:oracle:thin:@localhost:1521:ORCL (Default Schema: MYSCHEMA) -Compared Schemas: MYSCHEMA2 -> MYSCHEMA -Product Name: EQUAL -Product Version: EQUAL -Missing Index(s): NONE -Unexpected Index(s): - PK_DATABASECHANGELOGLOCK UNIQUE ON MYSCHEMA.DATABASECHANGELOGLOCK(ID) - PK_DEPARTMENT UNIQUE ON MYSCHEMA.DEPARTMENT(ID) - PK_SERVICETECH UNIQUE ON MYSCHEMA.SERVICETECH(ID) - PK_SERVICETECH2 UNIQUE ON MYSCHEMA.SERVICETECH2(ID) - PK_SERVICETECH3 UNIQUE ON MYSCHEMA.SERVICETECH3(ID) -Changed Index(s): NONE -Missing Table(s): NONE -Unexpected Table(s): - DATABASECHANGELOG - DATABASECHANGELOGLOCK - DEPARTMENT - SERVICETECH - SERVICETECH2 - SERVICETECH3 -Changed Table(s): NONE -Missing View(s): NONE -Unexpected View(s): - VIEW1 -Changed View(s): NONE -Liquibase command 'diff' was executed successfully. - -{% endhighlight %} -
    diff --git a/documentation/diffChangeLog.md b/documentation/diffChangeLog.md deleted file mode 100644 index e5ee0d81b..000000000 --- a/documentation/diffChangeLog.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -layout: default -title: Docs | diffChangeLog Command ---- - -# Liquibase Commands: diffChangeLog -The `diffChangeLog` command provides you with: -+ Information containing differences between two databases; specifically, the `diffChangeLog` command points out the differences in general and generates changes to resolve most of them. -+ A *changelog* file containing deployable *changeSets*. - -## Uses -The `diffChangeLog` command is typically used when you want to create a deployable *changelog* to synchronize multiple databases. The `diffChangeLog` command also provides more information about: -+ Missing objects in your database -+ Changes made to your database -+ Unexpected items in your database - -## Running the diffChangeLog Command -To create a diff *changelog*: - -+ The first option is to run the `diffChangeLog` command and pass the parameters needed for your source database and target database. - -As an example you can run the following: - -{% highlight bash %} -liquibase ---changeLogFile=dbchangelog.xml ---outputFile=mydiff.txt ---driver=oracle.jdbc.OracleDriver ---classpath=ojdbc14.jar ---url="jdbc:oracle:thin:@::" ---username= ---password= -diffChangeLog ---referenceUrl="jdbc:oracle:thin:@::" ---referenceUsername= ---referencePassword= -{% endhighlight %} - -See the [snapshot command documentation](/documentation/snapshot.html) for an example of using a snapshot file as one of the databases being used in the command. - ->**Note:** When running `diffChangeLog` against two different databases, the class path property should reference both .jar files. Use the path separator that is correct for your operating system (a semicolon on Windows, a colon on Mac or Linux). Example: `classpath: ojdbc7.jar:postgresql-42.2.8.jar` - -+ Alternatively, configure the *liquibase.properties* file to include your driver class path, URL, and user authentication information for both databases. Run the following command: - -{% highlight bash %} - -liquibase --changeLogFile=file_name.xml diffChangeLog - -{% endhighlight %} - -> **Note:** Replace *file_name.xml*, with your filename and extension format. If you specify a file name that already exists, Liquibase will append your changes to the existing file. - -For information on how to configure your *liquibase.properties* file, view the [Creating & Configuring your *liquibase.properties* File](config_properties.html) topic in the knowledge base. - -## Output -The `diffChangeLog` command produces a list of all *Objects* and creates a *changelog* with a list of *changeSets*. - -Liquibase Community `diffChangeLog` categories: -- Catalog -- Column -- Foreign Key -- Index -- Primary Key -- Schema -- Sequence -- Procedure -- Unique Constraints -- View - -### Example - -
    -Console Output Example -
    -{% highlight text %} - -Liquibase Pro 3.8.1 by Datical licensed to Liquibase Pro Customer -Liquibase command 'diffChangeLog' was executed successfully. - -{% endhighlight %} -
    -
    - -## Additional Functionality with Liquibase Pro -While Liquibase Community stores all *changeSets* in a *changelog*, Liquibase Pro creates a directory called *Objects* and places the directory at the same level as your *changelog*. The *Objects* directory contains a subdirectory for each of the following stored logic types: -- checkconstraint -- package -- packagebody -- function -- trigger -- synonyms - ->**Note:** that not all database platforms support all of these types. - -### Example - -
    -Pro diffChangeLog sample file -
    - -{% highlight xml %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} -
    - -> **Note:** Liquibase does not currently check datatype length. diff --git a/documentation/existing_project.md b/documentation/existing_project.md deleted file mode 100644 index 4ad6d06ba..000000000 --- a/documentation/existing_project.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: default -title: Docs | Starting Liquibase on an Existing project ---- - -# Adding Liquibase on an Existing project - -The [Quick Start Guide](/quickstart.html) works well for starting Liquibase on a new project because your empty changelog file matches your empty database. -However, when you have an existing project with an existing database things are more complicated. - -Unfortunately, there is no simple "this is how you do it" answer because there is so much variations in projects, processes and requirements. -Liquibase provides many tools to help the process, but it is up to you to decide the best way to combine them for your particular situation. - -When adding Liquibase to an existing project there are basically two approaches: "Make it look like you've always been using Liquibase" and "Just start using Liquibase" - -## Make it look like you've always been using Liquibase - -The goal of this approach is to have a changelog file that matches the current state of your database. You can run this changeLog against a blank database and the final result will be indistinguishable from your existing databases--as if you used Liquibase from the beginning. -This approach is usually the best long term, but it can be more work up front. - -#### Create ChangeLog -Creating the changelog to match your database can be done automatically using the [generateChangeLog command](generating_changelogs.html) or be done manually. -For any database larger than a few tables, the generateChangeLog command is usually a good idea but make sure you go through the generated changeSets to ensure they are correct. Liquibase does not always detect more complex structures like stored procedures or details like if an index is not clustered. Also, ensure data types are as you expected them. - -#### Populate the DatabaseChangeLog table -Once you have your changeLog, you need a way to ensure that the pre-Liquibase changeSets are only ran on new, empty databases. The easiest way to do this is generally to use the `changeLogSync` or `changeLogSyncSQL` command to execute (or generate) the SQL that marks the starting changeSets as already ran without actually executing them. - -As an alternative to the changeLogSync command, you can add [contexts](contexts.html) on the pre-Liquibase changeSets such as `` and when you run Liquibase on a new database you run with `liquibase --contexts=legacy update` and on an existing database you run with `liquibase --contexts=non-legacy`. - -Finally, you can add `` tags to the generated changeSets. For example, if you have a `` changeSet, you would add `` tag. -Adding preconditions requires more changes to the changeLog file and introduces a performance penalty because Liquibase must check the database metadata for each changeSet the first run through, this approach is usually best used in isolated cases only. - -#### What is the current state? -Often times a part of the reason to move to Liquibase is because your schemas have diverged over time, so an important question to answer is "If I'm making the changelog file match the current state, what **is** the current state?" -Usually the best answer to that question is "the production database" but it can vary. - -How divergent your schemas are will also affect which of the above techniques you use to populate the DatabaseChangeLog table, and it will often times make sense to use multiple approaches. -For example, you may want to generate your base changeLogs from the production database and use changeLogSyncSQL to be able to mark them ran on everything from production down. -Then you can add your non-released changeSets to the changeLog file with a precondition checking if it has already ran. That will allow Liquibase to automatically figure out the correct state for all your databases from development through production. - - -## We are going to use Liquibase starting.....NOW! - -Instead of building up a changeLog to match your existing database, you can instead just declare "from now on we are using Liquibase". -The advantage to this is that it much easier to set up because it is just a mandate. -Usually this works best going from one version to the next because your databases are all in a reasonably consistent state and you simply start tracking database changes in your next version using Liquibase. -Because Liquibase only looks at the DatabaseChangeLog table to determine what needs to run, it doesn't care what else might be in your database and so it will leave all your existing tables alone and just run the new changeSets. - -The biggest disadvantage to this approach is that you cannot bootstrap an empty database with Liquibase alone. A work-around is to take a pre-Liquibase snapshot using your database backup tool and use that as your database seed. -Any time you need to create a new database, you first load in the seed and then run Liquibase update. - -Depending on how much variation you have between your schemas, even with this approach you may need to rely on preconditions or a "mark changes ran" script in order to standardize and handle those variations. - - -## People and Processes - -Finally, remember that starting to use Liquibase--especially on an existing project--isn't just about how you bootstrap your changeLog file. It is also a question of how you introduce Liquibase into your existing processes and culture. - -For many companies and projects, everyone realizes the problems that need fixing and are on board with the advantages of change. -For others, however, there can be entrenched interests and strong resistance similar to any other process change. -Liquibase provides many tools and approaches that can be used to ease it into an existing process such as [SQL output](sql_output.html), [SQL formatted changelogs](sql_format.html), [diffChangeLog](diff.html) and more that can be combined -in ways that works best for your group. - -If you know that introducing Liquibase is going to be complex, either from a technical or processes standpoint, it is usually best to introduce it slowly. -Start with it on a new project as a trial run and once you have a good grasp of how it works and available options, apply it to other existing projects. - -If you want help getting a project set up, check out [Liquibase Pro](https://support.liquibase.org/), which includes support. diff --git a/documentation/generate-sql-update-schemas.md b/documentation/generate-sql-update-schemas.md deleted file mode 100644 index b742c8530..000000000 --- a/documentation/generate-sql-update-schemas.md +++ /dev/null @@ -1,416 +0,0 @@ ---- -layout: side-search -title: Docs | Generating SQL -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# Generating SQL to Update Database Schemas - -
    -
    -There are two reasons you would want to generate SQL in Liquibase. -1. You need to know exactly what is being done to your database. -2. Your company policies prevent you from using Liquibase in certain environments. - -Generating SQL can be helpful when you want to update your database schemas, but want to view those database changes before applying them. There are several commands that generate deployable SQL, these are: - -## updateSQL Command -Running the `updateSQL` command tells Liquibase to evaluate all the changesets in your *changelog*, then generates the corresponding SQL for what will be deployed to the database so you can preview the changes. - -To use the `updateSQL` command, type the following into your command prompt: - -{% highlight bash %} - -liquibase --changeLogFile=mssql_lbpro_master_changelog.xml updateSQL - -{% endhighlight %} -
    - -
    -SQL Output Example -{% highlight SQL%} --- ********************************************************************* --- Update Database Script --- ********************************************************************* --- Change Log: mssql_lbpro_master_changelog_no_catalog.xml --- Ran at: 11/15/19 1:56 PM --- Against: datical_login@jdbc:sqlserver://3.219.82.47:1433;sslProtocol=TLS;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=10;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;sendTimeAsDatetime=true;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=15;lockTimeout=-1;lastUpdateCount=true;encrypt=false;disableStatementPooling=false;databaseName=proCatalog;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite; --- Liquibase version: 3.8.2-DAT-3598-SNAPSHOT --- ********************************************************************* - -USE proCatalog; -GO - --- Lock Database -UPDATE DATABASECHANGELOGLOCK SET LOCKED = 1, LOCKEDBY = 'Erzsebet-PC (192.168.0.34)', LOCKGRANTED = '2019-11-15T13:56:05.17' WHERE ID = 1 AND LOCKED = 0 -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::3::dropSynonym-proCatalog::Liquibase Pro User -DROP SYNONYM [privateSynonymOnTable] -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('3::dropSynonym-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 17, '8:82a49a1df297832e0e5c014c7dba5d97', 'dropSynonym synonymName=privateSynonymOnTable', '', 'EXECUTED', NULL, 'dropprivatesynonym,lbl-syn', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::4::dropPublicSynonym::Liquibase Pro User -DROP SYNONYM [publicSynonymOnTable] -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('4::dropPublicSynonym', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 18, '8:e46072543816816b16fff4fdded56068', 'dropSynonym synonymName=publicSynonymOnTable', '', 'EXECUTED', NULL, 'droppublicsynonym,lbl-syn', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::2::dropView-proCatalog::Liquibase Pro User -DROP VIEW persons_view -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('2::dropView-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 19, '8:6b7030bf90f5164b6f261814d4180ade', 'dropView viewName=persons_view', '', 'EXECUTED', NULL, 'dropview,lbl-view', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::2::dropProc-proCatalog::Liquibase Pro User -DROP PROCEDURE printHelloWorld -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('2::dropProc-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 20, '8:b8e93c02e6d2ba004261da39c7a7b578', 'dropProcedure procedureName=printHelloWorld', '', 'EXECUTED', NULL, 'dropprocedure,lbl-proc', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::2::rollbackFunction-proCatalog::Liquibase Pro User -USE [proCatalog2] -GO - -CREATE FUNCTION [dbo].[emailFunction]() -RETURNS VARCHAR(100) -AS -BEGIN -DECLARE @rtEmail VARCHAR -SET @rtEmail='random@datical.com' -RETURN @rtEmail -END -GO - -USE [proCatalog2] -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('2::rollbackFunction-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 21, '8:ae8e2abb341cf5fce706d5a69deb3387', 'sql; createFunction functionName=emailFunction; sql', '', 'EXECUTED', NULL, 'rollbackfunction,lbl-func', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::2::dropFunc-proCatalog::Liquibase Pro User -DROP FUNCTION emailFunction -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('2::dropFunc-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 22, '8:7b7e55cacd71d5affda392508f3cb17a', 'dropFunction functionName=emailFunction', '', 'EXECUTED', NULL, 'dropfunction,lbl-func', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::3::disableTrigger-proCatalog::Liquibase Pro User -DISABLE TRIGGER table_trigger ON primary_table -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('3::disableTrigger-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 23, '8:b16d51e844e972a72f45809a9b7b8336', 'disableTrigger tableName=primary_table, triggerName=table_trigger', '', 'EXECUTED', NULL, 'disabletrigger,lbl-trig', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::4::enableTrigger-proCatalog::Liquibase Pro User -ENABLE TRIGGER table_trigger ON primary_table -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('4::enableTrigger-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 24, '8:780e362d158fe05bf9617a86b2b8f6d9', 'enableTrigger tableName=primary_table, triggerName=table_trigger', '', 'EXECUTED', NULL, 'enabletrigger,lbl-trig', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::5::renameTrigger-proCatalog::Liquibase Pro User -sp_rename 'proCatalog.table_trigger', 'table_trigger_deux' -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('5::renameTrigger-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 25, '8:916bb9a6ced89805b4c2a946d7a62496', 'renameTrigger newTriggerName=table_trigger_deux, oldTriggerName=table_trigger', '', 'EXECUTED', NULL, 'renametrigger,lbl-trig', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::6::dropCatalogTrigger-proCatalog::Liquibase Pro User -DROP TRIGGER db_trigger -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('6::dropCatalogTrigger-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 26, '8:2deca539397c8a4d5b42c5c2c60b2fd8', 'dropTrigger triggerName=db_trigger', '', 'EXECUTED', NULL, 'dropcatalogtrigger,lbl-trig', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::7::dropTrigger-proCatalog::Liquibase Pro User -DROP TRIGGER table_trigger_deux -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('7::dropTrigger-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 27, '8:e3dd925e4c1d8c5da328726d092945ec', 'dropTrigger triggerName=table_trigger_deux', '', 'EXECUTED', NULL, 'droptrigger,lbl-trig', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::4::dropCC-proCatalog::Liquibase Pro User -ALTER TABLE Persons DROP CONSTRAINT chk_Person -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('4::dropCC-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 28, '8:bdcd47644f81e75b61649c57adf9817a', 'dropCheckConstraint constraintName=chk_Person, tableName=Persons', '', 'EXECUTED', NULL, 'dropcheckconstraint,lbl-cc', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::namespaceDatical::Datical (generated) -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID, TAG) VALUES ('namespaceDatical', 'Datical (generated)', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 29, '8:d7f6cfe3454adb7c8f76de668dfc091e', 'tagDatabase', '', 'EXECUTED', NULL, 'namespacetest', '3.8.2-DAT-3598-SNP', '3847767930', 'namespaceTest') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::namespaceAppdba::addCC-proCatalog::Liquibase Pro User -ALTER TABLE [Persons] ADD CONSTRAINT [chk_Person] CHECK (([P_Id]>(0) AND [City]='Austin')) -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('namespaceAppdba::addCC-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 30, '8:5e664002fca240883e6728a3078023a4', 'addCheckConstraint constraintName=chk_Person, tableName=Persons', '', 'EXECUTED', NULL, 'namespacetest', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::namespaceFunction::createFunction-proCatalog::Liquibase Pro User -CREATE FUNCTION [dbo].[emailFunction]() -RETURNS VARCHAR(100) -AS -BEGIN -DECLARE @rtEmail VARCHAR -SET @rtEmail='random@datical.com' -RETURN @rtEmail -END -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('namespaceFunction::createFunction-proCatalog', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 31, '8:bfdb067647d26bce7755de59000a2440', 'createFunction functionName=emailFunction', '', 'EXECUTED', NULL, 'namespacetest', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::1::columnOrder123-PROSCHEMA::Liquibase Pro User -CREATE TABLE COLUMN_ORDER (COLUMN1 varchar(20), COLUMN2 varchar(20), COLUMN3 varchar(20)) -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1::columnOrder123-PROSCHEMA', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 32, '8:1f702550fb575ee944eabf8261565651', 'createTable tableName=COLUMN_ORDER', '', 'EXECUTED', NULL, 'urldb', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Changeset mssql_lbpro_master_changelog_no_catalog.xml::1::columnOrder231-PROSCHEMA::Liquibase Pro User -CREATE TABLE column_order (column2 varchar(20), column3 varchar(20), column1 varchar(20)) -GO - -INSERT INTO DATABASECHANGELOG (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1::columnOrder231-PROSCHEMA', 'Liquibase Pro User', 'mssql_lbpro_master_changelog_no_catalog.xml', GETDATE(), 33, '8:39f420962f02a3a1d0ec2f2548b628ad', 'createTable tableName=column_order', '', 'EXECUTED', NULL, 'refurldb', '3.8.2-DAT-3598-SNP', '3847767930') -GO - --- Release Database Lock -UPDATE DATABASECHANGELOGLOCK SET LOCKED = 0, LOCKEDBY = NULL, LOCKGRANTED = NULL WHERE ID = 1 -GO - -{% endhighlight%} -
    -
    - -## updateSQL Command with the Labels Parameter -The `updateSQL` command allows you to also run a `--labels` parameter to determine which changesets in the *changelog* to evaluate based on its label. You can view your labels in your *changelog* - -
    -Changelog Example -
    -{% highlight xml %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - supplier_id BETWEEN 100 and 9999 - - - - - - - - -{% endhighlight %} -
    -
    -To use the `updateSQL` command with the labels parameter, type the following into your command prompt: -{% highlight bash %} - -liquibase --changeLogFile=changelog.xml --outputFile=updateSql.txt --labels=setup updateSQL - -{% endhighlight %} -
    - -
    -SQL Output Example -The following is an example of the `updateSQL` command output with the labels parameter enabled: - -{% highlight sql %} - --- ********************************************************************* --- Update Database Script --- ********************************************************************* --- Change Log: changelog.xml --- Ran at: 11/12/19 3:48 PM --- Against: jenkinsci@jdbc:postgresql://localhost:5432/jenkinsci --- Liquibase version: 3.8.1-local-SNAPSHOT --- ********************************************************************* - --- Create Database Lock Table -CREATE TABLE public.databasechangeloglock (ID INTEGER NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP WITHOUT TIME ZONE, LOCKEDBY VARCHAR(255), CONSTRAINT DATABASECHANGELOGLOCK_PKEY PRIMARY KEY (ID)); - --- Initialize Database Lock Table -DELETE FROM public.databasechangeloglock; - -INSERT INTO public.databasechangeloglock (ID, LOCKED) VALUES (1, FALSE); - --- Lock Database -UPDATE public.databasechangeloglock SET LOCKED = TRUE, LOCKEDBY = '172.18.0.1 (172.18.0.1)', LOCKGRANTED = '2019-11-12 15:48:30.445' WHERE ID = 1 AND LOCKED = FALSE; - --- Create Database Change Log Table -CREATE TABLE public.databasechangelog (ID VARCHAR(255) NOT NULL, AUTHOR VARCHAR(255) NOT NULL, FILENAME VARCHAR(255) NOT NULL, DATEEXECUTED TIMESTAMP WITHOUT TIME ZONE NOT NULL, ORDEREXECUTED INTEGER NOT NULL, EXECTYPE VARCHAR(10) NOT NULL, MD5SUM VARCHAR(35), DESCRIPTION VARCHAR(255), COMMENTS VARCHAR(255), TAG VARCHAR(255), LIQUIBASE VARCHAR(20), CONTEXTS VARCHAR(255), LABELS VARCHAR(255), DEPLOYMENT_ID VARCHAR(10)); - --- Changeset changelog.xml::1::createTableforSynonym-proschema::Liquibase Pro User -CREATE TABLE "proschema"."primary_table" ("name" CHAR(20)); - -INSERT INTO public.databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1::createTableforSynonym-proschema', 'Liquibase Pro User', 'changelog.xml', NOW(), 1, '8:2e63963bef0a14594b566e06c3eabe2d', 'createTable tableName=primary_table', '', 'EXECUTED', NULL, 'setup', '3.8.1-local-SNP', '3595312173'); - --- Changeset changelog.xml::2::createTableforView-proschema::Liquibase Pro User -CREATE TABLE "proschema"."account" ("acct_num" numeric(20, 0), "amoount" numeric(10, 2)); - -INSERT INTO public.databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('2::createTableforView-proschema', 'Liquibase Pro User', 'changelog.xml', NOW(), 2, '8:344a50de118d3db500c0b28b76e14e81', 'createTable tableName=account', '', 'EXECUTED', NULL, 'setup', '3.8.1-local-SNP', '3595312173'); - --- Changeset changelog.xml::3::createTableforCC-proschema::Liquibase Pro User -CREATE TABLE "proschema"."suppliers" ("supplier_id" numeric(4, 0), "supplier_name" VARCHAR(50)); - -INSERT INTO public.databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('3::createTableforCC-proschema', 'Liquibase Pro User', 'changelog.xml', NOW(), 3, '8:19236a09a645a2fecd0707b7e3efe4c1', 'createTable tableName=suppliers', '', 'EXECUTED', NULL, 'setup', '3.8.1-local-SNP', '3595312173'); - --- Changeset changelog.xml::4::functionForTrigger::Liquibase Pro User -SET SEARCH_PATH=proschema; - -CREATE OR REPLACE FUNCTION "proschema".canned_spam() - RETURNS trigger - SET SCHEMA 'proschema' - AS $$ - BEGIN - RAISE NOTICE 'Canned Spam in a frying pan: ick'; - RETURN NEW; - END ; - $$ -LANGUAGE plpgsql; - -INSERT INTO public.databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('4::functionForTrigger', 'Liquibase Pro User', 'changelog.xml', NOW(), 4, '8:d26a1492fbf2b697a634dad498a87096', 'createFunction functionName=canned_spam', '', 'EXECUTED', NULL, 'setup', '3.8.1-local-SNP', '3595312173'); - --- Release Database Lock -UPDATE public.databasechangeloglock SET LOCKED = FALSE, LOCKEDBY = NULL, LOCKGRANTED = NULL WHERE ID = 1; - -{% endhighlight %} -
    -
    - -## futureRollbackSQL Command -The `futureRollbackSQL` command generates SQL that reverses changes you applied while using the `updateSQL` command. - -To run the `futureRollbackSQL` command, type the following into your command prompt: - -{% highlight bash %} - -liquibase --changeLogFile=mssql_lbpro_master_changelog_no_catalog.xml futureRollbackSQL - -{% endhighlight %} -
    - -
    SQL Output Example - -{% highlight text %} -Coming Soon -{% endhighlight %} - -
    -
    - -#### Note for Liquibase Pro Users -Liquibase Pro allows users to also produce deployable SQL for Stored Logic. If you are a Liquibase Pro user, and you are trying to run the `futureRollbackSQL` command, make sure you add a `` tag to your changesets so you output the correct SQL, like so: - -{% highlight xml %} - - - - - - - - -{% endhighlight %} \ No newline at end of file diff --git a/documentation/generating_changelogs.md b/documentation/generating_changelogs.md deleted file mode 100644 index 2c87789ba..000000000 --- a/documentation/generating_changelogs.md +++ /dev/null @@ -1,154 +0,0 @@ ---- -layout: default -title: Docs | Generating changelogs ---- - -# Liquibase Commands: generateChangeLog - -
    -
    -
    -The `generateChangeLog` command creates a *changelog* file that has a sequence of *changeSets* which describes how to re-create the current state of the database. - -## Uses -The `generateChangeLog` command is typically used when you want to capture the current state of a database, then apply those changes to any number of databases. - -> **Note:** When using the [update command](update.html) to apply the changes in the *changelog*, Liquibase will not create a new database or schema. You must create them ***before*** applying the *changelog* to it. - -## Running the generateChangeLog command -To generate a *changelog*: -1. Configure the *liquibase.properties* file to include your driver class path, URL, and user authentication information for the database you want to capture. - -> **Note:** For information on how to configure your *liquibase.properties* file, view the [Creating & Configuring your liquibase.properties File](config_properties.html) topic in the knowledge base. Instead of using a liquibase.properties file, you can also pass the necessary information on the command line. - -2. Open your command prompt or Linux terminal and run the following command: - -{% highlight bash %} - -liquibase --changeLogFile=dbchangelog.xml generateChangeLog - -{% endhighlight %} - -## Output - -The `generateChangeLog` command generates a *changelog* that contains all of your *Objects* (represented as *changeSets*) and places the file in the same directory where the command was ran. - -The extension provided determines the format of the *changelog*, so if you specify the filename as `changelog.xml` you will get an XML formatted *changelog*. However, if you specify the filename as `changelog.yaml` or `changelog.json` or `changelog.postgresql.sql` you will get *changelogs* formatted in YAML or JSON or SQL, respectively. - ->**Note:** When generating an SQL formatted changelog, you must specify the short name of the targeted database type as part of the filename (as shown above). - -### Example -
    -Liquibase Community changelog -
    -{% highlight xml %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} -
    -
    - -## Additional Functionality with Liquibase Pro -While Liquibase Community stores all *changeSets* in a *changelog*, Liquibase Pro creates a directory called *Objects* and places the directory at the same level as your *changelog*. The *Objects* directory contains a subdirectory for each of the following stored logic types. -- package -- packagebody -- function -- storedprocedure -- trigger -- view - ->**Note:** Not all database platforms support all of these types. - -### Example - -
    -Liquibase Pro changelog - -
    -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} -
    diff --git a/documentation/grails.md b/documentation/grails.md deleted file mode 100644 index a5f1550d0..000000000 --- a/documentation/grails.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -title: Docs | Grails ---- - -# Using Liquibase with Grails - -Liquibase works great with Grails projects. - - -To learn more about using Liquibase in a Grails project, check out [the Grails database-migration plugin.](https://plugins.grails.org/plugin/grails/database-migration) diff --git a/documentation/hibernate.md b/documentation/hibernate.md deleted file mode 100644 index b425e0ef5..000000000 --- a/documentation/hibernate.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -title: Docs | Hibernate ---- - -# Using Liquibase with Hibernate - -Liquibase works great with Hibernate. Support is provided through an extension, which -allows you to use your Hibernate configuration as a comparison database for diff, diffChangeLog and generateChangeLog. - -To learn more about using Liquibase and Hibernate together, check out the [liquibase-hibernate extension at GitHub](https://github.com/liquibase/liquibase-hibernate) or -in the [liquibase-hibernate extension wiki](https://github.com/liquibase/liquibase-hibernate/wiki) diff --git a/documentation/include.md b/documentation/include.md deleted file mode 100644 index ece7f614c..000000000 --- a/documentation/include.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -layout: default -title: Docs | Include tag ---- -# Include Tag - -The include tag allows you to break up your change-logs into more manageable pieces. To easily include multiple files, use the [includeAll](includeall.html) tag. - -{% highlight xml %} - - - - - - -{% endhighlight %} - -As projects grow, the number of changeSets in a changeLog can grow unwieldy. To help ease this problem, -and to make management of changes easier, databaseChangeLogs can be included to create a tree of change-logs. -In the example above, the root change log includes first the changes in `com/example/news/news.changelog.xml` then -the changes in `com/example/directory/directory.changelog.xml`. - -Included change-logs are run in the order they are found so care does need to be taken to make sure that the included -changelogs are either completely independent, or that any required changelogs are run first. - -Any [preconditions](preconditions.html) defined at the changelog level in sub changelog files will be evaluated *before* any changesets are ran. - -The reason to use the `` tag rather than using XML's built-in include functionality is that -with the built-in functionality the parser sees just one big XML document. Liquibase needs to uniquely identify each changeset with -the id, the author, and the file name. By using the `` and `` tags Liquibase makes it so you only have to -ensure that the id/author combinations are unique *within each file*, not across all change logs. - -## Available Attributes - - - - - - -
    AttributeDescription
    fileName of the file to import required
    relativeToChangelogFileIs the file path relative to the changelog file containing the element rather than to the classpath. Defaults to "false" since 1.9
    contextAppend context (using AND) to all contained changeSets since 3.5
    - - -## Implementation Notes - -Currently there is no checking for looping changelogs or double inclusion of changelogs. - -If you include a changelog twice, you shouldn't run into problems because the second time around, Liquibase will know that the changeSets -have been run and won't run them again (even if there is a runAlways tag). - -If you create a changeLog loop (root.changelog.xml includes news.changelog.xml which includes root.changelog.xml) you will get -an infinite loop. Checks for loops is a feature on our list of enhancements, but is currently not implemented. diff --git a/documentation/includeall.md b/documentation/includeall.md deleted file mode 100644 index a0cc2984a..000000000 --- a/documentation/includeall.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: default -title: Docs | includeAll tag ---- - -# includeAll Tag - -The includeAll tag allows you to break up your change-logs into more manageable pieces. It is similar to the [include](include.html) tag, but instead of passing a particular changelog file to include, you specify a directory and it will include all *.xml files as changelog files, and all *.sql files as individual changes. All files that are found are run in order according to alphabetical order. - -## Sample ## -{% highlight xml %} - - - - - -{% endhighlight %} - -## Warnings ## -**While the includeAll tag has many valuable uses, its use can cause problems down the road. The biggest thing to avoid is to use -the includeAll tag to simulate Ruby on Rails Active Migrations strategy of a list of changes, one per file, that are ran in file order. -While this seems like a good idea at first, it [quickly runs into problems](http://www.liquibase.org/2007/06/the-problem-with-rails-active-migrations.html)** - -If you do choose to use the includeAll tag, make sure you have a naming strategy in place that will insure that you will never have conflicts or need to rename files to change to force a reordering. diff --git a/documentation/index.md b/documentation/index.md deleted file mode 100644 index cf2f5fc8f..000000000 --- a/documentation/index.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -layout: default -title: Docs | Documentation Home -subnav: subnav_documentation.md -includeDaticalBox: true ---- -
    -

    Liquibase Documentation

    -
    - -### Learn about tracking, deploying & versioning your databases with Liquibase! - -
    -
    - Installation Link -

    Installation

    -
    -
    -
    - Getting Started Link -

    Get Started

    -
    -
    -
    - Core Concepts Link -

    Core Concepts

    -
    -
    -
    - Tutorials Link -

    Tutorials

    -
    -
    -
    -
    - -
    -
    -
    -

    Haven't used Liquibase yet?

    -

    Learn more about our Liquibase plans & download today!

    -
    -
    - - - -
    diff --git a/documentation/installation-linux-unix-mac-with-maven.md b/documentation/installation-linux-unix-mac-with-maven.md deleted file mode 100644 index 77e2dc62d..000000000 --- a/documentation/installation-linux-unix-mac-with-maven.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -layout: default -title: Docs | Installing Liquibase with Maven on Linux/Unix/Mac ---- - -# Installing Liquibase with Maven on Linux/Unix/Mac - -To download Maven, navigate to [https://maven.apache.org/download.cgi](https://maven.apache.org/download.cgi) and click -on the **For Linux/Unix/Mac** Binary tar.gz download file to install the latest version of Apache Maven. - -## Installing -Once you have downloaded the tar.gz file, extract it to a new local directory on your computer (**Example:** -`/usr/apps/apache-maven-3.6.2`), then add the maven-3.6.2/bin directory to your PATH. -To add the directory to your PATH: -1. Open the Terminal or Linux Command Line. -2. Run the following command: `export PATH=$PATH:/usr/apps/apache-maven-3.6.2/bin` - -**Note:** This command will not permanently update your PATH for the remainder of the session. To permanently update your -PATH edit your `~/.profile` or `~/.bashrc` file and add the `export` command as shown above, and then run either `source ~/.profile` or `source ~/.bashrc` - -## Verifying -Verification is an essential aspect of the Maven installation process, and there are three things you need to check: -1. The maven-3.6.2/bin folder was correctly added to your PATH. -2. Java is installed on your system. -3. You can run Maven itself. - -### Verification #1: Check your Path -To verify that you have correctly added the maven-3.6.2/bin folder to your PATHs, type `env` in your Terminal or Linux command to display -all your available PATHs. Verify that the pat you added is shown. - -### Verification #2: Check for Java Installation -For Maven to run correctly, Java must be installed on your Linux/Unix/Mac machine. To verify that Java is installed on your computer: -1. Open your Terminal or Linux Command. -2. In the Command Prompt window, type: `java -version` -If you see the error `-bash: java: command not found`, then you need to either install Java, or you need to add the location of the Java executable to your PATH. -To install Java on your computer: -1. Navigate to [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) -and install the Java JDK. -2. Add the location of the Java file to your PATH environment as a variable. - -### Verification #3: Run maven -Finally, verify that Maven is working correctly. To run the command: -1. Open your Terminal or Linux Command. -2. In the Command Prompt window, type: `mvn –v` -3. You should see something like the output below: -{% highlight txt %} -Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00) -Maven home: /opt/apache-maven-3.6.2 -Java version: 1.8.0_45, vendor: Oracle Corporation -Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre -Default locale: en_US, platform encoding: UTF-8 -OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac" -{% endhighlight %} - -## Next steps - using Liquibase in a Maven project - -Now that you have installed Maven, you can [set up a new Maven project and see how to use the Liquibase Maven plugin in that -project.](creating-liquibase-projects-with-maven-postgreSQL.html) diff --git a/documentation/installation-linux-unix-mac.md b/documentation/installation-linux-unix-mac.md deleted file mode 100644 index c8ed7bbf0..000000000 --- a/documentation/installation-linux-unix-mac.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: default -title: Docs | Installing Liquibase Command Line Tool for Linux/Unix/Mac ---- - - -# Installing Liquibase Command Line for Linux/Unix/Mac # -
    -
    -Once you have downloaded the [Liquibase-Version#-bin.tar.gz file](https://download.liquibase.org/download), create a local directory on your computer (**Example:** `/usr/apps/Liquibase--bin`), then add the directory to your PATH. -To add the directory to your PATH: -1. Open the Terminal or Linux Command Line. -2. Run the following command: `export PATH=$PATH:/path/to/Liquibase--bin` - -This command will not permanently update your PATH after the termination of your session. To update your PATH permanently, run the following command: `source ~/.profile or source ~/.bashrc` - -Then restart your command line. - -> **Note for MacOS users only:** There is a more convenient way to set path using Terminal in Default mode. -To set path you can run: `sudo nano /etc/paths` then append the path `/path/to/Liquibase--bin` at the end of the file. Hit `Ctrl+x` and `y` for yes, to save the file and restart your Terminal. View the [Downloading & Installing Liquibase on MacOS](https://www.youtube.com/watch?v=w5yiwdQ1U_E) video for more information. - -## Verifying ## - -Verification is an essential aspect of the Liquibase installation process, and there are three things you need to check: -1. The Liquibase folder was correctly added to your PATH. -2. Java is installed on your system. -3. You can run the Liquibase help command. - -### Verification #1: Check your PATH ### - -To verify that you have correctly added the Liquibase folder to your PATHs, type `env` in your Terminal or Linux command to display all your available PATHs. - -### Verification #2: Check for Java Installation ### - -For Liquibase to run correctly, Java must be installed on your Linux/Mac/Unix machine. To verify that Java is installed on your computer: -1. Open your Terminal or Linux Command Line. -2. In the Command Prompt window, type: `java -version` - -If you see the error: `-bash: java: command not found`, then you need to either install Java, or you need to add the location of the Java executable to your PATH. -To install Java on your computer -1. Navigate to [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - and install the Java JDK. -2. Add the location of the Java executable to your PATH. - - -### Verification #3: Run the Liquibase Help Command ### - -Another way to verify that you installed Liquibase correctly on your computer is to run the Liquibase Help Command. To run the command: -1. Open your Terminal or Linux Command. -2. In the Command Prompt window, type: `liquibase --help` - -## Common Troubleshooting ## -- If you cannot run the Liquibase Help command, verify that you have correctly installed Java. Also ensure that the Liquibase folder you downloaded is set to your PATHs. -- If you have installed Java, but are still receiving an error, add Java to your PATHs using the steps provided in the **Installing** section. diff --git a/documentation/installation-windows.md b/documentation/installation-windows.md deleted file mode 100644 index e0b0d3e33..000000000 --- a/documentation/installation-windows.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -layout: default -title: Docs | Installing Liquibase Command Line Tool for Windows ---- - -# Installing Liquibase Command Line for Windows - -
    -
    -Once you have downloaded the [Liquibase-Version#-bin.zip file](https://download.liquibase.org/download/), right-click the zipped file and select **Extract All**. You can place the extracted folder, anywhere on your local drive. Before you can use Liquibase, you must set a Path System Variable to the folder on your computer. - -To set the Path System Variable: -1. In your Windows Start Menu Search, type `env` and select the **Edit the System Environment** option in the Control Panel. -2. In the System Properties Advanced tab, select **Environment Variables**. -3. In the System Variables section, highlight the Path variable and click **Edit**. -4. In the Edit environment variable window, select **New**, then add the path to the Liquibase-Version#-bin folder. - - **Example:** C:\apps\liquibase-3.8.1-bin - -5. Click **Ok** on all windows to close them. - -## Verifying - -Verification is an essential aspect of the Liquibase installation process, and there are three things you need to check: -1. The Liquibase folder was correctly added to your Path System Variables. -2. Java is installed on your system. -3. You can run the Liquibase help command in PowerShell. - -### Verification #1: Check Path System Variables - -To verify that you have correctly added the Liquibase folder to your Path System Variables: -1. In your Windows Start Menu Search, type `power` and select **Windows PowerShell**. -2. In the PowerShell window, type: `$env:PATH` - -You should see the following: - -![Windows verification image](/images/installation/windows/windows-verification.png){:style="width: 100%;"} - - -### Verification #2: Check for Java Installation - -For Liquibase to run correctly, Java must be installed on your Windows machine. To verify that Java is installed on your computer: -1. In your Windows Start Menu Search, Type `cmd` to open the Command Prompt. -2. In the Command Prompt window, type: `java.exe -version` -If you see the error: `‘java.exe’ is not recognized as an internal or external command, operable program or batch file`, navigate to [https://www.java.com/en/download](https://www.java.com/en/download) to install Java. - -### Verification #3: Run the Liquibase Help Command - -Another way to verify that you installed Liquibase correctly on your computer is to run the Liquibase Help Command. To run the command: -1. In your Windows Start Menu Search, Type `cmd` to open the Command Prompt. -2. In the Command Prompt window, type: `liquibase --help` - -## Common Troubleshooting - -- If you cannot run the Liquibase Help command, verify that you have correctly installed Java. Also, ensure that the Liquibase folder you downloaded is set to your Path System Variables. -- If you have installed Java, but are still receiving an error, add Java to your Path System Variables using the steps provided in the **Installing** section. diff --git a/documentation/installation/index.md b/documentation/installation/index.md deleted file mode 100644 index da958a726..000000000 --- a/documentation/installation/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -title: Docs | Installation Home -subnav: subnav_documentation.md -includeDaticalBox: true ---- -# Liquibase Installation -Learn how to install Liquibase to help with database schema tracking, changes, and deployments. Select the type of Liquibase installation you’re looking for below. - -

    Installation

    - - -

    Extensions

    -Liquibase extensions and plugins allow you to extend the core functionality of Liquibase for special use cases and unsupported databases. - \ No newline at end of file diff --git a/documentation/json_format.md b/documentation/json_format.md deleted file mode 100644 index 2ffbbce4a..000000000 --- a/documentation/json_format.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -layout: default -title: Docs | JSON Format ---- - -# JSON Format - -Liquibase supports JSON as a format for storing your changelog files. - -## Requirements - -To use JSON-based changelogs, you must include [snakeyaml-1.12.jar](https://code.google.com/p/snakeyaml/) in your classpath. - -## Limitations - -None - -## Example - -{% highlight json %} - -{ - "databaseChangeLog": [ - { - "preConditions": [ - { - "runningAs": { - "username": "liquibase" - } - } - ] - }, - - { - "changeSet": { - "id": "1", - "author": "nvoxland", - "changes": [ - { - "createTable": { - "tableName": "person", - "columns": [ - { - "column": { - "name": "id", - "type": "int", - "autoIncrement": true, - "constraints": { - "primaryKey": true, - "nullable": false - }, - } - }, - { - "column": { - "name": "firstname", - "type": "varchar(50)" - } - }, - { - "column": { - "name": "lastname", - "type": "varchar(50)", - "constraints": { - "nullable": false - }, - } - }, - { - "column": { - "name": "state", - "type": "char(2)" - } - } - ] - } - } - ] - } - }, - - { - "changeSet": { - "id": "2", - "author": "nvoxland", - "changes": [ - { - "addColumn": { - "tableName": "person", - "columns": [ - { - "column": { - "name": "username", - "type": "varchar(8)" - } - } - ] - } - } - ] - } - }, - - { - "changeSet": { - "id": "3", - "author": "nvoxland", - "changes": [ - { - "addLookupTable": { - "existingTableName": "person", - "existingColumnName":"state", - "newTableName": "state", - "newColumnName": "id", - "newColumnDataType": "char(2)", - } - } - ] - } - } - ] -} - -{% endhighlight %} diff --git a/documentation/labels.md b/documentation/labels.md deleted file mode 100644 index 15fd65dba..000000000 --- a/documentation/labels.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -title: Docs | Labels ---- - -# Labels # - -"Labels" in Liquibase are tags you can add to changeSets to control which will be executed in any particular migration run. - ->This documentation is still under development. See [this blog post](/2014/11/contexts-vs-labels.html) for more details. - diff --git a/documentation/maven/generated/changelogSync-mojo.html b/documentation/maven/generated/changelogSync-mojo.html deleted file mode 100644 index 5b281769e..000000000 --- a/documentation/maven/generated/changelogSync-mojo.html +++ /dev/null @@ -1,861 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:changelogSync

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:changelogSync

    - -

    Description:

    - -
    -

    Marks all unapplied changes to the database as applied in the -change log.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/changelogSyncSQL-mojo.html b/documentation/maven/generated/changelogSyncSQL-mojo.html deleted file mode 100644 index a37a0d075..000000000 --- a/documentation/maven/generated/changelogSyncSQL-mojo.html +++ /dev/null @@ -1,885 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:changelogSyncSQL

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:changelogSyncSQL

    - -

    Description:

    - -
    -

    Generates SQL that marks all unapplied changes as applied.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.migrationSqlOutputFileFile-The file to output the Migration SQL script to, if it exists it -will be overwritten.
    Default value is: ${project.build.directory}/liquibase/migrate.sql.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.migrationSqlOutputFile:

    - -
    The file to output the Migration SQL script to, if it exists it -will be overwritten.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/migrate.sql
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/clearCheckSums-mojo.html b/documentation/maven/generated/clearCheckSums-mojo.html deleted file mode 100644 index fca4a07d9..000000000 --- a/documentation/maven/generated/clearCheckSums-mojo.html +++ /dev/null @@ -1,767 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:clearCheckSums

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:clearCheckSums

    - -

    Description:

    - -
    -

    Clears all checksums in the current changelog, so they will be -recalculated next update.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/css/maven-base.css b/documentation/maven/generated/css/maven-base.css deleted file mode 100644 index 53153e9fe..000000000 --- a/documentation/maven/generated/css/maven-base.css +++ /dev/null @@ -1,155 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#navcolumn li.none { - text-indent: -1em; - margin-left: 1em; -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} -#navcolumn img.imageLink, .imageLink { - padding-left: 0px; - padding-bottom: 0px; - padding-top: 0px; - padding-right: 2px; - border: 0px; - margin: 0px; -} diff --git a/documentation/maven/generated/css/maven-theme.css b/documentation/maven/generated/css/maven-theme.css deleted file mode 100644 index ec29c893c..000000000 --- a/documentation/maven/generated/css/maven-theme.css +++ /dev/null @@ -1,141 +0,0 @@ -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: normal; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - diff --git a/documentation/maven/generated/css/print.css b/documentation/maven/generated/css/print.css deleted file mode 100644 index f09d546c2..000000000 --- a/documentation/maven/generated/css/print.css +++ /dev/null @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} diff --git a/documentation/maven/generated/css/site.css b/documentation/maven/generated/css/site.css deleted file mode 100644 index 055e7e286..000000000 --- a/documentation/maven/generated/css/site.css +++ /dev/null @@ -1 +0,0 @@ -/* You can override this file with your own styles */ \ No newline at end of file diff --git a/documentation/maven/generated/dbDoc-mojo.html b/documentation/maven/generated/dbDoc-mojo.html deleted file mode 100644 index fd3e1fd27..000000000 --- a/documentation/maven/generated/dbDoc-mojo.html +++ /dev/null @@ -1,883 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:dbDoc

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:dbDoc

    - -

    Description:

    - -
    -

    Generates dbDocs against the database.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputDirectoryString-(no description)
    Default value is: ${project.build.directory}/liquibase/dbDoc.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDirectory:

    - -
    (no description)
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/dbDoc
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/diff-mojo.html b/documentation/maven/generated/diff-mojo.html deleted file mode 100644 index 6f7f82ade..000000000 --- a/documentation/maven/generated/diff-mojo.html +++ /dev/null @@ -1,1188 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:diff

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:diff

    - -

    Description:

    - -
    -

    Generates a diff between the specified database and the -reference database. The output is either a report or a changelog -depending on the value of the diffChangeLogFile parameter.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.diffChangeLogFileString-If this parameter is set, the changelog needed to "fix" differences -between the two databases is output. If the file exists, it is -appended to. If this is null, a comparison report is output to -stdout.
    liquibase.diffExcludeObjectsString-Objects to be excluded from the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    liquibase.diffIncludeCatalogboolean-Include the catalog in the diff output? If this is null then the -catalog will not be included
    liquibase.diffIncludeObjectsString-Objects to be included in the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    liquibase.diffIncludeSchemaboolean-Include the schema in the diff output? If this is null then the -schema will not be included
    liquibase.diffIncludeTablespaceboolean-Include the tablespace in the diff output? If this is null then the -tablespace will not be included
    liquibase.diffTypesString-List of diff types to include in Change Log expressed as a comma -separated list from: tables, views, columns, indexes, foreignkeys, -primarykeys, uniqueconstraints, data. If this is null then the -default types will be: tables, views, columns, indexes, -foreignkeys, primarykeys, uniqueconstraints
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.referenceDefaultCatalogNameString-The reference database catalog.
    liquibase.referenceDefaultSchemaNameString-The reference database schema.
    liquibase.referenceDriverString-The fully qualified name of the driver class to use to connect to -the reference database. If this is not specified, then the -driver will be used instead.
    liquibase.referencePasswordString-The reference database password to use to connect to the specified -database. If this is null then an empty password will be used.
    liquibase.referenceServerString-The server id in settings.xml to use when authenticating with.
    liquibase.referenceUrlString-The reference database URL to connect to for executing Liquibase.
    liquibase.referenceUsernameString-The reference database username to use to connect to the specified -database.
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.diffChangeLogFile:

    - -
    If this parameter is set, the changelog needed to "fix" differences -between the two databases is output. If the file exists, it is -appended to. If this is null, a comparison report is output to -stdout.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.diffExcludeObjects:

    - -
    Objects to be excluded from the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.diffIncludeCatalog:

    - -
    Include the catalog in the diff output? If this is null then the -catalog will not be included
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.diffIncludeObjects:

    - -
    Objects to be included in the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.diffIncludeSchema:

    - -
    Include the schema in the diff output? If this is null then the -schema will not be included
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.diffIncludeTablespace:

    - -
    Include the tablespace in the diff output? If this is null then the -tablespace will not be included
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.diffTypes:

    - -
    List of diff types to include in Change Log expressed as a comma -separated list from: tables, views, columns, indexes, foreignkeys, -primarykeys, uniqueconstraints, data. If this is null then the -default types will be: tables, views, columns, indexes, -foreignkeys, primarykeys, uniqueconstraints
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceDefaultCatalogName:

    - -
    The reference database catalog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceDefaultSchemaName:

    - -
    The reference database schema.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceDriver:

    - -
    The fully qualified name of the driver class to use to connect to -the reference database. If this is not specified, then the -driver will be used instead.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referencePassword:

    - -
    The reference database password to use to connect to the specified -database. If this is null then an empty password will be used.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceServer:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceUrl:

    - -
    The reference database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.referenceUsername:

    - -
    The reference database username to use to connect to the specified -database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/dropAll-mojo.html b/documentation/maven/generated/dropAll-mojo.html deleted file mode 100644 index db6f432c7..000000000 --- a/documentation/maven/generated/dropAll-mojo.html +++ /dev/null @@ -1,854 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:dropAll

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:dropAll

    - -

    Description:

    - -
    -

    Drops all database objects in the configured schema(s). Note -that functions, procedures and packages are not dropped.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • - -
    • Since version: 2.0.2.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changelogCatalogNameString2.0.2Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString2.0.2Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean2.0.2Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.databaseChangeLogLockTableNameString2.0.2Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString2.0.2Table name to use for the databasechangelog.
    liquibase.databaseClassString2.0.2The class to use as the database object.
    liquibase.defaultCatalogNameString2.0.2The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString2.0.2The default schema name to use the for database connection.
    liquibase.driverString2.0.2The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile2.0.2Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean2.0.2Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap2.0.2Array to put a expression variable to maven plugin.
    expressionVarsProperties2.0.2Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean2.0.2Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean2.0.2Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString2.0.2Liquibase PRO license key value
    liquibase.loggingString2.0.2Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean2.0.2Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean2.0.2Whether to ignore the schema name.
    liquibase.outputFileEncodingString2.0.2Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString2.0.2The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean2.0.2Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString2.0.2The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean2.0.2Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString2.0.2The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.schemasString2.0.2The schemas to be dropped. Comma separated list.
    liquibase.serverString2.0.2The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean2.0.2Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties2.0.2List of system properties to pass to the database.
    liquibase.urlString2.0.2The Database URL to connect to for executing Liquibase.
    liquibase.usernameString2.0.2The database username to use to connect to the specified database.
    liquibase.verboseboolean2.0.2Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.schemas:

    - -
    The schemas to be dropped. Comma separated list.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.2
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/futureRollbackSQL-mojo.html b/documentation/maven/generated/futureRollbackSQL-mojo.html deleted file mode 100644 index 2887fe2b3..000000000 --- a/documentation/maven/generated/futureRollbackSQL-mojo.html +++ /dev/null @@ -1,957 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:futureRollbackSQL

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:futureRollbackSQL

    - -

    Description:

    - -
    -

    Generates the SQL that is required to rollback the database to -current state after the next update.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileFile-The file to output the Rollback SQL script to, if it exists it will -be overwritten.
    Default value is: ${project.build.directory}/liquibase/migrate.sql.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.rollbackCountint-The number of change sets to rollback.
    Default value is: -1.
    liquibase.rollbackDateString-The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    liquibase.rollbackTagString-The tag to roll the database back to.
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFile:

    - -
    The file to output the Rollback SQL script to, if it exists it will -be overwritten.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/migrate.sql
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackCount:

    - -
    The number of change sets to rollback.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: -1
    • -

    -

    liquibase.rollbackDate:

    - -
    The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackTag:

    - -
    The tag to roll the database back to.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/generateChangeLog-mojo.html b/documentation/maven/generated/generateChangeLog-mojo.html deleted file mode 100644 index aa446dbc8..000000000 --- a/documentation/maven/generated/generateChangeLog-mojo.html +++ /dev/null @@ -1,1036 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:generateChangeLog

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:generateChangeLog

    - -

    Description:

    - -
    -

    Generates a changelog based on the current database schema. -Typically used when beginning to use Liquibase on an existing -project and database schema.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • - -
    • Since version: 2.0.6.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeSetAuthorString2.0.6The author to be specified for Change Sets in the generated Change -Log.
    liquibase.changeSetContextString2.0.6The execution context to be used for Change Sets in the generated -Change Log, which can be "," separated if multiple contexts.
    liquibase.changelogCatalogNameString2.0.6Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString2.0.6Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean2.0.6Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString2.0.6are required. If no context is specified then ALL contexts will be -executed.
    liquibase.dataDirString2.0.6Directory where insert statement csv files will be kept.
    liquibase.databaseChangeLogLockTableNameString2.0.6Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString2.0.6Table name to use for the databasechangelog.
    liquibase.databaseClassString2.0.6The class to use as the database object.
    liquibase.defaultCatalogNameString2.0.6The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString2.0.6The default schema name to use the for database connection.
    liquibase.diffExcludeObjectsString2.0.6Objects to be excluded from the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    liquibase.diffIncludeObjectsString2.0.6Objects to be included in the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    liquibase.diffTypesString2.0.6List of diff types to include in Change Log expressed as a comma -separated list from: tables, views, columns, indexes, foreignkeys, -primarykeys, uniqueconstraints, data. If this is null then the -default types will be: tables, views, columns, indexes, -foreignkeys, primarykeys, uniqueconstraints
    liquibase.driverString2.0.6The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile2.0.6Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean2.0.6Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap2.0.6Array to put a expression variable to maven plugin.
    expressionVarsProperties2.0.6Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean2.0.6Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean2.0.6Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString2.0.6Liquibase PRO license key value
    liquibase.loggingString2.0.6Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputChangeLogFileString2.0.6The target change log file to output to. If this is null then the -output will be to the screen.
    liquibase.outputDefaultCatalogboolean2.0.6Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean2.0.6Whether to ignore the schema name.
    liquibase.outputFileEncodingString2.0.6Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString2.0.6The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean2.0.6Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString2.0.6The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean2.0.6Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString2.0.6The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString2.0.6The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean2.0.6Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties2.0.6List of system properties to pass to the database.
    liquibase.urlString2.0.6The Database URL to connect to for executing Liquibase.
    liquibase.usernameString2.0.6The database username to use to connect to the specified database.
    liquibase.verboseboolean2.0.6Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeSetAuthor:

    - -
    The author to be specified for Change Sets in the generated Change -Log.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.changeSetContext:

    - -
    The execution context to be used for Change Sets in the generated -Change Log, which can be "," separated if multiple contexts.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    are required. If no context is specified then ALL contexts will be -executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.dataDir:

    - -
    Directory where insert statement csv files will be kept.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.diffExcludeObjects:

    - -
    Objects to be excluded from the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.diffIncludeObjects:

    - -
    Objects to be included in the changelog. Example filters: -"table_name", "table:main_.*", "column:*._lock, table:primary.*".
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.diffTypes:

    - -
    List of diff types to include in Change Log expressed as a comma -separated list from: tables, views, columns, indexes, foreignkeys, -primarykeys, uniqueconstraints, data. If this is null then the -default types will be: tables, views, columns, indexes, -foreignkeys, primarykeys, uniqueconstraints
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputChangeLogFile:

    - -
    The target change log file to output to. If this is null then the -output will be to the screen.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Since: 2.0.6
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/help-mojo.html b/documentation/maven/generated/help-mojo.html deleted file mode 100644 index 795744c88..000000000 --- a/documentation/maven/generated/help-mojo.html +++ /dev/null @@ -1,150 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:help

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:help

    - -

    Description:

    - -
    Display help information on liquibase-maven-plugin.
    -Call mvn liquibase:help -Ddetail=true --Dgoal=<goal-name> to display parameter details.
    - -

    Attributes:

    - -
      - -
    • The goal is thread-safe and supports parallel builds.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    detailboolean-If true, display all settable properties for each -goal.
    Default value is: false.
    goalString-The name of the goal for which to show help. If unspecified, all -goals will be displayed.
    indentSizeint-The number of spaces per indentation level, should be positive.
    Default value is: 2.
    lineLengthint-The maximum length of a display line, should be positive.
    Default value is: 80.
    -
    -
    -

    Parameter Details

    - -

    detail:

    - -
    If true, display all settable properties for each -goal.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    goal:

    - -
    The name of the goal for which to show help. If unspecified, all -goals will be displayed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    indentSize:

    - -
    The number of spaces per indentation level, should be positive.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 2
    • -

    -

    lineLength:

    - -
    The maximum length of a display line, should be positive.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 80
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/images/close.gif b/documentation/maven/generated/images/close.gif deleted file mode 100644 index 1c26bbc52..000000000 Binary files a/documentation/maven/generated/images/close.gif and /dev/null differ diff --git a/documentation/maven/generated/images/collapsed.gif b/documentation/maven/generated/images/collapsed.gif deleted file mode 100644 index 6e7108406..000000000 Binary files a/documentation/maven/generated/images/collapsed.gif and /dev/null differ diff --git a/documentation/maven/generated/images/expanded.gif b/documentation/maven/generated/images/expanded.gif deleted file mode 100644 index 0fef3d89e..000000000 Binary files a/documentation/maven/generated/images/expanded.gif and /dev/null differ diff --git a/documentation/maven/generated/images/external.png b/documentation/maven/generated/images/external.png deleted file mode 100644 index 3f999fc88..000000000 Binary files a/documentation/maven/generated/images/external.png and /dev/null differ diff --git a/documentation/maven/generated/images/icon_error_sml.gif b/documentation/maven/generated/images/icon_error_sml.gif deleted file mode 100644 index 61132ef2b..000000000 Binary files a/documentation/maven/generated/images/icon_error_sml.gif and /dev/null differ diff --git a/documentation/maven/generated/images/icon_info_sml.gif b/documentation/maven/generated/images/icon_info_sml.gif deleted file mode 100644 index c6cb9ad7c..000000000 Binary files a/documentation/maven/generated/images/icon_info_sml.gif and /dev/null differ diff --git a/documentation/maven/generated/images/icon_success_sml.gif b/documentation/maven/generated/images/icon_success_sml.gif deleted file mode 100644 index 52e85a430..000000000 Binary files a/documentation/maven/generated/images/icon_success_sml.gif and /dev/null differ diff --git a/documentation/maven/generated/images/icon_warning_sml.gif b/documentation/maven/generated/images/icon_warning_sml.gif deleted file mode 100644 index 873bbb52c..000000000 Binary files a/documentation/maven/generated/images/icon_warning_sml.gif and /dev/null differ diff --git a/documentation/maven/generated/images/logos/build-by-maven-black.png b/documentation/maven/generated/images/logos/build-by-maven-black.png deleted file mode 100644 index 919fd0f66..000000000 Binary files a/documentation/maven/generated/images/logos/build-by-maven-black.png and /dev/null differ diff --git a/documentation/maven/generated/images/logos/build-by-maven-white.png b/documentation/maven/generated/images/logos/build-by-maven-white.png deleted file mode 100644 index 7d44c9c2e..000000000 Binary files a/documentation/maven/generated/images/logos/build-by-maven-white.png and /dev/null differ diff --git a/documentation/maven/generated/images/logos/maven-feather.png b/documentation/maven/generated/images/logos/maven-feather.png deleted file mode 100644 index b5ada836e..000000000 Binary files a/documentation/maven/generated/images/logos/maven-feather.png and /dev/null differ diff --git a/documentation/maven/generated/images/newwindow.png b/documentation/maven/generated/images/newwindow.png deleted file mode 100644 index 6287f72bd..000000000 Binary files a/documentation/maven/generated/images/newwindow.png and /dev/null differ diff --git a/documentation/maven/generated/listLocks-mojo.html b/documentation/maven/generated/listLocks-mojo.html deleted file mode 100644 index b4390cdcd..000000000 --- a/documentation/maven/generated/listLocks-mojo.html +++ /dev/null @@ -1,766 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:listLocks

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:listLocks

    - -

    Description:

    - -
    -

    Lists all Liquibase updater locks on the current database.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/migrate-mojo.html b/documentation/maven/generated/migrate-mojo.html deleted file mode 100644 index 20cfbef69..000000000 --- a/documentation/maven/generated/migrate-mojo.html +++ /dev/null @@ -1,913 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:migrate

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:migrate

    - -

    This plugin goal has been deprecated:

    - -
    Use the LiquibaseUpdate class or Maven goal "update" instead.
    - -

    Description:

    - -
    Liquibase Migration Maven plugin. This plugin allows for -DatabaseChangeLogs to be applied to a database as part of a Maven -build process.
    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changesToApplyint-The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    Default value is: 0.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.toTagString-Update to the changeSet with the given tag command.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changesToApply:

    - -
    The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 0
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.toTag:

    - -
    Update to the changeSet with the given tag command.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/migrateSQL-mojo.html b/documentation/maven/generated/migrateSQL-mojo.html deleted file mode 100644 index 552a2e4e3..000000000 --- a/documentation/maven/generated/migrateSQL-mojo.html +++ /dev/null @@ -1,939 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:migrateSQL

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:migrateSQL

    - -

    This plugin goal has been deprecated:

    - -
    Use LiquibaseUpdateSQL or Maven goal "updateSQL" -instead.
    - -

    Description:

    - -
    Creates an SQL migration script using the provided -DatabaseChangeLog(s) comparing what already exists in the database -to what is defined in the DataBaseChangeLog(s).
    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changesToApplyint-The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    Default value is: 0.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.migrationSqlOutputFileFile-The file to output the Migration SQL script to, if it exists it -will be overwritten.
    Default value is: ${project.build.directory}/liquibase/migrate.sql.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.toTagString-Update to the changeSet with the given tag command.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changesToApply:

    - -
    The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 0
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.migrationSqlOutputFile:

    - -
    The file to output the Migration SQL script to, if it exists it -will be overwritten.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/migrate.sql
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.toTag:

    - -
    Update to the changeSet with the given tag command.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/releaseLocks-mojo.html b/documentation/maven/generated/releaseLocks-mojo.html deleted file mode 100644 index e8978c8cf..000000000 --- a/documentation/maven/generated/releaseLocks-mojo.html +++ /dev/null @@ -1,767 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:releaseLocks

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:releaseLocks

    - -

    Description:

    - -
    -

    Removes any Liquibase updater locks from the current -database.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/rollback-mojo.html b/documentation/maven/generated/rollback-mojo.html deleted file mode 100644 index 35a63f1a1..000000000 --- a/documentation/maven/generated/rollback-mojo.html +++ /dev/null @@ -1,934 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:rollback

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:rollback

    - -

    Description:

    - -
    -

    Invokes Liquibase to rollback the database (and mark changesets -as unapplied). The change sets to be rolled back are specified -using attributes 'rollbackCount', 'rollbackTag' and/or -'rollbackDate'

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.rollbackCountint-The number of change sets to rollback.
    Default value is: -1.
    liquibase.rollbackDateString-The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    liquibase.rollbackTagString-The tag to roll the database back to.
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackCount:

    - -
    The number of change sets to rollback.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: -1
    • -

    -

    liquibase.rollbackDate:

    - -
    The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackTag:

    - -
    The tag to roll the database back to.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/rollbackSQL-mojo.html b/documentation/maven/generated/rollbackSQL-mojo.html deleted file mode 100644 index adb990d65..000000000 --- a/documentation/maven/generated/rollbackSQL-mojo.html +++ /dev/null @@ -1,958 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:rollbackSQL

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:rollbackSQL

    - -

    Description:

    - -
    -

    Generates the SQL that is required to rollback the database -using one or more of the specified attributes 'rollbackCount', -'rollbackTag' and/or 'rollbackDate'

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.migrationSqlOutputFileFile-The file to output the Rollback SQL script to, if it exists it will -be overwritten.
    Default value is: ${project.build.directory}/liquibase/migrate.sql.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.rollbackCountint-The number of change sets to rollback.
    Default value is: -1.
    liquibase.rollbackDateString-The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    liquibase.rollbackTagString-The tag to roll the database back to.
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.migrationSqlOutputFile:

    - -
    The file to output the Rollback SQL script to, if it exists it will -be overwritten.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/migrate.sql
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackCount:

    - -
    The number of change sets to rollback.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: -1
    • -

    -

    liquibase.rollbackDate:

    - -
    The date to rollback the database to. The format of the date must -match either an ISO date format, or that of the -DateFormat.getDateInstance() for the platform the -plugin is executing on.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.rollbackTag:

    - -
    The tag to roll the database back to.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/status-mojo.html b/documentation/maven/generated/status-mojo.html deleted file mode 100644 index f26d74abb..000000000 --- a/documentation/maven/generated/status-mojo.html +++ /dev/null @@ -1,860 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:status

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:status

    - -

    Description:

    - -
    -

    Prints which changesets need to be applied to the database.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/tag-mojo.html b/documentation/maven/generated/tag-mojo.html deleted file mode 100644 index 6897a7f4a..000000000 --- a/documentation/maven/generated/tag-mojo.html +++ /dev/null @@ -1,804 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:tag

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:tag

    - -

    Description:

    - -
    -

    Writes a Liquibase tag to the database.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Required Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.tagString-The text to write to the databasechangelog.
    -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.tag:

    - -
    The text to write to the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: Yes
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/update-mojo.html b/documentation/maven/generated/update-mojo.html deleted file mode 100644 index dbbe2c460..000000000 --- a/documentation/maven/generated/update-mojo.html +++ /dev/null @@ -1,934 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:update

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:update

    - -

    Description:

    - -
    -

    Applies the DatabaseChangeLogs to the database. Useful as part -of the build process.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changesToApplyint-The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    Default value is: 0.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.dropFirstboolean-Whether or not to perform a drop on the database before executing -the change.
    Default value is: false.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.toTagString-Update to the changeSet with the given tag command.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changesToApply:

    - -
    The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 0
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.dropFirst:

    - -
    Whether or not to perform a drop on the database before executing -the change.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.toTag:

    - -
    Update to the changeSet with the given tag command.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/updateSQL-mojo.html b/documentation/maven/generated/updateSQL-mojo.html deleted file mode 100644 index 5dac57da8..000000000 --- a/documentation/maven/generated/updateSQL-mojo.html +++ /dev/null @@ -1,934 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:updateSQL

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:updateSQL

    - -

    Description:

    - -
    -

    Generates the SQL that is required to update the database to the -current version as specified in the DatabaseChangeLogs.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changesToApplyint-The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    Default value is: 0.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.migrationSqlOutputFileFile-The file to output the Migration SQL script to, if it exists it -will be overwritten.
    Default value is: ${project.build.directory}/liquibase/migrate.sql.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.toTagString-Update to the changeSet with the given tag command.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changesToApply:

    - -
    The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 0
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.migrationSqlOutputFile:

    - -
    The file to output the Migration SQL script to, if it exists it -will be overwritten.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • - -
    • Default: ${project.build.directory}/liquibase/migrate.sql
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.toTag:

    - -
    Update to the changeSet with the given tag command.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/generated/updateTestingRollback-mojo.html b/documentation/maven/generated/updateTestingRollback-mojo.html deleted file mode 100644 index 345070408..000000000 --- a/documentation/maven/generated/updateTestingRollback-mojo.html +++ /dev/null @@ -1,910 +0,0 @@ - - -
    -
    - - -
    -

    liquibase:updateTestingRollback

    - -

    Full name:

    - -

    org.liquibase:liquibase-maven-plugin:3.8.3:updateTestingRollback

    - -

    Description:

    - -
    -

    Applies the DatabaseChangeLogs to the database, testing -rollback. This is done by updating the database, rolling it back -then updating it again.

    - -

    Attributes:

    - -
      - -
    • Requires a Maven 2.0 project to be executed.
    • - -
    • Requires dependency resolution of artifacts in scope: test.
    • -
    -
    -

    Optional Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeSinceDescription
    liquibase.changeLogDirectoryString-Specifies the change log directory into which liquibase can find -the change log file.
    liquibase.changeLogFileString-Specifies the change log file to use for Liquibase.
    liquibase.changelogCatalogNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changelogSchemaNameString-Schema against which Liquibase changelog tables will be created.
    liquibase.changesToApplyint-The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    Default value is: 0.
    liquibase.clearCheckSumsboolean-Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    Default value is: false.
    liquibase.contextsString-The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    liquibase.databaseChangeLogLockTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseChangeLogTableNameString-Table name to use for the databasechangelog.
    liquibase.databaseClassString-The class to use as the database object.
    liquibase.defaultCatalogNameString-The default catalog name to use the for database connection.
    liquibase.defaultSchemaNameString-The default schema name to use the for database connection.
    liquibase.driverString-The fully qualified name of the driver class to use to connect to -the database.
    driverPropertiesFileFile-Location of a properties file containing JDBC connection properties -for use by the driver.
    liquibase.emptyPasswordboolean-Deprecated. Use an empty or null value for the password instead.
    Default value is: false.
    expressionVariablesMap-Array to put a expression variable to maven plugin.
    expressionVarsProperties-Array to put a expression variable to maven plugin.
    liquibase.includeArtifactboolean-Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    Default value is: true.
    liquibase.includeTestOutputDirectoryboolean-Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    Default value is: true.
    liquibase.labelsString-The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    liquibase.liquibaseProLicenseKeyString-Liquibase PRO license key value
    liquibase.loggingString-Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    Default value is: INFO.
    liquibase.outputDefaultCatalogboolean-Whether to ignore the catalog/database name.
    liquibase.outputDefaultSchemaboolean-Whether to ignore the schema name.
    liquibase.outputFileEncodingString-Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    liquibase.passwordString-The database password to use to connect to the specified database.
    liquibase.promptOnNonLocalDatabaseboolean-Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    Default value is: true.
    liquibase.propertyFileString-The Liquibase properties file used to configure the Liquibase -Liquibase.
    liquibase.propertyFileWillOverrideboolean-Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    Default value is: false.
    liquibase.propertyProviderClassString-The class to use as the property provider (must be a -java.util.Properties implementation).
    liquibase.serverString-The server id in settings.xml to use when authenticating with.
    liquibase.skipboolean-Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    Default value is: false.
    systemPropertiesProperties-List of system properties to pass to the database.
    liquibase.toTagString-Update to the changeSet with the given tag command.
    liquibase.urlString-The Database URL to connect to for executing Liquibase.
    liquibase.usernameString-The database username to use to connect to the specified database.
    liquibase.verboseboolean-Controls the verbosity of the output from invoking the plugin.
    Default value is: false.
    -
    -
    -

    Parameter Details

    - -

    liquibase.changeLogDirectory:

    - -
    Specifies the change log directory into which liquibase can find -the change log file.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changeLogFile:

    - -
    Specifies the change log file to use for Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogCatalogName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changelogSchemaName:

    - -
    Schema against which Liquibase changelog tables will be created.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.changesToApply:

    - -
    The number of changes to apply to the database. By default this -value is 0, which will result in all changes (not already applied -to the database) being applied.
    - -
      - -
    • Type: int
    • - -
    • Required: No
    • - -
    • Default: 0
    • -

    -

    liquibase.clearCheckSums:

    - -
    Flag for forcing the checksums to be cleared from the -DatabaseChangeLog table.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.contexts:

    - -
    The Liquibase contexts to execute, which can be "," separated if -multiple contexts are required. If no context is specified then ALL -contexts will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogLockTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseChangeLogTableName:

    - -
    Table name to use for the databasechangelog.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.databaseClass:

    - -
    The class to use as the database object.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultCatalogName:

    - -
    The default catalog name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.defaultSchemaName:

    - -
    The default schema name to use the for database connection.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.driver:

    - -
    The fully qualified name of the driver class to use to connect to -the database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    driverPropertiesFile:

    - -
    Location of a properties file containing JDBC connection properties -for use by the driver.
    - -
      - -
    • Type: java.io.File
    • - -
    • Required: No
    • -

    -

    liquibase.emptyPassword:

    - -
    Deprecated. Use an empty or null value for the password instead.
    - -
    Use an empty string as the password for the database connection. -This should not be used along side the password -setting.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    expressionVariables:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Map
    • - -
    • Required: No
    • -

    -

    expressionVars:

    - -
    Array to put a expression variable to maven plugin.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.includeArtifact:

    - -
    Allows for the maven project artifact to be included in the class -loader for obtaining the Liquibase property and DatabaseChangeLog -files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.includeTestOutputDirectory:

    - -
    Allows for the maven test output directory to be included in the -class loader for obtaining the Liquibase property and -DatabaseChangeLog files.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.labels:

    - -
    The Liquibase labels to execute, which can be "," separated if -multiple labels are required or a more complex expression. If no -label is specified then ALL all will be executed.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.liquibaseProLicenseKey:

    - -
    Liquibase PRO license key value
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.logging:

    - -
    Controls the level of logging from Liquibase when executing. The -value can be "debug", "info", "warning", "severe", or "off". The -value is case insensitive.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • - -
    • Default: INFO
    • -

    -

    liquibase.outputDefaultCatalog:

    - -
    Whether to ignore the catalog/database name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputDefaultSchema:

    - -
    Whether to ignore the schema name.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • -

    -

    liquibase.outputFileEncoding:

    - -
    Flag to set the character encoding of the output file produced by -Liquibase during the updateSQL phase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.password:

    - -
    The database password to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.promptOnNonLocalDatabase:

    - -
    Controls the prompting of users as to whether or not they really -want to run the changes on a database that is not local to the -machine that the user is current executing the plugin on.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: true
    • -

    -

    liquibase.propertyFile:

    - -
    The Liquibase properties file used to configure the Liquibase -Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.propertyFileWillOverride:

    - -
    Flag allowing for the Liquibase properties file to override any -settings provided in the Maven plugin configuration. By default if -a property is explicity specified it is not overridden if it also -appears in the properties file.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    liquibase.propertyProviderClass:

    - -
    The class to use as the property provider (must be a -java.util.Properties implementation).
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.server:

    - -
    The server id in settings.xml to use when authenticating with.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.skip:

    - -
    Set this to 'true' to skip running liquibase. Its use is NOT -RECOMMENDED, but quite convenient on occasion.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -

    -

    systemProperties:

    - -
    List of system properties to pass to the database.
    - -
      - -
    • Type: java.util.Properties
    • - -
    • Required: No
    • -

    -

    liquibase.toTag:

    - -
    Update to the changeSet with the given tag command.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.url:

    - -
    The Database URL to connect to for executing Liquibase.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.username:

    - -
    The database username to use to connect to the specified database.
    - -
      - -
    • Type: java.lang.String
    • - -
    • Required: No
    • -

    -

    liquibase.verbose:

    - -
    Controls the verbosity of the output from invoking the plugin.
    - -
      - -
    • Type: boolean
    • - -
    • Required: No
    • - -
    • Default: false
    • -
    -
    -
    - - -
    -
    -
    -
    -
    - - diff --git a/documentation/maven/index.md b/documentation/maven/index.md deleted file mode 100644 index b50640089..000000000 --- a/documentation/maven/index.md +++ /dev/null @@ -1,251 +0,0 @@ ---- -layout: default -title: Docs | Maven -subnav: subnav_maven.md ---- - -# Maven Liquibase Plugin - -Liquibase can be controlled via a Maven plug-in which can be obtained from the central Maven repository. - -You can find all the versions of the Liquibase-core and Maven plugins in the central repository by going [here](http://mvnrepository.com/artifact/org.liquibase/liquibase-core). - -We recommend using Apache Maven 3.1.x or newer to make it easier to configure the log-level of Liquibase Maven Plugin with MAVEN_OPTs or by passing the following command: - -`-Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG` - -## Goals Available - -* [liquibase:changelogSync](maven_changelogsync.html) -* [liquibase:changelogSyncSQL](maven_changelogsyncsql.html) -* [liquibase:clearCheckSums](maven_clearchecksums.html) -* [liquibase:dbDoc](maven_dbDoc.html) -* [liquibase:diff](maven_diff.html) -* [liquibase:dropAll](maven_dropall.html) -* [liquibase:generateChangeLog](maven_generateChangeLog.html) -* [liquibase:help](maven_help.html) -* [liquibase:listLocks](maven_listlocks.html) -* [liquibase:releaseLocks](maven_releaselocks.html) -* [liquibase:rollback](maven_rollback.html) -* [liquibase:rollbackSQL](maven_rollbacksql.html) -* [liquibase:status](maven_status.html) -* [liquibase:tag](maven_tag.html) -* [liquibase:update](maven_update.html) -* [liquibase:updateSQL](maven_updatesql.html) -* [liquibase:updateTestingRollback](maven_updatetestingrollback.html) -* [liquibase:futureRollbackSQL](maven_futurerollbacksql.html) -* [liquibase:migrate](maven_migrate.html) **DEPRECATED** use update instead -* [liquibase:migrateSQL](maven_migrate.html) **DEPRECATED** use updateSQL instead - - -## Configuration and Usage - -Configuration of the plugin is done via the `` section of the `pom.xml`, specifying the configuration and execution phase to bind the plugin to. - -Each goal has its own configuration parameters, but some of which are common to other plugin goals, for more information on all the configuration parameters available for a specific goal click on the link to goal above. - - -### Paths to files - -As of version 1.6.1.0 of the Maven plugin all files are resolved from the maven test classpath for the Maven project or an absolute path. This allows for [DatabaseChangeLogs](../databasechangelog.html) to be present in other Maven artifacts (on the classpath) and able to be used to invoke liquibase on a database. - - -### Using Configuration Property Files - -Configuration settings for the Maven Liquibase plugin can be specified in standard Java Property files. If a [configuration property file](../config_properties.html) is specified it will be used to setup the properties for the invocation of the Maven Liquibase plugin. - -For each property defined in the file that matches a property in the goal being invoked that property of the goal will be set. If the property does not match any of the properties for the goal, then a warning will be displayed to the user, but execution will continue. - -The reason for only printing a warning is to allow a user to define a single master configuration property file that can be resused for multiple Maven Liquibase goals like [liquibase:update](maven_update.html) and [liquibase:tag](maven_tag.html). - - -#### Using both a Configuration Property File and specifying Configuration Values - -It is possible to specify a Configuration Property File and individual Properties in the `` section of the Maven Liquibase plugin. - -If this is done the properties specified in the `` section will be used in preference over those defined in the properties file. - -If this behaviour is not desirable, then the properties file can be setup to override the specified properties in the `` section by adding the following to the `` section; - -{% highlight xml %} -true -{% endhighlight %} - - -### Example of Maven Liquibase Update - -You need to ensure that you include the relevant JDBC driver for your database in the dependency section of Maven POM file. - -MySQL example: -{% highlight xml %} - - - - mysql - mysql-connector-java - - ${mysql-version} - - - -{% endhighlight %} - -Oracle example (thin driver): -{% highlight xml %} - - - - com.oracle - ojdbc14 - 10.2.0.4 - - - -{% endhighlight %} - - -The following is a sample configuration for the Liquibase Maven plugin, version 1.6.1.0, showing an example of the [liquibase:update](maven_update.html) goal; - -{% highlight xml %} - - - - - org.liquibase - liquibase-maven-plugin - - src/main/resources/liquibase/liquibase.properties - - - - process-resources - - update - - - - - - - -{% endhighlight %} - -This example configuration will execute the [liquibase:update](maven_update.html) goal as part of the process-resources phase of the build. The parameters (database url, password, etc...) for running Liquibase are specified in the `src/main/resources/liquibase.properties`. - ->**Note:** The path to the file src/main/resources/liquibase.properties could be shortened to liquibase.properties if there was only one on the classpath. - -All the parameters for executing the Maven Liquibase plugin can also be specified in `` section of the plugin. Below is an example of this: - -{% highlight xml %} - - org.liquibase - liquibase-maven-plugin - 3.0.5 - - src/main/resources/org/liquibase/business_table.xml - oracle.jdbc.driver.OracleDriver - jdbc:oracle:thin:@tf-appserv-linux:1521:xe - liquibaseTest - pass - - - - process-resources - - update - - - - -{% endhighlight %} - - -### Further configuration properties - -To disable the popup dialog that confirms migrations on non-local databases, add the following code snippet: - -`false` - -Use the following maven command to get hints about all available configuration parameters within the Liquibase maven plugin: - -`mvn help:describe -DgroupId=org.liquibase -DartifactId=liquibase-maven-plugin -Dversion=2.0.1 -Dfull=true` - -### Using a global configuration for multiple projects - -Through the usage of a parent-pom (some call it company super-pom) it is possible to have a centralized Liquibase plugin configuration that applies to all your Maven child projects. For a detailed explanation of the super-pom concept, see [Maven manual Pom section](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html). - -In this setup, the plugin configuration is set in the super-pom, so that it becomes available to all child projects. The adaptation to each project needs (database driver, jdbc url, etc.) is made through a local `liquibase.properties` file. In addition, since several configurations may be necessary inside the project, `liquibase.properties` can be filtered by with the Maven resource filtering system. - -Parent `pom.xml` configuration: - -{% highlight xml %} - - - - - org.liquibase - liquibase-maven-plugin - x.x.x.x - - true - target/classes/liquibase.properties - - - - - -{% endhighlight %} - -You want to replace x.x.x.x by the most recent version of the plugin. - -As shown above, you may want to add an `` section, or put more configuration properties in the `` section. Keep in mind that any modification will apply to all child projects. It is possible to some extent to override this global configuration in your local `liquibase.properties` file as `` is set to `true`. If you have a few exceptions among your projects but want to keep a global config for all the others, you can always add the `` section to your child `pom.xml`. This will override the global config. - -The `liquibase.properties` must be put in the `src/main/resources` folder, as well as your `db.changelog.xml`. It can hold as many properties as you need. Here's an already quite complete example: - -{% highlight properties %} -contexts: ${liquibase.contexts} -changeLogFile: com/company/client/project/db.changelog.xml -driver: ${dataSource.project.driverClass} -url: ${dataSource.project.jdbcURL} -username: ${dataSource.project.user} -password: ${dataSource.project.password} -verbose: true -dropFirst: false -{% endhighlight %} - -The placeholders are filtered by the Maven resource filtering system. In order to get your Maven standard `resources/` folder filtered you need to have this config in your `pom.xml`: - -{% highlight xml %} - - - - src/main/resources - true - - - -{% endhighlight %} - -See [How do I filter resource files](http://maven.apache.org/guides/getting-started/index.html#How_do_I_filter_resource_files) for more details. - -In this particular setup, the project jdbc url, database driver, username and password are used for Liquibase as well. - -The placeholders are replaced by values found in filter property files located in `src/main/filters`. - -You can have as many property file filters as you need. To specify the filter to use on Maven execution, you need to use [Maven profiles](http://maven.apache.org/guides/introduction/introduction-to-profiles.html). - -A typical invocation would look like this: - -`mvn resources:resources liquibase:update -P` - -Invoking the `resources` is necessary in order to have the `liquibase.properties` placeholders filtered. The `-P` option tells Maven the profile to use and thus the set of values (from the filter properties file) to use for filtering. - -If you don't need the filtering capabilities, you can replace in the super-pom plugin configuration with the following: - -`target/classes/liquibase.properties by src/main/resources/liquibase.properties` - -Invocation is then simplified to a mere: `mvn liquibase:update`. - -The main advantages of this setup are: -- No Liquibase plugin configuration in your projects. Only the `liquibase.properties` is required. -- A unique place where to update the plugin version (you don't need to manuall edit all your `pom.xml` and commit them) diff --git a/documentation/maven/maven-get-oracle-drivers.md b/documentation/maven/maven-get-oracle-drivers.md deleted file mode 100644 index ecde4096a..000000000 --- a/documentation/maven/maven-get-oracle-drivers.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -layout: default -title: Docs | Maven Get Oracle Drivers -subnav: subnav_maven.md ---- - -# How to Get Oracle Drivers using Maven -Liquibase and Maven require the use of drivers to read your database. This topic walks you through the process of getting Oracle drivers while using Maven. - -## Step 1: Add a Dependency -Add a dependency to the `` section of the Maven `pom.xml`, in your Maven project directory as follows: - -{% highlight xml %} - - - com.oracle.jdbc - ojdbc8 - 19.3.0.0 - - -{% endhighlight %} -
    - -## Step 2: Login to Oracle -Navigate to [https://www.oracle.com/webapps/maven/register/license.html](https://www.oracle.com/webapps/maven/register/license.html) and log in. If you do not have an account, please create one at this time. - -## Step 3: Include the Repository -Update the `settings.xml` file located in your Maven project directory to include the [maven.oracle.com](https://www.oracle.com/webfolder/application/maven/index.html) repository: - -{% highlight xml %} - - maven.oracle.com - oracle-maven-repo - https://maven.oracle.com - default - - true - always - - -{% endhighlight %} -
    - -## Step 4: Include the Plugin -Update your `settings.xml` file located in your Maven project directory to include the [maven.oracle.com](https://www.oracle.com/webfolder/application/maven/index.html) pluginRepository. - -{% highlight xml %} - - maven.oracle.com - https://maven.oracle.com - -{% endhighlight %} -
    - -## Step 5: Include the Server -Update your `settings.xml` file in your Maven project directory to include the server for [maven.oracle.com](https://www.oracle.com/webfolder/application/maven/index.html). - -{% highlight xml %} - - maven.oracle.com - YOUR ORACLE USERNAME - YOUR ORACLE PASSWORD - - - ANY - ANY - OAM 11g - - - - - - http.protocol.allow-circular-redirects - %b,true - - - - - - -{% endhighlight %} -
    - -## Step 6: Create a settings-security.xml File -Create a `settings-security.xml` file in your .m2 directory with your Oracle password in an encrypted format. -> **Example:** {USER_HOME}/.m2/ directory. - -1. Encrypt your master password: `mvn -encrypt-master-password ` -2. Copy the encrypted password from the console. -3. Paste the encrypted password into the `settings-security.xml` file located in your .m2 folder: - -{% highlight xml %} - - {YOUR ENCRYPTED MASTER PASSWORD} - -{% endhighlight %} -
    - -## Step 7: Configure Maven -Configure Maven with an HTTP Wagon compatible with [maven.oracle.com](https://www.oracle.com/webfolder/application/maven/index.html). - -- Download the HTTP Wagon jar from [Maven Central](http://central.maven.org/maven2/org/apache/maven/wagon/wagon-http/2.8/wagon-http-2.8-shaded.jar). -- Copy the wagon-http jar into: `MAVEN_HOME/lib/ext/` - -To verify the configuration is correct, run `mvn compile`. If there are no errors stating that artifact com.oracle.jdbc cannot be -found in [repo.maven.apache.org](http://repo.maven.apache.org/), then everything is configured correctly. If you are getting this error, make sure you have not omitted a step in these instructions. diff --git a/documentation/maven/maven_changelogsync.md b/documentation/maven/maven_changelogsync.md deleted file mode 100644 index 37a3fd810..000000000 --- a/documentation/maven/maven_changelogsync.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -title: Docs | Maven changelogsync -subnav: subnav_maven.md ---- -# Maven changelogsync - -{% include_relative generated/changelogSync-mojo.html %} diff --git a/documentation/maven/maven_changelogsyncsql.md b/documentation/maven/maven_changelogsyncsql.md deleted file mode 100644 index 4736a5ea8..000000000 --- a/documentation/maven/maven_changelogsyncsql.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -title: Docs | Maven changelogsyncsql -subnav: subnav_maven.md ---- -# Maven changelogsyncsql - -{% include_relative generated/changelogSyncSQL-mojo.html %} diff --git a/documentation/maven/maven_clearchecksums.md b/documentation/maven/maven_clearchecksums.md deleted file mode 100644 index cac08cbdb..000000000 --- a/documentation/maven/maven_clearchecksums.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -title: Docs | Maven clearchecksums -subnav: subnav_maven.md ---- -# Maven clearchecksums - -{% include_relative generated/clearCheckSums-mojo.html %} diff --git a/documentation/maven/maven_dbDoc.md b/documentation/maven/maven_dbDoc.md deleted file mode 100644 index bc3ad3737..000000000 --- a/documentation/maven/maven_dbDoc.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven dbDoc -subnav: subnav_maven.md ---- -# Maven dbDoc -{% include_relative generated/dbDoc-mojo.html %} diff --git a/documentation/maven/maven_diff.md b/documentation/maven/maven_diff.md deleted file mode 100644 index 07f67c081..000000000 --- a/documentation/maven/maven_diff.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven diff -subnav: subnav_maven.md ---- -# Maven diff -{% include_relative generated/diff-mojo.html %} diff --git a/documentation/maven/maven_dropall.md b/documentation/maven/maven_dropall.md deleted file mode 100644 index 385c4371c..000000000 --- a/documentation/maven/maven_dropall.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven dropall -subnav: subnav_maven.md ---- -# Maven dropall -{% include_relative generated/dropAll-mojo.html %} diff --git a/documentation/maven/maven_futurerollbacksql.md b/documentation/maven/maven_futurerollbacksql.md deleted file mode 100644 index 047785617..000000000 --- a/documentation/maven/maven_futurerollbacksql.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven futureRollbackSQL -subnav: subnav_maven.md ---- -# Maven futureRollbackSQL -{% include_relative generated/futureRollbackSQL-mojo.html %} diff --git a/documentation/maven/maven_generateChangeLog.md b/documentation/maven/maven_generateChangeLog.md deleted file mode 100644 index 6e68cd514..000000000 --- a/documentation/maven/maven_generateChangeLog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven generateChangeLog -subnav: subnav_maven.md ---- -# Maven generateChangeLog -{% include_relative generated/generateChangeLog-mojo.html %} diff --git a/documentation/maven/maven_help.md b/documentation/maven/maven_help.md deleted file mode 100644 index 5b6851094..000000000 --- a/documentation/maven/maven_help.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven help -subnav: subnav_maven.md ---- -# Maven help -{% include_relative generated/help-mojo.html %} diff --git a/documentation/maven/maven_listlocks.md b/documentation/maven/maven_listlocks.md deleted file mode 100644 index c912548e2..000000000 --- a/documentation/maven/maven_listlocks.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven listlocks -subnav: subnav_maven.md ---- -# Maven listlocks -{% include_relative generated/listLocks-mojo.html %} diff --git a/documentation/maven/maven_migrate.md b/documentation/maven/maven_migrate.md deleted file mode 100644 index 3c0fa1ae1..000000000 --- a/documentation/maven/maven_migrate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven migrate -subnav: subnav_maven.md ---- -# Maven migrate -{% include_relative generated/migrate-mojo.html %} diff --git a/documentation/maven/maven_migratesql.md b/documentation/maven/maven_migratesql.md deleted file mode 100644 index b0acecfe1..000000000 --- a/documentation/maven/maven_migratesql.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven migratesql -subnav: subnav_maven.md ---- -# Maven migratesql -{% include_relative generated/migrateSQL-mojo.html %} diff --git a/documentation/maven/maven_releaselocks.md b/documentation/maven/maven_releaselocks.md deleted file mode 100644 index ddca3ea39..000000000 --- a/documentation/maven/maven_releaselocks.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default -title: Docs | Maven releaselocks -subnav: subnav_maven.md - ---- -# Maven releaselocks -{% include_relative generated/releaseLocks-mojo.html %} diff --git a/documentation/maven/maven_rollback.md b/documentation/maven/maven_rollback.md deleted file mode 100644 index 663ce4e8c..000000000 --- a/documentation/maven/maven_rollback.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -title: Docs | Maven rollback -subnav: subnav_maven.md ---- -# Maven Rollback - -> *Note* that there are [differences in how rollback works with Maven vs. how it works from the CLI](/documentation/maven/maven_rollback.html#differences-in-controlling-rollback-behavior) - -{% include_relative generated/rollback-mojo.html %} -
    - -## Differences in Controlling Rollback Behavior - -Behavior | CLI Command | Maven - ------ | ------ | ------ -rollback by count | rollbackCount 3 | rollback goal, liquibase.rollbackCount=3 property -rollback by tag | rollback | rollback goal, liquibase.rollbackTag and liquibase.tag properties -rollback to date | rollbackToDate | rollback goal, liquibase.rollbackDate property - diff --git a/documentation/maven/maven_rollbacksql.md b/documentation/maven/maven_rollbacksql.md deleted file mode 100644 index cde38a2c1..000000000 --- a/documentation/maven/maven_rollbacksql.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven rollbacksql -subnav: subnav_maven.md ---- -# Maven rollbacksql -{% include_relative generated/rollbackSQL-mojo.html %} diff --git a/documentation/maven/maven_status.md b/documentation/maven/maven_status.md deleted file mode 100644 index 35c11d1a3..000000000 --- a/documentation/maven/maven_status.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven status -subnav: subnav_maven.md ---- -# Maven status -{% include_relative generated/status-mojo.html %} diff --git a/documentation/maven/maven_tag.md b/documentation/maven/maven_tag.md deleted file mode 100644 index 0e03d751f..000000000 --- a/documentation/maven/maven_tag.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven tag -subnav: subnav_maven.md ---- -# Maven tag -{% include_relative generated/tag-mojo.html %} diff --git a/documentation/maven/maven_update.md b/documentation/maven/maven_update.md deleted file mode 100644 index 984b56ed7..000000000 --- a/documentation/maven/maven_update.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven update -subnav: subnav_maven.md ---- -# Maven update -{% include_relative generated/update-mojo.html %} diff --git a/documentation/maven/maven_updatesql.md b/documentation/maven/maven_updatesql.md deleted file mode 100644 index 2aaaa3bd8..000000000 --- a/documentation/maven/maven_updatesql.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven updatesql -subnav: subnav_maven.md ---- -# Maven updatesql -{% include_relative generated/updateSQL-mojo.html %} diff --git a/documentation/maven/maven_updatetestingrollback.md b/documentation/maven/maven_updatetestingrollback.md deleted file mode 100644 index 1f399113d..000000000 --- a/documentation/maven/maven_updatetestingrollback.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: Docs | Maven updatetestingrollback -subnav: subnav_maven.md ---- -# Maven updatetestingrollback -{% include_relative generated/updateTestingRollback-mojo.html %} diff --git a/documentation/modify_sql.md b/documentation/modify_sql.md deleted file mode 100644 index e64ded5ed..000000000 --- a/documentation/modify_sql.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -layout: default -title: Docs | Modify SQL ---- - -# Modifying Generated SQL # - -Although Liquibase supports most standard SQL statements with its change tags, there are times when the generated SQL needs to be slightly different for your particular needs. Examples include changing datatypes or adding additional vendor-specific clauses such as "ENGINE INNODB" to CREATE TABLE statements. **Since 1.9** - -## Sample ## - -{% highlight xml %} - - - - - - - - - - - - - -{% endhighlight %} - -## Available Attributes ## - - - - - - -
    AttributeDescription
    dbmsThe type of a database which that changeSet is to be used for. When the migration step is running, it checks the database type against this - attribute. Valid database type names are listed on the supported databases page. It is possible to list multiple databases separated by commas. - You can also specify that a changeset is NOT applicable to a particular database type by prefixing with !. The keywords all and none are - also available.
    contextList of contexts in which to run the sql modification. If not specified, is applied in all contexts Since 2.0
    applyToRollbackShould the sql modification be applied to rollback statements? Default='false' Since 2.0
    - -## Available Sub-Tags ## - -### prepend ### -Adds SQL to the beginning of the statement. - -#### Available Attributes #### - - - -
    AttributeDescription
    valueText to add to beginning of statement
    - -### append ### -Adds SQL to the end of the statement. - -#### Available Attributes #### - - - -
    AttributeDescription
    valueText to add to end of statement
    - -### replace ### -Replaces all instances of the text specified. - -#### Available Attributes #### - - - - -
    AttributeDescription
    replaceText to replace
    withText to replace with
    - -### regExpReplace ### -Replaces all instances of the regular expression specified. - -#### Available Attributes #### - - - - -
    AttributeDescription
    replaceRegular expression specifying text to replace
    withText to replace with
    diff --git a/documentation/multiple-sql-migration.md b/documentation/multiple-sql-migration.md deleted file mode 100644 index 4b47acec4..000000000 --- a/documentation/multiple-sql-migration.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -layout: default -title: Docs | Migrations with Multiple SQL Files ---- -# Database Migrations with Multiple SQL Files - -## Step 1: Create an SQL Folder -To complete a migration, you must create an SQL folder in your Liquibase project folder. The SQL folder is where you will place all your your SQL scripts that Liquibase uses to track, version, and deploy changes to your database. - -## Step 2: Create or Generate a Changelog -To use SQL script files, you must also have a [database changelog](/documentation/databasechangelog.html) file. While the SQL scripts define all of your database changes, Liquibase still requires the use of a changelog to tell it where your scripts are located. While you can use XML, JSON, YAML, or formatted SQL when creating a changelog, you must create an XML changelog to use multiple SQL Scripts. - -**Creating Changelog Files Manually** -1. Create a file in your Liquibase project directory called `myChangeLog.xml`. -2. For this example, enter the following information into the `myChangeLog.xml` file. - -{% highlight xml %} - - - - - -{% endhighlight %} - -When you have completed your work, save your file. - -**Generating Changelog Files** - -If you have an existing database, you can generate a changelog file that reflects the current state of your database. -For more information on how to generate a changelog, visit the [Liquibase Commands: generateChangelog](/documentation/generating_changelogs.html) topic, and read the article about [Adding Liquibase on an Existing Project](/documentation/existing_project.html). - -## Step 3: Configure your Changelog -To run SQL scripts, you must tell Liquibase where your SQL scripts are located. To configure your changelog, use the `includeAll` tag to point Liquibase to the correct folder. - -{% highlight xml %} - - - - - - -{% endhighlight %} - -## Step 4: Add an SQL Script to the SQL Folder -To add SQL scripts to your SQL folder: -1. In your SQL folder, create a `.sql` file. -2. For this example, enter the following information: - -{% highlight sql %} - -create table PERSON ( - ID int not null, - FNAME varchar(100) not null -); - -{% endhighlight %} - -When you have completed your work, save your file. - -## Step 5: Deploy your Script -Once you have created and configured your changelog, and have also added your SQL scripts, you are ready to deploy. - -**To Deploy your Script** -1. Open your command prompt or terminal. -2. Run one of the following commands: - - **Linux/Unix/Mac:** `LB_HOME/liquibase update` - - **Windows:** `LB_HOME\liquibase.bat update` - -> **Note:** In place of `LB_HOME`, use the folder name where you extracted Liquibase. - -Your database should now contain a table called **PERSON**. - -## Step: Check your Database -To check your database: -1. Open your command prompt or terminal. -2. Navigate to the folder where you placed your driver jar. -3. Run: `java -jar (driver-version.jar)` - ->**Note:** Where (driver-version.jar) is listed, enter your driver name and version number. - -**Example** `java -jar h2-1.4.199.jar` - -If you used a `liquibase.properties` file, enter the JDBC URL, User Name, and Password information. Notice that two tables were created: -- DATABASECHANGELOG -- DATABASECHANGELOGLOCK - -The DATABASECHANGELOG table contains a list of all the changes that have been run against the database. The DATABASECHANGELOGLOCK table is used to make sure two machines don't attempt to modify the database at the same time. - -View the [DATABASECHANGELOG Table](/documentation/databasechangelog_table.html) and [DATABASECHANGELOGLOCK Table](/documentation/databasechangeloglock_table.html) topics for more information. - -### Summary -In this tutorial we covered: -- Creating/Generating Changelogs -- Adding Changesets to your Changelog -- Running your Changelog -- Checking your Database \ No newline at end of file diff --git a/documentation/offline.md b/documentation/offline.md deleted file mode 100644 index 2dc5416be..000000000 --- a/documentation/offline.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: default -title: Docs | Offline Database Support ---- - -# Offline Database Support # - -If you cannot run Liquibase directly against a database, there are two major options to ensure your database is kept up to date - -## updateSql - -The most common way to manage "offline" databases is to use the updateSql functionality. - -The updateSql command reads a database's DATABASECHANGELOG table and outputs the SQL that would run as part of the upgrade. -This SQL includes inserts into the DATABASECHANGELOG table and can be ran against any database to both upgrade it and keep its history correct. - -It is important that the database you generate the SQL from is the same as the database(s) you plan to run the SQL against. - -Unless you have preconditions in your changelog file, the updateSql process only reads the DATABASECHANGELOG table to determine what changeSets to run. -Therefore if, for example, you have a production database that you cannot run Liquibase against directly and it may be different than your test databases, -you can copy/restore just the DATABASECHANGELOG table from the production database into a database you can run updateSql against. Then run the generated SQL against the actual production database. - -## Offline Database - -_Since 3.1.0_ - -If your environment does not lend itself to using updateSql with test and backup databases, you can run Liquibase using an "offline" database. - -Running in offline mode only supports "updateSql", "rollbackSQL", "tag", and "tagExists". It does not support direct update, diff, or preconditions as there is nothing to actually update or state to check. - -An offline database is "connected" to using a url syntax of `offline:DATABASE_TYPE?param1=value1&aparam2=value2`. - -### Available parameters: - -| **changeLogFile** | Specify the file acting as the DATABASECHANGELOG table. Defaults to "databasechangelog.csv" in the working directory. | -| **version** | Specify the database version to ensure generated SQL matches target database version. Example: 5.4.2 or 12.1.0.3 | -| **productName** | Specify "product name" seen by the JDBC driver. | -| **catalog** | Specify the connection catalog | -| **caseSensitive** | Specify if the database is case sensitive or not | -| **outputLiquibaseSql** | If set to "true", output from updateSQL will include create/insert statements for the DatabaseChangeLog table. Defaults to "false" | - -### Examples: - -- `offline:oracle` -- `offline:mssql?changeLogFile=/src/changelog.csv` -- `offline:mysql?version=5.4.21&changeLogFile=/src/changelog.csv` diff --git a/documentation/other_formats.md b/documentation/other_formats.md deleted file mode 100644 index 509d9ca68..000000000 --- a/documentation/other_formats.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default -title: Docs | Other Formats ---- - -# Other Changelog formats - -Beyond the built in [XML](xml_format.html), [YAML](yaml_format.html), [JSON](json_format.html) and [SQL](sql_format.html) changelog formats, -the Liquibase extension system allows you to create changelog files in whatever format you like. - -Additional community-managed formats include: -- [Groovy Liquibase](https://github.com/liquibase/liquibase-groovy-dsl) -- [Clojure Liquibase Wrapper](https://github.com/kumarshantanu/clj-liquibase) diff --git a/documentation/preconditions.md b/documentation/preconditions.md deleted file mode 100644 index 773621eb3..000000000 --- a/documentation/preconditions.md +++ /dev/null @@ -1,323 +0,0 @@ ---- -layout: default -title: Docs | Preconditions ---- -# Preconditions - -Preconditions can be attached to [change logs](databasechangelog.html) or [changesets](changeset.html) to control the execution of an update based on the state of the database. - -There are several reasons to use preconditions, including: - -* Document what assumptions the writers of the *changelog* had when creating it. -* Enforce that those assumptions are not violated by users running the *changelog*. -* Perform data checks before performing an unrecoverable change such as [drop_Table](changes/drop_table.html) -* Control what *changeSets* are run and not run based on the state of the database. - -If desired, a precondition can be the only tag in a ``. - -Preconditions at the *changelog* level apply to **all** *changeSets*, not just those listed in the current *changelog* or its child *changelogs*. - -## Sample With Preconditions - -{% highlight xml %} - - - - - - - - - - - select count(*) from oldtable - - Comments should go after preCondition. If they are before then liquibase usually gives error. - - - -{% endhighlight %} - -The above *changelog* will only run if the database executed against is Oracle and the database user executing the script is "SYSTEM". It will also only run the [drop_Table](changes/drop_table.html) command if there are no values in the "oldtable". - -## Handling Failures and Errors - -Liquibase distinguishes between precondition "failures" (check failed) and "errors" (exception thrown in execution of check) and the reaction to both can be controlled via the "onFail" and "onError" attributes on the `` tag. **Since 1.8** - -### Available attributes - - - - - - - - -
    AttributeDescription
    onFailWhat to do when preconditions fail (see below).
    onErrorWhat to do when preconditions error (see below).
    onSqlOutputWhat to do in updateSQL mode (see below). Since 1.9.5
    onFailMessageCustom message to output when preconditions fail. Since 2.0
    onErrorMessageCustom message to output when preconditions fail. Since 2.0
    - -### Possible onFail/onError values - - - - - - - -
    ValueDescription
    HALTImmediately halt the execution of the entire change log. [DEFAULT]
    CONTINUESkip over the *changeSet*. Execution of the change set will be attempted again on the next update. Continue with the *changelog*.
    MARK_RANSkip over the change set, but mark it as executed. Continue with the change log.
    WARNOutput a warning and continue executing the *changeSet*/*changelog* as normal.
    - -Outside a *changeSet* (e.g. at the beginning of the change log), only HALT and WARN are possible values. - -### Possible onSqlOutput values - - - - - - -
    ValueDescription
    TESTRun the changeSet in updateSQL mode.
    FAILFail the preCondition in updateSQL mode.
    IGNOREIgnore the preCondition in updateSQL mode (default).
    - -## AND/OR/NOT Logic - -Conditional logic can be applied to preconditions using nestable ``, `` and `` tags. **If no conditional tags are specified, it defaults to AND**. - -Examples: - -{% highlight xml %} - - - - -{% endhighlight %} - -Will check that the update is running on Oracle AND with the SYSTEM user, but will only generate a warning if the precondition fails. - -{% highlight xml %} - - - - -{% endhighlight %} - -Will require running on Oracle AND MySQL, which will always be false, unless a huge and unexpected merger takes place. - -{% highlight xml %} - - - - - - -{% endhighlight %} - -Will require running on Oracle OR MySQL which makes more sense than the above example. - -{% highlight xml %} - - - - - - - - - - - - -{% endhighlight %} - -Will require running as SYSTEM if executing against an Oracle database or running as SA if running against a MS-SQL database. - - -## Available Preconditions - - -### <dbms> - -Passes if the database executed against matches the type specified. - -#### Available Attributes - - - -
    AttributeDescription
    typeType of database expected. Multiple dbms values can be specified using comma separated values. required
    - -### <runningAs> - -Passes if the database user executed under matches the username specified. - -#### Available Attributes - - - -
    AttributeDescription
    usernameDatabase user script is expected to run as. required
    - -### <changeSetExecuted> - -Passes if the specified change set has already been executed. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    idChange set "id". required
    authorChange set "author". required
    changeLogFileFile name (including classpath relative path) of change set. required
    - -### <columnExists> - -Passes if the specified column exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the table's schema. required
    tableNameName of the column's table. required
    columnNameName of column. required
    - -### <tableExists> - -Passes if the specified table exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the table's schema. required*
    tableNameName of the table. required
    - -### <viewExists> - -Passes if the specified view exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the view's schema. required
    viewNameName of the view. required
    - -### <foreignKeyConstraintExists> - -Passes if the specified foreign key exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the foreign key's schema. required
    foreignKeyNameName of the foreign key. required
    - -### <indexExists> - -Passes if the specified index exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the index's schema. required
    indexNameName of the index. required
    - -### <sequenceExists> - -Passes if the specified sequence exists in the database. **Since 1.8** - -#### Available Attributes - - - - - -
    AttributeDescription
    schemaNameName of the sequences's schema. required
    sequenceNameName of the sequence. required
    - -### <primaryKeyExists> - -Passes if the specified primary key exists in the database. **Since 1.8** - -#### Available Attributes - - - - - - -
    AttributeDescription
    schemaNameName of the primary key's schema.
    primaryKeyNameName of the primary key. tableName OR primaryKeyName required
    tableNameName of the table containing primary key. tableName OR primaryKeyName required Since 1.9
    - -### <sqlCheck> - -Executes an SQL string and checks the returned value. The SQL must return a single row with a single value. To check numbers of rows, use the "count" SQL function. To check for ranges of values, perform the check in the SQL and return a value that can be easily compared against. - -{% highlight xml %} -SELECT COUNT(1) FROM pg_tables WHERE TABLENAME = 'myRequiredTable' -{% endhighlight %} - -#### Available Attributes - - - - -
    AttributeDescription
    expectedResultValue to compare the SQL result to. required
    - -### <changeLogPropertyDefined> - -Checks whether given [changelog parameter](changelog_parameters.html#property) is present. If a value is also given, it only fails, if the value is not the same as given. **Since 2.0** - -{% highlight xml %} - - -{% endhighlight %} - -#### Available Attributes - - - - - -
    AttributeDescription
    propertyName of the property to check for. required
    valueRequired value for given property.
    - -### <customPrecondition> - -Custom preconditions can be created by creating a class that implements the [liquibase.precondition.CustomPrecondition](/javadoc/liquibase/precondition/CustomPrecondition.html) interface. Parameters on custom classes are set through reflection based on the <param> sub-tags. Parameters are passed as strings to the custom precondition. - -{% highlight xml %} - - - - -{% endhighlight %} - -#### Available Attributes - - - - -
    AttributeDescription
    classNameName of custom precondition class. required
    - -#### Available Sub-Tags - - - - -
    AttributeDescription
    paramParameter to pass to the custom precondition.
    - -##### Available "param" sub-tag Attributes - - - - - -
    AttributeDescription
    nameName of the parameter to set. required
    valueString value to set parameter to. required
    - -## Implementation Notes - -Preconditions are checked at the beginning of the execution of a particular *changelog*. If you use the "include" tag and only have preconditions on the child *changelog*, those preconditions will not be checked until the migrator reaches that file. This behavior may change in future releases, so don't rely on this behavior. diff --git a/documentation/rollback.md b/documentation/rollback.md deleted file mode 100644 index 8baf2f0f8..000000000 --- a/documentation/rollback.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -layout: default -title: Docs | Rollback ---- - -# Rolling Back ChangeSets # - -Liquibase allows you to undo changes you have made to your database, either automatically or via custom rollback SQL. Rollback support is available in [command_line](command_line.html), [Ant](ant/index.html), and [Maven](maven/index.html). - - -## How Rollback SQL is controlled ## - -Many refactorings such as "create table", "rename column", and "add column" can automatically create rollback statements. If your change log contains only statements that fit into this category, your rollback commands will be generated automatically. - -Other refactorings such as "drop table" and "insert data" have no corresponding rollback commands that can be automatically generated. In these cases, and cases where you want to override the default generated rollback commands, you can specify the rollback commands via the tag within the changeSet tag. If you do not want anything done to undo a change in rollback mode, use an empty tag. - - -## Rollback Tag Available Attributes ## - - - - - - - - -
    AttributeDescription
    nested tagsStandard Liquibase change tags to generate rollback statements
    tag textSQL to run to rollback this change. The text in the element is treated as a sql change with `stripComments` set to `true`, -`splitStatements` set to `true` and `endDelimiter` set to `;`.
    changeSetIdId of changeset to rerun in order to rollback this change. Example: for rolling back a dropTable change, reference the changeSet that created the table.
    changeSetAuthorAuthor of changeset to rerun in order to rollback this change
    changeSetPathNormalized name of the file containing the changeset to rerun in order to rollback this - changeSet. If not defined, the actual file is used.
    - -## Samples ## - -Many change tags do not need a rollback tag. They can be generated from the update statement. -{% highlight xml %} - - - - - -{% endhighlight %} - -Standard change tags can be used in a `` tag -{% highlight xml %} - - - - - - - - -{% endhighlight %} - -Multiple statements can be included in one `` tag. Multiple rollback tags can be specified in one changeSet. -{% highlight xml %} - - - - - - - - - - - - drop table multiRollback1; - drop table multiRollback2; - - drop table multiRollback3 - -{% endhighlight %} - -A rollback tag can reference the changeSet that originally created a statement. -{% highlight xml %} - - - - -{% endhighlight %} - -Rollback tags can be empty if no rollback is possible/needed -{% highlight xml %} - - insert into multiRollback3 (id) values (1) - - -{% endhighlight %} - -## "Roll Back To" Modes ## - -You can specify what changes to rollback in three ways: - - - -### Tag ### - -Specifying a tag to rollback to will roll back all change-sets that were executed against the target database after the given tag was applied. See the [command line](command_line.html) documentation for how to tag your database. - -### Number of Change Sets ### - -You can specify the number of change-sets to rollback. - -### Date ### - -You can specify the date to roll back to. - -## Roll back Execution Modes ## - -Liquibase has three modes for managing rollbacks: - -### Execute Rollback Directly ### - -The rollback commands can be executed directly against the target database. If any changes cannot be rolled back, you will be notified and none of the changes will roll back. - -### Generating a Rollback Script ### - -Rather than actually updating the database, the SQL required to roll back the database can be generated. This is useful if you want to preview what rollback commands will be executed before they are actually run. - -### Generating a "Future Rollback" Script ### - -This mode is designed to allow you to generate a rollback script at the same time you generate your migration script. It allows you to take an updated application and generate both the SQL to update the database to the new version as well as the SQL to bring that new version back to the current version if needed. This functionality is very useful when a DBA wants to control SQL going into the database, as well as for applications that require rollback documentation for internal and/or ["SOX-compliant"](http://en.wikipedia.org/wiki/Sarbanes-Oxley_Act) processes. You do not need to specify a rollback date, tag, or count in this mode. diff --git a/documentation/running.md b/documentation/running.md deleted file mode 100644 index 642c429c2..000000000 --- a/documentation/running.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -title: Docs | Running Liquibase ---- - -# Running Liquibase # - -Liquibase can be ran either on demand or through automated processes. - -Liquibase ships with the following execution methods: - -## On Demand - -- Command Line -- Ant -- Maven - -## Automated - -- Servlet Listener -- Spring Listener -- JEE CDI Listener - -## Java APIs - -Liquibase can easily be embedded and executed through its Java APIs. For more information, see the Javadoc - -## Learn More - -Read our article on [How to Run Liquibase](https://download.liquibase.org/how-to-run-liquibase/) for more information on each of the methods above, why some users choose one method over another, and how to mix and match methods. - - diff --git a/documentation/sdk/index.md b/documentation/sdk/index.md deleted file mode 100644 index b80127883..000000000 --- a/documentation/sdk/index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -title: Docs | SDK Home ---- - -# Liquibase SDK - -### Purpose and Installation - -The purpose of the Liquibase SDK is facilitate development and testing of the Liquibase codebase and Liquibase extensions. -The Liquibase SDK ships with the standard command line Liquibase installation which can be downloaded from [the Liquibase download page](http://download.liquibase.org). - -After unzipping liquibase-bin.zip or liquibase-bin.tar.gz you will find an "sdk" sub directory which contains everything related to the SDK. - -__Liquibase SDK is available in Liquibase 3.2.0+__ - -### SDK Components - -* [__Javadoc__](/javadoc) The Liquibase core library API documentation is included in the LIQUIBASE_HOME/sdk/javadoc directory for easy offline reference. -* [__Workspace__](workspace.html) To make testing easier, a pre-configured "workspace" directory is included with sample changelog files. diff --git a/documentation/sdk/workspace.md b/documentation/sdk/workspace.md deleted file mode 100644 index d5175364e..000000000 --- a/documentation/sdk/workspace.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -layout: default -title: Docs | Workspace ---- - -# Liquibase SDK Workspace - -The Liquibase SDK ships with a LIQUIBASE_HOME/sdk/workspace directory that is pre-configured as an easy starting point for testing Liquibase and Liquibase extensions. - -Normal usage of the workspace directory is to change to the workspace directory, then run `..\..\liquibase ARGS` and `..\liquibase-sdk ARGS` commands. - -__Liquibase SDK is available in Liquibase 3.2.0+__ - -## Standard Workspace Contents - -### liquibase.properties - -The workspace directory ships with liquibase.h2.properties, liquibase.hsql.properties and liquibase.derby.properties files in the workspace directory which can be used for testing -embedded databases. All three are configured to use database files in LIQUIBASE_HOME/tmp/DB_NAME. - - -### changelog - -LIQUIBASE_HOME/sdk/changelog contains a starting `com/example/changelog.xml` file that can be used as a starting point for testing. - - -The com/example/changelog.xml uses a variety of features including: - -* multiple authors -* runAlways -* dbms filtering -* include -* includeAll -* relativeToChangelogFile -* formatted SQL changelog format -* YAML changelog format -* rollback logic - -The created database structure includes: - -* A debug_info table for easy message logging -* An employee table with an address table that references it -* A simple shopping cart structure with item, account and cart_item tables -* A simple newspaper structure with article and page tables - -## Tips - -* Zip or tar the the workspace directory for future reference and recovery -* Add the workspace directory to your IDE project for easy access -* Use the standard changelog structure as a starting point for reproducing and submitting Liquibase bugs \ No newline at end of file diff --git a/documentation/servlet_listener.md b/documentation/servlet_listener.md deleted file mode 100644 index 313dfedb2..000000000 --- a/documentation/servlet_listener.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -layout: default -title: Docs | Servlet listener ---- - -# Servlet Listener # - -Liquibase can be run via a servlet listener. This allows you to have your database be updated automatically whenever the site is deployed. Since Liquibase uses distributed locking, this method will work just fine even if you have a cluster of application servers. - -To configure the servlet listener, simply add liquibase.jar to your WEB-INF/lib directory and the following to your web.xml file: - -{% highlight xml %} - - liquibase.changelog - com/example/db.changelog.xml - - - - liquibase.datasource - java:comp/env/jdbc/default - - - - liquibase.host.includes - production1.example.com, production2.example.com - - - - liquibase.onerror.fail - true - - - - liquibase.contexts - production - - - - liquibase.integration.servlet.LiquibaseServletListener - -{% endhighlight %} - - -**If using Liquibase 1.9.x** - -{% highlight xml %} - - LIQUIBASE_CHANGELOG - com/example/db.changelog.xml - - - - LIQUIBASE_DATA_SOURCE - java:comp/env/jdbc/default - - - - LIQUIBASE_HOST_EXCLUDES - production1.example.com, production2.example.com - - - - LIQUIBASE_FAIL_ON_ERROR - true - - - - LIQUIBASE_CONTEXTS - production - - - - liquibase.servlet.LiquibaseServletListener - -{% endhighlight %} - - -## Available context-parameters: ## - - - - - - - - - -
    Parameter1.9 versionDescription
    liquibase.changelogLIQUIBASE_CHANGELOGSpecifies the changelog file to run required
    liquibase.datasourceLIQUIBASE_DATA_SOURCEJNDI datasource to use for running Liquibase. Note that the LIQUIBASE_DATA_SOURCE can be different than the data source the rest of your web app uses if that data source does not have sufficient privileges to create/alter tables etc. required
    liquibase.host.excludesLIQUIBASE_HOST_EXCLUDESSpecify host names on which you do NO want Liquibase to run. Specifying this parameter allows you to deploy the same WAR/EAR to multiple machines in different environments and not have Liquibase run on all of them.
    liquibase.host.includesLIQUIBASE_HOST_INCLUDESSpecify the ONLY host names on which want Liquibase to run. Specifying this parameter allows you to deploy the same WAR/EAR to multiple machines in different environments and not have Liquibase run on all of them.
    liquibase.onerror.failLIQUIBASE_FAIL_ON_ERRORSpecify if an exception is thrown by Liquibase if an error occurs. Setting the value to "true" (default) will cause the exception to be thrown and keep the site from initializing properly. Setting the value to "false" will allow the site to deploy as normal, but the database will be in an undefined state.
    liquibase.contextsLIQUIBASE_CONTEXTSA comma separated lists of the [contexts](contexts.html) to run in.
    - -If you want to control servers that run Liquibase but don't want to set the LIQUIBASE_HOST_EXCLUDES/LIQUIBASE_HOST_INCLUDES attributes, you can specify the "liquibase.should.run=\[true/false\]" system property. diff --git a/documentation/snapshot.md b/documentation/snapshot.md deleted file mode 100644 index bcc7e8abd..000000000 --- a/documentation/snapshot.md +++ /dev/null @@ -1,233 +0,0 @@ ---- -layout: default -title: Docs | snapshot Command ---- - -# Liquibase Commands: snapshot -The `snapshot` command has two modes. When run without options, it will gather the current state of the database and show a text-based version of the schema to STDOUT. When -run with the `--snapshotFormat=JSON` option, creates a JSON file that represents the current state of your database. A snapshot is like a photograph of your database that -can be used in the [diff](/documentation/diff.html) or [diffChangeLog](/documentation/diffChangeLog.html) commands. - -## Uses -The `snapshot` command is typically used when you want to quickly compare changes in your database or keep a record of your current database state. Snapshots can also be used to compare: -+ A previous database state to an online database -+ A previous database state to another snapshot. -> **Note:** Running a `diff` command using at least one *snapshot.json* file is faster than using a `diff` command with two online databases. However, keep in mind that a snapshot will no -longer reflect the current state of the database if the database is changed with the `update` command or if it is changed manually. - -## Running the snapshot Command -To take a snapshot of your database: -1. Configure the *liquibase.properties* file to include your driver class path, URL, and user authentication information for your database. -> **Note:** For information on how to configure your *liquibase.properties* file, view the [Creating & Configuring your *liquibase.properties* File](config_properties.html) topic in the knowledge base. -2. Run the following command: `liquibase --outputFile=myschemaSnapshot.json snapshot --snapshotFormat=json` - -## Using the snapshot in the diff and diffChangeLog commands - -You can use the JSON format snapshot file in the diff and diffChangeLog commands. One typical workflow is: - - 1. Make sure your local environment is up-to-date by getting the latest changelog from source control. - 2. Configure your liquibase.properties to point to a local development database and run `liquibase update` to ensure it has the latest schema. - 3. Take a snapshot of the local development database with `liquibase --outputFile=before.json snapshot --snapshotFormat=json` - 4. Make manual changes to the local development database as needed. - 5. Add the manual changes to the changelog with `liquibase --referenceUrl=offline:mysql?snapshot=before.json diffChangeLog` - 6. Review the changelog to ensure that it matches your expectations of the manual changes made. - 7. Mark the manual changes as deployed in the local development database by running `liquibase changeLogSync` - 8. Commit the changes to source control. - -The format for the database URL when using a snapshot is: - -{% highlight bash %} -offline:?snapshot= -{% endhighlight %} - -The `` in that URL should be the Type Name from [the list of supported databases](/databases.html), and the `` is a path relative to where the command is running. - - -## Output -
    -myschemaSnapshot.json example -
    -{% highlight json %} -{ - "snapshot": { - "created": "2019-10-23T16:10:40.306", - "database": { - "productVersion": "Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production\nWith the Partitioning option", - "shortName": "oracle", - "majorVersion": "11", - "minorVersion": "2", - "user": "MYSCHEMA", - "productName": "Oracle", - "url": "jdbc:oracle:thin:@localhost:1521:ORCL" - }, - "objects": { - "com.datical.liquibase.ext.appdba.synonym.Synonym": [ - { - "synonym": { - "name": "PRIVATETABLESYN", - "objectName": "PRIMARY_TABLE", - "objectSchema": "liquibase.structure.core.Schema#b689101", - "private": true, - "schema": "liquibase.structure.core.Schema#b689101", - "snapshotId": "b689152" - } - }] - , - "liquibase.structure.core.Catalog": [ - { - "catalog": { - "default": true, - "name": "MYSCHEMA", - "snapshotId": "b689100" - } - }] - , - "liquibase.structure.core.Column": [ - { - "column": { - "defaultValue": "1!{java.math.BigDecimal}", - "name": "ACTIVE", - "nullable": true, - "order": "3!{java.lang.Integer}", - "relation": "liquibase.structure.core.Table#b689129", - "snapshotId": "b689133", - "type": { - "columnSize": "1!{java.lang.Integer}", - "dataTypeId": "3!{java.lang.Integer}", - "decimalDigits": "0!{java.lang.Integer}", - "typeName": "NUMBER" - } - } - }] - , - "liquibase.structure.core.Index": [ - { - "index": { - "columns": [ - "liquibase.structure.core.Column#b689137"] - , - "name": "PK_DATABASECHANGELOGLOCK", - "snapshotId": "b689136", - "table": "liquibase.structure.core.Table#b689135", - "unique": true - } - }] - , - "liquibase.structure.core.PrimaryKey": [ - { - "primaryKey": { - "backingIndex": "liquibase.structure.core.Index#b689136", - "columns": [ - "liquibase.structure.core.Column#b689137"] - , - "name": "PK_DATABASECHANGELOGLOCK", - "snapshotId": "b689141", - "table": "liquibase.structure.core.Table#b689135", - "validate": true - } - }] - , - "liquibase.structure.core.Schema": [ - { - "schema": { - "catalog": "liquibase.structure.core.Catalog#b689100", - "default": true, - "name": "MYSCHEMA", - "snapshotId": "b689101" - } - }] - , - "liquibase.structure.core.Table": [ - { - "table": { - "columns": [ - "liquibase.structure.core.Column#b689109", - "liquibase.structure.core.Column#b689110", - "liquibase.structure.core.Column#b689111", - "liquibase.structure.core.Column#b689112", - "liquibase.structure.core.Column#b689113", - "liquibase.structure.core.Column#b689114", - "liquibase.structure.core.Column#b689115", - "liquibase.structure.core.Column#b689116", - "liquibase.structure.core.Column#b689117", - "liquibase.structure.core.Column#b689118", - "liquibase.structure.core.Column#b689119", - "liquibase.structure.core.Column#b689120", - "liquibase.structure.core.Column#b689121", - "liquibase.structure.core.Column#b689122"] - , - "name": "DATABASECHANGELOG", - "schema": "liquibase.structure.core.Schema#b689101", - "snapshotId": "b689108" - } - }] - , - "liquibase.structure.core.View": [ - { - "view": { - "columns": [ - "liquibase.structure.core.Column#b689149", - "liquibase.structure.core.Column#b689150", - "liquibase.structure.core.Column#b689151"] - , - "definition": "SELECT \"ID\",\"NAME\",\"ACTIVE\"\n \nFROM \"MYSCHEMA\".\"DEPARTMENT\"", - "editioning": false, - "name": "VIEW1", - "schema": "liquibase.structure.core.Schema#b689101", - "snapshotId": "b689148" - } - }] - , - "snapshotControl": { - "snapshotControl": { - "includedType": [ - "com.datical.liquibase.ext.appdba.synonym.Synonym", - "com.datical.liquibase.ext.storedlogic.checkconstraint.CheckConstraint", - "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackage", - "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackageBody", - "com.datical.liquibase.ext.storedlogic.function.Function", - "com.datical.liquibase.ext.storedlogic.javalogic.JavaClass", - "com.datical.liquibase.ext.storedlogic.javalogic.JavaSource", - "com.datical.liquibase.ext.storedlogic.trigger.Trigger", - "liquibase.structure.core.Catalog", - "liquibase.structure.core.Column", - "liquibase.structure.core.ForeignKey", - "liquibase.structure.core.Index", - "liquibase.structure.core.PrimaryKey", - "liquibase.structure.core.Schema", - "liquibase.structure.core.Sequence", - "liquibase.structure.core.StoredProcedure", - "liquibase.structure.core.Table", - "liquibase.structure.core.UniqueConstraint", - "liquibase.structure.core.View"] - - } - } - } - } -} -{% endhighlight %} -
    -The `snapshot` command produces a JSON file that contains all your objects and places the file in the same directory as your *changelog*. - -Liquibase Community `snapshot` categories: -+ Catalog -+ Column -+ Foreign Key -+ Index -+ Primary Key -+ Schema -+ Sequence -+ Unique Constraints -+ View - - -Liquibase Pro `snapshot` categories: - -+ Package -+ Package Body -+ Procedures -+ Function -+ Trigger -+ Synonyms -+ Check Constraints diff --git a/documentation/spring.md b/documentation/spring.md deleted file mode 100644 index a4191b62a..000000000 --- a/documentation/spring.md +++ /dev/null @@ -1,230 +0,0 @@ ---- -layout: default -title: Docs | Using Liquibase with Spring Boot and Maven ---- - -# Using Liquibase with Spring Boot and Maven Tutorial # - -When developing software, it is very common to create a database schema during production. Liquibase is a great migration tool that helps with creating the database schema, then running deployment and some testing to the database to ensure that the changes will work in production. -The purpose of this tutorial is to demonstrate using Liquibase migration tool for a Java Spring Boot application with Maven. - -## Spring ## -Liquibase can be run in a Spring environment by declaring a liquibase.spring.SpringLiquibase bean. - -### Example ### - -{% highlight xml %} - - - - - - - -{% endhighlight %} - -## Overview ## - -### What is Liquibase? ### -Liquibase provides a great starting point for teams addressing the challenges that come with managing database schema changes. - -It has the ability to manage revisions of your database schema scripts. It works across various types of databases, and supports various file formats for defining the DB structure. Liquibase has the ability to roll changes back and forward from a specific point - saving you from the need to know what was the last change/script you ran on a specific DB instance. - -### What is Spring Boot? ### -Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team and is used to build stand-alone and production-ready Spring applications. - -### What is Maven? ### -Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. - -## Prerequisites ## -* Install the latest version of Liquibase (These instructions include how to install Java.) -* Download and install Maven. - - -## Tutorial - -* Create a new project folder and name it **LiquibaseProj**. -* In your LiquibaseProj folder, create a plain text document named **dbchangelog.xml**.
    -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseProj folder create a plain text document named **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight text %} - - changeLogFile: dbchangelog.xml - url: jdbc:h2:mem:my_db;MODE=Mysql;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=false;INIT=CREATE SCHEMA IF NOT EXISTS my_db\\;SET SCHEMA my_db - -{% endhighlight %} - -The changeLogFile property will point to the changelog we have created. Since the changelog is in the home directory, there is no need to specify a path to it. If the changelog is located somewhere else, then a relative path should be added. - -Windows example: `changeLogFile: ..\\\\changelogs\\dbchangelog.xml` - -Linux example: `..//changelogs/dbchangelog.xml` - -The url property is your Database url. In this example we are using an in-memory h2 database. -If there is a user and password associated with the database, then the username and password properties should be added to the properties file as well. - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -liquibaseProLicenseKey: `` - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. - -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. When the Liquibase update command is run, the changeset will be used to generate SQL -> that is specific to the database platform. In this example, we are using an h2 in-memory database just for an example, and the SQL -> generated would look like this: - -{% highlight sql %} -CREATE TABLE "department" -( "id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 -); -{% endhighlight %} - - -* In your LiquibaseProj folder create a plain text document named **pom.xml**. -* Open the pom.xml file and update it with the following code snippet: -{% highlight xml %} - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.9.RELEASE - - - com.liquibase-support.app - Liquibase-app-1 - 0.0.1-SNAPSHOT - Liquibase-app - Demo project for Spring Boot - - 8 - ${project.basedir}/liquibase.properties - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.liquibase - liquibase-maven-plugin - 3.8.0 - - ${liquibase.propertyFile} - - - - com.h2database - h2 - 1.4.200 - - - org.hibernate - hibernate-core - 5.4.6.Final - - - javax.xml.bind - jaxb-api - 2.4.0-b180830.0359 - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - -{% endhighlight %} - - -* Download and unzip the src.zip to your LiquibaseProj directory. -* In the src directory you will notice the path to your application code: src/main/java/com/application.java and the path to some junit tests: src/test/java/com/applicationTests.java. - -* The Spring Boot Maven plugin has many great features. -1. It collects all the jar files in the classpath and builds a single "uber-jar". This makes it more convenient to execute your service. -2. It searches for the "public static void main()" method to flag any classes with that method signature as a runnable class. - -* Open the command prompt or Bash. Navigate to the LiquibaseProj directory. - Run the following command: - ### mvn package - This command will compile and test your Spring Boot Application code. - ### mvn liquibase:update - -* In the console output you should notice the following SQL executions: -For example: -CREATE TABLE department (id INT NOT NULL, name VARCHAR(50) NOT NULL, active BOOLEAN DEFAULT TRUE, CONSTRAINT PK_DEPARTMENT PRIMARY KEY (id)) -Table department created. - -Also, you should see two more tables updated: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. - -## Conclusion ## -Congratulations! You are now able to use Liquibase to manage both your Spring Boot application and its database with Maven. -There is more information available on the [Liquibase Maven Plugin](maven/index.html) and its usage. diff --git a/documentation/sql_format.md b/documentation/sql_format.md deleted file mode 100644 index 6cdc9bada..000000000 --- a/documentation/sql_format.md +++ /dev/null @@ -1,126 +0,0 @@ ---- -layout: default -title: Docs | Formatted SQL Changelogs ---- - -# Formatted SQL Changelogs # - -As of Liquibase 2.0, Liquibase includes support for "plain SQL" changelog files. These changelogs may be included from XML changelogs and may contain arbitrary SQL statements. The statements are converted to [custom_sql](changes/sql.html) refactorings. - -Formatted SQL files use comments to provide Liquibase with metadata. Each SQL file must begin with the following comment: - -{% highlight sql %} ---liquibase formatted sql -{% endhighlight %} - -## Changesets ## - -Each changeset in a formatted SQL file begins with a comment of the form - -{% highlight sql %} ---changeset author:id attribute1:value1 attribute2:value2 [...] -{% endhighlight %} - -The changeset comment is followed by one or more SQL statements, separated by -semicolons (or the value of the `` attribute). - -### Available Changeset Attributes ## - -The following attributes may be provided on each changeset: - - - - - - - - - - - - - - - - - -
    AttributeDescription
    stripCommentsSet to true to remove any comments in the SQL before executing, otherwise false. Defaults to true if not set
    splitStatementsSet to false to not have liquibase split statements on ;'s and GO's. Defaults to true if not set
    rollbackSplitStatementsSame as splitStatements but for rollback SQL
    endDelimiterDelimiter to apply to the end of the statement. Defaults to ";", may be set to "".
    rollbackEndDelimiterSame as endDelimiter but for rollback SQL
    runAlwaysExecutes the change set on every run, even if it has been run before
    runOnChangeExecutes the change the first time it is seen and each time the change set has been changed
    contextExecutes the change if the particular context was passed at runtime. Any string can be used for the context name and they are checked case-insensitively.
    logicalFilePathUse to override the file name and path when creating the unique identifier of change sets. Required when moving or renaming change logs.
    labelsLabels are general purpose way to categorize changeSets like contexts, but working in the opposite way. Instead of defining a set of contexts at runtime and then a match expression in the changeSet, you define a set of labels in the context and a match expression at runtime.
    runInTransactionShould the changeSet be ran as a single transaction (if possible)? Defaults to true. Warning: be careful with this attribute. If set to false and an error occurs part way through running a changeSet containing multiple statements, the Liquibase databasechangelog table will be left in an invalid state
    failOnErrorShould the migration fail if an error occurs while executing the changeSet?
    dbmsThe type of a database which that changeSet is to be used for. When the migration step is running, it checks the database type against this - attribute. Valid database type names are listed on the supported databases page. It is possible to list multiple databases separated by commas. - You can also specify that a changeset is NOT applicable to a particular database type by prefixing with !. The keywords all and none are - also available.
    logicalFilePathSets a logical file path in databasechangelog table instead of physical file location of sql where the liquibase executed.
    - -## Preconditions ## -Preconditions can be specified for each changeset. Currently, only the SQL Check precondition is supported. - -{% highlight sql %} ---preconditions onFail:HALT onError:HALT ---precondition-sql-check expectedResult:0 SELECT COUNT(*) FROM my_table -{% endhighlight %} - -## Rollback Actions ## - -Changesets may include statements to be applied when rolling back the changeset. Rollback statements are comments of the form -{% highlight sql %} ---rollback SQL STATEMENT -{% endhighlight %} - -## Comment ## -A description of the change set. Future releases of Liquibase may be able to make use of comments to generate documentation. -{% highlight sql %} ---comment: Some comment -{% endhighlight %} - -## Valid CheckSum ## -Checksum which are considered valid for this changeSet, regardless of what is stored in the database. Used primarily when you need to change a changeSet and don't want errors thrown on databases on which it has already run (not a recommended procedure).Since 3.5 - -{% highlight sql %} ---validCheckSum: 3:098f6bcd4621d373cade4e832627b4f6 ---validCheckSum: 7:ad0234829205b9033196ba818f7a872b -{% endhighlight %} - -## Ignore lines ## -Allow to ignore some lines. Useful when using same script with other SQL tool. -Since 3.7 - -Mark two lines to be ignored: -{% highlight sql %} ---changeset author:id1 -CREATE OR REPLACE PACKAGE ... ---ignoreLines:2 -/ -show errors; ---changeset author:id2 -CREATE OR REPLACE PACKAGE BODY ... -{% endhighlight %} - -Same effect using start-end syntax: -{% highlight sql %} ---changeset author:id1 -CREATE OR REPLACE PACKAGE ... ---ignoreLines:start -/ -show errors; ---ignoreLines:end ---changeset author:id2 -CREATE OR REPLACE PACKAGE BODY ... -{% endhighlight %} - -## Sample Change Log ## - -{% highlight sql %} ---liquibase formatted sql - ---changeset nvoxland:1 -create table test1 ( - id int primary key, - name varchar(255) -); ---rollback drop table test1; - ---changeset nvoxland:2 -insert into test1 (id, name) values (1, ‘name 1′); -insert into test1 (id, name) values (2, ‘name 2′); - ---changeset nvoxland:3 dbms:oracle -create sequence seq_test; -{% endhighlight %} diff --git a/documentation/sql_output.md b/documentation/sql_output.md deleted file mode 100644 index 0602e29d8..000000000 --- a/documentation/sql_output.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default -title: Docs | SQL Output ---- - -# SQL Output # - -Depending on your development and release processes, you may not want Liquibase to directly update your database. -Reasons for this may include a desire to tweak the resulting SQL, have the SQL approved by a DBA, -or for [SOX compliance](/2007/07/sox-compliance-and-database-refactoring.html). - -For this reason, all [update](update.html) and [rollback](rollback.html) commands have an "sql output" mode which do not execute anything against the database but instead save the resulting SQL to standard out or a specified file. diff --git a/documentation/trimming_changelogs.md b/documentation/trimming_changelogs.md deleted file mode 100644 index 3240ae058..000000000 --- a/documentation/trimming_changelogs.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -layout: default -title: Docs | Trimming ChangeLog ---- - -# Trimming ChangeLog Files - -For people who have used Liquibase for a long time, a common question they have is how to clear out a changelog file that has gotten unwieldy. - -The standard process for using Liquibase is to append individual change sets to your changelog file for each database change you need to make. Over time those changes can build up to thousands of entries, many of which are now redundant (create a table and later drop it) or inefficient (create a table, then add columns individually vs. just creating the table with all the columns). What is the best way to simplify all that cruft that has built up? - -My first response is always "Do you really need to simplify it?" You built up that changelog over a long period of time and you have ran it and tested it countless times. Once you start messing with the changelog file you are introducing risk which has a cost of its own. Does whatever performance or file size concerns you have really outweigh the risk of messing with a script that you know works? - -If it is worth the risk, why is it work the risk? Sometimes the problem is that your changelog file has just gotten so large that your editor chokes on it, or you get too many merge conflicts. The best way to handle this is to simply break up your changelog file into multiple files. Instead of having a single changelog.xml file with everything in it, create a master.changelog.xml file which uses the tag to reference other changelog files. - -{% highlight xml %} - - - - -{% endhighlight %} - -When you run `liquibase update` against the master.changelog.xml file, changeSets in com/example/news/news.changelog.xml will run and then the changeSets in com/example/directory/directory.changelog.xml will run. You can break up changeSets in whatever manner works best for you. Some break them up by feature, some break them up by release. Find what works best for you. - -Other times, the problem is that `liquibase update` is taking too long. Liquibase tries to be as efficient as possible when comparing the contents of the DATBASECHANGELOG table with the current changelog file and even if there are thousands of already ran changeSets, an "update" command should take just seconds to run. If you are finding that update is taking longer than it should, watch the Liquibase log to determine why. Perhaps there is an old runAlways="true" changeSet that no longer needs to run or there are preconditions which are no longer needed. Running Liquibase with --logLevel=INFO or even --logLevel=DEBUG can give additional output which can help you determine which changeSets are slow. Once you know what is slowing down your update, try to alter just those changeSets rather than throwing out the whole changelog and starting from scratch. You will still want to retest your changelog in-depth, but it is a far less risky change. - -For other people, they find that `liquibase update` works well for incremental updates, but creating a database from scratch takes far too long. Again I would ask "is that really a problem?" Are you re-creating databases often enough that the risk of a change to the creation script makes sense? If you are, your first step should be to look for problem changeSets as described above. Databases are fast, especially when they are empty. Even if you create a table only to drop it again that is usually just a few milliseconds of overhead and not worth optimizing. The biggest performance bottlenecks in creating a database are usually indexes, so start with them. If you are creating and updating indexes frequently in your creation process, you may be able to combine those changeSets into something more efficient. - -When you need to surgically alter your existing changeSets, remember how Liquibase works: each changeSet has an "id", an "author", and a file path which together uniquely identifies it. If the DATABASECHANGELOG table has an entry for that changeSet it will not run it. If it has an entry, it throws an error if the checksum for the changeSet in the file doesn't match what was stored on the last run. - -How you modify your existing changeSets will also depend on your environment and where in the changelog the problem changeSets are. If you are modifying changeSets that have been applied to all of your environments and are now only used on fresh database builds you can treat them differently than if they have been applied to some databases but not yet to others. - -To merge or modify existing changeSets you will be doing a combination of editing existing changeSets, removing old changeSets, and creating new ones. - -Removing unneeded changeSets is easy because Liquibase doesn't care about DATABASECHANGELOG rows with no corresponding changeSets. Just delete out of date changeSets and you are done. For example, if you have a changeSet that creates the table "cart" and then another that drops it, just remove both changeSets from the file. You must make sure, however, that there are no changeSets between the create and the delete that make use of that table or they will fail on a fresh database build. That is an example of how you are introducing risk when changing your changelog file. - -Suppose instead you have a "cart" table that is created in one changeSet, then a "promo_code" column is created in another and an "abandoned" flag is created in another. - -{% highlight xml %} - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} - -One option would be to combine everything into a new changeSet using the existing id="1" and delete the other changeSets. - -{% highlight xml %} - - - 7:f24b25ba0fea451728ffbade634f791d - - - - - - - -{% endhighlight%} - -This will work well if all existing databases have the cart table with the promo_code and abandoned columns already added. Running Liquibase against existing databases just sees that id="1" already ran and doesn't do anything new. Running Liquibase against a blank database will create the cart table with all the columns right away. Notice that we had to add the flag or existing databases will thow an error saying that id="1" has changed since it was run. Just use the checksum in the error message in the validCheckSum tag to mark that you know it changed and the new value is OK. - -If you have some databases where the promo_code and/or abandoned columns have not yet been added, update the original createTable as before, but use preconditions with onFail="MARK_RAN" to handle cases where the old changeSet ran while still not adding the columns again if the new changeSet ran. - -{% highlight xml %} - - - 7:f24b25ba0fea451728ffbade634f791d - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} - -Now, on existing databases that have all 3 changeSets already ran, Liquibase will just continue on as before. For existing databases that have the old cart definition, it will see that the columns don't exist for id="2" and id="3" and execute then as usual. For blank databases, it will create the table with the promo_code and abandoned columns and then in id="2" and id="3" it will see that they are already there and mark that they have ran without re-adding the columns. A word of warning, however: using preconditions will add a performance overhead to your update executions and are ignored in updateSQL mode because Liquibase cannot know how applicable they are when changeSets have not actually executed. For that reason it is best to avoid them if possible, but definitely use them when needed. Preconditions also add complexity to your changelog which will require additional testing so keep that in mind when deciding whether to modify your changelog logic. Sometimes it is easiest and safest to wait until all your databases have the columns and then modify the changeSets to avoid the preconditions. - -The cart/promo_code/abandoned example shows some basic patterns you can use when modifying existing changeSets. Similar patters can be used to optimize whatever your bottlenecks are. Just remember when you change one changeSet, it can affect other changeSets below which may need to be modified as well. This can easily spider out of control so be mindful of what you are doing. - -If you end up finding that it will work best to completely restart your changelog, see "[Introducing Liquibase into an existing project](existing_project.html)" which describes how to add Liquibase to an existing project (even if that project was previously managed by Liquibase). diff --git a/documentation/tutorials/apache-derby.md b/documentation/tutorials/apache-derby.md deleted file mode 100644 index d2c2b0bee..000000000 --- a/documentation/tutorials/apache-derby.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: default -title: Docs | Apache derby -subnav: subnav_tutorials.md ---- - -# Apache Derby # - -Apache Derby can be downloaded here: [http://db.apache.org/derby/derby_downloads.html](http://db.apache.org/derby/derby_downloads.html) - -To use Derby with liquibase you will need the following information: - -**jars for the classpath:** - * derby.jar - * derbyclient.jar - -**jdbc driver name:** - * org.apache.derby.jdbc.EmbeddedDriver - -**jdbc url:** - * jdbc:derby:DATABASENAME - -Creating a database with Derby can be done with a tool called "ij" provided by Derby, as well as other ways. - -{% highlight console %} -ij> CONNECT 'jdbc:derby:exampledb;create=true'; -{% endhighlight %} - - -A run of liquibase with Derby, having both Derby jars and using the exampledb database folder in the current directory, could look like this: - -{% highlight console %} -java -jar liquibase.jar - --classpath=derby.jar:derbyclient.jar - --driver=org.apache.derby.jdbc.EmbeddedDriver - --url="jdbc:derby:exampledb" - --changeLogFile=db-changelog.xml migrate -{% endhighlight %} - -For further arguments you can pass to Derby, please have a look at Derby's documentation: [http://db.apache.org/derby/manuals/index.html](http://db.apache.org/derby/manuals/index.html) diff --git a/documentation/tutorials/db2onz.md b/documentation/tutorials/db2onz.md deleted file mode 100644 index eff90326f..000000000 --- a/documentation/tutorials/db2onz.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -layout: default -title: Docs | Tutorials -subnav: subnav_tutorials.md ---- -# DB2 on z/OS Tutorial -
    - -### Step 1: Download and Extract Liquibase -1. Download Liquibase. Visit the [download page](https://download.liquibase.org) to get the latest binary. -2. After downloading the *.zip or *.tar.gz, extract the contents into a folder. ->**Note:** You may want to add this folder to your system PATH environment so that you can execute liquibase from any directory. - -For this tutorial, we will refer to that directory as `LB_HOME`, and when executing the liquibase shell script will use `LB_HOME/liquibase` or `LB_HOME\liquibase.bat` as the example command. - -### Step 2: Install Java -1. Java is a required dependency. Install Java if it is not already installed. ->**Note:** You can download and use either the Oracle JDK or [OpenJDK](https://jdk.java.net/13/). Be sure to [configure](https://stackoverflow.com/questions/52511778/how-to-install-openjdk-11-on-windows) your PATH and environment variable properly. -2. Validate that you have a working Java version. On the command line, execute: `java -version` - -Ensure that it runs successfully and displays your installed Java version. - -### Step 3: Download the DB2JCC Driver and License File -The license JAR file is required when connecting to a mainframe DB2 database, which is not a free JAR file. You must purchase the DB2 Connect product. The license file is contained within the activation package for it.More information regarding the license file can be found [here](https://www.ibm.com/support/pages/location-db2jcclicensecisuzjar-file). -1. Download the DB2JCC driver, which can be found [here](https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads). -2. Copy the `db2jcc.jar` and `db2jcc_license_cisuz.jar` files into the `lib` subdirectory of the `LB_HOME` directory where you extracted the Liquibase archive. - -### Step 4: Setup the liquibase.properties File -While it is possible to pass all required parameters, such as the JDBC driver and database URL on the command line, it is much easier to configure a liquibase.properties file. - ->**Pro Tip:** Create multiple liquibase.properties files for your DEV, QA, and PROD environments. You can pass the specific properties file as a liquibase command line argument. - -1. Create a new directory for your first liquibase project, and change into that directory. For this example, we named the directory db2_zos - -2. Create a plain text file named liquibase.properties in the project directory you just created and add the following content to the file. - -{% highlight text %} - -driver: com.ibm.db2.jcc.DB2Driver -classpath: /lib/db2jcc.jar;>/lib/db2jcc_license_cisuz.jar> -url: jdbc:db2://:/:retrieveMessagesFromServerOnGetMessage=true;emulateParameterMetaDataForZCalls=1; -username: -password: -changeLogFile: db2zosChangeLog.xml - -{% endhighlight %} - ->**Note:** Be sure to replace the with the actual values for your system. - -Ensure that you can execute liquibase. At the command prompt, run one of the following commands, depending on your platform: - -**Linux** - -`/liquibase --help` - -**Windows** - -`\liquibase.bat --help` - -You should now see some help output, and you are ready to begin using Liquibase. That is the completion of this Setup Tutorial. You are now ready to continue with deployment. - -
    Image of the Command prompts help output
    -
    -
    - -## **Next Up:** - \ No newline at end of file diff --git a/documentation/tutorials/h2.md b/documentation/tutorials/h2.md deleted file mode 100644 index 2eead9367..000000000 --- a/documentation/tutorials/h2.md +++ /dev/null @@ -1,115 +0,0 @@ ---- -layout: default -title: H2 Tutorial | Liquibase Docs -subnav: subnav_tutorials.md ---- - -# **Creating New Liquibase Projects with H2 – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **H2** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with H2. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [http://www.h2database.com/html/download.html](http://www.h2database.com/html/download.html) and download the jdbc driver jar file for H2 database.
    - -## Tutorial - -#### To create a Liquibase project with H2 database on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibaseH2**. -* Place the jdbc H2 jar driver file in the **LiquibaseH2** project directory. -* In your LiquibaseH2 folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **myChangeLog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the myChangeLog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseH2 folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight properties %} - - changeLogFile: myChangeLog.xml - url: jdbc:h2:file:./h2tutorial - username: admin - password: password - classpath: h2-1.4.200.jar - -{% endhighlight %} - - -> Note: In this properties file example, the driver jar file is "h2-1.4.200.jar" under the classpath: property. Please rename it to match the one that you have previously downloaded accordingly. - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the myChangeLog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" - ("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 - ); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseH2 directory. - Run the following command: - - ### "liquibase update" -* From a database UI Tool, for example: “DBeaver” check your database changes**. -You should see a new “**department**” table added to the database. For example: - -{% highlight sql %} -SELECT * FROM public.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/index.md b/documentation/tutorials/index.md deleted file mode 100644 index 6a749f9a2..000000000 --- a/documentation/tutorials/index.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: default -title: Docs | Database Tutorials -subnav: subnav_tutorials.md ---- -# Liquibase Database Tutorials - -Welcome to the Liquibase Database Tutorials page! Learn more about using Liquibase with your favorite databases with - our in-depth tutorials. You can also view our [Supported Databases]({{site.baseurl}}{% link databases.md %}) topic for more information. - -
    -
    - MySQL Tutorial -

    MySQL Tutorial

    -
    -
    -
    - MariaDB Tutorial -

    MariaDB Tutorial

    -
    -
    -
    - PostgreSQL Tutorial -

    PostgreSQL Tutorial

    -
    -
    -
    - Oracle Tutorial -

    Oracle Tutorial

    -
    -
    -
    - MSSQL Tutorial -

    MSSQL Tutorial

    -
    -
    -
    - DB2 on Z Tutorial -

    DB2 on Z Tutorial

    -
    -
    -
    - Apache Derby Tutorial -

    Apache Derby Tutorial

    -
    -
    -
    - Informix Tutorial -

    Informix Tutorial

    -
    -
    -
    - SQLite Tutorial -

    SQLite Tutorial

    -
    -
    -
    - Oracle Autonomous Transaction Processing Database Tutorial -

    Oracle Autonomous Transaction Processing Database Tutorial

    -
    -
    -
    - H2 Tutorial -

    H2 Tutorial

    -
    -
    -
    diff --git a/documentation/tutorials/informix.md b/documentation/tutorials/informix.md deleted file mode 100644 index 8bdf4db42..000000000 --- a/documentation/tutorials/informix.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -title: Docs | Informix -subnav: subnav_tutorials.md ---- -# Informix - -Running liquibase with the the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} -./liquibase - --classpath=./ifxjdbc.jar - --url="jdbc:informix-sqli://::informixserver=; - database=" - generateChangeLog -{% endhighlight %} - diff --git a/documentation/tutorials/mariadb.md b/documentation/tutorials/mariadb.md deleted file mode 100644 index ff43241a7..000000000 --- a/documentation/tutorials/mariadb.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -layout: default -title: Docs | MariaDB Tutorial -subnav: subnav_tutorials.md ---- -# MariaDB Tutorial - -#### To test your connection, try running liquibase with the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} - -liquibase - --driver=org.mariadb.jdbc.Driver - --classpath=./mariadb-java-client-1.4.6.jar - --url="jdbc:mariadb://:/" - --changeLogFile=db.changelog-1.0.xml - --username= - --password= -generateChangeLog - -{% endhighlight %} - - -## **Creating New Liquibase Projects with MariaDB AWS RDS – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **MariaDB AWS RDS** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with MariaDB AWS RDS. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [https://mariadb.com/kb/en/library/about-mariadb-connector-j/ ](https://mariadb.com/kb/en/library/about-mariadb-connector-j/) and download the jdbc driver file for MariaDB.
    - -> **Note:** Place the jdbc jar driver file in a known directory so you can locate it easily. - ->**Example:** C:\Users\Liquibase_Drivers\mariadb-java-client-2.4.4.jar - -## Tutorial - -#### To create a Liquibase project with MariaDB AWS RDS on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibaseMariaDB_RDS**. -* In your LiquibaseMariaDB_RDS folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **dbchangelog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseMariaDB_RDS folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight properties %} - - changeLogFile: C:\\Users\\Administrator\\LiquibaseMariaDB_RDS\\dbchangelog.xml - url: jdbc:mariadb:// myrds.cz1j1vh9uvuo.us-east-1.rds.amazonaws.com:3306/mydatabase - username: myrds - password: password - driver: org.mariadb.jdbc.Driver - classpath: ../../Liquibase_Drivers/ mariadb-java-client-2.4.4.jar - -{% endhighlight %} -Because you are creating this project on Windows OS, you must specify the path with double slashes in the changeLogFile property. You must also use a relative path from your project directory to the driver jdbc jar file location in the classpath property. Also, the url property should follow this template: -##### url: jdbc:mariadb://{host}[:{port}]/[{databasename}] -In our case, since we are using AWS RDS database instance, the host name should be copied from AWS website under your RDS --> Databases --> `` --> Connectivity & security --> Endpoint ``. This value should look similar to the value mentioned in the liquibase.properties example above. - - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -{% highlight properties %} -liquibaseProLicenseKey: `` -{% endhighlight %} - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" -("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 -); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseMariaDB_RDS directory. - Run the following command: - -{% highlight sh %} - liquibase update -{% endhighlight %} - -* From a database UI Tool, check your database changes under “**mydatabase**”. -You should see a new “**department**” table added to the database. For example: - -{% highlight sql %} - SELECT * FROM my_schema.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/mssql.md b/documentation/tutorials/mssql.md deleted file mode 100644 index f67733d2c..000000000 --- a/documentation/tutorials/mssql.md +++ /dev/null @@ -1,146 +0,0 @@ ---- -layout: default -title: Docs | MSSQL Tutorial -subnav: subnav_tutorials.md ---- -# MSSQL Tutorial - -#### To test your connection, try running liquibase with the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} - -liquibase ---driver=com.microsoft.sqlserver.jdbc.SQLServerDriver ---classpath=mssql-jdbc-7.4.1.jar ---url="jdbc:sqlserver://:1433;database=; ---changeLogFile=db.changelog-1.0.xml ---username= ---password= -generateChangeLog - -{% endhighlight %} - - -## **Creating New Liquibase Projects with MSSQL – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **MSSQL** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with MSSQL. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server) and download the jdbc driver file for SQL Server.
    - -> **Note:** Place the jdbc jar driver file in a known directory so you can locate it easily. - ->**Example:** C:\Users\Liquibase_Drivers\mssql-jdbc-7.4.1.jar - -## Tutorial - -#### To create a Liquibase project with MSSQL on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibaseMSSQL**. -* In your LiquibaseMSSQL folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **dbchangelog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseMSSQL folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight properties %} - - changeLogFile: C:\\Users\\Administrator\\LiquibaseMSSQL\\dbchangelog.xml - url: jdbc:sqlserver://localhost:1433;database=MYDATABASE; - username: system - password: password - driver: com.microsoft.sqlserver.jdbc.SQLServerDriver - classpath: ../../Liquibase_Drivers/mssql-jdbc-7.4.1.jar - -{% endhighlight %} -Because you are creating this project on Windows OS, you must specify the path with double slashes in the changeLogFile property. You must also use a relative path from your project directory to the driver jdbc jar file location in the classpath property. - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -{% highlight properties %} -liquibaseProLicenseKey: `` -{% endhighlight %} - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" -("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 -); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseMSSQL directory. - Run the following command: - -{% highlight sh %} - liquibase update -{% endhighlight %} - -* From a database UI Tool, for example: “MySQL Workbench” check your database changes under “**MYDATABASE**”. -You should see a new “**department**” table added to the database. For example: - -{% highlight sql %} - SELECT * FROM my_schema.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, -the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the -DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/mysql.md b/documentation/tutorials/mysql.md deleted file mode 100644 index 84823fae0..000000000 --- a/documentation/tutorials/mysql.md +++ /dev/null @@ -1,141 +0,0 @@ ---- -layout: default -title: Docs | MySQL Tutorial -subnav: subnav_tutorials.md ---- -# MySQL Tutorial - -#### To test your connection, try running liquibase with the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} - -liquibase ---driver=com.mysql.cj.jdbc.Driver ---classpath=mysql-connector-java-5.1.21-bin.jar ---url="jdbc:mysql://:/?autoReconnect=true&useSSL=FALSE|TRUE" ---changeLogFile=db.changelog-1.0.xml ---username= ---password= -generateChangeLog - -{% endhighlight %} - - -## **Creating New Liquibase Projects with MySQL – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **MySQL** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with MySQL. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [https://dev.mysql.com/downloads/connector/j/](https://dev.mysql.com/downloads/connector/j/) and download the jdbc driver jar file for MySQL.
    - -> **Note:** Place the jdbc jar driver file in a known directory so you can locate it easily. - ->**Example:** C:\Users\Liquibase_Drivers\mysql-connector-java-5.1.48.jar - -## Tutorial - -#### To create a Liquibase project with MySQL on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibaseMySQL**. -* In your LiquibaseMySQL folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **dbchangelog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseMySQL folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight properties %} - - changeLogFile: C:\\Users\\Administrator\\LiquibaseMySQL\\dbchangelog.xml - url: jdbc:mysql://localhost:3306/my_schema - username: root - password: password - driver: org.gjt.mm.mysql.Driver - classpath: ../../Liquibase_Drivers/mysql-connector-java-5.1.48.jar - -{% endhighlight %} -Because you are creating this project on Windows OS, you must specify the path with double slashes in the changeLogFile property. You must also use a relative path from your project directory to the driver jdbc jar file location in the classpath property. - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -{% highlight properties %} -liquibaseProLicenseKey: `` -{% endhighlight %} - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" - ("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 - ); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseMySQL directory. - Run the following command: - - ### "liquibase update" -* From a database UI Tool, for example: “MySQL Workbench” check your database changes under “**my_schema**”. -You should see a new “**department**” table added to the database. For example: - -{% highlight sql %} -SELECT * FROM my_schema.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/oracle.md b/documentation/tutorials/oracle.md deleted file mode 100644 index f15240fb2..000000000 --- a/documentation/tutorials/oracle.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -layout: default -title: Docs | Oracle Tutorial -subnav: subnav_tutorials.md ---- -# Oracle Tutorial - -#### To test your connection, try running liquibase with the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} - -liquibase ---driver=oracle.jdbc.OracleDriver ---classpath=ojdbc14.jar ---url="jdbc:oracle:thin:@::" ---changeLogFile=db.changelog-1.0.xml ---username= ---password= -generateChangeLog - -{% endhighlight %} - - -## **Creating New Liquibase Projects with Oracle – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **Oracle** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with Oracle. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html) and download the ojdbc jar driver file.
    - -> **Note:** Place the ojdbc jar driver file in a known directory so you can locate it easily. - ->**Example:** C:\Users\Liquibase_Drivers\ojdbc7.jar - -## Tutorial - -#### To create a Liquibase project with Oracle on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibaseProj**. -* In your LiquibaseProj folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **dbchangelog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight sh %} - - - -{% endhighlight %} - - -* In your LiquibaseProj folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight sh %} - - changeLogFile: C:\\Users\\Administrator\\LiquibaseProj\\dbchangelog.xml - url: jdbc:oracle:thin:@localhost:1521:ORCL - username: MYSCHEMA - password: password - driver: oracle.jdbc.OracleDriver - classpath: ../../Liquibase_Drivers/ojdbc7.jar - -{% endhighlight %} -Because you are creating this project on Windows OS, you must specify the path with double slashes in the changeLogFile property. You must also use a relative path from your project directory to the driver ojdbc jar file location in the classpath property. - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -liquibaseProLicenseKey: `` - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight sh %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sh %} -CREATE TABLE "department" -( "id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 -); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseProj directory. - Run the following command: - - ### "liquibase update" -* From SQL Developer Tool, check your database changes under “**MYSCHEMA**”. -You should see a new “**department**” table added to the database. For example: - - SELECT * FROM my_schema.department; - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/oracle_autonomous_transaction_processing_database.md b/documentation/tutorials/oracle_autonomous_transaction_processing_database.md deleted file mode 100644 index 5dc16f3ec..000000000 --- a/documentation/tutorials/oracle_autonomous_transaction_processing_database.md +++ /dev/null @@ -1,157 +0,0 @@ ---- -layout: default -title: Oracle ATP Tutorial | Liquibase Docs -subnav: subnav_tutorials.md ---- - -# **Creating New Liquibase Projects Oracle Autonomous Transaction Processing Database (ATP)** -The purpose of this document is to guide you through the process of creating a new Liquibase project with Oracle **ATP**. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with Oracle ATP. -## Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the `liquibase.bat` file’s path is set to a location in the `PATH` System variable. -* This example assumes that you have created an Oracle Free tier ATP Database via the Oracle Cloud web console and that you have created an Access Control List during provision with your IP address. -For more information about Provision Oracle Autonomous Database Processing via the Oracle Cloud web console, please see Oracle ATP related links at the bottom of this page. -* Navigate to [https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html) and download the `ojdbc` driver jar file for Oracle database. -* Download Wallet. - 1. Login to your Oracle Cloud account > Select **Autonomous Transaction Processing** > click on **autonomous database link** > **DB Connection** > **Download Wallet**. - 2. Enter a password for the Wallet and download the `.zip` file. - 3. Record the Wallet password somewhere safe. For this example let’s call this password `my_wallet_password`. - 4. Unzip the Wallet and have it somewhere safe in your file system. - 5. Navigate to the wallet folder and edit the `ojdbc.properties` file with the following: - * Comment out the **oracle.net.wallet_location** line. - * Set **javax.net.ssl.trustStorePassword** to the wallet password in step 3. - * Set **javax.net.ssl.keyStorePassword** to the wallet password in step 3. - - For example: - {% highlight text %} - #oracle.net.wallet_location=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=${TNS_ADMIN}))) - javax.net.ssl.trustStore=${TNS_ADMIN}/truststore.jks - javax.net.ssl.trustStorePassword=my_wallet_password - javax.net.ssl.keyStore=${TNS_ADMIN}/keystore.jks - javax.net.ssl.keyStorePassword=my_wallet_password - {% endhighlight %} - -* In the wallet folder open the `sqlnet.ora` and make sure that **SSL_SERVER_DN_MATCH=yes** - -
    - -## Tutorial - -### To create a Liquibase project with ATP database, begin with the following steps: - -* Create a new project folder and name it `LiquibaseATP`. -* Place the `ojdbc` jar driver file in the `LiquibaseATP` project directory. -* In your LiquibaseATP folder, create an empty text file.
    -* Rename the text file to `myChangeLog.xml`. -`changelog` files contain a sequence of `changeSets`, each of which make small changes to the structure of your database. Instead of creating an empty `changelog` file in step 3, you can also use an existing database to generate a `changelog`. In this tutorial, you will manually add a single change. - -To add this change: -* Open the `myChangeLog.xml` file and update the `changelog` file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibaseATP folder create a new text file. -* Rename the text file to `liquibase.properties`. -* Edit the `liquibase.properties` file to add the following properties: -{% highlight properties %} - - changeLogFile: myChangeLog.xml - url: jdbc:oracle:thin:@_high?TNS_ADMIN=/path/to/Wallet_ - username: ADMIN - password: - classpath: ojdbc8.jar - -{% endhighlight %} - - -> **Note:** In this properties file example, the driver jar file is `ojdbc8.jar` under the classpath: property. Please rename it to match the one that you have previously downloaded accordingly. -Also, if you are on a Windows machine, please make the `TNS_ADMIN` path to your wallet folder with double dashes in the url property. for example: `url: jdbc:oracle:thin:@databaseName_high?TNS_ADMIN=path//to//Wallet_databaseName` - -### Adding a `changeSet` to the `changelog` -`changeSets` are uniquely identified by `author` and `id` attributes. Liquibase attempts to execute each `changeSet` in a transaction that is committed at the end. -In the `myChangeLog.xml` file line 9 to 20 add a new **department** by creating a table `changeSet` as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> **Note:** This create table `changeSet` is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" - ("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 - ); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibaseATP directory. - Run the following command: - - ### **liquibase update** -* Sign in to your Oracle Cloud account and navigate to Autonomous Database -* Click on **tools tab** > **Open SQL Developer Web** and enter your Database username and password. - -You should see a new **department** table added to the database. Here is an example: - -{% highlight sql %} -SELECT * FROM public.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, the next time you deploy your `changelog`, your `changeSets` are compared to the DATABASECHANGELOG tracking table and only new `changeSets` not found in the DATABASECHANGELOG will be deployed. A new row will also be created in your DATABASECHANGELOG tracking table with the `changeSet` information you just deployed. - -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the `changelog` table during deployment. - - -
    -**Oracle ATP related links:**
    -[Java Connectivity with Autonomous Database](https://www.oracle.com/technetwork/database/application-development/jdbc/documentation/atp-5073445.html) - -[Oracle Database JDBC drivers](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html) - -[Oracle Cloud: Autonomous Transaction Processing (ATP) - Create Service](https://oracle-base.com/articles/vm/oracle-cloud-autonomous-transaction-processing-atp-create-service#create-atp-service) - -[Using Oracle Autonomous Transaction Processing on Shared Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/manage-users-admin.html#GUID-B227C664-EBA0-4B5E-B11C-A56B16567C1B) diff --git a/documentation/tutorials/postgresql.md b/documentation/tutorials/postgresql.md deleted file mode 100644 index 534573709..000000000 --- a/documentation/tutorials/postgresql.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -layout: default -title: Docs | PostgreSQL Tutorial -subnav: subnav_tutorials.md ---- -# PostgreSQL Tutorial - -#### To test your connection, try running liquibase with the JDBC driver located in the same directory as liquibase: - -{% highlight sh %} - -liquibase - --driver=org.postgresql.Driver - --classpath=postgresql-9.2-1002-jdbc4.jar - --url="jdbc:postgresql://:/" - --changeLogFile=db.changelog-1.0.xml - --username= - --password= -generateChangeLog - -{% endhighlight %} - - -## **Creating New Liquibase Projects with PostgreSQL – Windows** -The purpose of this document is to guide you through the process of creating a new Liquibase project with **PostgreSQL** on a **Windows** machine. In this tutorial, you will generate an example project and follow the instructions to apply and learn concepts associated with creating new Liquibase Projects with PostgreSQL. -### Prerequisites -* If you have not installed the latest version of Liquibase, navigate to [https://download.liquibase.org/download](https://download.liquibase.org/download) to install the software application. -* Ensure the liquibase.bat file’s path is set to a location in the PATH System variable. -* Navigate to [https://jdbc.postgresql.org/download.html](https://jdbc.postgresql.org/download.html) and download the jdbc driver jar file for PostgreSQL.
    - -> **Note:** Place the jdbc jar driver file in a known directory so you can locate it easily. - ->**Example:** C:\Users\Liquibase_Drivers\postgresql-42.2.8.jar - -## Tutorial - -#### To create a Liquibase project with PostgreSQL on your Windows machine, begin with the following steps: - -* Create a new project folder and name it **LiquibasePostgreSQL**. -* In your LiquibasePostgreSQL folder, Right-click then select New>Text Document to create an empty text file.
    -* Rename the text file to **dbchangelog.xml**. -Changelog files contain a sequence of changesets, each of which make small changes to the structure of your database. Instead of creating an empty changelog file in step 2, you can also use an existing database to generate a changelog. In this tutorial, you will manually add a single change. To add this change: -* Open the dbchangelog.xml file and update the changelog file with the following code snippet: - - -{% highlight xml %} - - - -{% endhighlight %} - - -* In your LiquibasePostgreSQL folder Right-click and select New>Text Document to create a new text file. -* Rename the text file to **liquibase.properties**. -* Edit the liquibase.properties file to add the following properties: -{% highlight properties %} - - changeLogFile: C:\\Users\\Administrator\\LiquibasePostgreSQL\\dbchangelog.xml - url: jdbc:postgresql://localhost:5432/MYDATABASE - username: postgres - password: password - driver: org.postgresql.Driver - classpath: ../../Liquibase_Drivers/postgresql-42.2.8.jar - -{% endhighlight %} -Because you are creating this project on Windows OS, you must specify the path with double slashes in the changeLogFile property. You must also use a relative path from your project directory to the driver jdbc jar file location in the classpath property. - -> Note: If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. -liquibaseProLicenseKey: `` - -* Adding a changeset to the changelog – Change Sets are uniquely identified by “author” and ”id” attributes. Liquibase attempts to execute each changeset in a transaction that is committed at the end. -In the dbchangelog.xml file line 9 to 20 add a new “department” create table change set as follows: -{% highlight xml %} - - - - - - - - - - - - - - - - -{% endhighlight %} - -> Note: This create table change set is XML format. The corresponding -> SQL statement should look like the following: - -{% highlight sql %} -CREATE TABLE "department" - ("id" number(*,0), - "name" VARCHAR2(50 BYTE), - "active" NUMBER(1,0) DEFAULT 1 - ); -{% endhighlight %} - -* Open the command prompt. Navigate to the LiquibasePostgreSQL directory. - Run the following command: - - ### "liquibase update" -* From a database UI Tool, for example: “pgAdmin” check your database changes under “**MYDATABASE**”. -You should see a new “**department**” table added to the database. For example: - -{% highlight sql %} -SELECT * FROM public.department; -{% endhighlight %} - - -|ID |NAME |ACTIVE | -|--|--|--| -|NULL |NULL |NULL| - - -Also, you should see two more tables: -* **DATABASECHANGELOG** tracking table – This table keeps a record of all the changesets that were deployed. This way, next time when you deploy again, the changesets in the changelog will be compared with the DATABASECHANGELOG tracking table and only the new changesets that were not found in the DATABASECHANGELOG will be deployed. You will notice that a new row was created in that table with the changeset information we have just deployed. -For this example: - -|ID|AUTHOR |FILENAME |DATEEXECUTED|ORDEREXECUTED|EXECTYPE|MDSUM|...| -|--|--|--|--|--|--|--|--| -|1 |bob |dbchangelog.xml|`date&time`|1|EXECUTED|`checksumvalue`|...| - -* **DATABASECHANGELOGLOCK** – This table is used internally by Liquibase to manage access to the changelog table during deployment. diff --git a/documentation/tutorials/sqlite.md b/documentation/tutorials/sqlite.md deleted file mode 100644 index 415a9e7b2..000000000 --- a/documentation/tutorials/sqlite.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -title: Docs | Sqlite -subnav: subnav_tutorials.md ---- - -# SQLite Tutorial - -SQLite is a single-file database which follows the zero-configuration approach. -It is furthermore easy to use and is thus perfect for your first experiments with liquibase. - -There is a jdbc driver available here: [https://bitbucket.org/xerial/sqlite-jdbc/downloads/](https://bitbucket.org/xerial/sqlite-jdbc/downloads/) - -To use sqlite with liquibase you will need the following information: - -**jars for the classpath:** - * sqlitejdbc-v<version>.jar - -**jdbc driver name:** - * org.sqlite.JDBC - -**jdbc url:** - * jdbc:sqlite:<database-name> - -There is no need to create a database before you can use sqlite, as I said: it follows the zero-configuration approach. - -A run of liquibase with sqlite, having the sqlite.jar and the in the current directory (and the liquibase.jar at hand as well), could look like this: - -{% highlight sh %} - java -jar liquibase.jar - --classpath=sqlitejdbc-v.jar - --driver=org.sqlite.JDBC - --url="jdbc:sqlite:exampledb.sqlite" - --changeLogFile=db-changelog.xml - migrate -{% endhighlight %} - diff --git a/documentation/update.md b/documentation/update.md deleted file mode 100644 index 134b65fb4..000000000 --- a/documentation/update.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default -title: Docs | Update ---- - -# Updating the Database # - -Liquibase allows you to apply database changes you and other developers have added to the change log file. - - -## How Change Set Statuses are Tracked ## - -Each [change set](changeset.html) has an "id" and "author" attribute which, along with the directory and file name of the the change log file, uniquely identifies it. - -Liquibase reads the change sets in the change log file sequentially and compares the identifier to the values stored in the `DatabaseChangeLog` table. If the identifier does not exist in the table, the change set is run and a new row is added to the `DatabaseChangeLog` table containing the identifier and an MD5Sum hash of the change set. - -If the identifier already exists in the `DatabaseChangeLog` table, the MD5Sum of the change set as it currently exists is compared to the one in the database. If they are different, Liquibase will either throw an error alerting you that someone has changed it unexpectedly, or re-executes it depending on the status of the `runOnChange` [changeset](changeset.html) attribute. - -## Controlling Updates ## - -There are two modes for applying unrun change sets: - - "update" which applies all unrun changes - - "updateCount" which applies just a given number of unrun changes. - -## SQL Update Mode ## - -Rather than applying change sets directly to the database, the required [SQL can be stored](sql_output.html) for review and later application. - - diff --git a/documentation/workflows/db2onzdeploy-sql.md b/documentation/workflows/db2onzdeploy-sql.md deleted file mode 100644 index 53d743eaa..000000000 --- a/documentation/workflows/db2onzdeploy-sql.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -layout: default -title: Docs | Tutorials -subnav: subnav_tutorials.md ---- -## Deploying Changes to DB2 on z/OS using SQL Scripts -
    - -### Step 1: Create an SQL Folder -In the liquibase project folder that you created, create an `sql_files` folder. This is the folder in which you will place SQL scripts that Liquibase will track, version, and deploy. - -The directory structure should look like this: - -`$LB_HOME/db2_zos/sql_files` - -### Step 2: Setup the Changelog -This is a one-time step to configure a change log to point to the `sql` folder that will contain SQL scripts. Create and save a file in the liquibase project directory you created (`$LB_HOME/db2_zos`). The file should be named `db2zosChangeLog.xml`. - -The contents of `db2zosChangeLog.xml` should be as follows: - -{% highlight xml %} - - - - - - - -{% endhighlight %} - -
    - -### Step 3: Add an SQL Script to the SQL Folder -With a `liquibase.properties` file from the [tutorial setup](\documentation\tutorials\db2onz.html) and the newly created `db2zosChangeLog.xml`, we are now ready to start adding SQL scripts to the `sql_files` folder. Liquibase will order the scripts in the folder alphanumerically. - -Create a file named `001_create_person_table.sql` with the following and save it in the `sql_files` folder: - -{% highlight sql %} - -create table PERSON ( - ID int not null, - FNAME varchar(100) not null -); - -{% endhighlight %} - -
    - -### Step 4: Deploy your Change -We are now ready to deploy the script! Open a terminal and navigate to `$LB_HOME/db2_zos`. Run `$LB_HOME/liquibase update` if on a UNIX system or `$LB_HOME\liquibase.bat update` if on Windows. - -
    -Output Image -
    - -You will see that your database now contains a table called **PERSON**. - -### Step 5: Check your Database -You will notice two other tables are created as well: -- **DATABASECHANGELOG** -- **DATABASECHANGELOGLOCK** - -The DATABASECHANGELOG table contains a list of all the changes that have been run against the database. The DATABASECHANGELOGLOCK table is used to make sure two machines don’t attempt to modify the database at the same time. - -#### Common Command Line Arguments -Use can use command line arguments to over-ride the default options at runtime. The following are common command line arguments: - -Command Line Argument | Action ------ | ----- -`--changeLogFile=` | Specify the XML changelog -`--url=` | Specify a database URL -`--defaultsFile=` | Specify the properties file (default: ./liquibase.properties) - diff --git a/documentation/xml_format.md b/documentation/xml_format.md deleted file mode 100644 index ae10d9323..000000000 --- a/documentation/xml_format.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: default -title: Docs | XML Format ---- - -# XML Format - -Liquibase supports XML as a format for storing your changelog files. There is more information about the XML format [in the FAQ.](/faq.html#what-is-all-that-stuff-at-the-beginning-of-my-xml-changelog) - -## XSD Support - -XSD schema definitions are available for each Liquibase version. Since there are no changelog format changes in patch versions, there are only xsd files that correspond to major.minor versions. - -See [the XML Schema Definitions](/xml/ns/dbchangelog/) for more information. - -## Liquibase Extension XSDs - -If you use a [Liquibase extension](../extensions/index.html) that includes additional change tags, check the extension documentation to find out if they provide a XSD. -If they do not, you can use the xsd at [dbchangelog-ext.xsd](/xml/ns/dbchangelog/dbchangelog-ext.xsd) which allows any nested tag and attribute. - -## Limitations - -None - -## Example - -{% highlight xml %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} diff --git a/documentation/yaml_format.md b/documentation/yaml_format.md deleted file mode 100644 index 77d6036f1..000000000 --- a/documentation/yaml_format.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -layout: default -title: Docs | YAML Format ---- - -# YAML Format - -Liquibase supports [YAML](http://www.yaml.org) as a format for storing your changelog files. - -## Requirements - -To use YAML-based changelogs, you must include [snakeyaml-1.12.jar](https://bitbucket.org/asomov/snakeyaml/) in your classpath. - -## Limitations - -None - -## Example - -{% highlight yaml %} - -databaseChangeLog: - - preConditions: - - runningAs: - username: liquibase - - - changeSet: - id: 1 - author: nvoxland - changes: - - createTable: - tableName: person - columns: - - column: - name: id - type: int - autoIncrement: true - constraints: - primaryKey: true - nullable: false - - column: - name: firstname - type: varchar(50) - - column: - name: lastname - type: varchar(50) - constraints: - nullable: false - - column: - name: state - type: char(2) - - - changeSet: - id: 2 - author: nvoxland - changes: - - addColumn: - tableName: person - columns: - - column: - name: username - type: varchar(8) - - - changeSet: - id: 3 - author: nvoxland - changes: - - addLookupTable: - existingTableName: person - existingColumnName: state - newTableName: state - newColumnName: id - newColumnDataType: char(2) - -{% endhighlight %} diff --git a/download/index.md b/download/index.md deleted file mode 100644 index 0296380f0..000000000 --- a/download/index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Download Liquibase -redirect_to: - - http://download.liquibase.org ---- diff --git a/extensions/index.html b/extensions/index.html deleted file mode 100644 index 10236d280..000000000 --- a/extensions/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Redirecting to https://liquibase.jira.com/wiki/display/CONTRIB/LiquiBase+Extensions+Portal... - - diff --git a/faq.md b/faq.md deleted file mode 100644 index 11b568dc7..000000000 --- a/faq.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -layout: default -title: FAQ -includeDaticalBox: true ---- - -# FAQ # - -### What license is Liquibase released under? ### -Liquibase is released under the Apache License, version 2.0. The main Liquibase jar file also contains commercially licensed Pro code that is only active when a license key is provided. - -### Where can I get the source code? ### -The source is available from the main [download](download/index.html) page or [directly from Github](https://github.com/liquibase/liquibase) - -### How does Liquibase compare to tools that compare development database with production databases to generate change lists? ### -Liquibase works better because it **understands** what the changes are. For example, a database comparison program would simply see the "person" table on integration has a "firstname" and a "lastname" column, but on live, the "person" table has a "name" column. It would report that you need to drop the "name" column and add a "firstname" and a "lastname" column. While this would leave you with the correct schema, you would lose everyone's name in the process. With Liquibase, you would have a changeset that says "rename 'name' to 'lastname' and add a 'firstname' column" or, even better, "split the name column on a space and place the values in new 'firstname' and 'lastname' columns, then drop the 'name' column." Knowing **why** they are different allows changes to production databases without the fear of losing valuable data. - -### What if multiple processes/application servers attempt to migrate the database at the same time? ### -Liquibase uses a distributed locking system to only allow one process to update the database at a time. The other processes will simply wait until the lock has been released. - -### Does Liquibase work with branches? ### -Yes. Since each change is independent, database changes that had been made in a different branch, then merged in will be run the next time Liquibase is run. You may run into a problem with the order that the statements are ran, but any issues you have can be easily solved by re-ordering the changelog files. - -### Why do I have to specify an "author" tag? ### -Why not just an "id" tag? The main reason for both the author the id attribute tag is because it is too easy for more than one person to a tag with the same "id" value--especially when using multiple branches. The source control system is going to resolve and merge two change sets added on different branches, but it won't care that there are two different changesets with the same "id", and once a change set has been run against a database with one id, you can't (easily) change it. By also determining change set uniqueness based on an author tag, the chance of duplicates is lowered. - -### What if I really don't want to specify an author tag? ### -There are times an organization would not want to have changes tied back to a particular individual or if the original author isn't actually known. If this is the case, simply make up a value such as "UNKNOWN". - -### How can I specify vendor specific features such as ENGINE=InnoDB in MySQL? ### -We do not currently have a way to specify vendor specific extensions to the create table tag, and so you would need to use the `` tag and specify your create table statement manually. Of course you would be able to configure your mysql install to use innodb as the -default storage engine with default-storage-engine=INNODB. - -Since 1.9, the [modifySql](documentation/modify_sql.html) tag can be used to modify the generated SQL. - -### What is all that stuff at the beginning of my XML changelog? ### -If you are using an XML format changelog, you may be wondering what all that stuff at the beginning is. Here's an example, followed by -an explanation of each of the parts. - -{% highlight xml %} - - - -{% endhighlight %} - -All of this is for the benefit of XML parsers, including the parser that is built into Liquibase and any XML-aware editors that you might -want to use to edit the changelog. - -The first line says "This is an XML document, version 1.0, and the character encoding is UTF-8". If you edit the XML in a plain-text editor, -you should check that the file actually is encoded in UTF-8. - -The second element declares that this XML document has a root element of `databaseChangeLog` and then goes on to say more about what that actually means. - -The rest of the lines are all about XML namespaces, and then XSD schemas. XML Namespaces allow an XML document to have elements that are defined in -different XSD schemas. XSD schemas are themselves written in XML, and describe what a properly formed XML document for a particular application should -look like. If you really want to get the lowdown, [this is a good article on XML and namespaces.](https://www.w3schools.com/xml/xml_namespaces.asp) - -The line `xmlns="http://www.liquibase.org/xml/ns/dbchangelog"` says that the __*default* namespace__ for this document is identified with the given URI. -This indicates that global elements, attributes, types, and groups in the databaseChangeLog namespace can be used in this document without a prefix -(i.e, unqualified). This means that we can later on write things like `` rather than ``. There can only be -one default namespace in an XML document. - -One key thing to remember here is the namespace URI is not used by the parser to look up information. The purpose of using an URI is to give the namespace a unique name. -Some organizations use the URI as a pointer to a web page that contains human-readable namespace information. - -The next line `xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"` says that we are going to use a different namespace in this document. This namespace will have the -prefix `xsi` and the URI `http://www.w3.org/2001/XMLSchema-instance`. This particular namespace is only used in one place in this document, further on in this element. - -Next, we declare two other namespaces. The first has the prefix `ext` and URI `http://www.liquibase.org/xml/ns/dbchangelog-ext`. This is a namespace that can -be used for any generic extension, without needing to write your own XSD file. - -The second namespace has the `pro` prefix and the URI `http://www.liquibase.org/xml/ns/pro`. This namespace is used for features added by Liquibase Pro. Even if you -are using the community version of Liquibase, you might want to have this in your changelogs in case you ever upgrade. When you look at an XML changelog, if any -of the elements start with ` - - - http://www.liquibase.org/rss.xml - - \ No newline at end of file diff --git a/findOrphans.groovy b/findOrphans.groovy deleted file mode 100755 index 84bbeebe6..000000000 --- a/findOrphans.groovy +++ /dev/null @@ -1,125 +0,0 @@ -#! /usr/bin/env groovy - -// If run with no arguments, search through this directory recursively, looking at each .md file and -// then seeing if there are any references to that file in any of the other pages. Output shows a -// count of links to each page, sorted from largest to smallest. -// -// using the the generated _site directory, use grep to find files that mention the name of -// each page followed by ".html". We will just update the count of 'links' in the allPages -// map with the number of pages that mention the page in question. Then at the end, any page -// that has zero links to it is (potentially) an orphan. There may be some that are intentionally -// orphans. -// Note that if there are two pages with the same name but in different directories, we will mis-count -// those unless we make this way smarter about looking at page names and links. -// -// If run with a single argument, consider that argument as a name of a page and show the internal -// links to that page. - -@Grapes( - @Grab(group='commons-io', module='commons-io', version='2.6') -) -import org.apache.commons.io.FilenameUtils - - -// map of page name to count of links to that page -def allPages = [:] -// map of extension to count of number of files with that extension -def extensions = [:] - -// a wrapper closure around executing a string -// can take either a string or a list of strings (for arguments with spaces) -// returns a count of lines in the output. -def getCountFromCommand = { strList, dirName -> - def proc = strList.execute(null,new File(dirName)) - def stdout = new StringBuilder(), stderr = new StringBuilder() - proc.consumeProcessOutput(stdout, stderr) - proc.waitForOrKill(1000) - - def output = stdout.toString() - int count = 0 - if (output.length() > 0) { - count = output.split("\r\n|\r|\n").length; - } - return count -} - -// a wrapper closure around executing a string -// can take either a string or a list of strings (for arguments with spaces) -// prints the output -def runCommand = { strList, dirName -> - def proc = strList.execute(null,new File(dirName)) - def stdout = new StringBuilder(), stderr = new StringBuilder() - proc.consumeProcessOutput(stdout, stderr) - proc.waitForOrKill(1000) - - println stdout.toString() -} - -//--------- main execution ----------------------------------------------------- - -def currentDir = new File('.') -def removeablePath = currentDir.getCanonicalPath() -println "removeablePath is ${removeablePath}" -currentDir.eachFileRecurse { - fullPath = it.getCanonicalPath() - - // ignore stuff in directories we don't care about - if (fullPath ==~ /.*\/_site\/.*/ || - fullPath ==~ /.*\/\.git\/.*/ || - fullPath ==~ /.*\/_includes\/.*/ || - fullPath ==~ /.*\/_layouts\/.*/ || - fullPath ==~ /.*\/dbdoc\/.*/ || - fullPath ==~ /.*\/javadoc\/.*/ ) { - return true - } - - // we are only interested in files. Check the extensions, we are only interested - // in .md files or .html files. Keep count of all extensions just for grins. - if (it.isFile()) { - extension = FilenameUtils.getExtension(it.name) - pageName = FilenameUtils.getBaseName(it.name) - - // blog posts are strange. The filename is like yyyy-mm-dd-title but the link - // you would use is like yyyy/mm/title so we need to extract just the title. - def match = pageName =~ /(\d+)-(\d+)-(\d+)-(.*)/ - if (match) { - blogTitle = match[0][4] - pageName = blogTitle - } - - pagePath = FilenameUtils.getFullPath(it.name) - pageId = "${pagePath}/${pageName}" - if (extensions.containsKey(extension)) { - extensions[extension] = extensions[extension] + 1 - } else { - extensions[extension] = 1 - } - - if (extension == 'md' || extension == 'html') { - allPages[pageName] = 0 - } - } -} - -println "Total pages: ${allPages.size()}" -if (args.length == 0) { - print "Finding orphans " - allPages.each { entry -> - count = getCountFromCommand ("grep -nHIrF -- ${entry.key}.html".toString(),"_site") - allPages[entry.key] = count - print '.' - } - println '' - - def sortedPages = allPages.sort { -it.value } - println "Pages" - println "\t${'PageName'.padRight(80)}\tLink Count" - sortedPages.each { entry -> - println "\t${entry.key.padRight(80)}\t${entry.value}" - } -} else { - println "Finding links to page named '${args[0]}.html'" - runCommand ("grep -nHIrF -- ${args[0]}.html".toString(),"_site") -} - - diff --git a/forum/index.html b/forum/index.html deleted file mode 100644 index 6db4b6349..000000000 --- a/forum/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - -    - - Redirecting to http://forum.liquibase.org... - - diff --git a/generate.changes.bat b/generate.changes.bat deleted file mode 100644 index 70f6ca7d4..000000000 --- a/generate.changes.bat +++ /dev/null @@ -1,2 +0,0 @@ -java -jar liquibase-docgenerator-1.1.0.local-SNAPSHOT.jar -cp ./liquibase-core-3.8.7-local-SNAPSHOT.jar -IF ERRORLEVEL pause \ No newline at end of file diff --git a/generateChangeDocs.sh b/generateChangeDocs.sh deleted file mode 100755 index 305fb3ee6..000000000 --- a/generateChangeDocs.sh +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash -# re-build the java doc generator and run it. - -pushd _doc_generators -mvn -U clean package -EXIT_CODE=$? -popd -if [ $EXIT_CODE -ne 0 ]; then - echo "\nThe maven build failed. Fix the issue and re-run." - exit 1 -fi -java -jar liquibase-docgenerator-1.0.0.local-SNAPSHOT.jar - -# show some info useful to the user -echo "" -echo "------- created docgenerator and docs using the following liquibase version -------" -grep \ _doc_generators/pom.xml -echo "" - diff --git a/get_started/database-migration-approaches.md b/get_started/database-migration-approaches.md deleted file mode 100644 index a296c348a..000000000 --- a/get_started/database-migration-approaches.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: side-search -title: Docs | Database Change Management Approaches -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# Database Change Management: State and Migration Approaches -When it comes to managing databases, there are two types of deployment approaches: -- State-based (Declarative) deployment -- Migration-based (Imperative) deployment -Both approaches, at their root, are about the source of truth: the definition of how you want the database to look at the end or the scripts you produce to handle database change. - -## State-based Database Deployment -In a state-based database deployment, the ideal state of the database is defined and a tool is used to compare that ideal state -against the current actual state of the database. Some tools, like Liquibase, can analyze the difference between the two and generates all the scripts to change the database. - -
    - Diagram of state-based deployment -
    - -## Migration-based Database Deployment -In a migration-based database deployment, specific migrations for altering the state of a database are described by the user. It's all about capturing individual change scripts during development. This approach helps teams more closely align with Agile and DevOps best practices: -- Small, incremental changes -- Use the same process for all code delivery -- Enables fast feedback loops -- Granular control of features -- Enables better testing -- Eliminates drift - - -
    - Diagram of Migration-based deployment -
    - -This approach allows you to iteratively modify the structure of your database over time, just as you do with your application code. - -## Can both approaches be used? -**Yes!** While Liquibase does include comparative [(diff) capabilities]({{site.baseurl}}{% link documentation/diff.md %}), Liquibase is primarily a migration-based tool. The diff capabilities are mostly intended to assist with onboarding new projects or ensuring that your database migrations are applied correctly. - - diff --git a/get_started/how-lb-works.md b/get_started/how-lb-works.md deleted file mode 100644 index 3f73306e5..000000000 --- a/get_started/how-lb-works.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -layout: side-search -title: Docs | How Liquibase Works -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# How Liquibase Works {#HowlbWorks} -
    -
    - -In this tutorial, we will cover a few simple mechanisms Liquibase uses to track, version, and deploy changes to get an understanding of how Liquibase works. - -
    -
    - Changelog Icon -
    - -
    - -### Changelogs -Liquibase uses a *changelog* to explicitly list database changes in order. The *changelog* acts as a ledger of changes and contains a list of *changeSets* (units of change) that Liquibase can execute on a database. - -View our [Database changelog File]({{site.baseurl}}{% link documentation/databasechangelog.md %}) and [changeSet Tag]({{site.baseurl}}{% link documentation/changeset.md %}) topics for more information. -
    -
    - - -
    -
    - -### Tracking Tables -Liquibase tracks which *changeSets* have or have not been deployed in a tracking table called a `DATABASECHANGELOG`. If your database does not already contain a tracking table, Liquibase will create it for you. - -Liquibase also prevents conflicts from different callers' updates on a secondary table called `DATABASECHANGELOGLOCK`. - -View our [DATABASECHANGELOG Table]({{site.baseurl}}{% link documentation/databasechangelog_table.md %}) and [DATABASECHANGELOCK Table]({{site.baseurl}}{% link documentation/databasechangeloglock_table.md %}) topics for more information. -
    -
    - Changelog Icon -
    -
    - - - -*changelogs* and tracking tables allow Liquibase to: -- **Track and version database changes** – Users know what changes have been deployed to the database and what changes have not yet been deployed. -- **Deploy changes** – Liquibase compares the *changelog* against the tracking table, and only deploys changes that have not been deployed to the database. - -Liquibase also has advanced features such as contexts, labels, and preconditions to precisely control when and where a *changeSet* is deployed. - ->**Note:** To assist with projects where you are not starting with a blank database, Liquibase has a feature to [generate a changelog]({{site.baseurl}}{% link documentation/generating_changelogs.md %}) to represent the current state of the database schema. - -### Summary -In this tutorial we covered: -- Basic Liquibase mechanisms: *changelogs* & tracking tables. -- How these mechanisms work to track, version, and deploy changes. - -## **Next Up:** - diff --git a/get_started/index.md b/get_started/index.md deleted file mode 100644 index b8dda464d..000000000 --- a/get_started/index.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: side-search -title: Docs | Getting Started with Liquibase -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# Getting Started with Liquibase -Hey there! Welcome to Liquibase. We’ve gathered some information here for people who are new to Liquibase. This quick introduction will help you understand some basic features and concepts around how Liquibase helps teams track, manage, and deploy database changes. - -It's easy to get up and running with Liquibase. Select a topic below to get started. - -
    -
    - Learn how Liquibase works -

    Liquibase 101

    -
    -
    -
    - Liquibase First Steps -

    First Steps

    -
    -
    -
    - Core Concepts -

    Core Usage

    -
    -
    - Databases -

    Supported Databases

    -
    -
    - Database Approaches -

    Database Migration
    Approaches

    -
    -
    - Using Version Control -

    Using Version Control

    -
    -
    - Liquibase Functions -

    Migrations with
    Liquibase Functions

    -
    -
    - SQL Migrations -

    Migrations with SQL

    -
    -
    - Liquibase Best Practices -

    Best Practices

    -
    -
    - - diff --git a/get_started/lb-core-usage-concepts.md b/get_started/lb-core-usage-concepts.md deleted file mode 100644 index da2c6ee15..000000000 --- a/get_started/lb-core-usage-concepts.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: side-search -title: Docs | Liquibase Core Usage -subnav: subnav_quickstart.md -includeDaticalBox: true ---- -# Liquibase Core Usage -## Major Concepts -### Changelog File -Developers store database changes in text-based files on their local development machines and apply them to their local databases. These -changelog files are stored in source control to enable collaboration. The changelog can be used to update all the different database -environments that a team uses - from local development databases, to test, staging, and production. -Changelog files can be arbitrarily nested for better management. The [changeLog page]({{site.baseurl}}{% link documentation/databasechangelog.md %}) has more details. - -### Change Set -Change Sets are the *units of change* that Liquibase tracks execution of. Each changeSet is uniquely identified by the "author", "id", and "filename" attributes. -When Liquibase runs, it queries the `DATABASECHANGELOG` table for the changeSets that are marked as executed and then executes all changeSets in the changelog file -that have not yet been executed. The [changeSet page]({{site.baseurl}}{% link documentation/changeset.md %}) has more details. - - -### Changes -Each changeSet contains one or more changes that describe a change/refactoring to apply to the database. Liquibase supports both descriptive changes -that generate SQL for supported databases and raw SQL. Generally there should be just one change per changeSet to avoid failed autocommit statements -that can leave the database in an unexpected state. The [changes section]({{site.baseurl}}{% link documentation/changes/index.md %}) has details on the many different change -types available. - - -### Preconditions -Preconditions can be applied to either the changelog as a whole or individual changeSets. Preconditions control the execution of an update based on the -state of the database, and can halt the update, skip a changeset, mark a changeset as run, or show a warning. See [the preconditions page]({{site.baseurl}}{% link documentation/preconditions.md %}) -for more information. - -### Contexts -Contexts can be applied to changeSets to control whether they are run in different environments. For example, some changeSets can be tagged as "production" and others as "test". -If no context is specified, the changeSet will run regardless of the execution context. Contexts can be specified as logical expressions in the changeSet to -more precisely control execution. Refer to [the contexts page]({{site.baseurl}}{% link documentation/contexts.md %}) for more details. - -### Labels -Similar to contexts, labels can also be applied to changeSets to control which changesets are executed. In contrast to contexts that can be complex expressions, labels are a simple -list on each changeSet. For labels though, complex expressions can be supplied at runtime. The combination of contexts and labels gives fine grained control over which changeSets -are executed. Refer to [the labels page]({{site.baseurl}}{% link documentation/labels.md %}) for more details. - -See [this blog post](/2014/11/contexts-vs-labels.html) for more details on the differences, similarities, and use cases for contexts and labels. - - diff --git a/get_started/lb-first-steps.md b/get_started/lb-first-steps.md deleted file mode 100644 index c5aafb553..000000000 --- a/get_started/lb-first-steps.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -layout: side-search -title: Docs | Liquibase First Steps -subnav: subnav_quickstart.md -includeDaticalBox: true ---- -# Liquibase First Steps -In this tutorial, you will learn how to get up and running with Liquibase. - -### Download and Extract Liquibase -
    -
    - Download Icon -
    - -
    - -Begin by [downloading the Liquibase CLI tool](https://download.liquibase.org/) - -You can use one of the following two installation guides depending on your platform: -- [Installing Liquibase Command Line for Windows]({{site.baseurl}}{% link documentation/installation-windows.md %}) -- [Installing Liquibase Command Line for Linux/Unix/Mac]({{site.baseurl}}{% link documentation/installation-linux-unix-mac.md %}) - -View the [Liquibase Documentation]({{site.baseurl}}{% link documentation/index.md %}) for more information on other ways you can download and install Liquibase. -
    -
    - -### Configure Liquibase -
    -
    -Liquibase allows you to specify options on the command line, which means the Liquibase CLI does not require configuration. - -However, creating a liquibase.properties file allows you to input default values so you don't have to specify them in the CLI unless you want to. Liquibase will always override a liquibase.properties file in favor of a CLI command. - -View the [Creating and Configuring a liquibase.properties file]({{site.baseurl}}{% link documentation/config_properties.md %}) topic for more information. -
    - -
    - Configure Icon -
    -
    - -### Choose your Path -There are two ways Liquibase allows you to define changes to the database: - -#### **Liquibase Functions** - -
    -
    - XML Icon -
    - -
    -Choosing this path means that your changes are defined in XML, JSON or YAML formats. Liquibase will create XML formatted changelogs that define your changeSets, then generate and deploy SQL to your database based on those changeSets. Liquibase will also track all database migrations in your *changelog*. -
    -
    -
    -
    - -#### **SQL Format** -Choosing this path means that you can define your own changes in SQL format. Liquibase will create SQL formatted changelogs that define your *changeSets*, then generate and deploy those changes to your database automatically. Liquibase supports plain SQL scripts designed to be custom or specific to your database and can even reference multiple script files in your *changelogs*. -
    - -
    - SQL Icon -
    -
    - -### Summary -In this tutorial we covered: -- Downloading & Extracting Liquibase -- How to Configure Liquibase -- Choosing your Path - -## **Next Up:** - -
    - -
    - - diff --git a/get_started/lb-setup-tutorial.md b/get_started/lb-setup-tutorial.md deleted file mode 100644 index 4b69f597e..000000000 --- a/get_started/lb-setup-tutorial.md +++ /dev/null @@ -1,83 +0,0 @@ ---- -layout: side-search -title: Docs | Setting up Liquibase Tutorial -subnav: subnav_quickstart.md -includeDaticalBox: true ---- -# Setting up Liquibase Tutorial -Before attempting any of the step-by-step tutorials, please prepare your environment with the setup instructions. - -## Step 1: Download and Extract Liquibase -- Download Liquibase. Visit the [download page](https://download.liquibase.org/) to get the latest binary. -- After downloading the *.zip or *.tar.gz, extract the contents into a folder. You may want to add this folder to your system PATH environment so that you can execute liquibase from any directory. For this tutorial, we will refer to that directory as LB_HOME, and when executing the liquibase shell script will use LB_HOME/liquibase or LB_HOME\liquibase.bat as the example command. - -## Step 2: Install Java -1. Java is a required dependency. Install Java if it is not already installed. - > **Note:** You can download and use either the Oracle JDK or OpenJDK. Be sure to configure your path - and environment variable properly. -2. Validate that you have a working java version. On the command line, execute - -{% highlight bash %} -java -version -{% endhighlight %} - -Ensure that it runs successfully and displays your installed Java version. - -## Step 3: Download the H2 JDBC Driver -1. The tutorials make use of an H2 database. You will need to download the H2 JDBC driver, which can be found here. -2. Copy the h2*.jar file into the `lib` subdirectory of the `LB_HOME` directory where you extracted the Liquibase archive. - -## Step 4: Setup the liquibase.properties File -1. The tutorials use the CLI. While it is possible to pass all required parameters, such as the JDBC driver and database URL on the command line, it is much easier to - configure a liquibase.properties file. -2. Create a new directory for your first liquibase project, and change into that directory. For this example, we named the directory `my-first-lb-project` -3. Create a plain text file named `liquibase.properties` in the project directory you just created and add the following content to the file. - -{% highlight text %} - -driver: org.h2.Driver -classpath: ./h2-1.4.199.jar -url: jdbc:h2:file:./h2tutorial -username: admin -password: password -changeLogFile: myChangeLog.xml - -{% endhighlight %} - ->**Note:** Be sure to use the actual version of the h2*.jar file that you copied into the extracted LB_HOME/lib directory! - -> **Note:** If you already have a Liquibase Pro key and want to apply it to -> your project, add the following property to your liquibase.properties -> file. - -{% highlight text %} -liquibaseProLicenseKey: paste license key -{% endhighlight %} - - - -Ensure that you can execute liquibase. At the command prompt, run one of the following commands, depending on your platform: - -**Linux** -{% highlight bash %} -~/my-first-lb-project$ LB_HOME/liquibase --help -{% endhighlight %} - -**Windows** -{% highlight text %} -C:\Users\Me\my-first-lb-project>LB_HOME\liquibase.bat --help -{% endhighlight %} - -That is the completion of this Setup Tutorial. You should now see some help output, and you are ready to begin one of the two following tutorials. - -## Tutorial: Getting Started with Liquibase Functions -This tutorial uses Liquibase Liquibase Functions (XML formatted changelogs). Instead of working with SQL, changes will be defined in XML. Liquibase will generate SQL based on the changeSet(s) defined and will deploy that to target databases. All migrations are tracked and ordered explicitly in the changeLog. - - - -## Tutorial: Getting Started Using SQL Scripts -This tutorial is ideal for those comfortable and familiar with SQL. The tutorial starts with a blank database and guides you through the process of using Liquibase to track, version, and deploy SQL scripts located in a specific folder. - - diff --git a/get_started/lb-setup.md b/get_started/lb-setup.md deleted file mode 100644 index 0174b7800..000000000 --- a/get_started/lb-setup.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: side-search -title: Docs | Liquibase Setup -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# Liquibase Setup -Before attempting any of the step-by-step tutorials, please prepare your environment with the setup instructions. -- [Windows Installation Instructions]({{site.baseurl}}{% link documentation/installation-windows.md %}) -- [Linux/Unix/Mac Installation Instructions]({{site.baseurl}}{% link documentation/installation-linux-unix-mac.md %}) -- [Liquibase Installation with Maven on Linux/Unix/Mac]({{site.baseurl}}{% link documentation/installation-linux-unix-mac-with-maven.md %}) - -## Track, Version, and Deploy Database Changes with Liquibase - -When working with Liquibase, changes can either be defined with [Liquibase functions]({{site.baseurl}}{% link get_started/quickstart_lb.md %}) or -with [SQL]({{site.baseurl}}{% link get_started/quickstart_sql.md %}). Importantly, these modes are not mutually exclusive, and can be used in conjunction, -providing considerable flexibility in how database changes are defined and deployed. For changes defined with Liquibase functions, Liquibase -generates SQL appropriate for the target database. This can be helpful when: -- Supporting multiple different database backends. This is a common use case if you are a software vendor looking to avoid writing the same database migrations simply to support different database platforms. -- Enabling developers who are not proficient or experienced with SQL to define database changes. Instead of SQL, the database migrations can be defined in XML, JSON, or YAML. -- Standardizing database changes. Liquibase will generate syntactically and stylistically consistent SQL, ensuring, as an example, that all ‘CREATE TABLE’ migrations have the same style and pattern. - -Alternatively, Liquibase works directly with user provided database migrations. This can be helpful when: -- Making changes that are not Liquibase functions. Changes that are custom or specific to a database – for example, Oracle Nested Tables – are not typically Liquibase functions. -- Enabling developers highly proficient in SQL who strongly prefer working directly with SQL. It’s a common misconception that Liquibase only supports “XML database migrations”. The - reality is that Liquibase can absolutely support plain SQL scripts! - -> **Note:** Liquibase Pro adds change types for defining procedural database code to Liquibase functions. However, unlike other changes that are Liquibase functions, -these procedural database code changes, such as `CREATE FUNCTION`, require database platform specific SQL (for example, on Oracle, the change would require PL/SQL). -These new change types can be helpful in providing better visibility into database-specific changes from directly inspecting the change log. - - diff --git a/get_started/quickstart_lb.md b/get_started/quickstart_lb.md deleted file mode 100644 index bb8490cf8..000000000 --- a/get_started/quickstart_lb.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -layout: default -title: Docs | Migrations with Liquibase Functions -subnav: subnav_quickstart.md -includeDaticalBox: true ---- -# Your First Migration with Liquibase Functions - -
    - -## Prerequisites -Before performing any of these steps, you must be able to connect to a local or remote database, accessible via command line or IDE/GUI. - -**For this example, we are going to use an H2 database. Please review this [H2 Tutorial]({{site.baseurl}}{% link documentation/tutorials/h2.md %}) to get started.** - -View the [Supported Databases]({{site.baseurl}}{% link databases.md %}) topic for more information on which databases we support. -You can also view the [Database Tutorials]({{site.baseurl}}{% link documentation/tutorials/index.md %}) topic for more information on running each database with Liquibase. - -## Step 1: Create or Generate a Changelog File - -To complete your first migration, you must have a [database changelog file]({{site.baseurl}}{% link documentation/databasechangelog.md %}). The Changelog file is where all your database changes are defined. Using Liquibase Functions allows you to define these changes with XML, JSON, or YAML. For this walkthrough, we will use XML examples. - -**Creating Changelog Files Manually** - -1. Create a file in your liquibase project directory called `myChangeLog.xml` -2. For this example, enter the following information into the `myChangeLog.xml` file, then save your file: - -{% highlight xml %} - - - - - -{% endhighlight %} -
    - -**Generating Changelog Files** - -If you have an existing database, you can generate a changelog file that reflects the current state of your database. For more information on how to -generate a changelog, visit the [Liquibase Commands: generateChangelog]({{site.baseurl}}{% link documentation/generating_changelogs.md %}) topic, and read the article on -[adding Liquibase on an existing project.]({{site.baseurl}}{% link documentation/existing_project.md %}) - -## Step 2: Add a Change Set -ChangeSets are (units of change) that Liquibase can execute on a database. When adding a changeSet, your change must be defined by both an "id" attribute and an "author" attribute. Using only an "id" attribute can cause accidental duplications when dealing with multiple developers and code branches. It is best practice to only include one change in each changeset. - -View the [changeSet tag]({{site.baseurl}}{% link documentation/changeset.md %}) topic for more information. - -**To add a changeSet:** -1. Locate and open the `myChangeLog.xml` file. -2. For this example, enter the following information into the `myChangeLog.xml` file, then save your file: - -{% highlight xml %} - - - - - - - - - - - - - - - - - -{% endhighlight %} - -## Step 3: Run the Change Set -When you add a changeSet, Liquibase reads your list of changeSets in order, then checks the `DATABASECHANGELOG` table for anything that was previously run. - -**To run the changeset:** -1. Open your terminal. -2. Run one of the following commands: -- **Linux/Unix/Mac:** `LB_HOME/liquibase update` -- **Windows:** `LB_HOME\liquibase.bat update` - -> **Note:** In place of *LB_HOME* use the folder name where you extracted liquibase. - -Your database now contains a table called **department**. - -## Step 4: Check Your Database - -To check your database: -1. Open your terminal. -2. Navigate to the folder where you placed your driver jar. -3. Run: `java -jar (driver-version.jar) - -> **Note:** Where (driver-version.jar) is listed, enter your driver name and version number. Example:
    `java -jar h2-1.4.199.jar`. - -If you used a `liquibase.properties` file, enter the JDBC URL, User Name, and Password. Notice that two tables were created: -- DATABASECHANGELOG -- DATABASECHANGELOGLOCK - -The DATABASECHANGELOG table contains a list of all the changes that -have been run against the database. The DATABASECHANGELOGLOCK table is used to make sure two machines don't attempt to modify the database at the same time. - -View [DATABASECHANGELOG Table]({{site.baseurl}}{% link documentation/databasechangelog_table.md %}) and [DATABASECHANGELOGLOCK Table]({{site.baseurl}}{% link documentation/databasechangeloglock_table.md %}) topics for more information. - -You can also learn how to create your [First Migrations with SQL]({{site.baseurl}}{% link get_started/quickstart_sql.md %}). - -### Summary -In this tutorial we covered: -- Creating/Generating Changelogs -- Adding Changesets to your Changelog -- Running your Changelog -- Checking your Database - -## **Next Up:** - - diff --git a/get_started/quickstart_sql.md b/get_started/quickstart_sql.md deleted file mode 100644 index 62820f020..000000000 --- a/get_started/quickstart_sql.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -layout: default -title: Docs | Using SQL Scripts Tutorial -subnav: subnav_quickstart.md -includeDaticalBox: true ---- -# Your First Migration with SQL - -
    - -## Prerequisites -Before performing any of these steps, you must be able to connect to a local or remote database, accessible via command line or IDE/GUI. View the [Supported Databases]({{site.baseurl}}{% link databases.md %}) topic for more information on which databases we support. - -You can also view the [Database Tutorials]({{site.baseurl}}{% link documentation/tutorials/index.md %}) topic for more information on running each database with Liquibase. - -## Step 1: Create a Formatted SQL Changelog - -To complete your first migration, you must create a formatted `SQL` changelog in your Liquibase project directory so Liquibase can track, version, and deploy changes to your database. - -**To Create your Changelog** -1. Create a file in your Liquibase project directory called `changelog.sql`. -2. For this example, enter the following information into the `changelog.sql` file. - -{% highlight sql %} - ---liquibase formatted sql - -{% endhighlight %} - -## Step 2: Add a Change Set -Change sets are units of change that Liquibase can execute on a database. When adding a change set, your change must be defined by both an "id" attribute and an "author" attibute. It is best practice to only include one change in each changeset. - -**To Add your Changeset** -1. Locate and open the `changelog.sql` file. -2. For this example, enter the following information into the `changelog.sql` file, then save it. - -See the [Formatted SQL Changelogs]({{site.baseurl}}{% link documentation/sql_format.md %}) topic for more information about SQL Syntax. - -{% highlight sql %} ---liquibase formatted sql - ---changeset bob:1 -create table test1 ( -id int primary key, -name varchar(255) -); - -{% endhighlight %} - -## Step 3: Deploy your Changelog - -To deploy the changelog and your new changeset, you run the `update` command. When running this command, Liquibase reads your list of change sets in order and checks the DATABASECHANGELOG table for anything that was previously run. Any changsets that have *not* already been applied to the database will get applied, and Liquibase will track that information. - -**To Apply the Change Set** -1. Open your command prompt or terminal. -2. Run the following command: `liquibase --changeLogFile=changelog.sql update` - -Your database now contains a table called **test1**. - -## Step 4: Check Your Database -To check your database, open your database IDE to find the change that you made. - -Notice that two tables were created along with test1: -- DATABASECHANGELOG -- DATABASECHANGELOGLOCK - -The DATABASECHANGELOG table contains a list of all the changes that -have been run against the database. The DATABASECHANGELOGLOCK table is used to make sure two machines don't attempt to modify the database at the same time. - -View [DATABASECHANGELOG Table]({{site.baseurl}}{% link documentation/databasechangelog_table.md %}) and [DATABASECHANGELOGLOCK Table]({{site.baseurl}}{% link documentation/databasechangeloglock_table.md %}) topics for more information. - -### Additional Information -This topic is great when you only have a handful of SQL scripts. However, if your list of scripts becomes too large to maintain in a formatted SQL changelog, you may want to break up your scripts into smaller more manageable chunks. - -See the [Database Migrations with Multiple SQL Files]({{site.baseurl}}{% link documentation/multiple-sql-migration.md %}) topic for more information on how to Migrate with Multiple SQL files. - -You can also learn how to create your [First Migrations with Liquibase Functions]({{site.baseurl}}{% link get_started/quickstart_lb.md %}). - -### Summary -In this tutorial we covered: -- Creating Formatted SQL Changelogs -- Adding Changesets to your Changelog -- Running your Changelog -- Checking your Database - -## **Next Up:** - - diff --git a/get_started/version_control_info.md b/get_started/version_control_info.md deleted file mode 100644 index d4f810717..000000000 --- a/get_started/version_control_info.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: side-search -title: Docs | Using Version Control Systems -subnav: subnav_quickstart.md -includeDaticalBox: true ---- - -# Using Version Control Systems with Liquibase - -Liquibase utilizes a variety of text-based, human-readable, auto-mergeable formats which allows you to use any version control system of your choice. - -Liquibase is "version control friendly" because it executes the changes you give it against a database but doesn't care where those changes come from. -You can manually create them in your machine directory, check them out of a version control system, use a network share file, or they can come from a compressed file like a jar, war, or zip file. What Liquibase cares about is that the file exists and can be read. - -## What do I need to know about using version control with Liquibase? -If you keep your *changeLog* files in a version control system, you can perform your normal check-in, check-out, branching, and merging functions. You can run the *changeLog* at any point from where it is stored and Liquibase will update the database to the expected state. - - diff --git a/google7631b92e9de1706a.html b/google7631b92e9de1706a.html deleted file mode 100644 index 16002f35d..000000000 --- a/google7631b92e9de1706a.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: google7631b92e9de1706a.html \ No newline at end of file diff --git a/googlea4067c3092b963ad.html b/googlea4067c3092b963ad.html deleted file mode 100644 index c069231c4..000000000 --- a/googlea4067c3092b963ad.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: googlea4067c3092b963ad.html \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 0d4a95168..000000000 Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 7c4388a92..000000000 --- a/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew deleted file mode 100644 index cccdd3d51..000000000 --- a/gradlew +++ /dev/null @@ -1,172 +0,0 @@ -#!/usr/bin/env sh - -############################################################################## -## -## Gradle start up script for UN*X -## -############################################################################## - -# Attempt to set APP_HOME -# Resolve links: $0 may be a link -PRG="$0" -# Need this for relative symlinks. -while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG=`dirname "$PRG"`"/$link" - fi -done -SAVED="`pwd`" -cd "`dirname \"$PRG\"`/" >/dev/null -APP_HOME="`pwd -P`" -cd "$SAVED" >/dev/null - -APP_NAME="Gradle" -APP_BASE_NAME=`basename "$0"` - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS="" - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD="maximum" - -warn () { - echo "$*" -} - -die () { - echo - echo "$*" - echo - exit 1 -} - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "`uname`" in - CYGWIN* ) - cygwin=true - ;; - Darwin* ) - darwin=true - ;; - MINGW* ) - msys=true - ;; - NONSTOP* ) - nonstop=true - ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD="java" - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." -fi - -# Increase the maximum file descriptors if we can. -if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then - MAX_FD_LIMIT=`ulimit -H -n` - if [ $? -eq 0 ] ; then - if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then - MAX_FD="$MAX_FD_LIMIT" - fi - ulimit -n $MAX_FD - if [ $? -ne 0 ] ; then - warn "Could not set maximum file descriptor limit: $MAX_FD" - fi - else - warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" - fi -fi - -# For Darwin, add options to specify how the application appears in the dock -if $darwin; then - GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" -fi - -# For Cygwin, switch paths to Windows format before running java -if $cygwin ; then - APP_HOME=`cygpath --path --mixed "$APP_HOME"` - CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - JAVACMD=`cygpath --unix "$JAVACMD"` - - # We build the pattern for arguments to be converted via cygpath - ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` - SEP="" - for dir in $ROOTDIRSRAW ; do - ROOTDIRS="$ROOTDIRS$SEP$dir" - SEP="|" - done - OURCYGPATTERN="(^($ROOTDIRS))" - # Add a user-defined pattern to the cygpath arguments - if [ "$GRADLE_CYGPATTERN" != "" ] ; then - OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" - fi - # Now convert the arguments - kludge to limit ourselves to /bin/sh - i=0 - for arg in "$@" ; do - CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` - CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option - - if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition - eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` - else - eval `echo args$i`="\"$arg\"" - fi - i=$((i+1)) - done - case $i in - (0) set -- ;; - (1) set -- "$args0" ;; - (2) set -- "$args0" "$args1" ;; - (3) set -- "$args0" "$args1" "$args2" ;; - (4) set -- "$args0" "$args1" "$args2" "$args3" ;; - (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; - (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; - (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; - (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; - (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; - esac -fi - -# Escape application args -save () { - for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done - echo " " -} -APP_ARGS=$(save "$@") - -# Collect all arguments for the java command, following the shell quoting and substitution rules -eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" - -# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong -if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then - cd "$(dirname "$0")" -fi - -exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat deleted file mode 100644 index f9553162f..000000000 --- a/gradlew.bat +++ /dev/null @@ -1,84 +0,0 @@ -@if "%DEBUG%" == "" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS= - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto init - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto init - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:init -@rem Get command-line arguments, handling Windows variants - -if not "%OS%" == "Windows_NT" goto win9xME_args - -:win9xME_args -@rem Slurp the command line arguments. -set CMD_LINE_ARGS= -set _SKIP=2 - -:win9xME_args_slurp -if "x%~1" == "x" goto execute - -set CMD_LINE_ARGS=%* - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% - -:end -@rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/homedownload/index.html b/homedownload/index.html deleted file mode 100644 index e77e0fa6f..000000000 --- a/homedownload/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - -    - - Redirecting to http://download.liquibase.org/... - - diff --git a/images/LB side ad - XML Changeset Announcement.png b/images/LB side ad - XML Changeset Announcement.png deleted file mode 100644 index c9bc16ce5..000000000 Binary files a/images/LB side ad - XML Changeset Announcement.png and /dev/null differ diff --git a/images/Liquibase-Community-Meetup-Banner.jpg b/images/Liquibase-Community-Meetup-Banner.jpg deleted file mode 100644 index b2cdc2879..000000000 Binary files a/images/Liquibase-Community-Meetup-Banner.jpg and /dev/null differ diff --git a/images/Liquibase_Community_Survey_2019_Website.png b/images/Liquibase_Community_Survey_2019_Website.png deleted file mode 100644 index 44eaacc14..000000000 Binary files a/images/Liquibase_Community_Survey_2019_Website.png and /dev/null differ diff --git a/images/a_bg.png b/images/a_bg.png deleted file mode 100644 index 043d20b20..000000000 Binary files a/images/a_bg.png and /dev/null differ diff --git a/images/ad-easy-steps.png b/images/ad-easy-steps.png deleted file mode 100644 index d07813d45..000000000 Binary files a/images/ad-easy-steps.png and /dev/null differ diff --git a/images/change scripts and rollback scripts.png b/images/change scripts and rollback scripts.png deleted file mode 100644 index 7c6776bf8..000000000 Binary files a/images/change scripts and rollback scripts.png and /dev/null differ diff --git a/images/documentation/Tutorials/DB2.png b/images/documentation/Tutorials/DB2.png deleted file mode 100644 index 1146f8266..000000000 Binary files a/images/documentation/Tutorials/DB2.png and /dev/null differ diff --git a/images/documentation/Tutorials/DB2onZSetupImg.png b/images/documentation/Tutorials/DB2onZSetupImg.png deleted file mode 100644 index 7e60f54c0..000000000 Binary files a/images/documentation/Tutorials/DB2onZSetupImg.png and /dev/null differ diff --git a/images/documentation/Tutorials/derby.png b/images/documentation/Tutorials/derby.png deleted file mode 100644 index 878e6a9af..000000000 Binary files a/images/documentation/Tutorials/derby.png and /dev/null differ diff --git a/images/documentation/Tutorials/derbylogo.png b/images/documentation/Tutorials/derbylogo.png deleted file mode 100644 index 4cd9bd058..000000000 Binary files a/images/documentation/Tutorials/derbylogo.png and /dev/null differ diff --git a/images/documentation/Tutorials/h2.png b/images/documentation/Tutorials/h2.png deleted file mode 100644 index 9704960f9..000000000 Binary files a/images/documentation/Tutorials/h2.png and /dev/null differ diff --git a/images/documentation/Tutorials/informix.png b/images/documentation/Tutorials/informix.png deleted file mode 100644 index e66c10069..000000000 Binary files a/images/documentation/Tutorials/informix.png and /dev/null differ diff --git a/images/documentation/Tutorials/mariadb.png b/images/documentation/Tutorials/mariadb.png deleted file mode 100644 index df4206d73..000000000 Binary files a/images/documentation/Tutorials/mariadb.png and /dev/null differ diff --git a/images/documentation/Tutorials/mssql.png b/images/documentation/Tutorials/mssql.png deleted file mode 100644 index b73a4b17a..000000000 Binary files a/images/documentation/Tutorials/mssql.png and /dev/null differ diff --git a/images/documentation/Tutorials/mysql.png b/images/documentation/Tutorials/mysql.png deleted file mode 100644 index 32fb78b97..000000000 Binary files a/images/documentation/Tutorials/mysql.png and /dev/null differ diff --git a/images/documentation/Tutorials/oracle.png b/images/documentation/Tutorials/oracle.png deleted file mode 100644 index 20df02ce4..000000000 Binary files a/images/documentation/Tutorials/oracle.png and /dev/null differ diff --git a/images/documentation/Tutorials/oracle_atp.png b/images/documentation/Tutorials/oracle_atp.png deleted file mode 100644 index 46be6f317..000000000 Binary files a/images/documentation/Tutorials/oracle_atp.png and /dev/null differ diff --git a/images/documentation/Tutorials/postgresql.png b/images/documentation/Tutorials/postgresql.png deleted file mode 100644 index 5fd340a05..000000000 Binary files a/images/documentation/Tutorials/postgresql.png and /dev/null differ diff --git a/images/documentation/Tutorials/sqlite.png b/images/documentation/Tutorials/sqlite.png deleted file mode 100644 index dfe2fbd1f..000000000 Binary files a/images/documentation/Tutorials/sqlite.png and /dev/null differ diff --git a/images/documentation/Workflows/db2onz-change-deploy.png b/images/documentation/Workflows/db2onz-change-deploy.png deleted file mode 100644 index 4f0db87d2..000000000 Binary files a/images/documentation/Workflows/db2onz-change-deploy.png and /dev/null differ diff --git a/images/documentation/core-concepts.png b/images/documentation/core-concepts.png deleted file mode 100644 index d545e5cdd..000000000 Binary files a/images/documentation/core-concepts.png and /dev/null differ diff --git a/images/documentation/external-link.png b/images/documentation/external-link.png deleted file mode 100644 index ee2310a0b..000000000 Binary files a/images/documentation/external-link.png and /dev/null differ diff --git a/images/documentation/get-started.png b/images/documentation/get-started.png deleted file mode 100644 index 438668ad5..000000000 Binary files a/images/documentation/get-started.png and /dev/null differ diff --git a/images/documentation/installation.png b/images/documentation/installation.png deleted file mode 100644 index a453b3d40..000000000 Binary files a/images/documentation/installation.png and /dev/null differ diff --git a/images/documentation/tutorial.png b/images/documentation/tutorial.png deleted file mode 100644 index f15105842..000000000 Binary files a/images/documentation/tutorial.png and /dev/null differ diff --git a/images/documentation/tutorials.png b/images/documentation/tutorials.png deleted file mode 100644 index 228123f98..000000000 Binary files a/images/documentation/tutorials.png and /dev/null differ diff --git a/images/favicons/android-chrome-192x192.png b/images/favicons/android-chrome-192x192.png deleted file mode 100644 index 45f590d54..000000000 Binary files a/images/favicons/android-chrome-192x192.png and /dev/null differ diff --git a/images/favicons/android-chrome-256x256.png b/images/favicons/android-chrome-256x256.png deleted file mode 100644 index d59ccf868..000000000 Binary files a/images/favicons/android-chrome-256x256.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon.png b/images/favicons/apple-touch-icon.png deleted file mode 100644 index 099dd1ab2..000000000 Binary files a/images/favicons/apple-touch-icon.png and /dev/null differ diff --git a/images/favicons/browserconfig.xml b/images/favicons/browserconfig.xml deleted file mode 100644 index cc6c1a372..000000000 --- a/images/favicons/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #ff0000 - - - diff --git a/images/favicons/favicon-16x16.png b/images/favicons/favicon-16x16.png deleted file mode 100644 index 9eb9a57d0..000000000 Binary files a/images/favicons/favicon-16x16.png and /dev/null differ diff --git a/images/favicons/favicon-32x32.png b/images/favicons/favicon-32x32.png deleted file mode 100644 index 6cbd2323d..000000000 Binary files a/images/favicons/favicon-32x32.png and /dev/null differ diff --git a/images/favicons/favicon.ico b/images/favicons/favicon.ico deleted file mode 100644 index 7c66c0904..000000000 Binary files a/images/favicons/favicon.ico and /dev/null differ diff --git a/images/favicons/mstile-150x150.png b/images/favicons/mstile-150x150.png deleted file mode 100644 index 753aab359..000000000 Binary files a/images/favicons/mstile-150x150.png and /dev/null differ diff --git a/images/favicons/safari-pinned-tab.svg b/images/favicons/safari-pinned-tab.svg deleted file mode 100644 index b1dc4bd53..000000000 --- a/images/favicons/safari-pinned-tab.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - diff --git a/images/favicons/site.webmanifest b/images/favicons/site.webmanifest deleted file mode 100644 index 169c7720c..000000000 --- a/images/favicons/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Liquibase", - "short_name": "Liquibase", - "icons": [ - { - "src": "android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "android-chrome-256x256.png", - "sizes": "256x256", - "type": "image/png" - } - ], - "theme_color": "#54565b", - "background_color": "#54565b", - "display": "standalone" -} diff --git a/images/header-bg-2.png b/images/header-bg-2.png deleted file mode 100644 index bb17498f6..000000000 Binary files a/images/header-bg-2.png and /dev/null differ diff --git a/images/input.png b/images/input.png deleted file mode 100644 index 4add17c41..000000000 Binary files a/images/input.png and /dev/null differ diff --git a/images/installation/windows/Windows_Verification_1.png b/images/installation/windows/Windows_Verification_1.png deleted file mode 100644 index 3d3b4a332..000000000 Binary files a/images/installation/windows/Windows_Verification_1.png and /dev/null differ diff --git a/images/installation/windows/windows-verification.png b/images/installation/windows/windows-verification.png deleted file mode 100644 index 3d3b4a332..000000000 Binary files a/images/installation/windows/windows-verification.png and /dev/null differ diff --git a/images/lb-comm-meetup-small-banner.jpg b/images/lb-comm-meetup-small-banner.jpg deleted file mode 100644 index 23c683190..000000000 Binary files a/images/lb-comm-meetup-small-banner.jpg and /dev/null differ diff --git a/images/lb-demo-small-banner.jpg b/images/lb-demo-small-banner.jpg deleted file mode 100644 index 7fbb9359f..000000000 Binary files a/images/lb-demo-small-banner.jpg and /dev/null differ diff --git a/images/liquibase_logo.gif b/images/liquibase_logo.gif deleted file mode 100644 index 8b32b865c..000000000 Binary files a/images/liquibase_logo.gif and /dev/null differ diff --git a/images/menu-center.png b/images/menu-center.png deleted file mode 100644 index c746e33e5..000000000 Binary files a/images/menu-center.png and /dev/null differ diff --git a/images/menu-lft.png b/images/menu-lft.png deleted file mode 100644 index 555ea9521..000000000 Binary files a/images/menu-lft.png and /dev/null differ diff --git a/images/menu-rht.png b/images/menu-rht.png deleted file mode 100644 index 33f316cda..000000000 Binary files a/images/menu-rht.png and /dev/null differ diff --git a/images/quickstart/changelog-icon.png b/images/quickstart/changelog-icon.png deleted file mode 100644 index 15859e0ea..000000000 Binary files a/images/quickstart/changelog-icon.png and /dev/null differ diff --git a/images/quickstart/configure.png b/images/quickstart/configure.png deleted file mode 100644 index 10c2973ec..000000000 Binary files a/images/quickstart/configure.png and /dev/null differ diff --git a/images/quickstart/core-usage.png b/images/quickstart/core-usage.png deleted file mode 100644 index 74e9254ab..000000000 Binary files a/images/quickstart/core-usage.png and /dev/null differ diff --git a/images/quickstart/database-approaches.png b/images/quickstart/database-approaches.png deleted file mode 100644 index f90c4425e..000000000 Binary files a/images/quickstart/database-approaches.png and /dev/null differ diff --git a/images/quickstart/databases-supported-liquibase.png b/images/quickstart/databases-supported-liquibase.png deleted file mode 100644 index f058b94b7..000000000 Binary files a/images/quickstart/databases-supported-liquibase.png and /dev/null differ diff --git a/images/quickstart/download_icon.png b/images/quickstart/download_icon.png deleted file mode 100644 index af45b69c0..000000000 Binary files a/images/quickstart/download_icon.png and /dev/null differ diff --git a/images/quickstart/first-steps-liquibase.png b/images/quickstart/first-steps-liquibase.png deleted file mode 100644 index 56c8b38b4..000000000 Binary files a/images/quickstart/first-steps-liquibase.png and /dev/null differ diff --git a/images/quickstart/liquibase-101.png b/images/quickstart/liquibase-101.png deleted file mode 100644 index 30f44551c..000000000 Binary files a/images/quickstart/liquibase-101.png and /dev/null differ diff --git a/images/quickstart/liquibase-best-practices.png b/images/quickstart/liquibase-best-practices.png deleted file mode 100644 index 1908012aa..000000000 Binary files a/images/quickstart/liquibase-best-practices.png and /dev/null differ diff --git a/images/quickstart/liquibase-functions.png b/images/quickstart/liquibase-functions.png deleted file mode 100644 index a6cf476a8..000000000 Binary files a/images/quickstart/liquibase-functions.png and /dev/null differ diff --git a/images/quickstart/migration-based-deploy.jpg b/images/quickstart/migration-based-deploy.jpg deleted file mode 100644 index d7e335197..000000000 Binary files a/images/quickstart/migration-based-deploy.jpg and /dev/null differ diff --git a/images/quickstart/migrations-with-sql.png b/images/quickstart/migrations-with-sql.png deleted file mode 100644 index b532e0758..000000000 Binary files a/images/quickstart/migrations-with-sql.png and /dev/null differ diff --git a/images/quickstart/placeholder.png b/images/quickstart/placeholder.png deleted file mode 100644 index ba7ff5b98..000000000 Binary files a/images/quickstart/placeholder.png and /dev/null differ diff --git a/images/quickstart/sql-icon.png b/images/quickstart/sql-icon.png deleted file mode 100644 index 5f5758d75..000000000 Binary files a/images/quickstart/sql-icon.png and /dev/null differ diff --git a/images/quickstart/state-based-deploy.jpg b/images/quickstart/state-based-deploy.jpg deleted file mode 100644 index b556f2b32..000000000 Binary files a/images/quickstart/state-based-deploy.jpg and /dev/null differ diff --git a/images/quickstart/tables-icon.png b/images/quickstart/tables-icon.png deleted file mode 100644 index 84c0b4e4e..000000000 Binary files a/images/quickstart/tables-icon.png and /dev/null differ diff --git a/images/quickstart/using-source-control.png b/images/quickstart/using-source-control.png deleted file mode 100644 index 91535e75b..000000000 Binary files a/images/quickstart/using-source-control.png and /dev/null differ diff --git a/images/quickstart/xml-icon.png b/images/quickstart/xml-icon.png deleted file mode 100644 index 7718d687f..000000000 Binary files a/images/quickstart/xml-icon.png and /dev/null differ diff --git a/images/rollback-a-change-liquibase.png b/images/rollback-a-change-liquibase.png deleted file mode 100644 index 832fec0bd..000000000 Binary files a/images/rollback-a-change-liquibase.png and /dev/null differ diff --git a/images/search.png b/images/search.png deleted file mode 100644 index af186ba69..000000000 Binary files a/images/search.png and /dev/null differ diff --git a/images/survey-ad.png b/images/survey-ad.png deleted file mode 100644 index ee316b586..000000000 Binary files a/images/survey-ad.png and /dev/null differ diff --git a/images/ul-center.png b/images/ul-center.png deleted file mode 100644 index 619a4c85a..000000000 Binary files a/images/ul-center.png and /dev/null differ diff --git a/index.md b/index.md deleted file mode 100644 index 49db8ed97..000000000 --- a/index.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -layout: side-search -title: Database Version Control -includeDaticalBox: true -extraStyleSheets: - - choose-path - - value-props ---- -
    - -
    -

    Liquibase is the leading open source tool for database schema change management.

    - -
    -
    -
    -

    Liquibase helps teams track, version, and deploy database schema and logic changes.

    -
    -
    -
    -
    -
    -
    -

    - Liquibase Community -

    -
    -
    - Apache 2.0: Now and always -

    - Liquibase provides a database agnostic way to deliver fast, safe, repeatable database deployments. -
    -
    -
    -
    -
      -
    • Open source
    • -
    • Database changes stored in a variety of formats including XML, YAML, JSON, and SQL
    • -
    • Active online community with forum support
    • -
    -
    -
    - -
    -
    -
    -
    -

    - Liquibase Pro -

    -
    -
    - Support and extra features -

    - Liquibase Pro adds a layer of support to powerful database change control capabilities, so you don’t have to go it alone. -
    -
    -
    -
      -
    • Snapshots and reverse engineering for Stored Logic Objects
    • -
    • Guidance and best practices for your specific use case(s) from a named support engineer
    • -
    • Technical support from Liquibase experts
    • - -
    -
    - -
    -
    -
    - -
    -

    Flexible Database Change Definition

    -

    - Whether it’s simple SQL scripts, XML, JSON, or YAML migrations, Liquibase makes it easy to define database changes in a format that’s familiar and comfortable to each user. -

    -
    - -
    -

    Open and Extensible

    -

    - Liquibase is truly open-source and is released under the Apache 2.0 license. While Liquibase already supports a broad range of database platforms, it has a flexible extension framework for easily adding support for new database platforms. Additionally, it is easy to embed and execute Liquibase through its Java APIs. -

    -
    - -
    -

    Efficient, Standardized Database Schema Management

    -

    - Liquibase functions make it easy to generate database-appropriate SQL. This allows teams to efficiently scale by writing database changes once and deploying to a variety of backends. Even if your team works with a single database platform, this capability standardizes the SQL produced in development making reviews, audits, and troubleshooting easier. Learn more in Getting Started. -

    -
    - -
    -

    Precise Database Version Control

    -

    - Liquibase has a robust set of capabilities to precisely control when, where, and how database changes are deployed. Go beyond filenames and precisely order changes with an explicit change log file. Fine tune how your changes are deployed to each environment with contexts and labels. Use conditional logic to further manage the deployment of changes in each environment with Liquibase preconditions. -

    -
    - -
    -

    Fits Your Process

    -

    - Liquibase is built to support teams of developers working simultaneously on database changes, and can gracefully handle branching and merging of database migrations. There are numerous options for fitting Liquibase into a build processes. It is possible to generate SQL scripts for DBA code review and even perform database diffs. Liquibase does not require a live database connection, and makes it easy to document database migrations. Whether you are a DBA, QA Engineer, Release Manager, or Developer, Liquibase can meet your needs. -

    -
    - -
    - -

    - Track and deploy database changes in minutes! -

    - -
    - -

    - Liquibase is thankful for the support, software, and/or services provided by the whole community including the following organizations:
    - Datical | Atlassian | Zoho | YourKit -

    - -{% include tracking-codes/hotjar.tracking-code.html %} -{% include tracking-codes/stackoverflow-tracking-code.html %} diff --git a/informix.html b/informix.html deleted file mode 100644 index 503fa993f..000000000 --- a/informix.html +++ /dev/null @@ -1,7 +0,0 @@ - - -    - - Redirecting to /documentation/tutorials/informix.html... - - diff --git a/install.jar.bat b/install.jar.bat deleted file mode 100644 index 1e2cecd0c..000000000 --- a/install.jar.bat +++ /dev/null @@ -1,6 +0,0 @@ -rem -DlocalRepositoryPath=lib -set jar=D:\dev\liquibase\liquibase-core\target\liquibase-core-3.8.7-local-SNAPSHOT.jar -del liquibase-core-3.8.7-local-SNAPSHOT.jar -copy %jar% liquibase-core-3.8.7-local-SNAPSHOT.jar -mvn install:install-file -Dfile=%jar% -DgroupId=org.liquibase -DartifactId=liquibase-core -Dversion=3.8.7-local-SNAPSHOT -Dpackaging=jar -pause \ No newline at end of file diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index d246783a9..000000000 --- a/issue_template.md +++ /dev/null @@ -1,17 +0,0 @@ -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - - 1. - 1. - 1. - -## Specifications (if applicable) - - - Version: - - Platform: - - Subsystem: \ No newline at end of file diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html deleted file mode 100644 index b41dd4271..000000000 --- a/javadoc/allclasses-frame.html +++ /dev/null @@ -1,864 +0,0 @@ - - - - - - -All Classes (Liquibase Core 3.8.0 API) - - - - - -

    All Classes

    -
    - -
    - - diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html deleted file mode 100644 index 4bd9fee6a..000000000 --- a/javadoc/allclasses-noframe.html +++ /dev/null @@ -1,864 +0,0 @@ - - - - - - -All Classes (Liquibase Core 3.8.0 API) - - - - - -

    All Classes

    -
    - -
    - - diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html deleted file mode 100644 index 1d987ac50..000000000 --- a/javadoc/constant-values.html +++ /dev/null @@ -1,1878 +0,0 @@ - - - - - - -Constant Field Values (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Constant Field Values

    -

    Contents

    - -
    -
    - - -

    liquibase.*

    - - - - -

    liquibase.change.*

    - - - - - -

    liquibase.changelog.*

    - - - - -

    liquibase.configuration.*

    - - - - -

    liquibase.database.*

    - - - - -

    liquibase.datatype.*

    - - - - -

    liquibase.diff.*

    - - - - - -

    liquibase.exception.*

    - - - - -

    liquibase.io.*

    - - - - -

    liquibase.logging.*

    - - - - -

    liquibase.parser.*

    - - - - - -

    liquibase.sdk.*

    - - - - -

    liquibase.serializer.*

    - - - - - -

    liquibase.servicelocator.*

    - - - - -

    liquibase.snapshot.*

    - - - - - -

    liquibase.sqlgenerator.*

    - - - - - -

    liquibase.statement.*

    - - - - - -

    liquibase.structure.*

    - - - - -

    liquibase.util.*

    -
      -
    • - - - - - - - - - - - - - - -
      liquibase.util.JdbcUtils 
      Modifier and TypeConstant FieldValue
      - -public static final intTYPE_UNKNOWN-2147483648
      -
    • -
    - - - - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html deleted file mode 100644 index 5874cd90a..000000000 --- a/javadoc/deprecated-list.html +++ /dev/null @@ -1,522 +0,0 @@ - - - - - - -Deprecated List (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    - - - - - - - - - - - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/help-doc.html b/javadoc/help-doc.html deleted file mode 100644 index ca3910a6e..000000000 --- a/javadoc/help-doc.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -API Help (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    How This API Document Is Organized

    -
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    -
    -
    -
      -
    • -

      Overview

      -

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      -
    • -
    • -

      Package

      -

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      -
        -
      • Interfaces (italic)
      • -
      • Classes
      • -
      • Enums
      • -
      • Exceptions
      • -
      • Errors
      • -
      • Annotation Types
      • -
      -
    • -
    • -

      Class/Interface

      -

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      -
        -
      • Class inheritance diagram
      • -
      • Direct Subclasses
      • -
      • All Known Subinterfaces
      • -
      • All Known Implementing Classes
      • -
      • Class/interface declaration
      • -
      • Class/interface description
      • -
      -
        -
      • Nested Class Summary
      • -
      • Field Summary
      • -
      • Constructor Summary
      • -
      • Method Summary
      • -
      -
        -
      • Field Detail
      • -
      • Constructor Detail
      • -
      • Method Detail
      • -
      -

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      -
    • -
    • -

      Annotation Type

      -

      Each annotation type has its own separate page with the following sections:

      -
        -
      • Annotation Type declaration
      • -
      • Annotation Type description
      • -
      • Required Element Summary
      • -
      • Optional Element Summary
      • -
      • Element Detail
      • -
      -
    • -
    • -

      Enum

      -

      Each enum has its own separate page with the following sections:

      -
        -
      • Enum declaration
      • -
      • Enum description
      • -
      • Enum Constant Summary
      • -
      • Enum Constant Detail
      • -
      -
    • -
    • -

      Use

      -

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      -
    • -
    • -

      Tree (Class Hierarchy)

      -

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      -
        -
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • -
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • -
      -
    • -
    • -

      Deprecated API

      -

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      -
    • -
    • -

      Index

      -

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      -
    • -
    • -

      Prev/Next

      -

      These links take you to the next or previous class, interface, package, or related page.

      -
    • -
    • -

      Frames/No Frames

      -

      These links show and hide the HTML frames. All pages are available with or without frames.

      -
    • -
    • -

      All Classes

      -

      The All Classes link shows all classes and interfaces except non-static nested types.

      -
    • -
    • -

      Serialized Form

      -

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      -
    • -
    • -

      Constant Field Values

      -

      The Constant Field Values page lists the static final fields and their values.

      -
    • -
    -This help file applies to API documentation generated using the standard doclet.
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/index-all.html b/javadoc/index-all.html deleted file mode 100644 index 379b49a4d..000000000 --- a/javadoc/index-all.html +++ /dev/null @@ -1,20511 +0,0 @@ - - - - - - -Index (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    A B C D E F G H I J K L M N O P Q R S T U V W X Y  - - -

    A

    -
    -
    AbstractChange - Class in liquibase.change
    -
    -
    Standard superclass to simplify Change implementations.
    -
    -
    AbstractChange() - Constructor for class liquibase.change.AbstractChange
    -
     
    -
    AbstractChangeExecListener - Class in liquibase.changelog.visitor
    -
     
    -
    AbstractChangeExecListener() - Constructor for class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    AbstractChangeGenerator - Class in liquibase.diff.output.changelog
    -
     
    -
    AbstractChangeGenerator() - Constructor for class liquibase.diff.output.changelog.AbstractChangeGenerator
    -
     
    -
    AbstractChangeLogBasedTask - Class in liquibase.integration.ant
    -
     
    -
    AbstractChangeLogBasedTask() - Constructor for class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    AbstractChangeLogHistoryService - Class in liquibase.changelog
    -
     
    -
    AbstractChangeLogHistoryService() - Constructor for class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    AbstractChangeLogParser - Class in liquibase.parser.core.xml
    -
     
    -
    AbstractChangeLogParser() - Constructor for class liquibase.parser.core.xml.AbstractChangeLogParser
    -
     
    -
    AbstractCommand<T extends CommandResult> - Class in liquibase.command
    -
     
    -
    AbstractCommand() - Constructor for class liquibase.command.AbstractCommand
    -
     
    -
    AbstractConfigurationContainer - Class in liquibase.configuration
    -
    -
    Base class for configuration classes used by LiquibaseConfiguration.
    -
    -
    AbstractConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer
    -
    -
    Subclasses must call this constructor passing the namespace, but must themselves provide a no-arg public constructor.
    -
    -
    AbstractConfigurationContainer.ConfigurationContainer - Class in liquibase.configuration
    -
    -
    Like a java.util.Map, but with extra logic for working with ConfigurationProperties.
    -
    -
    AbstractCSVToBean - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Converts CSV data to objects.
    -
    -
    AbstractCSVToBean() - Constructor for class liquibase.util.csv.opencsv.bean.AbstractCSVToBean
    -
     
    -
    AbstractDatabaseDiffTask - Class in liquibase.integration.ant
    -
     
    -
    AbstractDatabaseDiffTask() - Constructor for class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    AbstractDatabaseObject - Class in liquibase.structure
    -
    -
    Template class for all types of database objects can be manipulated using ChangeSets.
    -
    -
    AbstractDatabaseObject() - Constructor for class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    AbstractDb2Database - Class in liquibase.database.core
    -
     
    -
    AbstractDb2Database() - Constructor for class liquibase.database.core.AbstractDb2Database
    -
     
    -
    AbstractExecutor - Class in liquibase.executor
    -
    -
    Code common to all Executor services / blueprint for Executor service classes.
    -
    -
    AbstractExecutor() - Constructor for class liquibase.executor.AbstractExecutor
    -
     
    -
    AbstractJdbcDatabase - Class in liquibase.database
    -
    -
    AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
    -
    -
    AbstractJdbcDatabase() - Constructor for class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    AbstractLiquibaseSerializable - Class in liquibase.serializer
    -
     
    -
    AbstractLiquibaseSerializable() - Constructor for class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    AbstractLogger - Class in liquibase.logging.core
    -
    -
    Convenience base implementation of a Logger.
    -
    -
    AbstractLogger() - Constructor for class liquibase.logging.core.AbstractLogger
    -
     
    -
    AbstractLoggerFactory - Class in liquibase.logging.core
    -
    -
    Convenience base implementation of a LoggerFactory.
    -
    -
    AbstractLoggerFactory() - Constructor for class liquibase.logging.core.AbstractLoggerFactory
    -
     
    -
    AbstractModifyDataChange - Class in liquibase.change.core
    -
    -
    Encapsulates common fields for update and delete changes.
    -
    -
    AbstractModifyDataChange() - Constructor for class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    AbstractPrecondition - Class in liquibase.precondition
    -
     
    -
    AbstractPrecondition() - Constructor for class liquibase.precondition.AbstractPrecondition
    -
     
    -
    AbstractResourceAccessor - Class in liquibase.resource
    -
     
    -
    AbstractResourceAccessor() - Constructor for class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    AbstractSQLChange - Class in liquibase.change
    -
    -
    A common parent for all raw SQL related changes regardless of where the sql was sourced from.
    -
    -
    AbstractSQLChange() - Constructor for class liquibase.change.AbstractSQLChange
    -
     
    -
    AbstractSQLChange.NormalizingStream - Class in liquibase.change
    -
     
    -
    AbstractSqlGenerator<T extends SqlStatement> - Class in liquibase.sqlgenerator.core
    -
    -
    Generic template class for an SQL generator able to generate SQL for an object-form - SqlStatement.
    -
    -
    AbstractSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    AbstractSqlStatement - Class in liquibase.statement
    -
     
    -
    AbstractSqlStatement() - Constructor for class liquibase.statement.AbstractSqlStatement
    -
     
    -
    AbstractSqlVisitor - Class in liquibase.sql.visitor
    -
     
    -
    AbstractSqlVisitor() - Constructor for class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.AfterTagChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.AlreadyRanChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in interface liquibase.changelog.filter.ChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.ContextChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.CountChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.ExecutedAfterChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.LabelChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.NotInChangeLogChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.NotRanChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    accepts(ChangeSet) - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
    -
     
    -
    acquireLock() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    acquireLock() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    acquireLock() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    acquireLock(Liquibase) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    acquireLock() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    ActuallyExecutedChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    ActuallyExecutedChangeSetFilter(List<RanChangeSet>, boolean) - Constructor for class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
    -
     
    -
    add(String) - Method in class liquibase.ContextExpression
    -
     
    -
    add(String) - Method in class liquibase.Contexts
    -
     
    -
    add(PropertySet) - Method in class liquibase.integration.ant.type.ConnectionProperties
    -
     
    -
    add(String) - Method in class liquibase.LabelExpression
    -
     
    -
    add(String) - Method in class liquibase.Labels
    -
     
    -
    add(LicenseInstallResult) - Method in class liquibase.license.LicenseInstallResult
    -
     
    -
    add(DatabaseObject) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    add(T, T) - Method in class liquibase.util.DependencyUtil.DependencyGraph
    -
     
    -
    addAdditionalInformation(String) - Method in class liquibase.datatype.DatabaseDataType
    -
     
    -
    addAlias(String...) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Adds an alias for this property.
    -
    -
    addAll(ValidationErrors) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    addAll(ValidationErrors, ChangeSet) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    addAll(Warnings) - Method in class liquibase.exception.Warnings
    -
     
    -
    addArg(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    addAssociatedWith(String) - Method in class liquibase.structure.core.Index
    -
     
    -
    AddAutoIncrementChange - Class in liquibase.change.core
    -
    -
    Makes an existing column into an auto-increment column.
    -
    -
    AddAutoIncrementChange() - Constructor for class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    AddAutoIncrementGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddAutoIncrementGenerator() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    AddAutoIncrementGeneratorDB2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddAutoIncrementGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    -
     
    -
    AddAutoIncrementGeneratorHsqlH2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddAutoIncrementGeneratorHsqlH2() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
    -
     
    -
    AddAutoIncrementGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddAutoIncrementGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    -
     
    -
    AddAutoIncrementGeneratorMySQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddAutoIncrementGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
    -
     
    -
    AddAutoIncrementGeneratorSQLite - Class in liquibase.sqlgenerator.core
    -
    -
    This class provides a workaround for adding auto increment for SQLite - since SQLite does not support it
    -
    -
    AddAutoIncrementGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    AddAutoIncrementStatement - Class in liquibase.statement.core
    -
     
    -
    AddAutoIncrementStatement(String, String, String, String, String, BigInteger, BigInteger, Boolean, String) - Constructor for class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    addChange(Change) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    addChangedObject(DatabaseObject, ObjectDifferences) - Method in class liquibase.diff.DiffResult
    -
     
    -
    addChangeLogParameters(ChangeLogParametersType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    addChangeSet(ChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    addChild(String, String, Object) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Convenience method to add a new ParsedNode with the passed namespace/name and value
    -
    -
    addChild(ParsedNode) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Adds the given ParsedNode as a child
    -
    -
    addChildren(Map<String, Object>) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Adds the given map as children of this node.
    -
    -
    addClassLoader(ClassLoader) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    addClassLoader(ClassLoader) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Adds the class loader to the existing loaders
    -
    -
    addColumn(T) - Method in interface liquibase.change.ChangeWithColumns
    -
    -
    Add a column configuration to the Change.
    -
    -
    addColumn(AddColumnConfig) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    addColumn(AddColumnConfig) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    addColumn(ColumnConfig) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    addColumn(ColumnConfig) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    addColumn(ColumnConfig) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    addColumn(LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    addColumn(ColumnConfig) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    addColumn(String, LiquibaseDataType) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(String, LiquibaseDataType, Object) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(String, LiquibaseDataType, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(String, LiquibaseDataType, Object, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(String, LiquibaseDataType, Object, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(String, LiquibaseDataType, String, Object, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumn(ColumnConfig) - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    addColumn(Column) - Method in class liquibase.structure.core.Index
    -
     
    -
    addColumn(int, Column) - Method in class liquibase.structure.core.PrimaryKey
    -
    -
    Adds a new column to the column list of this PrimaryKey.
    -
    -
    addColumn(Column) - Method in class liquibase.structure.core.Relation
    -
     
    -
    addColumn(int, Column) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    AddColumnChange - Class in liquibase.change.core
    -
    -
    Adds a column to an existing table.
    -
    -
    AddColumnChange() - Constructor for class liquibase.change.core.AddColumnChange
    -
     
    -
    AddColumnConfig - Class in liquibase.change
    -
     
    -
    AddColumnConfig(Column) - Constructor for class liquibase.change.AddColumnConfig
    -
     
    -
    AddColumnConfig() - Constructor for class liquibase.change.AddColumnConfig
    -
     
    -
    addColumnConstraint(NotNullConstraint) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumnConstraint(ForeignKeyConstraint) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumnConstraint(UniqueConstraint) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addColumnConstraint(AutoIncrementConstraint) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    AddColumnGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    AddColumnGeneratorDefaultClauseBeforeNotNull - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddColumnGeneratorDefaultClauseBeforeNotNull() - Constructor for class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    -
     
    -
    AddColumnGeneratorSQLite - Class in liquibase.sqlgenerator.core
    -
    -
    Workaround for adding column on existing table for SQLite.
    -
    -
    AddColumnGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    addColumns(String...) - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    addColumns(String...) - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    AddColumnStatement - Class in liquibase.statement.core
    -
     
    -
    AddColumnStatement(String, String, String, String, String, Object, ColumnConstraint...) - Constructor for class liquibase.statement.core.AddColumnStatement
    -
     
    -
    AddColumnStatement(String, String, String, String, String, Object, String, ColumnConstraint...) - Constructor for class liquibase.statement.core.AddColumnStatement
    -
     
    -
    AddColumnStatement(List<AddColumnStatement>) - Constructor for class liquibase.statement.core.AddColumnStatement
    -
     
    -
    AddColumnStatement(AddColumnStatement...) - Constructor for class liquibase.statement.core.AddColumnStatement
    -
     
    -
    addColumnValue(String, Object) - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    addConfigured(PropertySet) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    addConfiguredChangeLogParameter(Property) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    addConfiguredChangeLogProperty(BaseLiquibaseTask.ChangeLogProperty) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    addConfiguredJson(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    addConfiguredJson(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    addConfiguredTxt(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    addConfiguredTxt(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    addConfiguredXml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    addConfiguredXml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    addConfiguredYaml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    addConfiguredYaml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    addConnectionProperties(ConnectionProperties) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    addConnectionProperty(Property) - Method in class liquibase.integration.ant.type.ConnectionProperties
    -
     
    -
    addDatabase(DatabaseType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    addDatabaseObject(DatabaseObject) - Method in class liquibase.structure.core.Catalog
    -
     
    -
    addDatabaseObject(DatabaseObject) - Method in class liquibase.structure.core.Schema
    -
     
    -
    AddDefaultValueChange - Class in liquibase.change.core
    -
    -
    Sets a new default value to an existing column.
    -
    -
    AddDefaultValueChange() - Constructor for class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    AddDefaultValueGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGenerator
    -
     
    -
    AddDefaultValueGeneratorDerby - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
    -
     
    -
    AddDefaultValueGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    -
     
    -
    AddDefaultValueGeneratorMSSQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
    -
     
    -
    AddDefaultValueGeneratorMySQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
    -
     
    -
    AddDefaultValueGeneratorOracle - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
    -
     
    -
    AddDefaultValueGeneratorPostgres - Class in liquibase.sqlgenerator.core
    -
    -
    Adds functionality for setting the sequence to be owned by the column with the default value
    -
    -
    AddDefaultValueGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    -
     
    -
    AddDefaultValueGeneratorSQLite - Class in liquibase.sqlgenerator.core
    -
    -
    Workaround for Adding default value for SQLite
    -
    -
    AddDefaultValueGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    AddDefaultValueGeneratorSybase - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
    -
     
    -
    AddDefaultValueGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddDefaultValueGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
    -
     
    -
    AddDefaultValueStatement - Class in liquibase.statement.core
    -
     
    -
    AddDefaultValueStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    AddDefaultValueStatement(String, String, String, String, String, Object) - Constructor for class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    addDependencies(DependencyUtil.DependencyGraph<String>, List<String>, Database) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
    -
    Adds dependencies to the graph as schema.object_name.
    -
    -
    addDescriptor(PropertyDescriptor) - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    addDescriptors(PropertyDescriptor[]) - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    addDifference(String, Object, Object) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    addDifference(String, String, Object, Object) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    addDivider(StringBuilder) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    addError(String) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    addEscapes(String) - Static method in error liquibase.util.grammar.TokenMgrError
    -
    -
    Replaces unprintable characters by their escaped (or unicode escaped) - equivalents in the given string
    -
    -
    addFilter(PackageScanFilter) - Method in class liquibase.servicelocator.CompositePackageScanFilter
    -
     
    -
    addFilter(PackageScanFilter) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    addFilter(PackageScanFilter) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Add a filter that will be applied to all scan operations
    -
    -
    addForeignKeyColumn(Column) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    AddForeignKeyConstraintChange - Class in liquibase.change.core
    -
    -
    Adds a foreign key constraint to an existing column.
    -
    -
    AddForeignKeyConstraintChange() - Constructor for class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    AddForeignKeyConstraintGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddForeignKeyConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    -
     
    -
    AddForeignKeyConstraintStatement - Class in liquibase.statement.core
    -
     
    -
    AddForeignKeyConstraintStatement(String, String, String, String, ColumnConfig[], String, String, String, ColumnConfig[]) - Constructor for class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    addForeignKeyStatements(AddColumnStatement, Database, List<Sql>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    addFoundClass(Class<?>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    addFoundClass(String, Class<?>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    addIfMatching(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
    -
    Add the class designated by the fully qualified class name provided to - the set of resolved classes if and only if it is approved by the Test - supplied.
    -
    -
    addImplicitResolvers() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
    -
     
    -
    addIncludedSchema(Schema) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    addIncludedSchema(CatalogAndSchema) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    addInsertStatement(InsertStatement) - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    AddLookupTableChange - Class in liquibase.change.core
    -
    -
    Extracts data from an existing column to create a lookup table.
    -
    -
    AddLookupTableChange() - Constructor for class liquibase.change.core.AddLookupTableChange
    -
     
    -
    addMissingObject(DatabaseObject) - Method in class liquibase.diff.DiffResult
    -
     
    -
    addNestedPrecondition(Precondition) - Method in class liquibase.precondition.PreconditionLogic
    -
     
    -
    addNewColumnValue(String, Object) - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    AddNotNullConstraintChange - Class in liquibase.change.core
    -
    -
    Adds a not-null constraint to an existing column.
    -
    -
    AddNotNullConstraintChange() - Constructor for class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    addPackageToScan(String) - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    addParameter(Object) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    addParameter(Object) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Adds an object to the list of this data type's parameters.
    -
    -
    addParameter(String, int) - Method in class liquibase.statement.StoredProcedureStatement
    -
     
    -
    addParentType(Class<?>) - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    AddPrimaryKeyChange - Class in liquibase.change.core
    -
    -
    Creates a primary key out of an existing column or set of columns.
    -
    -
    AddPrimaryKeyChange() - Constructor for class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    addPrimaryKeyColumn(String, LiquibaseDataType, Object, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addPrimaryKeyColumn(String, LiquibaseDataType, Object, Boolean, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    addPrimaryKeyColumn(Column) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    AddPrimaryKeyGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddPrimaryKeyGenerator() - Constructor for class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
    -
     
    -
    AddPrimaryKeyGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddPrimaryKeyGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
    -
     
    -
    AddPrimaryKeyStatement - Class in liquibase.statement.core
    -
     
    -
    AddPrimaryKeyStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    addProperty(String, Class) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
    -
    -
    Adds a property definition to this configuration.
    -
    -
    addReferenceDatabase(DatabaseType) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    addReservedWords(Collection<String>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    addReservedWords(Collection<String>) - Method in interface liquibase.database.Database
    -
     
    -
    addReservedWords(Collection<String>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    addRollbackChange(Change) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    addRollBackSQL(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    addRootPath(URL) - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    addRootPath(URL) - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    addSchemaToText(String, String, String, Database) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
    -
    Convenience method for other classes similar to this that want to be able to modify the procedure text to add the schema
    -
    -
    addSqlVisitor(SqlVisitor) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    addStatus(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.StatusVisitor
    -
     
    -
    addStatusListener(DiffStatusListener) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    addsTo() - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    addsTo() - Method in interface liquibase.snapshot.SnapshotGenerator
    -
    -
    When snapshotting a certain object type (e.g.
    -
    -
    addSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
    -
     
    -
    addToViews(Database) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
    -
     
    -
    addType(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotControl
    -
    -
    Adds a new DatabaseObject type to the list of object types to be included in snapshots.
    -
    -
    addUnexpectedObject(DatabaseObject) - Method in class liquibase.diff.DiffResult
    -
     
    -
    AddUniqueConstraintChange - Class in liquibase.change.core
    -
    -
    Adds a unique constraint to an existing column.
    -
    -
    AddUniqueConstraintChange() - Constructor for class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    AddUniqueConstraintGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddUniqueConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
    -
     
    -
    AddUniqueConstraintGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddUniqueConstraintGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
    -
     
    -
    AddUniqueConstraintGeneratorTDS - Class in liquibase.sqlgenerator.core
    -
     
    -
    AddUniqueConstraintGeneratorTDS() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
    -
     
    -
    AddUniqueConstraintStatement - Class in liquibase.statement.core
    -
     
    -
    AddUniqueConstraintStatement(String, String, String, ColumnConfig[], String) - Constructor for class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    addUniqueConstraintStatements(AddColumnStatement, Database, List<Sql>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    addValidCheckSum(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    addWarning(String) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    addWarning(String) - Method in class liquibase.exception.Warnings
    -
     
    -
    addWhereColumnName(String) - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    addWhereColumnName(String) - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    addWhereColumnName(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    addWhereParam(ColumnConfig) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    addWhereParameter(Object) - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    addWhereParameter(Object) - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    addWhereParameter(Object) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    addWhereParameters(Object...) - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    addWhereParameters(Object...) - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    addWhereParameters(Object...) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    adjustBeginLineColumn(int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Method to adjust line and column numbers for the start of a token.
    -
    -
    afterPropertiesSet() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    afterPropertiesSet() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Executed automatically when the bean is initialized.
    -
    -
    AfterTagChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    AfterTagChangeSetFilter(String, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.AfterTagChangeSetFilter
    -
     
    -
    ALL_CATALOGS_STRING_SCRATCH_KEY - Static variable in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    allMatchedInSequentialOrder() - Method in class liquibase.util.RegexMatcher
    -
     
    -
    allowLine(String[]) - Method in interface liquibase.util.csv.opencsv.bean.CsvToBeanFilter
    -
    -
    Determines if a line from the CSV file will be included in the - output of CsvToBean.
    -
    -
    alreadyHandledChanged(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    alreadyHandledMissing(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    alreadyHandledUnexpected(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    AlreadyRanChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    AlreadyRanChangeSetFilter(List<RanChangeSet>, boolean) - Constructor for class liquibase.changelog.filter.AlreadyRanChangeSetFilter
    -
     
    -
    alreadySaw(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
    -
     
    -
    AlterSequenceChange - Class in liquibase.change.core
    -
    -
    Modifies properties of an existing sequence.
    -
    -
    AlterSequenceChange() - Constructor for class liquibase.change.core.AlterSequenceChange
    -
     
    -
    AlterSequenceGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    AlterSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.AlterSequenceGenerator
    -
     
    -
    AlterSequenceStatement - Class in liquibase.statement.core
    -
     
    -
    AlterSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    analyzeRequiredDatabases(String[]) - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    analyzeSupportedDatabases(String[]) - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    AND - Static variable in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    AndPrecondition - Class in liquibase.precondition.core
    -
    -
    Container class for all preconditions on a change log.
    -
    -
    AndPrecondition() - Constructor for class liquibase.precondition.core.AndPrecondition
    -
     
    -
    annotationDriven - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    AntResourceAccessor - Class in liquibase.integration.ant
    -
    -
    Deprecated. -
    This class is deprecated. The ResourceAccessor for the ant tasks now uses other pre-defined - implementations and there is no need for a custom implementation. This class will be removed in the future.
    -
    -
    -
    AntResourceAccessor(Project, Path) - Constructor for class liquibase.integration.ant.AntResourceAccessor
    -
    -
    Deprecated.
    -
    AntTaskLogFactory - Class in liquibase.integration.ant.logging
    -
    -
    An implementation of the Liquibase LogService that logs all messages to the given Ant task.
    -
    -
    AntTaskLogFactory(Task) - Constructor for class liquibase.integration.ant.logging.AntTaskLogFactory
    -
     
    -
    AntTaskLogger - Class in liquibase.integration.ant.logging
    -
    -
    An implementation of the Liquibase logger that logs to the given Ant task.
    -
    -
    AntTaskLogger(Task) - Constructor for class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    append(ChangeSet, File) - Method in interface liquibase.serializer.ChangeLogSerializer
    -
     
    -
    append(ChangeSet, File) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    append(ChangeSet, File) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    append(ChangeSet, File) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    append(ChangeSet, File) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
    -
     
    -
    append(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Adds a new clause at the end of the list with the given key.
    -
    -
    append(String, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Adds a new sub-clause at the end of the list with the given key.
    -
    -
    append(String) - Method in class liquibase.util.StringClauses
    -
    -
    Adds a new clause at the end of the list.
    -
    -
    append(Enum, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.append(String, StringClauses) when using enums.
    -
    -
    append(Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.append(String, String) when using enums.
    -
    -
    append(StringClauses.LiteralClause) - Method in class liquibase.util.StringClauses
    -
     
    -
    appendChangeSet(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    AppendSqlVisitor - Class in liquibase.sql.visitor
    -
     
    -
    AppendSqlVisitor() - Constructor for class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    appliesTo(DatabaseObject) - Method in class liquibase.change.ChangeMetaData
    -
     
    -
    applyDefaults() - Method in class liquibase.integration.commandline.Main
    -
     
    -
    applyParameters(Liquibase) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    applyVisitors(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.AbstractExecutor
    -
     
    -
    areEqual() - Method in class liquibase.diff.DiffResult
    -
     
    -
    areEqual(Object, Object) - Method in interface liquibase.diff.ObjectDifferences.CompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.StandardCompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.ToStringCompareFunction
    -
     
    -
    areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
    -
     
    -
    areEqual() - Method in class liquibase.diff.StringDiff
    -
     
    -
    arrayFromNames(String) - Static method in class liquibase.change.ColumnConfig
    -
     
    -
    arrayFromNames(String) - Static method in class liquibase.structure.core.Column
    -
     
    -
    assertComplete(boolean, String) - Method in class liquibase.change.ChangeStatus
    -
     
    -
    assertCorrect(boolean, String) - Method in class liquibase.change.ChangeStatus
    -
     
    -
    AssignableToPackageScanFilter - Class in liquibase.servicelocator
    -
    -
    Package scan filter for testing if a given class is assignable to another class.
    -
    -
    AssignableToPackageScanFilter() - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    AssignableToPackageScanFilter(Class<?>) - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    AssignableToPackageScanFilter(Set<Class<?>>) - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    attached(Database) - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    attached(Database) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    attached(Database) - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    attached(Database) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    attachParams(List<ColumnConfig>, PreparedStatement) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
     
    -
    attachParams(List<ColumnConfig>, PreparedStatement) - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
    -
    Sets the list of bind variables for the execution of a DML statement
    -
    -
    AuthorListWriter - Class in liquibase.dbdoc
    -
     
    -
    AuthorListWriter(File) - Constructor for class liquibase.dbdoc.AuthorListWriter
    -
     
    -
    authorsAreEqual(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    AuthorWriter - Class in liquibase.dbdoc
    -
     
    -
    AuthorWriter(File, Database) - Constructor for class liquibase.dbdoc.AuthorWriter
    -
     
    -
    AUTO_REORG - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    AutoIncrementConstraint - Class in liquibase.statement
    -
     
    -
    AutoIncrementConstraint() - Constructor for class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    AutoIncrementConstraint(String) - Constructor for class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    AutoIncrementConstraint(String, BigInteger, BigInteger) - Constructor for class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    AutoIncrementConstraint(String, BigInteger, BigInteger, String, Boolean) - Constructor for class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    AutoIncrementInformation() - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    AutoIncrementInformation(Number, Number) - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    available() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    - - - -

    B

    -
    -
    backup(int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Backup a number of characters.
    -
    -
    BaseLiquibaseTask - Class in liquibase.integration.ant
    -
    -
    Base class for all Ant Liquibase tasks.
    -
    -
    BaseLiquibaseTask() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    BaseLiquibaseTask.ChangeLogProperty - Class in liquibase.integration.ant
    -
    -
    Deprecated. - -
    -
    -
    BaseLiquibaseTask.LogRedirector - Class in liquibase.integration.ant
    -
    -
    Deprecated.
    -
    -
    BatchDmlExecutablePreparedStatement - Class in liquibase.statement
    -
    -
    Performance-optimised version of ExecutablePreparedStatementBase.
    -
    -
    BatchDmlExecutablePreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor, List<ExecutablePreparedStatementBase>) - Constructor for class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
     
    -
    BatchDmlExecutablePreparedStatementGenerator - Class in liquibase.sqlgenerator.core
    -
    -
    Dummy SQL generator for $BatchDmlExecutablePreparedStatement
    -
    -
    BatchDmlExecutablePreparedStatementGenerator() - Constructor for class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
    -
     
    -
    BeanField - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Used to extend the Field class to add a required flag.
    -
    -
    BeanField(Field, boolean) - Constructor for class liquibase.util.csv.opencsv.bean.BeanField
    -
     
    -
    BeanIntrospector - Interface in liquibase.util.beans
    -
     
    -
    beanName - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    beginColumn - Variable in class liquibase.util.grammar.Token
    -
    -
    The column number of the first character of this Token.
    -
    -
    beginLine - Variable in class liquibase.util.grammar.Token
    -
    -
    The line number of the first character of this Token.
    -
    -
    BeginToken() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Start.
    -
    -
    BigIntType - Class in liquibase.datatype.core
    -
    -
    Represents a signed integer number using 64 bits of storage.
    -
    -
    BigIntType() - Constructor for class liquibase.datatype.core.BigIntType
    -
     
    -
    BlobType - Class in liquibase.datatype.core
    -
     
    -
    BlobType() - Constructor for class liquibase.datatype.core.BlobType
    -
     
    -
    BooleanParser - Class in liquibase.util
    -
     
    -
    BooleanParser() - Constructor for class liquibase.util.BooleanParser
    -
     
    -
    BooleanType - Class in liquibase.datatype.core
    -
     
    -
    BooleanType() - Constructor for class liquibase.datatype.core.BooleanType
    -
     
    -
    BooleanUtils - Class in liquibase.util
    -
    -
    Various utility methods for working with boolean objects.
    -
    -
    bufcolumn - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    buffer - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    bufline - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    bufpos - Variable in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Position in buffer.
    -
    -
    buildProperties() - Method in class liquibase.integration.ant.type.ConnectionProperties
    -
     
    -
    buildRawSQLChange(String) - Method in class liquibase.Liquibase
    -
     
    -
    ByNotNullCheckSum() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
    -
     
    -
    ByTag(String) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
    -
     
    -
    - - - -

    C

    -
    -
    CachedRow - Class in liquibase.snapshot
    -
     
    -
    CachedRow(Map) - Constructor for class liquibase.snapshot.CachedRow
    -
     
    -
    CachingDatabaseMetaData(Database, DatabaseMetaData) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    calculateCheckSum(String) - Method in class liquibase.Liquibase
    -
     
    -
    calculateCheckSum(String, String, String) - Method in class liquibase.Liquibase
    -
     
    -
    CallableSql - Class in liquibase.sql
    -
     
    -
    CallableSql(String, String) - Constructor for class liquibase.sql.CallableSql
    -
     
    -
    CallableSql(String, String, String) - Constructor for class liquibase.sql.CallableSql
    -
     
    -
    CallableSqlStatement - Interface in liquibase.statement
    -
     
    -
    canAccessDbaRecycleBin() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    canCreateChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    canCreateChangeLogTable() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    Captures the header from the reader - required by the MappingStrategy interface and is a do - nothing method for the ColumnPositionMappingStrategy.
    -
    -
    captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Retrieves the header from the CSVReader.
    -
    -
    captureHeader(CSVReader) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Implementation of this method can grab the header line before parsing begins to use to map columns - to bean properties.
    -
    -
    caseSensitive - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    Catalog - Class in liquibase.structure.core
    -
     
    -
    Catalog() - Constructor for class liquibase.structure.core.Catalog
    -
     
    -
    Catalog(String) - Constructor for class liquibase.structure.core.Catalog
    -
     
    -
    CatalogAndSchema - Class in liquibase
    -
    -
    Object representing a database catalog and schema.
    -
    -
    CatalogAndSchema(String, String) - Constructor for class liquibase.CatalogAndSchema
    -
     
    -
    CatalogAndSchema.CatalogAndSchemaCase - Enum in liquibase
    -
     
    -
    CatalogComparator - Class in liquibase.diff.compare.core
    -
     
    -
    CatalogComparator() - Constructor for class liquibase.diff.compare.core.CatalogComparator
    -
     
    -
    CatalogLevelObject - Interface in liquibase.structure
    -
     
    -
    catalogName - Variable in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    CatalogSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    CatalogSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.CatalogSnapshotGenerator
    -
     
    -
    Change - Interface in liquibase.change
    -
    -
    Interface all changes (refactorings) implement.
    -
    -
    ChangedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    ChangedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    -
     
    -
    ChangedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    ChangedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
    -
     
    -
    ChangedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    -
     
    -
    ChangedSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    ChangedTableChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    -
     
    -
    ChangedUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    ChangedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    ChangedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    ChangeExecListener - Interface in liquibase.changelog.visitor
    -
    -
    An implementation of ChangeExecListener can be called by UpdateVisitor or - RollbackVisitor for each changeset that is actually run.
    -
    -
    changeExecListenerClass - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    changeExecListenerPropertiesFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ChangeExecListenerUtils - Class in liquibase.integration.commandline
    -
     
    -
    ChangeFactory - Class in liquibase.change
    -
    -
    Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
    -
    -
    ChangeGenerator - Interface in liquibase.diff.output.changelog
    -
     
    -
    ChangeGeneratorChain - Class in liquibase.diff.output.changelog
    -
     
    -
    ChangeGeneratorChain(SortedSet<ChangeGenerator>) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorChain
    -
     
    -
    ChangeGeneratorComparator - Class in liquibase.diff.output.changelog
    -
     
    -
    ChangeGeneratorComparator(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorComparator
    -
     
    -
    ChangeGeneratorFactory - Class in liquibase.diff.output.changelog
    -
     
    -
    changeLog - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    ChangeLogChild - Interface in liquibase.changelog
    -
     
    -
    changeLogFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ChangeLogHistoryService - Interface in liquibase.changelog
    -
     
    -
    ChangeLogHistoryServiceFactory - Class in liquibase.changelog
    -
     
    -
    ChangeLogInclude - Class in liquibase.changelog
    -
     
    -
    ChangeLogInclude() - Constructor for class liquibase.changelog.ChangeLogInclude
    -
     
    -
    ChangeLogIncludeAll - Class in liquibase.changelog
    -
     
    -
    ChangeLogIncludeAll() - Constructor for class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    ChangeLogIterator - Class in liquibase.changelog
    -
     
    -
    ChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
    -
     
    -
    ChangeLogIterator(List<RanChangeSet>, DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
    -
     
    -
    ChangeLogListWriter - Class in liquibase.dbdoc
    -
     
    -
    ChangeLogListWriter(File) - Constructor for class liquibase.dbdoc.ChangeLogListWriter
    -
     
    -
    CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    ChangeLogOutputFile - Class in liquibase.integration.ant.type
    -
     
    -
    ChangeLogOutputFile() - Constructor for class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    ChangeLogParameter(String, Object) - Constructor for class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    ChangeLogParameter(String, Object, String, String, String, boolean, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    ChangeLogParameter(String, Object, ContextExpression, Labels, List<String>, boolean, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    ChangeLogParameters - Class in liquibase.changelog
    -
     
    -
    ChangeLogParameters() - Constructor for class liquibase.changelog.ChangeLogParameters
    -
     
    -
    ChangeLogParameters(Database) - Constructor for class liquibase.changelog.ChangeLogParameters
    -
     
    -
    changeLogParameters - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ChangeLogParameters.ChangeLogParameter - Class in liquibase.changelog
    -
     
    -
    ChangeLogParameters.ExpressionExpander - Class in liquibase.changelog
    -
     
    -
    ChangeLogParametersType - Class in liquibase.integration.ant.type
    -
     
    -
    ChangeLogParametersType(Project) - Constructor for class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    ChangeLogParseException - Exception in liquibase.exception
    -
     
    -
    ChangeLogParseException(Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
    -
     
    -
    ChangeLogParseException(String) - Constructor for exception liquibase.exception.ChangeLogParseException
    -
     
    -
    ChangeLogParseException(String, Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
    -
     
    -
    ChangeLogParser - Interface in liquibase.parser
    -
    -
    Defines the methods a class which is able to parse a Liquibase changelog file must support.
    -
    -
    ChangeLogParserCofiguration - Class in liquibase.parser
    -
    -
    Configuration container for properties applicable to most ChangeLogParser implementations
    -
    -
    ChangeLogParserCofiguration() - Constructor for class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    ChangeLogParserFactory - Class in liquibase.parser
    -
     
    -
    ChangeLogProperty - Class in liquibase.changelog
    -
     
    -
    ChangeLogProperty() - Constructor for class liquibase.changelog.ChangeLogProperty
    -
     
    -
    ChangeLogProperty() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
    -
    -
    Deprecated.
    -
    ChangeLogPropertyDefinedPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ChangeLogPropertyDefinedPrecondition() - Constructor for class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    ChangeLogSerializer - Interface in liquibase.serializer
    -
     
    -
    ChangeLogSerializerFactory - Class in liquibase.serializer
    -
     
    -
    changeLogSync(String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    changeLogSync(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    changeLogSync(String) - Method in class liquibase.Liquibase
    -
     
    -
    changeLogSync(Contexts) - Method in class liquibase.Liquibase
    -
    -
    Deprecated. -
    use version with LabelExpression
    -
    -
    -
    changeLogSync(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    ChangeLogSyncListener - Interface in liquibase.changelog.visitor
    -
     
    -
    ChangeLogSyncTask - Class in liquibase.integration.ant
    -
     
    -
    ChangeLogSyncTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncTask
    -
     
    -
    ChangeLogSyncVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    ChangeLogSyncVisitor(Database) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
    -
     
    -
    ChangeLogSyncVisitor(Database, ChangeLogSyncListener) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
    -
     
    -
    ChangeLogWriter - Class in liquibase.dbdoc
    -
     
    -
    ChangeLogWriter(ResourceAccessor, File) - Constructor for class liquibase.dbdoc.ChangeLogWriter
    -
     
    -
    ChangeMetaData - Class in liquibase.change
    -
    -
    Static metadata about a link Change.
    -
    -
    ChangeMetaData(String, String, int, String[], Map<String, String>, Set<ChangeParameterMetaData>) - Constructor for class liquibase.change.ChangeMetaData
    -
     
    -
    ChangeNotFoundException - Exception in liquibase.exception
    -
     
    -
    ChangeNotFoundException(String, Database) - Constructor for exception liquibase.exception.ChangeNotFoundException
    -
     
    -
    ChangeParameterMetaData - Class in liquibase.change
    -
    -
    Static metadata about a Change parameter.
    -
    -
    ChangeParameterMetaData(Change, String, String, String, Map<String, Object>, String, Type, String[], String[], String, LiquibaseSerializable.SerializationType) - Constructor for class liquibase.change.ChangeParameterMetaData
    -
     
    -
    ChangeSet - Class in liquibase.changelog
    -
    -
    Encapsulates a changeSet and all its associated changes.
    -
    -
    ChangeSet(DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
    -
     
    -
    ChangeSet(String, String, boolean, boolean, String, String, String, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
    -
     
    -
    ChangeSet(String, String, boolean, boolean, String, String, String, boolean, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
    -
     
    -
    ChangeSet(String, String, boolean, boolean, String, String, String, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
    -
     
    -
    ChangeSet(String, String, boolean, boolean, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
    -
     
    -
    ChangeSet.ExecType - Enum in liquibase.changelog
    -
     
    -
    ChangeSet.RunStatus - Enum in liquibase.changelog
    -
     
    -
    ChangeSet.ValidationFailOption - Enum in liquibase.changelog
    -
     
    -
    CHANGESET_ID_AUTHOR_PART - Static variable in class liquibase.Liquibase
    -
     
    -
    CHANGESET_ID_CHANGELOG_PART - Static variable in class liquibase.Liquibase
    -
     
    -
    CHANGESET_ID_CHANGESET_PART - Static variable in class liquibase.Liquibase
    -
     
    -
    CHANGESET_ID_NUM_PARTS - Static variable in class liquibase.Liquibase
    -
     
    -
    changeSetAuthor - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    changeSetContext - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ChangeSetExecutedPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ChangeSetExecutedPrecondition() - Constructor for class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    ChangeSetFilter - Interface in liquibase.changelog.filter
    -
     
    -
    ChangeSetFilterResult - Class in liquibase.changelog.filter
    -
    - -
    -
    ChangeSetFilterResult(boolean, String, Class<? extends ChangeSetFilter>) - Constructor for class liquibase.changelog.filter.ChangeSetFilterResult
    -
     
    -
    changeSetsMatch(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    ChangeSetStatus - Class in liquibase.changelog
    -
    -
    Contains the current status of a ChangeSet.
    -
    -
    ChangeSetStatus(ChangeSet) - Constructor for class liquibase.changelog.ChangeSetStatus
    -
     
    -
    ChangeSetVisitor - Interface in liquibase.changelog.visitor
    -
    -
    Called by ChangeLogIterator when a ChangeSetFilter accept a changeSet.
    -
    -
    ChangeSetVisitor.Direction - Enum in liquibase.changelog.visitor
    -
     
    -
    ChangeStatus - Class in liquibase.change
    -
     
    -
    ChangeStatus() - Constructor for class liquibase.change.ChangeStatus
    -
     
    -
    ChangeStatus.Status - Enum in liquibase.change
    -
     
    -
    ChangeWithColumns<T extends ColumnConfig> - Interface in liquibase.change
    -
    -
    Markers a Change class as containing one or more ColumnConfig configuration.
    -
    -
    CharType - Class in liquibase.datatype.core
    -
     
    -
    CharType() - Constructor for class liquibase.datatype.core.CharType
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.AndPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.NotPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.OrPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    check(Database) - Method in interface liquibase.precondition.CustomPrecondition
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in interface liquibase.precondition.Precondition
    -
     
    -
    checkDisallowedField(String, Object, Database, Class<? extends Database>...) - Method in class liquibase.exception.ValidationErrors
    -
    -
    Checks if a field is forbidden in combination with a given Database (most often because that database - does not implement the features required by the field/value combination).
    -
    -
    checkError() - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Checks to see if the there has been an error in the printstream.
    -
    -
    checkForTrim(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.AbstractCSVToBean
    -
    -
    Returns the trimmed value of the string only if the property the string is describing should be trimmed - to be converted to that type.
    -
    -
    checkForValidLicense(String, Change) - Static method in class liquibase.license.LicenseServiceUtils
    -
     
    -
    checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    checkRequiredField(String, Object) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    checkSetup() - Method in class liquibase.integration.commandline.Main
    -
    -
    After parsing, checks if the given combination of main command and can be executed.
    -
    -
    checkStatus(Database) - Method in class liquibase.change.AbstractChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    checkStatus(Database) - Method in interface liquibase.change.Change
    -
    -
    Validate that this change executed successfully against the given database.
    -
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    checkStatus(Database) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    checkString(String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
    -
    Catch any characters that will cause problems when parsing the XML down the road.
    -
    -
    CheckSum - Class in liquibase.change
    -
    -
    CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
    -
    -
    checkSum - Variable in class liquibase.changelog.ChangeSet
    -
     
    -
    checksumChanged(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    checkVersionInfo(DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    child(Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
    -
    -
    Creates a new scope that is a child of this scope.
    -
    -
    child(LiquibaseListener, Scope.ScopedRunner) - Static method in class liquibase.Scope
    -
    -
    Creates a new child scope that includes the given LiquibaseListener.
    -
    -
    child(LiquibaseListener, Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
    -
     
    -
    child(String, Object, Scope.ScopedRunner) - Method in class liquibase.Scope
    -
    -
    Creates a new scope that is a child of this scope.
    -
    -
    child(Enum, Object, Scope.ScopedRunner) - Method in class liquibase.Scope
    -
     
    -
    classLoader - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ClassLoaderResourceAccessor - Class in liquibase.resource
    -
    -
    An implementation of ResourceAccessor that wraps a class loader.
    -
    -
    ClassLoaderResourceAccessor() - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    ClassLoaderResourceAccessor(ClassLoader) - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    ClassLoaderXsdStreamResolver - Class in liquibase.parser.core.xml
    -
     
    -
    ClassLoaderXsdStreamResolver() - Constructor for class liquibase.parser.core.xml.ClassLoaderXsdStreamResolver
    -
     
    -
    classpath - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ClauseIterator(LinkedHashMap<String, Object>) - Constructor for class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    cleanNameFromDatabase(String, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    clear() - Method in class liquibase.change.ChangeFactory
    -
    -
    Clear the registry of all Changes found.
    -
    -
    clear() - Method in class liquibase.util.SmartMap
    -
     
    -
    clearAllCheckSums() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    clearAllCheckSums() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    clearAllCheckSums() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    clearCheckSum() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    clearCheckSums() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    clearCheckSums - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    clearCheckSums() - Method in class liquibase.Liquibase
    -
    -
    Sets checksums to null so they will be repopulated next run
    -
    -
    ClearDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    ClearDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
    -
     
    -
    ClearDatabaseChangeLogTableStatement - Class in liquibase.statement.core
    -
     
    -
    ClearDatabaseChangeLogTableStatement(String, String) - Constructor for class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
    -
     
    -
    clearExecutor(Database) - Method in class liquibase.executor.ExecutorService
    -
     
    -
    clearRegistry() - Method in class liquibase.database.DatabaseFactory
    -
    -
    Removes all registered databases, even built in ones.
    -
    -
    clearWarnings() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    ClobType - Class in liquibase.datatype.core
    -
     
    -
    ClobType() - Constructor for class liquibase.datatype.core.ClobType
    -
     
    -
    clone(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Searches the current snapshot content for the given examples.
    -
    -
    close() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    close() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    close() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    close() - Method in interface liquibase.database.Database
    -
     
    -
    close() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    close() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    close() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    close() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    close() - Method in class liquibase.integration.ant.logging.AntTaskLogFactory
    -
     
    -
    close() - Method in class liquibase.logging.core.NoOpLoggerContext
    -
     
    -
    close() - Method in class liquibase.logging.core.Slf4jLoggerContext
    -
     
    -
    close() - Method in class liquibase.logging.core.Slf4JLoggerFactory
    -
     
    -
    close() - Method in interface liquibase.logging.LoggerContext
    -
    -
    Closes this LoggerContext and pops it off the LogFactory's context stack.
    -
    -
    close() - Method in interface liquibase.logging.LoggerFactory
    -
    -
    Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
    -
    -
    close() - Method in class liquibase.logging.LogService
    -
    -
    Close the current log factory.
    -
    -
    close() - Method in class liquibase.resource.UtfBomAwareReader
    -
     
    -
    close() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    close() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Closes the underlying reader.
    -
    -
    close() - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Close the underlying stream writer flushing any buffered content.
    -
    -
    close(ResultSet, Statement) - Static method in class liquibase.util.JdbcUtils
    -
     
    -
    CLOSE_BRACKET - Static variable in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    closeDatabase(Database) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Convenience method to safely close the database connection.
    -
    -
    closeDatabase(Liquibase) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    closeQuietly(Reader) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    closeQuietly(InputStream) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    closeQuietly(Closeable) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    closeResultSet(ResultSet) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Close the given JDBC ResultSet and ignore any thrown exception.
    -
    -
    closeStatement(Statement) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Close the given JDBC Statement and ignore any thrown exception.
    -
    -
    code - Variable in class liquibase.license.LicenseInstallResult
    -
     
    -
    CollectionUtil - Class in liquibase.util
    -
     
    -
    CollectionUtil() - Constructor for class liquibase.util.CollectionUtil
    -
     
    -
    Column - Class in liquibase.structure.core
    -
     
    -
    Column() - Constructor for class liquibase.structure.core.Column
    -
     
    -
    Column(String) - Constructor for class liquibase.structure.core.Column
    -
     
    -
    Column(Class<? extends Relation>, String, String, String, String) - Constructor for class liquibase.structure.core.Column
    -
     
    -
    Column(ColumnConfig) - Constructor for class liquibase.structure.core.Column
    -
     
    -
    column - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    Column.AutoIncrementInformation - Class in liquibase.structure.core
    -
     
    -
    COLUMN_DEF_COL - Static variable in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    ColumnComparator - Class in liquibase.diff.compare.core
    -
     
    -
    ColumnComparator() - Constructor for class liquibase.diff.compare.core.ColumnComparator
    -
     
    -
    ColumnConfig - Class in liquibase.change
    -
    -
    The standard configuration used by Change classes to represent a column.
    -
    -
    ColumnConfig(Column) - Constructor for class liquibase.change.ColumnConfig
    -
    -
    Create a ColumnConfig object based on a Column snapshot.
    -
    -
    ColumnConfig() - Constructor for class liquibase.change.ColumnConfig
    -
    -
    Create am empty ColumnConfig object.
    -
    -
    ColumnConfig.ValueNumeric - Class in liquibase.change
    -
     
    -
    ColumnConstraint - Interface in liquibase.statement
    -
     
    -
    ColumnExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ColumnExistsPrecondition() - Constructor for class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    ColumnMapRowMapper - Class in liquibase.executor.jvm
    -
    -
    RowMapper implementation that creates a java.util.Map - for each row, representing all columns as key-value pairs: one - entry for each column, with the column name as key.
    -
    -
    ColumnMapRowMapper() - Constructor for class liquibase.executor.jvm.ColumnMapRowMapper
    -
     
    -
    ColumnPositionMappingStrategy<T> - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Allows for the mapping of columns with their positions.
    -
    -
    ColumnPositionMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    Default Constructor.
    -
    -
    ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    ColumnSnapshotGeneratorH2 - Class in liquibase.snapshot.jvm
    -
     
    -
    ColumnSnapshotGeneratorH2() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
    -
     
    -
    ColumnSnapshotGeneratorInformix - Class in liquibase.snapshot.jvm
    -
    -
    Informix-specific parts of ColumnSnapshotGenerator to account for various quirks in IBM Informix.
    -
    -
    ColumnSnapshotGeneratorInformix() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
    -
     
    -
    ColumnSnapshotGeneratorOracle - Class in liquibase.snapshot.jvm
    -
    -
    Oracle Database-specific parts of ColumnSnapshotGenerator
    -
    -
    ColumnSnapshotGeneratorOracle() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
    -
     
    -
    ColumnSnapshotGeneratorPostgres - Class in liquibase.snapshot.jvm
    -
    -
    Implements the PostgreSQL-specific parts of column snapshotting.
    -
    -
    ColumnSnapshotGeneratorPostgres() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres
    -
     
    -
    ColumnWriter - Class in liquibase.dbdoc
    -
     
    -
    ColumnWriter(File, Database) - Constructor for class liquibase.dbdoc.ColumnWriter
    -
     
    -
    combineResultsFromMultipleReads(String[], String[]) - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    For multi line records this method combines the current result with the result from previous read(s).
    -
    -
    COMMA - Static variable in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    command - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    CommandExecutionException - Exception in liquibase.command
    -
     
    -
    CommandExecutionException(Throwable) - Constructor for exception liquibase.command.CommandExecutionException
    -
     
    -
    CommandFactory - Class in liquibase.command
    -
    -
    Manages LiquibaseCommand implementations.
    -
    -
    CommandLineOutputAppender - Class in liquibase.integration.commandline
    -
    -
    Customized SLF4j appender which outputs user message and/or SQL to pipe from the log to the console.
    -
    -
    CommandLineOutputAppender(ILoggerFactory, String) - Constructor for class liquibase.integration.commandline.CommandLineOutputAppender
    -
     
    -
    CommandLineOutputAppender.Mode - Enum in liquibase.integration.commandline
    -
     
    -
    CommandLineOutputAppender.ModeFilter - Class in liquibase.integration.commandline
    -
     
    -
    CommandLineParsingException - Exception in liquibase.exception
    -
     
    -
    CommandLineParsingException() - Constructor for exception liquibase.exception.CommandLineParsingException
    -
     
    -
    CommandLineParsingException(String) - Constructor for exception liquibase.exception.CommandLineParsingException
    -
     
    -
    CommandLineParsingException(String, Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
    -
     
    -
    CommandLineParsingException(Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
    -
     
    -
    CommandLineResourceAccessor - Class in liquibase.integration.commandline
    -
    -
    Extension of ClassLoaderResourceAccessor that adds extra fuzzy searching logic based on - what users may enter that is different than what is exactly correct.
    -
    -
    CommandLineResourceAccessor(ClassLoader) - Constructor for class liquibase.integration.commandline.CommandLineResourceAccessor
    -
     
    -
    CommandLineUtils - Class in liquibase.integration.commandline
    -
    -
    Common Utility methods used in the CommandLine application and the Maven plugin.
    -
    -
    CommandLineUtils() - Constructor for class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    commandParams - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    CommandResult - Class in liquibase.command
    -
    -
    Holds results of a LiquibaseCommand execution, including a message and whether the command succeeded or not.
    -
    -
    CommandResult() - Constructor for class liquibase.command.CommandResult
    -
    -
    Creates new CommandResult with succeeded=true and message="Successful"
    -
    -
    CommandResult(String) - Constructor for class liquibase.command.CommandResult
    -
    -
    Creates new CommandResult with the given message and succeeded=true
    -
    -
    CommandResult(String, boolean) - Constructor for class liquibase.command.CommandResult
    -
     
    -
    CommandValidationErrors - Class in liquibase.command
    -
     
    -
    CommandValidationErrors(LiquibaseCommand) - Constructor for class liquibase.command.CommandValidationErrors
    -
     
    -
    comment(String) - Method in interface liquibase.executor.Executor
    -
    -
    Adds a comment to the database.
    -
    -
    comment(String) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    comment(String) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    Comment(String) - Constructor for class liquibase.util.StringClauses.Comment
    -
     
    -
    CommentGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CommentGenerator() - Constructor for class liquibase.sqlgenerator.core.CommentGenerator
    -
     
    -
    CommentStatement - Class in liquibase.statement.core
    -
     
    -
    CommentStatement(String) - Constructor for class liquibase.statement.core.CommentStatement
    -
     
    -
    commit() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    commit() - Method in interface liquibase.database.Database
    -
     
    -
    commit() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    commit() - Method in class liquibase.database.jvm.DerbyConnection
    -
     
    -
    commit() - Method in class liquibase.database.jvm.HsqlConnection
    -
     
    -
    commit() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    commit() - Method in class liquibase.database.jvm.SybaseConnection
    -
     
    -
    commit() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    commit() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    commit() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    CommonCatalogSchemaComparator - Class in liquibase.diff.compare.core
    -
    -
    DatabaseObjectComparator for Catalog and Schema comparators with common stuff
    -
    -
    CommonCatalogSchemaComparator() - Constructor for class liquibase.diff.compare.core.CommonCatalogSchemaComparator
    -
     
    -
    COMPARATOR - Static variable in interface liquibase.servicelocator.PrioritizedService
    -
     
    -
    compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in interface liquibase.diff.DiffGenerator
    -
     
    -
    compare(Database, Database, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    compare(Database, Database, SnapshotControl, SnapshotControl, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    compare(String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    compare(String, String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    compare(ChangeGenerator, ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorComparator
    -
     
    -
    compare(DatabaseObject, DatabaseObject) - Method in class liquibase.structure.DatabaseObjectComparator
    -
     
    -
    CompareControl - Class in liquibase.diff.compare
    -
     
    -
    CompareControl() - Constructor for class liquibase.diff.compare.CompareControl
    -
     
    -
    CompareControl(Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
    -
     
    -
    CompareControl(CompareControl.SchemaComparison[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
    -
     
    -
    CompareControl(CompareControl.SchemaComparison[], String) - Constructor for class liquibase.diff.compare.CompareControl
    -
     
    -
    CompareControl(String[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
    -
     
    -
    CompareControl.ComputedSchemas - Class in liquibase.diff.compare
    -
     
    -
    CompareControl.DatabaseRole - Enum in liquibase.diff.compare
    -
     
    -
    CompareControl.SchemaComparison - Class in liquibase.diff.compare
    -
     
    -
    compareObjectType(Class<T>, DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    compareTo(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    compareTo(Object) - Method in class liquibase.diff.Difference
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.Column
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.Index
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.Relation
    -
     
    -
    compareTo(Object) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    COMPLEX_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    CompositePackageScanFilter - Class in liquibase.servicelocator
    -
    -
    CompositePackageScanFilter allows multiple - PackageScanFilters to be composed into a single filter.
    -
    -
    CompositePackageScanFilter() - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
    -
     
    -
    CompositePackageScanFilter(Set<PackageScanFilter>) - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
    -
     
    -
    CompositeResourceAccessor - Class in liquibase.resource
    -
    -
    A ResourceAccessor that will search in a list of other ResourceAccessors until it finds - one that has a resource of the appropriate name and path.
    -
    -
    CompositeResourceAccessor(List<ResourceAccessor>) - Constructor for class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    CompositeResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    CompoundStatement - Interface in liquibase.statement
    -
    -
    Marker interface to indicate that a SqlStatement can generate different Sql - which should be specifically executed
    -
    -
    COMPUTE - Static variable in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    compute(String) - Static method in class liquibase.change.CheckSum
    -
    -
    Compute a storedCheckSum of the given string.
    -
    -
    compute(InputStream, boolean) - Static method in class liquibase.change.CheckSum
    -
    -
    Compute a CheckSum of the given data stream (no normalization of line endings!)
    -
    -
    computeDependencies() - Method in class liquibase.util.DependencyUtil.DependencyGraph
    -
     
    -
    ComputedSchemas() - Constructor for class liquibase.diff.compare.CompareControl.ComputedSchemas
    -
     
    -
    computeMD5(String) - Static method in class liquibase.util.MD5Util
    -
     
    -
    computeMD5(InputStream) - Static method in class liquibase.util.MD5Util
    -
     
    -
    computeSchemas(String, String, String, String, String, String, String, Database) - Static method in class liquibase.diff.compare.CompareControl
    -
     
    -
    concat(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Concatenates a filename to a base path using normal command line style rules.
    -
    -
    Conditional - Interface in liquibase.precondition
    -
     
    -
    ConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
    -
     
    -
    ConfigurationContainer - Interface in liquibase.configuration
    -
     
    -
    ConfigurationProperty - Class in liquibase.configuration
    -
    -
    Contains the definition and current value of a given configuration property.
    -
    -
    ConfigurationProperty(String, String, Class) - Constructor for class liquibase.configuration.ConfigurationProperty
    -
     
    -
    ConfigurationValueProvider - Interface in liquibase.configuration
    -
    -
    Interface for classes that are able to lookup overriding default LiquibaseConfiguration values.
    -
    -
    configureClassLoader() - Method in class liquibase.integration.commandline.Main
    -
     
    -
    ConnectionProperties - Class in liquibase.integration.ant.type
    -
     
    -
    ConnectionProperties() - Constructor for class liquibase.integration.ant.type.ConnectionProperties
    -
     
    -
    considerCatalogsAsSchemas() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    ConstraintsConfig - Class in liquibase.change
    -
    -
    The standard configuration used by Change classes to represent a constraints on a column.
    -
    -
    ConstraintsConfig() - Constructor for class liquibase.change.ConstraintsConfig
    -
     
    -
    contains(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    contains(String) - Method in class liquibase.util.StringClauses
    -
     
    -
    containsColumn(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    containsKey(Object) - Method in class liquibase.util.SmartMap
    -
     
    -
    containsValue(Object) - Method in class liquibase.util.SmartMap
    -
     
    -
    Context - Class in liquibase.sdk
    -
     
    -
    ContextChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    ContextChangeSetFilter() - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
    -
     
    -
    ContextChangeSetFilter(Contexts) - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
    -
     
    -
    ContextClassLoaderXsdStreamResolver - Class in liquibase.parser.core.xml
    -
     
    -
    ContextClassLoaderXsdStreamResolver() - Constructor for class liquibase.parser.core.xml.ContextClassLoaderXsdStreamResolver
    -
     
    -
    contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    ContextExpression - Class in liquibase
    -
    -
    Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
    -
    -
    ContextExpression() - Constructor for class liquibase.ContextExpression
    -
     
    -
    ContextExpression(String...) - Constructor for class liquibase.ContextExpression
    -
     
    -
    ContextExpression(String) - Constructor for class liquibase.ContextExpression
    -
     
    -
    ContextExpression(Collection<String>) - Constructor for class liquibase.ContextExpression
    -
     
    -
    contextInitialized(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    Contexts - Class in liquibase
    -
    -
    List of contexts Liquibase is running under.
    -
    -
    Contexts() - Constructor for class liquibase.Contexts
    -
     
    -
    Contexts(String...) - Constructor for class liquibase.Contexts
    -
     
    -
    Contexts(String) - Constructor for class liquibase.Contexts
    -
     
    -
    Contexts(Collection<String>) - Constructor for class liquibase.Contexts
    -
     
    -
    contexts - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    contexts - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    CONTEXTS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    continueOnError() - Method in class liquibase.statement.AbstractSqlStatement
    -
     
    -
    continueOnError() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
     
    -
    continueOnError() - Method in class liquibase.statement.InsertExecutablePreparedStatement
    -
     
    -
    continueOnError() - Method in interface liquibase.statement.SqlStatement
    -
     
    -
    continueOnError() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    convert(Object, Class<T>) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Converts the given object to the targetClass
    -
    -
    CONVERT_DATA_TYPES - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    ConvertCommand - Class in liquibase.sdk.convert
    -
     
    -
    ConvertCommand() - Constructor for class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    convertEscaped(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    convertNumberToTargetClass(Number, Class) - Static method in class liquibase.util.NumberUtils
    -
    -
    Convert the given number into an instance of the given target class.
    -
    -
    convertObject(Object, Class<T>) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    convertRequestedSchemaToCatalog(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    convertRequestedSchemaToSchema(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    convertSchema(String, CompareControl.SchemaComparison[]) - Static method in class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    convertToForeignKeyConstraintType(Integer, Database) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    convertToPath(String) - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    convertToPath(String, String) - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    convertToPath(String) - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    convertValue(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.AbstractCSVToBean
    -
    -
    Convert a string value to its Object value.
    -
    -
    copy() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    copy(InputStream, OutputStream) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    CopyRowsGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CopyRowsGenerator() - Constructor for class liquibase.sqlgenerator.core.CopyRowsGenerator
    -
     
    -
    CopyRowsStatement - Class in liquibase.statement.core
    -
     
    -
    CopyRowsStatement(String, String, List<ColumnConfig>) - Constructor for class liquibase.statement.core.CopyRowsStatement
    -
     
    -
    copyThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.Db2zDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
    -
    -
    Fix the object name to the format the database expects, handling changes in case, etc.
    -
    -
    correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    correctObjectName(String, Class<? extends DatabaseObject>, boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    correctSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Deprecated.
    -
    -
    correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Deprecated.
    -
    -
    correctSchema(CatalogAndSchema) - Method in interface liquibase.database.Database
    -
    - -
    -
    correctSchema(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    CountChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    CountChangeSetFilter(int) - Constructor for class liquibase.changelog.filter.CountChangeSetFilter
    -
     
    -
    create(String) - Method in class liquibase.change.ChangeFactory
    -
    -
    Create a new Change implementation for the given change name.
    -
    -
    create(String) - Method in class liquibase.database.PreparedStatementFactory
    -
    -
    Create a PreparedStatement object, - sql pre-compilation might take place, depending on driver support.
    -
    -
    create(String) - Method in class liquibase.precondition.PreconditionFactory
    -
    -
    Create a new Precondition subclass based on the given tag name.
    -
    -
    create(String) - Method in class liquibase.sql.visitor.SqlVisitorFactory
    -
    -
    Create a new Change subclass based on the given tag name.
    -
    -
    createAddColumnChange() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    createAddColumnConfig() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    createAddPrimaryKeyChange() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    createAddUniqueConstraintStatement() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    createAlterSequenceChange(Sequence, DiffOutputControl) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    createBean() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Creates an object to be mapped.
    -
    -
    createBean() - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Implementation will return a bean of the type of object you are mapping.
    -
    -
    createChangeLogHistoryService(Database) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    createChangeMetaData() - Method in class liquibase.change.AbstractChange
    -
    -
    Generate the ChangeMetaData for this class.
    -
    -
    createChangeMetaData() - Method in interface liquibase.change.Change
    -
     
    -
    createChangeParameterMetadata(String) - Method in class liquibase.change.AbstractChange
    -
    -
    Called by AbstractChange.createChangeMetaData() to create metadata for a given parameter.
    -
    -
    createChangeSet(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    createClasspath() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    createColumnMap(int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
    -
    -
    Create a Map instance to be used as column map.
    -
    -
    createConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
     
    -
    createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    createCreateTableChange() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    createDatabase() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    createDatabase(ClassLoader) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    createDatabase(Connection, ResourceAccessor) - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Subclasses may override this method add change some database settings such as - default schema before returning the database object.
    -
    -
    CreateDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    -
     
    -
    CreateDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
    -
     
    -
    CreateDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.CreateDatabaseChangeLogLockTableStatement
    -
     
    -
    CreateDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    CreateDatabaseChangeLogTableGeneratorSybase - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateDatabaseChangeLogTableGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    CreateDatabaseChangeLogTableStatement - Class in liquibase.statement.core
    -
     
    -
    CreateDatabaseChangeLogTableStatement() - Constructor for class liquibase.statement.core.CreateDatabaseChangeLogTableStatement
    -
     
    -
    createDatabaseFromConfiguredDatabaseType() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    createDatabaseFromType(DatabaseType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    createDatabaseObject(String, String, String, String, String, String, String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    createDatabaseObject(ClassLoader, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
    -
    Deprecated. -
    Use ResourceAccessor version
    -
    -
    -
    createDatabaseObject(ResourceAccessor, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    createDescriptionMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "description" value.
    -
    -
    createDiffResult() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    createDiffToChangeLogObject(DiffResult) - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    createDropIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    createDropUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    createEmptyColumnConfig(Class) - Method in class liquibase.change.AbstractChange
    -
     
    -
    createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "example" value.
    -
    -
    createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    createFinalCommandArray(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    createFormatter() - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    createGeneratorChain(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    createHandler() - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
    -
    -
    Deprecated.
    -
    CreateIndexChange - Class in liquibase.change.core
    -
    -
    Creates an index on an existing column.
    -
    -
    CreateIndexChange() - Constructor for class liquibase.change.core.CreateIndexChange
    -
     
    -
    CreateIndexGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGenerator
    -
     
    -
    CreateIndexGeneratorFirebird - Class in liquibase.sqlgenerator.core
    -
    -
    Firebird-specific CREATE INDEX SQL generator.
    -
    -
    CreateIndexGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    -
     
    -
    CreateIndexGeneratorPostgres - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateIndexGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
    -
     
    -
    createIndexLookup(String[]) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Creates an index map of column names to column position.
    -
    -
    CreateIndexStatement - Class in liquibase.statement.core
    -
     
    -
    CreateIndexStatement(String, String, String, String, Boolean, String, AddColumnConfig...) - Constructor for class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    createInverses() - Method in class liquibase.change.AbstractChange
    -
    -
    Create inverse changes that can roll back this change.
    -
    -
    createInverses() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    createInverses() - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    createKey(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
    -
     
    -
    createLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. -
    The Liquibase class is now created automatically when the Ant task is executed. Use - BaseLiquibaseTask.getLiquibase() instead.
    -
    -
    -
    createLiquibase(Connection) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    createLoggerImpl(Logger) - Method in class liquibase.logging.core.Slf4JLoggerFactory
    -
     
    -
    createMustEqualExistingMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "mustEqual" value.
    -
    -
    createNode(String, String) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    createNode(LiquibaseSerializable) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    createNode(String, String, String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    createNode(ColumnConfig) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    createOutputWriter() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. -
    Subclasses of this class should either instantiate their own output writers or use - AbstractChangeLogBasedTask if their task involves a change log.
    -
    -
    -
    createPreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    createPreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    createPrintStream() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. -
    Subclasses of this class should either instantiate their own output writers or use - AbstractChangeLogBasedTask if the task involves a change log.
    -
    -
    -
    CreateProcedureChange - Class in liquibase.change.core
    -
     
    -
    CreateProcedureChange() - Constructor for class liquibase.change.core.CreateProcedureChange
    -
     
    -
    CreateProcedureGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
     
    -
    CreateProcedureStatement - Class in liquibase.statement.core
    -
     
    -
    CreateProcedureStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    createProcessBuilder(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    createReferenceSnapshot() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    createRequiredDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "requiredDatabases" value.
    -
    -
    createResourceOpener() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Create a new resourceOpener.
    -
    -
    createRollbackVisitor() - Method in class liquibase.Liquibase
    -
     
    -
    CreateSequenceChange - Class in liquibase.change.core
    -
    -
    Creates a new sequence.
    -
    -
    CreateSequenceChange() - Constructor for class liquibase.change.core.CreateSequenceChange
    -
     
    -
    CreateSequenceGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGenerator
    -
     
    -
    CreateSequenceStatement - Class in liquibase.statement.core
    -
     
    -
    CreateSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    createSerializationTypeMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "serializationType" value.
    -
    -
    createSinceMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "since" value.
    -
    -
    createsIndexesForForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    createsIndexesForForeignKeys() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    createsIndexesForForeignKeys() - Method in class liquibase.database.core.H2Database
    -
     
    -
    createsIndexesForForeignKeys() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    createsIndexesForForeignKeys() - Method in interface liquibase.database.Database
    -
     
    -
    createsIndexesForForeignKeys() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    createSnapshot(CatalogAndSchema, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    createSnapshot(CatalogAndSchema[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Creates a database snapshot for a given array of catalog/schema combinations.
    -
    -
    createSnapshot(DatabaseObject[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Creates a database snapshot for a given array of DatabaseObjects
    -
    -
    createSnapshot(T, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Creates a DatabaseSnapshot for a single DatabaseObject.
    -
    -
    createSnapshot(T, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Creates a DatabaseSnapshot for a single DatabaseObject.
    -
    -
    createStatement(String, String, String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    createStatement(String, String, String) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
    -
    Creates a InsertOrUpdateStatement statement object for the specified table
    -
    -
    createStatement() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    createStatement(int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    createStatement(int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    createStatementSet(String, String, String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    createSupportedDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
    -
    -
    Create the ChangeParameterMetaData "supportedDatabase" value.
    -
    -
    createSupportedDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    CreateTableChange - Class in liquibase.change.core
    -
    -
    Creates a new table.
    -
    -
    CreateTableChange() - Constructor for class liquibase.change.core.CreateTableChange
    -
     
    -
    CreateTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateTableGenerator
    -
     
    -
    CreateTableGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
    -
    An Informix-specific create table statement generator.
    -
    -
    CreateTableGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
    -
     
    -
    CreateTableStatement - Class in liquibase.statement.core
    -
     
    -
    CreateTableStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateTableStatement
    -
     
    -
    CreateTableStatement(String, String, String, String) - Constructor for class liquibase.statement.core.CreateTableStatement
    -
     
    -
    createTargetSnapshot() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    createTargetSnapshot() - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    createThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
    -
     
    -
    createThisIndex(Index) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.AuthorWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.ColumnWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.PendingChangesWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.PendingSQLWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.RecentChangesWriter
    -
     
    -
    createTitle(Object) - Method in class liquibase.dbdoc.TableWriter
    -
     
    -
    createUpdateVisitor() - Method in class liquibase.Liquibase
    -
     
    -
    CreateViewChange - Class in liquibase.change.core
    -
    -
    Creates a new view.
    -
    -
    CreateViewChange() - Constructor for class liquibase.change.core.CreateViewChange
    -
     
    -
    createViewChange() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    createViewChange() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    CreateViewGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateViewGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateViewGenerator
    -
     
    -
    CreateViewGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    CreateViewGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    -
     
    -
    createViewStatement(String, String, String, String, boolean) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    CreateViewStatement - Class in liquibase.statement.core
    -
     
    -
    CreateViewStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateViewStatement
    -
     
    -
    createYaml() - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    CsvBind - Annotation Type in liquibase.util.csv.opencsv.bean
    -
    -
    Annotation for fields to mark if they are required or not.
    -
    -
    CSVIterator - Class in liquibase.util.csv.opencsv
    -
    -
    Provides an Iterator over the data found in opencsv.
    -
    -
    CSVIterator(CSVReader) - Constructor for class liquibase.util.csv.opencsv.CSVIterator
    -
     
    -
    CSVParser - Class in liquibase.util.csv.opencsv
    -
    -
    A very simple CSV parser released under a commercial-friendly license.
    -
    -
    CSVParser() - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser using a comma for the separator.
    -
    -
    CSVParser(char) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser with supplied separator.
    -
    -
    CSVParser(char, char) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser with supplied separator and quote char.
    -
    -
    CSVParser(char, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVReader with supplied separator and quote char.
    -
    -
    CSVParser(char, char, char, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser with supplied separator and quote char.
    -
    -
    CSVParser(char, char, char, boolean, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser with supplied separator and quote char.
    -
    -
    CSVParser(char, char, char, boolean, boolean, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Constructs CSVParser with supplied separator and quote char.
    -
    -
    CSVReader - Class in liquibase.util.csv
    -
     
    -
    CSVReader(Reader) - Constructor for class liquibase.util.csv.CSVReader
    -
     
    -
    CSVReader(Reader, char) - Constructor for class liquibase.util.csv.CSVReader
    -
     
    -
    CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.CSVReader
    -
     
    -
    CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.CSVReader
    -
     
    -
    CSVReader - Class in liquibase.util.csv.opencsv
    -
    -
    A very simple CSV reader released under a commercial-friendly license.
    -
    -
    CSVReader(Reader) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader using a comma for the separator.
    -
    -
    CSVReader(Reader, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with supplied separator.
    -
    -
    CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with supplied separator and quote char.
    -
    -
    CSVReader(Reader, char, char, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with supplied separator, quote char and quote handling - behavior.
    -
    -
    CSVReader(Reader, char, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader.
    -
    -
    CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader.
    -
    -
    CSVReader(Reader, char, char, char, int) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader.
    -
    -
    CSVReader(Reader, char, char, char, int, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader.
    -
    -
    CSVReader(Reader, char, char, char, int, boolean, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with all data entered.
    -
    -
    CSVReader(Reader, char, char, char, int, boolean, boolean, boolean) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with all data entered.
    -
    -
    CSVReader(Reader, int, CSVParser) - Constructor for class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Constructs CSVReader with supplied CSVParser.
    -
    -
    CSVReaderNullFieldIndicator - Enum in liquibase.util.csv.opencsv.enums
    -
    -
    Enumeration used to tell the CSVParser what to consider null.
    -
    -
    CsvToBean<T> - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Converts CSV data to objects.
    -
    -
    CsvToBean() - Constructor for class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    Default constructor.
    -
    -
    CsvToBeanFilter - Interface in liquibase.util.csv.opencsv.bean
    -
    -
    Here's an example showing how to use CsvToBean with a column - name mapping and line filtering.
    -
    -
    CSVWriter - Class in liquibase.util.csv
    -
     
    -
    CSVWriter(Writer) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
    -
     
    -
    CSVWriter - Class in liquibase.util.csv.opencsv
    -
    -
    A very simple CSV writer released under a commercial-friendly license.
    -
    -
    CSVWriter(Writer) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter using a comma for the separator.
    -
    -
    CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter with supplied separator.
    -
    -
    CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter with supplied separator and quote char.
    -
    -
    CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter with supplied separator and quote char.
    -
    -
    CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter with supplied separator and quote char.
    -
    -
    CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
    -
    -
    curChar - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
     
    -
    CurrencyType - Class in liquibase.datatype.core
    -
     
    -
    CurrencyType() - Constructor for class liquibase.datatype.core.CurrencyType
    -
     
    -
    CURRENT_CHECKSUM_ALGORITHM_VERSION - Static variable in class liquibase.change.CheckSum
    -
     
    -
    CURRENT_DATE_TIME_PLACE_HOLDER - Static variable in class liquibase.statement.DatabaseFunction
    -
    -
    String value used for comparison.
    -
    -
    currentDateTimeFunction - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    currentDateTimeFunction - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    currentToken - Variable in exception liquibase.util.grammar.ParseException
    -
    -
    This is the last token that has been consumed successfully.
    -
    -
    CustomChange - Interface in liquibase.change.custom
    -
    -
    Interface to implement when creating a custom change.
    -
    -
    CustomChangeException - Exception in liquibase.exception
    -
     
    -
    CustomChangeException() - Constructor for exception liquibase.exception.CustomChangeException
    -
     
    -
    CustomChangeException(String) - Constructor for exception liquibase.exception.CustomChangeException
    -
     
    -
    CustomChangeException(String, Throwable) - Constructor for exception liquibase.exception.CustomChangeException
    -
     
    -
    CustomChangeException(Throwable) - Constructor for exception liquibase.exception.CustomChangeException
    -
     
    -
    CustomChangeWrapper - Class in liquibase.change.custom
    -
    -
    Adapts CustomChange implementations to the standard change system used by Liquibase.
    -
    -
    CustomChangeWrapper() - Constructor for class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    customize(Database) - Method in class liquibase.CatalogAndSchema
    -
    -
    Returns a new CatalogAndSchema object with null/default catalog and schema names set to the - correct default catalog and schema.
    -
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AbstractChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.DeleteDataChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.StopChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    CustomPrecondition - Interface in liquibase.precondition
    -
     
    -
    CustomPreconditionErrorException - Exception in liquibase.exception
    -
    -
    Thrown when a precondition failed.
    -
    -
    CustomPreconditionErrorException(String) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
    -
     
    -
    CustomPreconditionErrorException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
    -
     
    -
    CustomPreconditionFailedException - Exception in liquibase.exception
    -
    -
    Thrown when a precondition failed.
    -
    -
    CustomPreconditionFailedException(String) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
    -
     
    -
    CustomPreconditionFailedException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
    -
     
    -
    CustomPreconditionWrapper - Class in liquibase.precondition
    -
     
    -
    CustomPreconditionWrapper() - Constructor for class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    CustomResolverServiceLocator - Class in liquibase.servicelocator
    -
    -
    Allows overriding of the resolver class.
    -
    -
    CustomResolverServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
    -
     
    -
    CustomResolverServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
    -
     
    -
    customResourceLocator(URL) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    CustomSqlChange - Interface in liquibase.change.custom
    -
    -
    Interface to implement when creating a custom change that generates SQL.
    -
    -
    CustomSqlRollback - Interface in liquibase.change.custom
    -
    -
    Interface to implement that allows rollback of a custom sql change.
    -
    -
    CustomTaskChange - Interface in liquibase.change.custom
    -
    -
    Interface to implement when creating a custom change that does not actually generate SQL.
    -
    -
    CustomTaskRollback - Interface in liquibase.change.custom
    -
    -
    Interface to implement that allows rollback of a custom task change.
    -
    -
    - - - -

    D

    -
    -
    Data - Class in liquibase.structure.core
    -
     
    -
    Data() - Constructor for class liquibase.structure.core.Data
    -
     
    -
    Database - Interface in liquibase.database
    -
    -
    Interface that every DBMS supported by this software must implement.
    -
    -
    database - Variable in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    database - Variable in class liquibase.executor.AbstractExecutor
    -
     
    -
    database - Variable in class liquibase.Liquibase
    -
     
    -
    database - Variable in class liquibase.lockservice.StandardLockService
    -
     
    -
    database - Variable in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    DATABASE_CHANGE_LOG_CLOSING_XML_TAG - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    DatabaseChange - Annotation Type in liquibase.change
    -
    -
    Annotation used by AbstractChange to declare ChangeMetaData information.
    -
    -
    DatabaseChangeLog - Class in liquibase.changelog
    -
    -
    Encapsulates the information stored in the change log XML file.
    -
    -
    DatabaseChangeLog() - Constructor for class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    DatabaseChangeLog(String) - Constructor for class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    DATABASECHANGELOG_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    DatabaseChangeLogLock - Class in liquibase.lockservice
    -
    -
    Information about the database changelog lock which allows only one instance of Liquibase to attempt to - update a database at a time.
    -
    -
    DatabaseChangeLogLock(int, Date, String) - Constructor for class liquibase.lockservice.DatabaseChangeLogLock
    -
     
    -
    DATABASECHANGELOGLOCK_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    databaseChangeLogLockTable - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    databaseChangeLogLockTableName - Static variable in interface liquibase.database.Database
    -
     
    -
    databaseChangeLogLockTableName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    databaseChangeLogTable - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    databaseChangeLogTableName - Static variable in interface liquibase.database.Database
    -
     
    -
    databaseChangeLogTableName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    databaseChangeLogTablespaceName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    DatabaseChangeNote - Annotation Type in liquibase.change
    -
     
    -
    DatabaseChangeProperty - Annotation Type in liquibase.change
    -
    -
    Annotation used by AbstractChange to declare ChangeParameterMetaData information.
    -
    -
    databaseClass - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    DatabaseConnection - Interface in liquibase.database
    -
    -
    A liquibase abstraction over the normal Connection that is available in - java.sql.
    -
    -
    DatabaseDataType - Class in liquibase.datatype
    -
    -
    This class represents a native data type used by a specific RDBMS.
    -
    -
    DatabaseDataType(String) - Constructor for class liquibase.datatype.DatabaseDataType
    -
     
    -
    DatabaseDataType(String, Object...) - Constructor for class liquibase.datatype.DatabaseDataType
    -
     
    -
    DatabaseException - Exception in liquibase.exception
    -
     
    -
    DatabaseException() - Constructor for exception liquibase.exception.DatabaseException
    -
     
    -
    DatabaseException(String) - Constructor for exception liquibase.exception.DatabaseException
    -
     
    -
    DatabaseException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseException
    -
     
    -
    DatabaseException(Throwable) - Constructor for exception liquibase.exception.DatabaseException
    -
     
    -
    DatabaseFactory - Class in liquibase.database
    -
     
    -
    DatabaseFunction - Class in liquibase.statement
    -
     
    -
    DatabaseFunction(String) - Constructor for class liquibase.statement.DatabaseFunction
    -
     
    -
    DatabaseFunctionType - Class in liquibase.datatype.core
    -
     
    -
    DatabaseFunctionType() - Constructor for class liquibase.datatype.core.DatabaseFunctionType
    -
     
    -
    DatabaseHistoryException - Exception in liquibase.exception
    -
     
    -
    DatabaseHistoryException(String) - Constructor for exception liquibase.exception.DatabaseHistoryException
    -
     
    -
    DatabaseHistoryException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseHistoryException
    -
     
    -
    DatabaseIncapableOfOperation - Exception in liquibase.exception
    -
     
    -
    DatabaseIncapableOfOperation(String, String, Database) - Constructor for exception liquibase.exception.DatabaseIncapableOfOperation
    -
     
    -
    DatabaseLevelObject - Interface in liquibase.structure
    -
     
    -
    DatabaseList - Class in liquibase.database
    -
     
    -
    DatabaseList() - Constructor for class liquibase.database.DatabaseList
    -
     
    -
    DatabaseObject - Interface in liquibase.structure
    -
    -
    Interface for all types of database objects can be manipulated using ChangeSets.
    -
    -
    DatabaseObjectCollection - Class in liquibase.structure
    -
     
    -
    DatabaseObjectCollection(Database) - Constructor for class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    DatabaseObjectComparator - Interface in liquibase.diff.compare
    -
     
    -
    DatabaseObjectComparator - Class in liquibase.structure
    -
     
    -
    DatabaseObjectComparator() - Constructor for class liquibase.structure.DatabaseObjectComparator
    -
     
    -
    DatabaseObjectComparatorChain - Class in liquibase.diff.compare
    -
     
    -
    DatabaseObjectComparatorChain(List<DatabaseObjectComparator>, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    DatabaseObjectComparatorFactory - Class in liquibase.diff.compare
    -
     
    -
    DatabaseObjectFactory - Class in liquibase.structure.core
    -
     
    -
    DatabaseObjectNameCompareFunction(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
    -
     
    -
    DatabaseRollbackFutureTask - Class in liquibase.integration.ant
    -
     
    -
    DatabaseRollbackFutureTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackFutureTask
    -
     
    -
    DatabaseRollbackTask - Class in liquibase.integration.ant
    -
    -
    Ant task for rolling back a database.
    -
    -
    DatabaseRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    DatabaseSnapshot - Class in liquibase.snapshot
    -
     
    -
    DatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    DatabaseType - Class in liquibase.integration.ant.type
    -
     
    -
    DatabaseType(Project) - Constructor for class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    DatabaseUpdateTask - Class in liquibase.integration.ant
    -
    -
    Ant task for migrating a database forward.
    -
    -
    DatabaseUpdateTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    DatabaseUpdateTestingRollbackTask - Class in liquibase.integration.ant
    -
    -
    Ant task for migrating a database forward testing rollback.
    -
    -
    DatabaseUpdateTestingRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
    -
     
    -
    dataOutputDirectory - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    DataSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    DataSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.DataSnapshotGenerator
    -
     
    -
    dataSource - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    DataType - Class in liquibase.structure.core
    -
     
    -
    DataType() - Constructor for class liquibase.structure.core.DataType
    -
     
    -
    DataType(String) - Constructor for class liquibase.structure.core.DataType
    -
     
    -
    DataType.ColumnSizeUnit - Enum in liquibase.structure.core
    -
    -
    Specifies the unit of a column's size.
    -
    -
    DataTypeCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
    -
     
    -
    DataTypeFactory - Class in liquibase.datatype
    -
     
    -
    DataTypeFactory() - Constructor for class liquibase.datatype.DataTypeFactory
    -
    -
    Build the factory registry from all classes in the classpath that implement - LiquibaseDataType
    -
    -
    DataTypeInfo - Annotation Type in liquibase.datatype
    -
     
    -
    dataTypeIsNotModifiable(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    dataTypeIsNotModifiable(String) - Method in interface liquibase.database.Database
    -
    -
    Types like int4 in postgres cannot have a modifier.
    -
    -
    dataTypeIsNotModifiable(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    DataTypeWrapper - Class in liquibase.common.datatype
    -
    -
    A wrapper class for data types.
    -
    -
    DataTypeWrapper(LiquibaseDataType) - Constructor for class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    dateFunctions - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    DateParseException - Exception in liquibase.exception
    -
     
    -
    DateParseException(String) - Constructor for exception liquibase.exception.DateParseException
    -
     
    -
    DateTimeType - Class in liquibase.datatype.core
    -
     
    -
    DateTimeType() - Constructor for class liquibase.datatype.core.DateTimeType
    -
     
    -
    DateType - Class in liquibase.datatype.core
    -
     
    -
    DateType() - Constructor for class liquibase.datatype.core.DateType
    -
     
    -
    daysTilExpiration() - Method in interface liquibase.license.LicenseService
    -
    -
    It is possible that users might have multiple licenses installed.
    -
    -
    DB2Database - Class in liquibase.database.core
    -
     
    -
    DB2Database() - Constructor for class liquibase.database.core.DB2Database
    -
     
    -
    Db2zDatabase - Class in liquibase.database.core
    -
     
    -
    Db2zDatabase() - Constructor for class liquibase.database.core.Db2zDatabase
    -
     
    -
    DBDocTask - Class in liquibase.integration.ant
    -
     
    -
    DBDocTask() - Constructor for class liquibase.integration.ant.DBDocTask
    -
     
    -
    DBDocUtil - Class in liquibase.dbdoc
    -
     
    -
    DBDocUtil() - Constructor for class liquibase.dbdoc.DBDocUtil
    -
     
    -
    DBDocVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    DBDocVisitor(Database) - Constructor for class liquibase.changelog.visitor.DBDocVisitor
    -
     
    -
    DbmsChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    DbmsChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.DbmsChangeSetFilter
    -
     
    -
    DBMSPrecondition - Class in liquibase.precondition.core
    -
    -
    Precondition for specifying the type of database (oracle, mysql, etc.).
    -
    -
    DBMSPrecondition() - Constructor for class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    DbmsTargetedChange - Interface in liquibase.change
    -
    -
    Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to.
    -
    -
    debug(LogType, String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    debug(LogType, String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    debug(String) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    debug(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    debug(LogType, String) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    debug(LogType, String, Throwable) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    debug(String) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a debugging event to aid in troubleshooting, using the LogType.LOG type.
    -
    -
    debug(String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a debugging event to aid in troubleshooting together with data from an error/exception, using the LogType.LOG type.
    -
    -
    debug(LogType, String) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a debugging event to aid in troubleshooting
    -
    -
    debug(LogType, String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a debugging event to aid in troubleshooting together with data from an error/exception
    -
    -
    debug(String) - Method in class liquibase.sdk.Main
    -
     
    -
    debugStream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Debug output.
    -
    -
    decide(Object) - Method in class liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter
    -
     
    -
    DecimalType - Class in liquibase.datatype.core
    -
     
    -
    DecimalType() - Constructor for class liquibase.datatype.core.DecimalType
    -
     
    -
    DEFAULT - Static variable in class liquibase.CatalogAndSchema
    -
     
    -
    DEFAULT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    Lexical state.
    -
    -
    DEFAULT_COMMENT_PATTERN - Static variable in class liquibase.change.core.LoadDataChange
    -
    -
    CSV Lines starting with that sign(s) will be treated as comments by default
    -
    -
    DEFAULT_ESCAPE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    The default escape character to use if none is supplied to the - constructor.
    -
    -
    DEFAULT_ESCAPE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    The character used for escaping quotes.
    -
    -
    DEFAULT_IGNORE_QUOTATIONS - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    If the quote character is set to null then there is no quote character.
    -
    -
    DEFAULT_KEEP_CR - Static variable in class liquibase.util.csv.opencsv.CSVReader
    -
     
    -
    DEFAULT_LINE_END - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Default line terminator.
    -
    -
    DEFAULT_NULL_FIELD_INDICATOR - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default)
    -
    -
    DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.CSVReader
    -
     
    -
    DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    The default quote character to use if none is supplied to the - constructor.
    -
    -
    DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    The default quote character to use if none is supplied to the - constructor.
    -
    -
    DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.CSVReader
    -
     
    -
    DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    The default separator to use if none is supplied to the constructor.
    -
    -
    DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    The default separator to use if none is supplied to the constructor.
    -
    -
    DEFAULT_SKIP_LINES - Static variable in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    The default line to start reading.
    -
    -
    DEFAULT_STRICT_QUOTES - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    The default strict quote behavior to use if none is supplied to the - constructor.
    -
    -
    DEFAULT_VERIFY_READER - Static variable in class liquibase.util.csv.opencsv.CSVReader
    -
     
    -
    defaultAutoIncrementBy - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    defaultAutoIncrementStartWith - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    DefaultBeanIntrospector - Class in liquibase.util.beans
    -
     
    -
    DefaultBeanIntrospector() - Constructor for class liquibase.util.beans.DefaultBeanIntrospector
    -
     
    -
    defaultCatalogName - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    defaultCatalogName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    defaultClassLoader() - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    DefaultDatabaseObjectComparator - Class in liquibase.diff.compare.core
    -
     
    -
    DefaultDatabaseObjectComparator() - Constructor for class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    defaultIfNull(T, T) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Return the defaultValue if the passed value is null.
    -
    -
    DefaultLoggerConfiguration - Class in liquibase.logging.core
    -
    -
    Configuration container for LogService properties
    -
    -
    DefaultLoggerConfiguration() - Constructor for class liquibase.logging.core.DefaultLoggerConfiguration
    -
     
    -
    DefaultPackageScanClassResolver - Class in liquibase.servicelocator
    -
    -
    Default implement of PackageScanClassResolver
    -
    -
    DefaultPackageScanClassResolver() - Constructor for class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    defaultSchema - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    defaultSchemaName - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    defaultSchemaName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    defaultsFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    DefaultXmlWriter - Class in liquibase.util.xml
    -
     
    -
    DefaultXmlWriter() - Constructor for class liquibase.util.xml.DefaultXmlWriter
    -
     
    -
    definitionMatches(String, String, boolean) - Static method in class liquibase.database.DatabaseList
    -
    -
    Compares a given database to a database definition string.
    -
    -
    definitionMatches(String, Database, boolean) - Static method in class liquibase.database.DatabaseList
    -
     
    -
    definitionMatches(Collection<String>, String, boolean) - Static method in class liquibase.database.DatabaseList
    -
    -
    Same logic as DatabaseList.definitionMatches(String, liquibase.database.Database, boolean) but with a collection of definitions rather than a comma separated list.
    -
    -
    definitionMatches(Collection<String>, Database, boolean) - Static method in class liquibase.database.DatabaseList
    -
     
    -
    DeleteDataChange - Class in liquibase.change.core
    -
     
    -
    DeleteDataChange() - Constructor for class liquibase.change.core.DeleteDataChange
    -
     
    -
    DeleteGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DeleteGenerator() - Constructor for class liquibase.sqlgenerator.core.DeleteGenerator
    -
     
    -
    DeleteStatement - Class in liquibase.statement.core
    -
     
    -
    DeleteStatement(String, String, String) - Constructor for class liquibase.statement.core.DeleteStatement
    -
     
    -
    Delimiter(String) - Constructor for class liquibase.util.StringClauses.Delimiter
    -
     
    -
    DependencyGraph(DependencyUtil.NodeValueListener<T>) - Constructor for class liquibase.util.DependencyUtil.DependencyGraph
    -
     
    -
    DependencyUtil - Class in liquibase.util
    -
     
    -
    DependencyUtil() - Constructor for class liquibase.util.DependencyUtil
    -
     
    -
    DependencyUtil.DependencyGraph<T> - Class in liquibase.util
    -
     
    -
    DependencyUtil.NodeValueListener<T> - Interface in liquibase.util
    -
     
    -
    DerbyConnection - Class in liquibase.database.jvm
    -
     
    -
    DerbyConnection(Connection) - Constructor for class liquibase.database.jvm.DerbyConnection
    -
     
    -
    DerbyDatabase - Class in liquibase.database.core
    -
     
    -
    DerbyDatabase() - Constructor for class liquibase.database.core.DerbyDatabase
    -
     
    -
    describe() - Method in class liquibase.Scope
    -
     
    -
    describeValueLookupLogic(ConfigurationProperty) - Method in interface liquibase.configuration.ConfigurationValueProvider
    -
    -
    Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
    -
    -
    describeValueLookupLogic(Class<? extends ConfigurationContainer>, String) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    - -
    -
    describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Generates a human consumable description of how the configured ConfigurationValueProvider(s) will - attempt to set a default value.
    -
    -
    describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.configuration.SystemPropertyProvider
    -
     
    -
    describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
    -
     
    -
    descriptorMap - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    destroy() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    destroy() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    destroy() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    destroy() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    destroy() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    destroy() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    determinedIfAnnotationDriven - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    determineDriverVersion() - Method in class liquibase.database.core.DerbyDatabase
    -
    -
    Determine Apache Derby driver major/minor version.
    -
    -
    diff(Database, Database, CompareControl) - Method in class liquibase.Liquibase
    -
     
    -
    DIFF_COLUMN_ORDER - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    DiffCommand - Class in liquibase.command.core
    -
     
    -
    DiffCommand() - Constructor for class liquibase.command.core.DiffCommand
    -
     
    -
    DiffDatabaseTask - Class in liquibase.integration.ant
    -
     
    -
    DiffDatabaseTask() - Constructor for class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    DiffDatabaseToChangeLogTask - Class in liquibase.integration.ant
    -
     
    -
    DiffDatabaseToChangeLogTask() - Constructor for class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    Difference - Class in liquibase.diff
    -
     
    -
    Difference(String, Object, Object) - Constructor for class liquibase.diff.Difference
    -
     
    -
    Difference(String, String, Object, Object) - Constructor for class liquibase.diff.Difference
    -
     
    -
    DiffGenerator - Interface in liquibase.diff
    -
     
    -
    DiffGeneratorFactory - Class in liquibase.diff
    -
     
    -
    DiffGeneratorFactory() - Constructor for class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    DiffOutputControl - Class in liquibase.diff.output
    -
     
    -
    DiffOutputControl() - Constructor for class liquibase.diff.output.DiffOutputControl
    -
     
    -
    DiffOutputControl(boolean, boolean, boolean, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.output.DiffOutputControl
    -
     
    -
    DiffResult - Class in liquibase.diff
    -
     
    -
    DiffResult(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Constructor for class liquibase.diff.DiffResult
    -
     
    -
    diffResult - Variable in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    DiffStatusListener - Interface in liquibase.diff
    -
     
    -
    DiffToChangeLog - Class in liquibase.diff.output.changelog
    -
     
    -
    DiffToChangeLog(DiffResult, DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    DiffToChangeLog(DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    DiffToChangeLogCommand - Class in liquibase.command.core
    -
     
    -
    DiffToChangeLogCommand() - Constructor for class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    DiffToReport - Class in liquibase.diff.output.report
    -
     
    -
    DiffToReport(DiffResult, PrintStream) - Constructor for class liquibase.diff.output.report.DiffToReport
    -
     
    -
    diffTypes - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    DIGIT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    disable_tracing() - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Disable tracing.
    -
    -
    disableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    disableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    disableForeignKeyChecks() - Method in interface liquibase.database.Database
    -
     
    -
    disableForeignKeyChecks() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    divider() - Method in class liquibase.sdk.Main
    -
     
    -
    doDiff(Database, Database, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doDiff(Database, Database, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doDiffToChangeLog(String, Database, Database, DiffOutputControl, ObjectChangeFilter, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doDiffToChangeLog(String, Database, Database, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doesTagExist(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    doesTagExist(String) - Method in interface liquibase.database.Database
    -
     
    -
    doesTagExist(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseStatusServlet
    -
     
    -
    doMigration() - Method in class liquibase.integration.commandline.Main
    -
    -
    Do the actual database migration, i.e.
    -
    -
    Done() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reset buffer when finished.
    -
    -
    doNowOrToday(String, String) - Static method in class liquibase.util.NowAndTodayUtil
    -
    -
    Determines value for "NOW" or "TODAY" prefixed value.
    -
    -
    DoubleType - Class in liquibase.datatype.core
    -
     
    -
    DoubleType() - Constructor for class liquibase.datatype.core.DoubleType
    -
     
    -
    doubleValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    driver - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    driverPropertiesFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    driverVersionMajor - Variable in class liquibase.database.core.DerbyDatabase
    -
     
    -
    driverVersionMinor - Variable in class liquibase.database.core.DerbyDatabase
    -
     
    -
    dropAll() - Method in class liquibase.Liquibase
    -
    -
    Drops all database objects in the default schema.
    -
    -
    dropAll(CatalogAndSchema...) - Method in class liquibase.Liquibase
    -
    -
    Drops all database objects in the passed schema(s).
    -
    -
    DropAllCommand - Class in liquibase.command.core
    -
     
    -
    DropAllCommand() - Constructor for class liquibase.command.core.DropAllCommand
    -
     
    -
    DropAllForeignKeyConstraintsChange - Class in liquibase.change.core
    -
     
    -
    DropAllForeignKeyConstraintsChange() - Constructor for class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    DropAllTask - Class in liquibase.integration.ant
    -
     
    -
    DropAllTask() - Constructor for class liquibase.integration.ant.DropAllTask
    -
     
    -
    DropColumnChange - Class in liquibase.change.core
    -
    -
    Drops an existing column from a table.
    -
    -
    DropColumnChange() - Constructor for class liquibase.change.core.DropColumnChange
    -
     
    -
    DropColumnGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.DropColumnGenerator
    -
     
    -
    DropColumnStatement - Class in liquibase.statement.core
    -
     
    -
    DropColumnStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropColumnStatement
    -
     
    -
    DropColumnStatement(List<DropColumnStatement>) - Constructor for class liquibase.statement.core.DropColumnStatement
    -
     
    -
    dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    dropDatabaseObjects(CatalogAndSchema) - Method in interface liquibase.database.Database
    -
    -
    Drops all objects in a specified schema.
    -
    -
    dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    DropDefaultValueChange - Class in liquibase.change.core
    -
    -
    Removes the default value from an existing column.
    -
    -
    DropDefaultValueChange() - Constructor for class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    DropDefaultValueGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGenerator
    -
     
    -
    DropDefaultValueStatement - Class in liquibase.statement.core
    -
     
    -
    DropDefaultValueStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    dropFirst - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    DropForeignKeyConstraintChange - Class in liquibase.change.core
    -
    -
    Drops an existing foreign key constraint.
    -
    -
    DropForeignKeyConstraintChange() - Constructor for class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    DropForeignKeyConstraintGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropForeignKeyConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    -
     
    -
    DropForeignKeyConstraintStatement - Class in liquibase.statement.core
    -
     
    -
    DropForeignKeyConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropForeignKeyConstraintStatement
    -
     
    -
    DropIndexChange - Class in liquibase.change.core
    -
    -
    Drops an existing index.
    -
    -
    DropIndexChange() - Constructor for class liquibase.change.core.DropIndexChange
    -
     
    -
    DropIndexGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.DropIndexGenerator
    -
     
    -
    DropIndexStatement - Class in liquibase.statement.core
    -
     
    -
    DropIndexStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropIndexStatement
    -
     
    -
    DropNotNullConstraintChange - Class in liquibase.change.core
    -
    -
    Drops a not-null constraint from an existing column.
    -
    -
    DropNotNullConstraintChange() - Constructor for class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    DropPrimaryKeyChange - Class in liquibase.change.core
    -
    -
    Removes an existing primary key.
    -
    -
    DropPrimaryKeyChange() - Constructor for class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    DropPrimaryKeyGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropPrimaryKeyGenerator() - Constructor for class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    -
     
    -
    DropPrimaryKeyStatement - Class in liquibase.statement.core
    -
     
    -
    DropPrimaryKeyStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    DropProcedureChange - Class in liquibase.change.core
    -
     
    -
    DropProcedureChange() - Constructor for class liquibase.change.core.DropProcedureChange
    -
     
    -
    DropProcedureGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGenerator
    -
     
    -
    DropProcedureStatement - Class in liquibase.statement.core
    -
     
    -
    DropProcedureStatement(String, String, String) - Constructor for class liquibase.statement.core.DropProcedureStatement
    -
     
    -
    DropSequenceChange - Class in liquibase.change.core
    -
    -
    Drops an existing sequence.
    -
    -
    DropSequenceChange() - Constructor for class liquibase.change.core.DropSequenceChange
    -
     
    -
    DropSequenceGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.DropSequenceGenerator
    -
     
    -
    DropSequenceStatement - Class in liquibase.statement.core
    -
     
    -
    DropSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.DropSequenceStatement
    -
     
    -
    DropTableChange - Class in liquibase.change.core
    -
    -
    Drops an existing table.
    -
    -
    DropTableChange() - Constructor for class liquibase.change.core.DropTableChange
    -
     
    -
    DropTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropTableGenerator() - Constructor for class liquibase.sqlgenerator.core.DropTableGenerator
    -
     
    -
    DropTableStatement - Class in liquibase.statement.core
    -
     
    -
    DropTableStatement(String, String, String, boolean) - Constructor for class liquibase.statement.core.DropTableStatement
    -
     
    -
    DropUniqueConstraintChange - Class in liquibase.change.core
    -
    -
    Removes an existing unique constraint.
    -
    -
    DropUniqueConstraintChange() - Constructor for class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    DropUniqueConstraintGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropUniqueConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    -
     
    -
    DropUniqueConstraintStatement - Class in liquibase.statement.core
    -
     
    -
    DropUniqueConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    DropUniqueConstraintStatement(String, String, String, String, ColumnConfig[]) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    DropViewChange - Class in liquibase.change.core
    -
    -
    Drops an existing view.
    -
    -
    DropViewChange() - Constructor for class liquibase.change.core.DropViewChange
    -
     
    -
    DropViewGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    DropViewGenerator() - Constructor for class liquibase.sqlgenerator.core.DropViewGenerator
    -
     
    -
    DropViewStatement - Class in liquibase.statement.core
    -
     
    -
    DropViewStatement(String, String, String) - Constructor for class liquibase.statement.core.DropViewStatement
    -
     
    -
    DuplicateChangeSetException - Exception in liquibase.exception
    -
     
    -
    DuplicateChangeSetException(String) - Constructor for exception liquibase.exception.DuplicateChangeSetException
    -
     
    -
    DuplicateStatementIdentifierException - Exception in liquibase.exception
    -
     
    -
    DuplicateStatementIdentifierException(String) - Constructor for exception liquibase.exception.DuplicateStatementIdentifierException
    -
     
    -
    - - - -

    E

    -
    -
    EMPTY_QUOTE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    EmptyChange - Class in liquibase.change.core
    -
     
    -
    EmptyChange() - Constructor for class liquibase.change.core.EmptyChange
    -
     
    -
    EmptyDatabaseSnapshot - Class in liquibase.snapshot
    -
     
    -
    EmptyDatabaseSnapshot(Database) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
    -
     
    -
    EmptyDatabaseSnapshot(Database, SnapshotControl) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
    -
     
    -
    EmptyLineAndCommentSkippingInputStream - Class in liquibase.io
    -
    -
    Input stream that does not read (skips) lines starting with commentPattern and line endings.
    -
    -
    EmptyLineAndCommentSkippingInputStream(InputStream, String) - Constructor for class liquibase.io.EmptyLineAndCommentSkippingInputStream
    -
    -
    Creates Input stream that does not read (skips) lines starting with commentLineStartsWith
    -
    -
    enable_tracing() - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Enable tracing.
    -
    -
    enableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    enableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    enableForeignKeyChecks() - Method in interface liquibase.database.Database
    -
     
    -
    enableForeignKeyChecks() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    encoding - Variable in class liquibase.change.AbstractSQLChange
    -
     
    -
    endColumn - Variable in class liquibase.util.grammar.Token
    -
    -
    The column number of the last character of this Token.
    -
    -
    endLine - Variable in class liquibase.util.grammar.Token
    -
    -
    The line number of the last character of this Token.
    -
    -
    entrySet() - Method in class liquibase.util.SmartMap
    -
     
    -
    EOF - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    End of File.
    -
    -
    eol - Variable in exception liquibase.util.grammar.ParseException
    -
    -
    The end of line string for this machine.
    -
    -
    equals(CatalogAndSchema, Database) - Method in class liquibase.CatalogAndSchema
    -
     
    -
    equals(Object) - Method in class liquibase.change.CheckSum
    -
     
    -
    equals(Object) - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    equals(Object) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    equals(Object) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    equals(Object) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    equals(Object) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    equals(Object) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    equals(Object) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    equals(Object) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    equals(Object) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    equals(Object) - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    equals(Object) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    equals(DatabaseObject, Database) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    equals(Object) - Method in class liquibase.statement.core.CommentStatement
    -
     
    -
    equals(Object) - Method in class liquibase.statement.DatabaseFunction
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Catalog
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Column
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Index
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Schema
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.Table
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    equals(Object) - Method in class liquibase.structure.core.View
    -
     
    -
    equals(Boolean, Boolean) - Static method in class liquibase.util.BooleanUtils
    -
    -
    null-safe Boolean equality check - - equals(null, null) = true - - equals(null, true) = false - - equals(null, false) = false - - equals(true, null) = false - - equals(false, null) = false - - equals(true, true) = true - - equals(false, false) = true
    -
    -
    equals(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether two filenames are equal exactly.
    -
    -
    equals(String, String, boolean, IOCase) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether two filenames are equal, optionally normalizing and providing - control over the case-sensitivity.
    -
    -
    equals(Object) - Method in class liquibase.util.SmartMap
    -
     
    -
    equalsIgnoreCaseAndEmpty(String, String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns if two strings are equal, ignoring: - - case (uppercase/lowercase) - difference between null, and empty string, and a string that only has spaces -
    -
    -
    equalsNormalized(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether two filenames are equal after both have been normalized.
    -
    -
    equalsNormalizedOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether two filenames are equal after both have been normalized - and using the case rules of the system.
    -
    -
    equalsOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether two filenames are equal using the case rules of the system.
    -
    -
    equalsSchemas(Database, String, String) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
    -
     
    -
    errorMessages - Variable in class liquibase.exception.ValidationErrors
    -
     
    -
    ErrorPrecondition - Class in liquibase.precondition
    -
     
    -
    ErrorPrecondition(Throwable, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.ErrorPrecondition
    -
     
    -
    escapeColumnName(String, String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeColumnName(String, String, String, String) - Method in interface liquibase.database.Database
    -
    -
    Escapes a single column name in a database-dependent manner so reserved words can be used as a column - name (i.e.
    -
    -
    escapeColumnName(String, String, String, String, boolean) - Method in interface liquibase.database.Database
    -
    -
    Deprecated. -
    Know if you should quote the name or not, and use Database.escapeColumnName(String, String, String, String) which will quote things that look like functions, or leave it along as you see fit. Don't rely on this function guessing.
    -
    -
    -
    escapeColumnName(String, String, String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeColumnNameList(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeColumnNameList(String) - Method in interface liquibase.database.Database
    -
    -
    Escapes a list of column names in a database-dependent manner so reserved words can be used as a column - name (i.e.
    -
    -
    escapeColumnNameList(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeConstraintName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeConstraintName(String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeConstraintName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeDataTypeName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeDataTypeName(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    escapeDataTypeName(String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeDataTypeName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeHtml(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    escapeIndexName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeIndexName(String, String, String) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    escapeIndexName(String, String, String) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    escapeIndexName(String, String, String) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    escapeIndexName(String, String, String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeIndexName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
    -
    -
    This has special case logic to handle NOT quoting column names if they are - of type 'LiquibaseColumn' - columns in the DATABASECHANGELOG or DATABASECHANGELOGLOCK - tables.
    -
    -
    escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
    -
     
    -
    escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeSequenceName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeSequenceName(String, String, String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeSequenceName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeStringForDatabase(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeStringForDatabase(String) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    escapeStringForDatabase(String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeStringForDatabase(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeTableName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeTableName(String, String, String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    escapeTableName(String, String, String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeTableName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeViewName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    escapeViewName(String, String, String) - Method in interface liquibase.database.Database
    -
     
    -
    escapeViewName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    escapeXml(String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
    -
    Provided as a way for sub-classes to override and be able to convert a string - that might have XML reserved characters to an XML-escaped version of that string.
    -
    -
    evaluating(T) - Method in interface liquibase.util.DependencyUtil.NodeValueListener
    -
     
    -
    exception - Variable in class liquibase.change.ChangeStatus
    -
     
    -
    excludeObjects - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ExecutablePreparedStatement - Interface in liquibase.statement
    -
    -
    To be implemented by instances that use a prepared statement for execution
    -
    -
    ExecutablePreparedStatementBase - Class in liquibase.statement
    -
     
    -
    ExecutablePreparedStatementBase(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    execute(Database) - Method in interface liquibase.change.custom.CustomTaskChange
    -
    -
    Method called to run the change logic.
    -
    -
    execute(DatabaseChangeLog, Database) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    execute(DatabaseChangeLog, ChangeExecListener, Database) - Method in class liquibase.changelog.ChangeSet
    -
    -
    This method will actually execute each of the changes in the list against the - specified database.
    -
    -
    execute() - Method in class liquibase.command.AbstractCommand
    -
     
    -
    execute() - Method in interface liquibase.command.LiquibaseCommand
    -
    -
    Executes the command.
    -
    -
    execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    execute(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
    -
     
    -
    execute(Change) - Method in class liquibase.executor.AbstractExecutor
    -
     
    -
    execute(Change, List<SqlVisitor>) - Method in class liquibase.executor.AbstractExecutor
    -
     
    -
    execute(Change) - Method in interface liquibase.executor.Executor
    -
    -
    Write methods
    -
    -
    execute(Change, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
     
    -
    execute(SqlStatement) - Method in interface liquibase.executor.Executor
    -
     
    -
    execute(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
     
    -
    execute(StatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    execute(CallableStatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    execute(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    execute(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    execute() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    execute(PreparedStatementFactory) - Method in interface liquibase.statement.ExecutablePreparedStatement
    -
    -
    Execute the prepared statement
    -
    -
    execute(PreparedStatementFactory) - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    executeCommand(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    ExecutedAfterChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    ExecutedAfterChangeSetFilter(Date, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.ExecutedAfterChangeSetFilter
    -
     
    -
    executePreparedStatement(PreparedStatement) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
     
    -
    executePreparedStatement(PreparedStatement) - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    executeRollbackScript(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    executeRollbackStatements(Change, List<SqlVisitor>) - Method in interface liquibase.database.Database
    -
     
    -
    executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
    -
     
    -
    executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    ExecuteShellCommandChange - Class in liquibase.change.core
    -
    -
    Executes a given shell executable.
    -
    -
    ExecuteShellCommandChange() - Constructor for class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    ExecuteSqlCommand - Class in liquibase.command.core
    -
     
    -
    ExecuteSqlCommand() - Constructor for class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in interface liquibase.database.Database
    -
     
    -
    executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.ChangeLogSyncTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseRollbackFutureTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DropAllTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.MarkNextChangeSetRanTask
    -
     
    -
    executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.TagDatabaseTask
    -
     
    -
    Executor - Interface in liquibase.executor
    -
    -
    Interface for a class that is capable of executing statements/queries against a DBMS.
    -
    -
    ExecutorService - Class in liquibase.executor
    -
     
    -
    ExpandBuff(boolean) - Method in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    expandExpressions(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    expandExpressions(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters.ExpressionExpander
    -
     
    -
    expandExpressions(ParsedNode) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    ExpectedChangesVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    ExpectedChangesVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ExpectedChangesVisitor
    -
     
    -
    expectedTokenSequences - Variable in exception liquibase.util.grammar.ParseException
    -
    -
    Each entry in this array is an array of integers.
    -
    -
    ExpressionExpander(ChangeLogParameters) - Constructor for class liquibase.changelog.ChangeLogParameters.ExpressionExpander
    -
     
    -
    ExpressionMatcher - Class in liquibase.util
    -
    -
    Common functionality for matching set of Context/Labels against provided expression.
    -
    -
    EXTENSION_SEPARATOR - Static variable in class liquibase.util.file.FilenameUtils
    -
    -
    The extension separator character.
    -
    -
    EXTENSION_SEPARATOR_STR - Static variable in class liquibase.util.file.FilenameUtils
    -
    -
    The extension separator String.
    -
    -
    extractData(ResultSet) - Method in class liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor
    -
     
    -
    extractData(ResultSet) - Method in class liquibase.executor.jvm.RowMapperResultSetExtractor
    -
     
    -
    - - - -

    F

    -
    -
    fail(String) - Static method in class liquibase.util.Validate
    -
     
    -
    FailedPrecondition - Class in liquibase.precondition
    -
     
    -
    FailedPrecondition(String, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.FailedPrecondition
    -
     
    -
    failure(String) - Static method in class liquibase.util.Validate
    -
     
    -
    fatal(String) - Method in class liquibase.sdk.Main
    -
     
    -
    fatal(Throwable) - Method in class liquibase.sdk.Main
    -
     
    -
    fatal(String, Throwable) - Method in class liquibase.sdk.Main
    -
     
    -
    FieldFilter() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
    -
     
    -
    fieldMap - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    FilenameUtils - Class in liquibase.util.file
    -
    -
    Original code copied from Commons IO.
    -
    -
    FilenameUtils() - Constructor for class liquibase.util.file.FilenameUtils
    -
    -
    Instances should NOT be constructed in standard programming.
    -
    -
    FileSystemResourceAccessor - Class in liquibase.resource
    -
    -
    A @{link ResourceAccessor} implementation which finds Files in the File System.
    -
    -
    FileSystemResourceAccessor() - Constructor for class liquibase.resource.FileSystemResourceAccessor
    -
    -
    Creates with no base directory.
    -
    -
    FileSystemResourceAccessor(String) - Constructor for class liquibase.resource.FileSystemResourceAccessor
    -
    -
    Creates with base directory for relative path support.
    -
    -
    FileUtil - Class in liquibase.util
    -
     
    -
    FillBuff() - Method in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    Filter(Class<DatabaseObject>, Pattern) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter.Filter
    -
     
    -
    filterRollbackVisitors(List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Takes a list of SqlVisitors and returns a new list with only the SqlVisitors set to apply to rollbacks
    -
    -
    finalCommandArray - Variable in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    finalizeIndex(Schema, String, Index, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
    -
     
    -
    finalSchemaComparisons - Variable in class liquibase.diff.compare.CompareControl.ComputedSchemas
    -
     
    -
    finalTargetSchemas - Variable in class liquibase.diff.compare.CompareControl.ComputedSchemas
    -
     
    -
    find(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.osgi.OSGiPackageScanClassResolver
    -
     
    -
    find(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    findAllClasses(String, ClassLoader) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    findByFilter(PackageScanFilter, String...) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    findByFilter(PackageScanFilter, String...) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Attempts to discover classes filter by the provided filter
    -
    -
    findClass(Class) - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    findClasses(Class<T>) - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    findCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    findDefaultDriver(String) - Method in class liquibase.database.DatabaseFactory
    -
    -
    Returns the Java class name of the JDBC driver class (e.g.
    -
    -
    findDescriptor(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Gets the property descriptor for a given column position.
    -
    -
    findDescriptor(String) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Find the property descriptor for a given column.
    -
    -
    findDescriptor(int) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Implementation will have to return a property descriptor from a bean based on the current column.
    -
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.CatalogComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.ColumnComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.IndexComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.SchemaComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.TableComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, Set<String>) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    findField(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Gets the field for a given column position.
    -
    -
    findField(String) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Find the field for a given column.
    -
    -
    findField(int) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Implementation will have to return - based on the current column - a BeanField containing - the Field and a boolean representing whether the field is required (mandatory) or not.
    -
    -
    FindForeignKeyConstraintsStatement - Class in liquibase.statement.core
    -
     
    -
    FindForeignKeyConstraintsStatement(String, String, String) - Constructor for class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    findImplementations(Class, String...) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    findImplementations(Class<?>, String...) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Attempts to discover classes that are assignable to the type provided.
    -
    -
    findInAllClasses(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    finishedSnapshot(DatabaseObject, DatabaseObject, Database) - Method in interface liquibase.snapshot.SnapshotListener
    -
    -
    Called after an object is fully loaded from the database.
    -
    -
    finishInitialization() - Method in class liquibase.change.AbstractChange
    -
    -
    Default implementation is a no-op
    -
    -
    finishInitialization() - Method in interface liquibase.change.Change
    -
    -
    This method will be called by the changlelog parsing process after all of the - properties have been set to allow the task to do any additional initialization logic.
    -
    -
    finishInitialization() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    finishInitialization(String) - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    finishInitialization(String) - Method in class liquibase.datatype.core.IntType
    -
     
    -
    finishInitialization(String) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    Firebird3Database - Class in liquibase.database.core
    -
     
    -
    Firebird3Database() - Constructor for class liquibase.database.core.Firebird3Database
    -
     
    -
    FirebirdDatabase - Class in liquibase.database.core
    -
    -
    Firebird database implementation.
    -
    -
    FirebirdDatabase() - Constructor for class liquibase.database.core.FirebirdDatabase
    -
     
    -
    fireRan(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    fireRunFailed(ChangeSet, DatabaseChangeLog, Database, MigrationFailedException) - Method in class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    fireWillRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.ChangedObjectChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.MissingObjectChangeGenerator
    -
     
    -
    fixOutputAsSchema(Change[], CompareControl.SchemaComparison[]) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
    -
     
    -
    fixOutputAsSchema(Change[], CompareControl.SchemaComparison[]) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    fixSchema(Change[], CompareControl.SchemaComparison[]) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
    -
     
    -
    fixSchema(Change[], CompareControl.SchemaComparison[]) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    -
     
    -
    fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.UnexpectedObjectChangeGenerator
    -
     
    -
    fixupArgs(String[]) - Method in class liquibase.integration.commandline.Main
    -
    -
    On windows machines, it splits args on '=' signs.
    -
    -
    FloatType - Class in liquibase.datatype.core
    -
     
    -
    FloatType() - Constructor for class liquibase.datatype.core.FloatType
    -
     
    -
    floatValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    FluentPropertyBeanIntrospector - Class in liquibase.util.beans
    -
     
    -
    FluentPropertyBeanIntrospector() - Constructor for class liquibase.util.beans.FluentPropertyBeanIntrospector
    -
     
    -
    flush() - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Flush underlying stream to writer.
    -
    -
    flushQuietly() - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    flushes the writer without throwing any exceptions.
    -
    -
    forceReleaseLock() - Method in interface liquibase.lockservice.LockService
    -
    -
    Releases whatever locks are on the database change log table
    -
    -
    forceReleaseLock() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    forceReleaseLock() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    forceReleaseLocks() - Method in class liquibase.Liquibase
    -
     
    -
    ForeignKey - Class in liquibase.structure.core
    -
     
    -
    ForeignKey() - Constructor for class liquibase.structure.core.ForeignKey
    -
     
    -
    ForeignKey(String) - Constructor for class liquibase.structure.core.ForeignKey
    -
     
    -
    ForeignKey(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.ForeignKey
    -
     
    -
    ForeignKeyComparator - Class in liquibase.diff.compare.core
    -
     
    -
    ForeignKeyComparator() - Constructor for class liquibase.diff.compare.core.ForeignKeyComparator
    -
     
    -
    ForeignKeyConstraint - Class in liquibase.statement
    -
     
    -
    ForeignKeyConstraint(String, String) - Constructor for class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    ForeignKeyConstraint(String, String, boolean) - Constructor for class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    ForeignKeyConstraint(String, String, String, String) - Constructor for class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    ForeignKeyConstraint(String, String, String, String, boolean) - Constructor for class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    ForeignKeyConstraintType - Enum in liquibase.structure.core
    -
     
    -
    ForeignKeyExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ForeignKeyExistsPrecondition() - Constructor for class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    ForeignKeySnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    ForeignKeySnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    format(Date) - Method in class liquibase.util.ISODateFormat
    -
     
    -
    format(Time) - Method in class liquibase.util.ISODateFormat
    -
     
    -
    format(Timestamp) - Method in class liquibase.util.ISODateFormat
    -
     
    -
    format(Date) - Method in class liquibase.util.ISODateFormat
    -
     
    -
    formatNumber(String) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Removes any trailing ".0[...]0" from the end of a number
    -
    -
    FormattedSqlChangeLogParser - Class in liquibase.parser.core.formattedsql
    -
     
    -
    FormattedSqlChangeLogParser() - Constructor for class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    -
     
    -
    FormattedSqlChangeLogSerializer - Class in liquibase.serializer.core.formattedsql
    -
     
    -
    FormattedSqlChangeLogSerializer() - Constructor for class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    from(DataType, Database) - Method in class liquibase.datatype.DataTypeFactory
    -
     
    -
    from(DatabaseDataType, Database) - Method in class liquibase.datatype.DataTypeFactory
    -
     
    -
    fromDescription(String, Database) - Method in class liquibase.datatype.DataTypeFactory
    -
    -
    Translates a column data type definition (e.g.
    -
    -
    fromName(String) - Static method in class liquibase.change.ColumnConfig
    -
     
    -
    fromName(String) - Static method in class liquibase.structure.core.Column
    -
     
    -
    fromObject(Object, Database) - Method in class liquibase.datatype.DataTypeFactory
    -
     
    -
    functionToSql(DatabaseFunction, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    futureRollbackSQL(String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(String, Writer, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, String, Writer, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    futureRollbackSQL(Integer, String, Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    - - - -

    G

    -
    -
    generate(Database) - Method in class liquibase.statement.core.RuntimeStatement
    -
     
    -
    GENERATE_CHANGESET_CREATED_VALUES - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
    -
     
    -
    generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, ChangeLogSerializer, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
    -
     
    -
    GenerateChangeLogCommand - Class in liquibase.command.core
    -
     
    -
    GenerateChangeLogCommand() - Constructor for class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    GenerateChangeLogTask - Class in liquibase.integration.ant
    -
     
    -
    GenerateChangeLogTask() - Constructor for class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    generateChangeSets() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    generateCheckSum() - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation generates checksum by serializing the change with StringChangeLogSerializer
    -
    -
    generateCheckSum() - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Calculates the checksum based on the contained SQL.
    -
    -
    generateCheckSum() - Method in interface liquibase.change.Change
    -
    -
    Calculates the checksum of this Change based on the current configuration.
    -
    -
    generateCheckSum() - Method in class liquibase.change.core.CreateProcedureChange
    -
    -
    Calculates the checksum based on the contained SQL.
    -
    -
    generateCheckSum() - Method in class liquibase.change.core.CreateViewChange
    -
    -
    Calculates the checksum based on the contained SQL.
    -
    -
    generateCheckSum() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    generateCheckSum() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    generateCheckSum() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    generateCheckSum() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    generateCountSql(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    generateCreateTableStatement() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    generateDatabaseFunctionValue(DatabaseFunction) - Method in interface liquibase.database.Database
    -
    -
    Some function names are placeholders that need to be replaced with the specific database value.
    -
    -
    generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    generateDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    generateDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    generateDocumentation(String) - Method in class liquibase.Liquibase
    -
     
    -
    generateDocumentation(String, String) - Method in class liquibase.Liquibase
    -
     
    -
    generateDocumentation(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    generateHeader(StringBuffer, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    generateHeader(StringBuffer, InsertSetStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    generateId(Change[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    generateId() - Method in class liquibase.snapshot.SnapshotIdService
    -
     
    -
    generateParseException() - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Generate ParseException.
    -
    -
    generatePrimaryKeyName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    generatePrimaryKeyName(String) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    generatePrimaryKeyName(String) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    generatePrimaryKeyName(String) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    generatePrimaryKeyName(String) - Method in interface liquibase.database.Database
    -
     
    -
    generatePrimaryKeyName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    generateRollbackStatements(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation relies on value returned from AbstractChange.createInverses().
    -
    -
    generateRollbackStatements(Database) - Method in interface liquibase.change.Change
    -
    -
    Generates the SqlStatement objects that would roll back the change.
    -
    -
    generateRollbackStatements(Database) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    generateRollbackStatements(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Finishes configuring the CustomChange based on the values passed to CustomChangeWrapper.setParam(String, String) then calls CustomSqlRollback.generateRollbackStatements(liquibase.database.Database) - or CustomTaskRollback.rollback(liquibase.database.Database) depending on the CustomChange implementation.
    -
    -
    generateRollbackStatements(Database) - Method in interface liquibase.change.custom.CustomSqlRollback
    -
    -
    Generates the SQL statements required to roll back the change
    -
    -
    generateRollbackStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    generateRollbackStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
     
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation delegates logic to the - SqlGenerator.generateRollbackStatementsIsVolatile(Database) - method on the SqlStatement objects returned by Change.generateStatements(liquibase.database.Database) - If no or null SqlStatements are returned by generateRollbackStatements then this method returns false.
    -
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    generateRollbackStatementsVolatile(Database) - Method in interface liquibase.change.Change
    -
    -
    Returns true if this change reads data from the database or other sources that would change during the course of an update in the Change.generateRollbackStatements(Database) method.
    -
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    generateRollbackStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    generateSingleColumBaseSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    generateSingleColumn(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    generateSingleColumnSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    generateSingleColumnSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
    -
     
    -
    generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
    -
     
    -
    generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
    -
     
    -
    generateSql(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    -
     
    -
    generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
    -
     
    -
    generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
    -
     
    -
    generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
    -
     
    -
    generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
    -
     
    -
    generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
    -
     
    -
    generateSql(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
    -
     
    -
    generateSql(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
    -
     
    -
    generateSql(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
    -
     
    -
    generateSql(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
    -
     
    -
    generateSql(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
    -
     
    -
    generateSql(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    -
     
    -
    generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
    -
    -
    Generate a CREATE INDEX SQL statement.
    -
    -
    generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    -
    -
    Generate a CREATE INDEX SQL statement for Firebird databases.
    -
    -
    generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
    -
     
    -
    generateSql(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
     
    -
    generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
    -
     
    -
    generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
    -
     
    -
    generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
    -
    -
    Informix SQL-specific implementation of the CREATE TABLE SQL generator.
    -
    -
    generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
    -
     
    -
    generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    -
     
    -
    generateSql(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
    -
     
    -
    generateSql(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
    -
     
    -
    generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
    -
     
    -
    generateSql(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    -
     
    -
    generateSql(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
    -
     
    -
    generateSql(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    -
     
    -
    generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
    -
     
    -
    generateSql(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
    -
     
    -
    generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
    -
     
    -
    generateSql(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    -
     
    -
    generateSql(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
    -
     
    -
    generateSql(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
    -
     
    -
    generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
    -
     
    -
    generateSql(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
    -
     
    -
    generateSql(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
    -
     
    -
    generateSql(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    -
     
    -
    generateSql(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    generateSql(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    generateSql(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    generateSql(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    generateSql(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
    -
     
    -
    generateSql(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    -
     
    -
    generateSql(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
    -
     
    -
    generateSql(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    generateSql(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    generateSql(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    generateSql(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
    -
     
    -
    generateSql(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
    -
     
    -
    generateSql(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
    -
     
    -
    generateSql(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    generateSql(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
    -
     
    -
    generateSql(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
    -
     
    -
    generateSql(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
    -
     
    -
    generateSql(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    generateSql(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
    -
     
    -
    generateSql(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
    -
     
    -
    generateSql(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
    -
     
    -
    generateSql(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
    -
     
    -
    generateSql(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
    -
     
    -
    generateSql(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
    -
    Generate the actual Sql for the given statement and database.
    -
    -
    generateSql(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
    -
     
    -
    generateSql(Change, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    generateSql(SqlStatement[], Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    generateSql(List<ColumnConfig>) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
     
    -
    generateSql(List<ColumnConfig>) - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    generateSql(List<ColumnConfig>) - Method in class liquibase.statement.InsertExecutablePreparedStatement
    -
     
    -
    generateSql(List<ColumnConfig>) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Generates one or more SqlStatements depending on how the SQL should be parsed.
    -
    -
    generateStatements(Database) - Method in interface liquibase.change.Change
    -
    -
    Generates the SqlStatement objects required to run the change for the given database.
    -
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    generateStatements(String, String, Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DeleteDataChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.EmptyChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.OutputChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.StopChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.core.TagDatabaseChange
    -
    -
    Generates the SqlStatement objects required to run the change for the given database.
    -
    -
    generateStatements(Database) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    generateStatements(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Finishes configuring the CustomChange based on the values passed to CustomChangeWrapper.setParam(String, String) then calls CustomSqlChange.generateStatements(liquibase.database.Database) - or CustomTaskChange.execute(liquibase.database.Database) depending on the CustomChange implementation.
    -
    -
    generateStatements(Database) - Method in interface liquibase.change.custom.CustomSqlChange
    -
    -
    Generates the SQL statements required to run the change
    -
    -
    generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    generateStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
    -
    Does this change require access to the database metadata? If true, the change cannot be used in an - updateSql-style command.
    -
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation delegates logic to the - SqlGenerator.generateStatementsIsVolatile(Database) method on the - SqlStatement objects returned by Change.generateStatements(liquibase.database.Database).
    -
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in interface liquibase.change.Change
    -
    -
    Returns true if this change reads data from the database or other sources that would change during the course of an update in the Change.generateStatements(Database) method.
    -
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.core.StopChange
    -
     
    -
    generateStatementsVolatile(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    generateStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
    -
    Return true if the SqlStatement class queries the database in any way to determine Statements to execute.
    -
    -
    generateValues(StringBuffer, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    GENERIC_CHANGELOG_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    GENERIC_EXTENSION_XSD - Static variable in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    GENERIC_SNAPSHOT_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    get(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    get(Enum, Class<T>) - Method in class liquibase.Scope
    -
     
    -
    get(Enum, T) - Method in class liquibase.Scope
    -
     
    -
    get(String, Class<T>) - Method in class liquibase.Scope
    -
    -
    Return the value associated with the given key in this scope or any parent scope.
    -
    -
    get(String, T) - Method in class liquibase.Scope
    -
    -
    Return the value associated with the given key in this scope or any parent scope.
    -
    -
    get(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    get(DatabaseObjectType) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Returns the object described by the passed example if it is already included in this snapshot.
    -
    -
    get(Class<DatabaseObjectType>) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Returns all objects of the given type that are already included in this snapshot.
    -
    -
    get(DatabaseObjectType, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
    -
    -
    Returns the object described by the passed example if it is already included in this snapshot.
    -
    -
    get(Class<DatabaseObjectType>) - Method in class liquibase.structure.DatabaseObjectCollection
    -
    -
    Returns all objects of the given type that are already included in this snapshot.
    -
    -
    get(Object) - Method in class liquibase.util.SmartMap
    -
     
    -
    get(String, Class<T>) - Method in class liquibase.util.SmartMap
    -
    -
    Return the value for the given key converted to the passed type.
    -
    -
    get(String, T) - Method in class liquibase.util.SmartMap
    -
    -
    Return the value for the given key converted to the type of the default value.
    -
    -
    get(String) - Method in class liquibase.util.StringClauses
    -
    -
    Retrieves the given key.
    -
    -
    get(Enum) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.get(String) when using enums.
    -
    -
    getAbsolutePath(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
    -
    Gets absolute and normalized path for path.
    -
    -
    getAddAfterColumn() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getAddAtPosition() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getAddBeforeColumn() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getAdditionalInformation() - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Returns additional information that was stored during DataTypeFactory.fromDescription(String, Database) - or other parsers.
    -
    -
    getAffectedColumn(AddAutoIncrementStatement) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    getAffectedColumn(AddColumnStatement) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    getAffectedColumn(AddDefaultValueStatement) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
    -
     
    -
    getAffectedColumn(DropColumnStatement) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
    -
     
    -
    getAffectedColumn(DropDefaultValueStatement) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
    -
     
    -
    getAffectedColumn(SetColumnRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    getAffectedColumn(SetNullableStatement) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
    -
     
    -
    getAffectedColumns(List<AddColumnStatement>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    getAffectedDatabaseObjects(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation delegates logic to the - SqlGeneratorFactory.getAffectedDatabaseObjects(liquibase.statement.SqlStatement, - liquibase.database.Database) method on the SqlStatement objects returned by Change.generateStatements(liquibase.database.Database) - Returns empty set if change is not supported for the passed database
    -
    -
    getAffectedDatabaseObjects(Database) - Method in interface liquibase.change.Change
    -
    -
    Returns example DatabaseObject instances describing the objects affected by this change.
    -
    -
    getAffectedDatabaseObjects() - Method in class liquibase.sql.CallableSql
    -
     
    -
    getAffectedDatabaseObjects() - Method in class liquibase.sql.SingleLineComment
    -
     
    -
    getAffectedDatabaseObjects() - Method in interface liquibase.sql.Sql
    -
     
    -
    getAffectedDatabaseObjects() - Method in class liquibase.sql.UnparsedSql
    -
     
    -
    getAffectedDatabaseObjects(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    getAffectedForeignKey(AddForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    -
     
    -
    getAffectedForeignKey(DropForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    -
     
    -
    getAffectedIndex(CreateIndexStatement) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
    -
     
    -
    getAffectedIndex(DropIndexStatement) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
    -
     
    -
    getAffectedNewColumn(RenameColumnStatement) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    getAffectedNewSequence(RenameSequenceStatement) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    getAffectedNewTable(RenameTableStatement) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    getAffectedNewView(RenameViewStatement) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    getAffectedOldColumn(RenameColumnStatement) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    getAffectedOldSequence(RenameSequenceStatement) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    getAffectedOldTable(RenameTableStatement) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    getAffectedOldView(RenameViewStatement) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    getAffectedPrimaryKey(AddPrimaryKeyStatement) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
    -
     
    -
    getAffectedPrimaryKey(DropPrimaryKeyStatement) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    -
     
    -
    getAffectedSequence(SequenceNextValueFunction) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    -
     
    -
    getAffectedSequence(AlterSequenceStatement) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
    -
     
    -
    getAffectedSequence(CreateSequenceStatement) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
    -
     
    -
    getAffectedSequence(DropSequenceStatement) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
    -
     
    -
    getAffectedTable(Database, String) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
    -
     
    -
    getAffectedTable(CopyRowsStatement) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
    -
     
    -
    getAffectedTable(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    getAffectedTable(CreateTableStatement) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
    -
     
    -
    getAffectedTable(DeleteStatement) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
    -
     
    -
    getAffectedTable(DropTableStatement) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
    -
     
    -
    getAffectedTable(InsertStatement) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    getAffectedTable(InsertOrUpdateStatement) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getAffectedTable(InsertSetStatement) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    getAffectedTable(ModifyDataTypeStatement) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    getAffectedTable(ReorganizeTableStatement) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    getAffectedTable(SetTableRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
    -
     
    -
    getAffectedTable(UpdateStatement) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
    -
     
    -
    getAffectedUniqueConstraint(AddUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
    -
     
    -
    getAffectedUniqueConstraint(DropUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    -
     
    -
    getAffectedView(CreateViewStatement) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
    -
     
    -
    getAffectedView(DropViewStatement) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
    -
     
    -
    getAfterColumn() - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    getAliases() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getAliases() - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    getAllChangeNamespaces() - Method in class liquibase.change.ChangeFactory
    -
     
    -
    getAllClasses() - Method in class liquibase.sdk.Context
    -
     
    -
    getAlternatePaths(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
    -
    -
    Return alternate options for the given path that the user maybe meant.
    -
    -
    getAlterTableSqls(Database, SQLiteDatabase.AlterTableVisitor, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
    -
    -
    Uses SqlGeneratorFactory to generate Sql for the specified visitor and db objects.
    -
    -
    getAlterTableStatements(SQLiteDatabase.AlterTableVisitor, Database, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getAlwaysOverrideStoredLogicSchema() - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    getApplicableDbms() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getApplicableDbms() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    getAppliesTo() - Method in class liquibase.change.ChangeMetaData
    -
    -
    Returns the types of DatabaseObjects this change would apply to.
    -
    -
    getArgs() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getAssociatedWith() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getAssociatedWith() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getAssociatedWith() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getAssociatedWith() - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    getAssociatedWith() - Method in class liquibase.structure.core.Index
    -
     
    -
    getAssociatedWithAsString() - Method in class liquibase.structure.core.Index
    -
     
    -
    getAttribute(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getAttribute(String, Class<T>) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getAttribute(String, T) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getAttribute(String, Class<T>) - Method in interface liquibase.structure.DatabaseObject
    -
    -
    Retrieves the value of a DatabaseObject's attributes and cast it into the desired type.
    -
    -
    getAttribute(String, T) - Method in interface liquibase.structure.DatabaseObject
    -
    -
    Retrieves the value of a DatabaseObject's attributes and cast it into the desired type.
    -
    -
    getAttributes() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getAttributes() - Method in interface liquibase.structure.DatabaseObject
    -
    -
    Returns the name of all attributes currently stored for this DatabaseObject.
    -
    -
    getAuthor() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getAuthor() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getAuthor() - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    getAuthor() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    getAuthorColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getAutoCommit() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getAutoCommit() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getAutoCommit() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getAutoCommit() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getAutoCommitMode() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoCommitMode() - Method in interface liquibase.database.Database
    -
    -
    Auto-commit mode to run in
    -
    -
    getAutoCommitMode() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getAutoIncrementByClause() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementByClause() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getAutoIncrementByClause() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Default implementation.
    -
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getAutoIncrementClause() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in interface liquibase.database.Database
    -
    -
    Returns database-specific auto-increment DDL clause.
    -
    -
    getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getAutoIncrementClosing() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementClosing() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getAutoIncrementConstraint() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getAutoIncrementConstraints() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getAutoIncrementInformation() - Method in class liquibase.structure.core.Column
    -
     
    -
    getAutoIncrementOpening() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementOpening() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getAutoIncrementStartWithClause() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getAutoIncrementStartWithClause() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getBackingIndex() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getBackingIndex() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getBackingIndex() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getBanner() - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
     
    -
    getBaseColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getBaseColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getBaseColumns() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getBaseName(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the base name, minus the full path and extension, from a full filename.
    -
    -
    getBaseTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getBaseTableCatalogName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    getBaseTableCatalogName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getBaseTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getBaseTableCatalogName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
    -
     
    -
    getBaseTableCatalogName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    getBaseTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getBaseTableName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    getBaseTableName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getBaseTableName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getBaseTableName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
    -
     
    -
    getBaseTableName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
    -
     
    -
    getBaseTableSchemaName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    getBatchThreshold() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getBeanName() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Gets the Spring-name of this instance.
    -
    -
    getBeforeColumn() - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    getBeginColumn() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get token beginning column number.
    -
    -
    getBeginLine() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get token beginning line number.
    -
    -
    getBody() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    getBoolean(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    getBuildTime() - Static method in class liquibase.util.LiquibaseUtil
    -
     
    -
    getBuildVersion() - Static method in class liquibase.util.LiquibaseUtil
    -
     
    -
    getBundle() - Method in class liquibase.osgi.OSGiResourceAccessor
    -
     
    -
    getCacheSize() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getCacheSize() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getCacheSize() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getCacheSize() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getCacheSize() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getCatalog() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getCatalog() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getCatalog() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getCatalog() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getCatalog() - Method in class liquibase.integration.ant.DropAllTask
    -
     
    -
    getCatalog() - Method in interface liquibase.structure.CatalogLevelObject
    -
     
    -
    getCatalog() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getCatalogName() - Method in class liquibase.CatalogAndSchema
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getCatalogName() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.CreateViewStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropProcedureStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropSequenceStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropTableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.DropViewStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.ReindexStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.RenameSequenceStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.RenameTableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.RenameViewStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.ReorganizeTableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.SetTableRemarksStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.TableRowCountStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getCatalogName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    getCatalogName() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getCause() - Method in class liquibase.precondition.ErrorPrecondition
    -
     
    -
    getChangedObject(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getChangedObjects() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getChangedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getChangedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getChangeExecListener(Database, ResourceAccessor, String, String) - Static method in class liquibase.integration.commandline.ChangeExecListenerUtils
    -
     
    -
    getChangeLog() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getChangeLog() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getChangeLog() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getChangeLog() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getChangeLog() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Returns a Resource that is able to resolve to a file or classpath resource.
    -
    -
    getChangeLogDirectory() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
    -
    Gets the change log directory set from Ant.
    -
    -
    getChangeLogDirectory() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method is designed to be overridden by subclasses when a change log is needed.
    -
    -
    getChangeLogFile() - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    getChangeLogFile() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
    -
    Gets the change log file set from Ant.
    -
    -
    getChangeLogFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method is designed to be overridden by subclasses when a change log is needed.
    -
    -
    getChangeLogFile() - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    getChangeLogFile() - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    getChangeLogFile() - Method in class liquibase.Liquibase
    -
    -
    Return the change log file used by this Liquibase instance.
    -
    -
    getChangeLogFile() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    getChangeLogLockRecheckTime() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    getChangeLogLockWaitTime() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    getChangeLogParameters() - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    getChangeLogParameters() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getChangeLogParameters() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getChangeLogParameters() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    getChangeLogParameters() - Method in class liquibase.Liquibase
    -
    -
    Returns the ChangeLogParameters container used by this Liquibase instance.
    -
    -
    getChangeLogSerializer() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    getChangeLogService(Database) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
     
    -
    getChangeMetaData(String) - Method in class liquibase.change.ChangeFactory
    -
     
    -
    getChangeMetaData(Change) - Method in class liquibase.change.ChangeFactory
    -
     
    -
    getChanges() - Method in class liquibase.changelog.ChangeSet
    -
    -
    Returns an unmodifiable list of changes.
    -
    -
    getChanges() - Method in class liquibase.changelog.RollbackContainer
    -
     
    -
    getChangeSet() - Method in class liquibase.change.AbstractChange
    -
    -
    Returns the changeSet this Change is part of.
    -
    -
    getChangeSet() - Method in interface liquibase.change.Change
    -
    -
    Returns the changeSet this Change is part of.
    -
    -
    getChangeSet() - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    getChangeSet(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getChangeSet(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getChangeSet() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
    -
     
    -
    getChangeSet() - Method in class liquibase.statement.core.RemoveChangeSetRanStatusStatement
    -
     
    -
    getChangeSet() - Method in class liquibase.statement.core.UpdateChangeSetChecksumStatement
    -
     
    -
    getChangeSetAuthor() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    getChangeSetFilters() - Method in class liquibase.changelog.ChangeLogIterator
    -
     
    -
    getChangeSetPath() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    getChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getChangeSetStatuses(Contexts) - Method in class liquibase.Liquibase
    -
    -
    Deprecated. -
    use version with LabelExpression
    -
    -
    -
    getChangeSetStatuses(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    getChangeSetStatuses(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
    -
    -
    Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they - would be ran.
    -
    -
    getChangeSetsToRun() - Method in class liquibase.changelog.visitor.StatusVisitor
    -
    -
    Return the change sets that will execute
    -
    -
    getChangeSetsToSkip() - Method in class liquibase.changelog.visitor.StatusVisitor
    -
    -
    Return the change sets that will NOT execute
    -
    -
    getChangeValidationExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getCharacterOctetLength() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getCharTypeName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getCharTypeName(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    -
     
    -
    getCharTypeName(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getCheckConstraint() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the check constraint to use on this column.
    -
    -
    getChild(String, String) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Returns the ParsedNode defined by the given namespace and name.
    -
    -
    getChildren() - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Returns the child ParsedNodes of this node.
    -
    -
    getChildren(String, String) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Returns all child nodes with the given namespace and name.
    -
    -
    getChildValue(String, String, T) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Convenience method for ParsedNode.getChildValue(String, String, Class) but returns the passed defaultValue if the given node is null or not defined.
    -
    -
    getChildValue(String, String, Class<T>) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Returns the value of the given node, converted to the passed type.
    -
    -
    getChildValue(String, String) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Returns the value of the given node with no conversion attempted.
    -
    -
    getClassLoader() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Returns the classloader to use when creating the CustomChange instance in CustomChangeWrapper.setClass(String).
    -
    -
    getClassLoader() - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    getClassLoader() - Method in class liquibase.Scope
    -
     
    -
    getClassLoader(boolean) - Method in class liquibase.Scope
    -
     
    -
    getClassLoaders() - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    getClassLoaders() - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Gets the ClassLoader instances that should be used when scanning for classes.
    -
    -
    getClassName() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Returns the name of the custom class set in CustomChangeWrapper.setClass(String)
    -
    -
    getClassName() - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    getClasspath() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    getClauseIterator() - Method in class liquibase.util.StringClauses
    -
     
    -
    getClustered() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getClustered() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getClustered() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getClustered() - Method in class liquibase.structure.core.Index
    -
     
    -
    getColumn() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getColumn(String) - Method in class liquibase.structure.core.Relation
    -
    -
    Returns the column object for the given columnName.
    -
    -
    getColumn() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Deprecated.
    -
    -
    getColumn1Name() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getColumn2Name() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getColumnConfig(int, String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getColumnDataType() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getColumnDataType() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getColumnDataType() - Method in class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    getColumnDataType() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getColumnDataType() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getColumnIndex(String) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    gets the column position for a given column name.
    -
    -
    getColumnIndex(String) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Gets the column index that corresponds to a specific colum name.
    -
    -
    getColumnIndex(String) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Gets the column index that corresponds to a specific colum name.
    -
    -
    getColumnKey(String) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
    -
    -
    Determine the key to use for the given column in the column Map.
    -
    -
    getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    Retrieves the column mappings.
    -
    -
    getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
    -
    -
    retrieves the column mappings of the strategy.
    -
    -
    getColumnMapRowMapper() - Method in class liquibase.executor.jvm.JdbcExecutor
    -
    -
    Create a new RowMapper for reading columns as key-value pairs.
    -
    -
    getColumnName() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getColumnName() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getColumnName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getColumnName() - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getColumnName() - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    gets a column name.
    -
    -
    getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Get the column name for a given column position.
    -
    -
    getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
    -
    -
    Retrieves the column name for a given column position
    -
    -
    getColumnNames() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getColumnNames() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getColumnNames() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getColumnNames() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getColumnNames() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getColumnNames() - Method in class liquibase.structure.core.Index
    -
     
    -
    getColumnNames() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getColumnNames() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getColumnNamesAsList() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getColumnRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getColumns() - Method in interface liquibase.change.ChangeWithColumns
    -
    -
    Return all the ColumnConfig objects defined for this Change
    -
    -
    getColumns() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getColumns() - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    getColumns(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
    -
    Return the columns for the given catalog, schema, table, and column.
    -
    -
    getColumns() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getColumns() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getColumns() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getColumns() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getColumns() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    getColumns() - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    getColumns() - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    getColumns() - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    getColumns() - Method in class liquibase.structure.core.Index
    -
     
    -
    getColumns() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getColumns() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getColumns() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getColumnSize() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getColumnSizeUnit() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getColumnsToAdd() - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
    -
     
    -
    getColumnsToSelect() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
    -
     
    -
    getColumnsToSelect() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    getColumnType() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getColumnTypes() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getColumnValue(ResultSet, int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
    -
    -
    Retrieve a JDBC object value for the specified column.
    -
    -
    getColumnValue(String) - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    getColumnValues() - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    getCommand(String) - Method in class liquibase.command.CommandFactory
    -
     
    -
    getCommand() - Method in class liquibase.sdk.Main
    -
     
    -
    getCommandString() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getComment() - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    getCommentLineStartsWith() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getComments() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getComments() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getComments() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    ChangeSet comments
    -
    -
    getComments() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getCommitSQL() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
    -
     
    -
    getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    getComparators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    getCompareControl() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getCompareControl() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getComparedTypes() - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    getComparedTypes() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getComparedValue() - Method in class liquibase.diff.Difference
    -
     
    -
    getComparisonSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    getComparisonSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
    -
     
    -
    getComparisonSnapshot() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getComputed() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getComputed() - Method in class liquibase.structure.core.Column
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.core.H2Database
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getConcatSql(String...) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getConcatSql(String...) - Method in interface liquibase.database.Database
    -
    -
    Returns SQL to concat the passed values.
    -
    -
    getConcatSql(String...) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Return an instance of the passed AbstractConfigurationContainer type.
    -
    -
    getConfiguration(String) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
     
    -
    getConfirmationMessage() - Method in interface liquibase.change.Change
    -
    -
    Confirmation message to be displayed after the change is executed.
    -
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DeleteDataChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.EmptyChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.OutputChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.StopChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    getConfirmationMessage() - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    getConfirmationMessage() - Method in interface liquibase.change.custom.CustomChange
    -
    -
    Confirmation message to be displayed after the change is executed
    -
    -
    getConfirmationMessage() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Return the customChange's CustomChange.getConfirmationMessage() message as the Change's message.
    -
    -
    getConnection() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getConnection() - Method in interface liquibase.database.Database
    -
     
    -
    getConnection() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getConnectionCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getConnectionCatalogName() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getConnectionCatalogName() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getConnectionCatalogName() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getConnectionProperties() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getConnectionSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Overwrite this method to get the default schema name for the connection.
    -
    -
    getConnectionSchemaName() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getConnectionSchemaName() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getConnectionSchemaName() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getConnectionSchemaName() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getConnectionSchemaName() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getConnectionSchemaNameCallStatement() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Used to obtain the connection schema name through a statement - Override this method to change the statement.
    -
    -
    getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getConnectionURL() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getConnectionUserName() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getConnectionUserName() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getConnectionUserName() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getConnectionUserName() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getConnectionUsername() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getConstraintName() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    getConstraintName() - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    getConstraints() - Method in class liquibase.change.ColumnConfig
    -
    -
    Returns the ConstraintsConfig this ColumnConfig is using.
    -
    -
    getConstraints() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getContainer() - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
     
    -
    getContainerTypes(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    getContainingObjects() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getContainingObjects() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Column
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Data
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Index
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    getContainingObjects() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getContainingObjects() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    getContainsFullDefinition() - Method in class liquibase.structure.core.View
    -
     
    -
    getContentLength(InputStream) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    getContentLength(Reader) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    getContents(File, boolean, boolean, boolean, String, Set<String>) - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    getContents(File) - Static method in class liquibase.util.FileUtil
    -
     
    -
    getContext() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getContext() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getContext() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getContext() - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    getContext() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getContextExpression() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getContexts() - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    getContexts() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getContexts() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getContexts() - Method in class liquibase.ContextExpression
    -
     
    -
    getContexts() - Method in class liquibase.Contexts
    -
     
    -
    getContexts() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    getContexts() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method no longer does anything.
    -
    -
    getContexts() - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    getContexts() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getContexts() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getContexts() - Method in class liquibase.RuntimeEnvironment
    -
     
    -
    getContexts() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getContexts() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    getContextsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getCopyColumns() - Method in class liquibase.statement.core.CopyRowsStatement
    -
     
    -
    getCreated() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getCSVReader() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getCurrentCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    getCurrentDateTimeFunction() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getCurrentDateTimeFunction() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getCurrentDateTimeFunction() - Method in interface liquibase.database.Database
    -
    -
    Returns database-specific function for generating the current date/time.
    -
    -
    getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getCurrentDateTimeFunction() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getCurrentScope() - Static method in class liquibase.Scope
    -
     
    -
    getCurrentScope() - Method in class liquibase.ScopeManager
    -
     
    -
    getCurrentScope() - Method in class liquibase.SingletonScopeFactory
    -
     
    -
    getCurrentValue(Change) - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Returns the current value of this parameter for the given Change.
    -
    -
    getCurrentVersion() - Static method in class liquibase.change.CheckSum
    -
    -
    Return the current CheckSum algorithm version.
    -
    -
    getCustomChange() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Return the CustomChange instance created by the call to CustomChangeWrapper.setClass(String).
    -
    -
    getCycle() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getCycle() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getCycle() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getCycle() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getDatabase() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    getDatabase() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getDatabase() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    getDatabase() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    getDatabase() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    getDatabase(String) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    getDatabase() - Method in class liquibase.Liquibase
    -
    -
    Returns the Database used by this Liquibase instance.
    -
    -
    getDatabase() - Method in class liquibase.Scope
    -
     
    -
    getDatabase() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getDatabaseCatalogNames(Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
    -
    Fetches an array of Strings with the catalog names in the database.
    -
    -
    getDatabaseChangeLog() - Method in class liquibase.Liquibase
    -
     
    -
    getDatabaseChangeLogLockPollRate() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Wait time (in seconds) between polling requests to the changelog lock system.
    -
    -
    getDatabaseChangeLogLockTable() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getDatabaseChangeLogLockTable() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Table name to use for DATABASECHANGELOGLOCK
    -
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDatabaseChangeLogLockTableName() - Method in interface liquibase.database.Database
    -
     
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDatabaseChangeLogLockTableName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseChangeLogLockWaitTime() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Wait time (in minutes) to wait to receive the changelog lock before giving up.
    -
    -
    getDatabaseChangeLogObjectsTablespace() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getDatabaseChangeLogTable() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getDatabaseChangeLogTable() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getDatabaseChangeLogTable(SnapshotControl, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Table name to use for DATABASECHANGELOG
    -
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDatabaseChangeLogTableName() - Method in interface liquibase.database.Database
    -
     
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDatabaseChangeLogTableName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseClass() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getDatabaseClass() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDatabaseFullVersion() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getDatabaseMajorVersion() - Method in interface liquibase.database.Database
    -
     
    -
    getDatabaseMajorVersion() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getDatabaseMajorVersion() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getDatabaseMinorVersion() - Method in interface liquibase.database.Database
    -
     
    -
    getDatabaseMinorVersion() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getDatabaseMinorVersion() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getDatabaseObjects(Class<T>) - Method in class liquibase.structure.core.Schema
    -
     
    -
    getDatabasePatchVersion() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseProductName() - Method in interface liquibase.database.Database
    -
    -
    Returns the name of the database product according to the underlying database.
    -
    -
    getDatabaseProductName() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getDatabaseProductName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseProductName(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseProductVersion() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDatabaseProductVersion() - Method in interface liquibase.database.Database
    -
     
    -
    getDatabaseProductVersion() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getDatabaseProductVersion() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getDatabaseProductVersion() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getDatabaseProductVersion() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getDatabaseProductVersion() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
    -
    -
    Fetches an array of Strings with the schema names in the database.
    -
    -
    getDataDir() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getDataSource() - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    getDataSource() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getDataSource() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    The DataSource that liquibase will use to perform the migration.
    -
    -
    getDataType() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Return the data type of value stored in this parameter.
    -
    -
    getDataType() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getDataType() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getDataType() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getDataTypeClass() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getDataTypeClass(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    getDataTypeClassParameters() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getDataTypeClassParameters(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    getDataTypeId() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getDataTypeMaxParameters(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDataTypeMaxParameters(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDataTypeMaxParameters(String) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDataTypeMaxParameters(String) - Method in interface liquibase.database.Database
    -
     
    -
    getDataTypeMaxParameters(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateExecuted() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getDateFormat(Database) - Method in class liquibase.datatype.core.DateType
    -
     
    -
    getDateFunctions() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDateFunctions() - Method in interface liquibase.database.Database
    -
    -
    Returns list of database native date functions
    -
    -
    getDateFunctions() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateLastExecuted() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Return the date the change set was last executed.
    -
    -
    getDateLiteral(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Return a date literal with the same value as a string formatted using ISO 8601.
    -
    -
    getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.AbstractDb2Database
    -
    -
    Return an DB2 date literal with the same value as a string formatted using ISO 8601.
    -
    -
    getDateLiteral(String) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.H2Database
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.database.core.OracleDatabase
    -
    -
    Returns an Oracle date literal with the same value as a string formatted using ISO 8601.
    -
    -
    getDateLiteral(String) - Method in interface liquibase.database.Database
    -
     
    -
    getDateLiteral(Date) - Method in interface liquibase.database.Database
    -
     
    -
    getDateLiteral(Date) - Method in interface liquibase.database.Database
    -
     
    -
    getDateLiteral(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateLiteral(Date) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateLiteral(Date) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateTimeFormat(Database) - Method in class liquibase.datatype.core.DateTimeType
    -
     
    -
    getDateTimeLiteral(Timestamp) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getDateTimeLiteral(Timestamp) - Method in interface liquibase.database.Database
    -
     
    -
    getDateTimeLiteral(Timestamp) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    -
     
    -
    getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getDbaRecycleBinWarning() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDbms() - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    getDbms() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getDbms() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getDbms() - Method in interface liquibase.change.DbmsTargetedChange
    -
     
    -
    getDbms() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getDbmsSet() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getDbType() - Method in class liquibase.database.core.PostgresDatabase
    -
    -
    Method to get Postgres DB type
    -
    -
    getDecimalDigits() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.database.core.UnsupportedDatabase
    -
    -
    Always returns null or DATABASECHANGELOG table may not be found.
    -
    -
    getDefaultCatalogName() - Method in interface liquibase.database.Database
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getDefaultCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDefaultCatalogName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getDefaultDatabaseProductName() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.H2Database
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getDefaultDriver(String) - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getDefaultDriver(String) - Method in interface liquibase.database.Database
    -
    -
    If this database understands the given url, return the default driver class name.
    -
    -
    getDefaultDriver(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultEncoding() - Method in class liquibase.resource.UtfBomAwareReader
    -
     
    -
    getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    SQL Standard (Foundation) says: "...if is not specified, then 6 is implicit."
    -
    -
    getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
    -
    -
    Returns the default timestamp fractional digits if nothing is specified.
    -
    -
    getDefaultFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
    -
    -
    When a TIMESTAMP column without the parameter "number of fractional digits" is created, what is the default - value?
    -
    -
    getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultNullValue() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getDefaultOnNull() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getDefaultOnNull() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getDefaultOnNull() - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    getDefaultOnNull() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getDefaultOnNull() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getDefaultOutputEncoding() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getDefaultPort() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getDefaultPort() - Method in interface liquibase.database.Database
    -
     
    -
    getDefaultPort() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getDefaultScaleForNativeDataType(String) - Method in interface liquibase.database.Database
    -
    -
    Returns the default precision for a given native data type, e.g.
    -
    -
    getDefaultScaleForNativeDataType(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDefaultSchema() - Method in interface liquibase.database.Database
    -
     
    -
    getDefaultSchema() - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    getDefaultSchema() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getDefaultSchema() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getDefaultSchema() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getDefaultSchemaName() - Method in interface liquibase.database.Database
    -
     
    -
    getDefaultSchemaName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getDefaultSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDefaultSchemaName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDefaultValue() - Method in class liquibase.change.ColumnConfig
    -
    -
    The String default value to assign to this column.
    -
    -
    getDefaultValue() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValue() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the default value to use if no ConfigurationProviders override it.
    -
    -
    getDefaultValue() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getDefaultValue() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getDefaultValue(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getDefaultValue() - Method in class liquibase.structure.core.Column
    -
     
    -
    getDefaultValueBoolean() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the boolean value this column should default to.
    -
    -
    getDefaultValueBoolean() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValueComputed() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the function whose value should generate this column's default.
    -
    -
    getDefaultValueComputed() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValueConstraintName() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getDefaultValueConstraintName() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValueConstraintName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getDefaultValueConstraintName() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getDefaultValueConstraintName(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getDefaultValueConstraintName() - Method in class liquibase.structure.core.Column
    -
     
    -
    getDefaultValueConstraintNames() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getDefaultValueDate() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the date value this column should default to.
    -
    -
    getDefaultValueDate() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValueNumeric() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the numeric value this column should default to.
    -
    -
    getDefaultValueNumeric() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDefaultValueObject() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the value to set this column's default to according to the setDefaultValue* function that was called.
    -
    -
    getDefaultValues() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getDefaultValueSequenceNext() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getDefaultValueSequenceNext() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getDeferrable() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getDeferrable() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getDefinedChanges() - Method in class liquibase.change.ChangeFactory
    -
    -
    Returns all defined changes in the registry.
    -
    -
    getDefinition() - Method in class liquibase.structure.core.View
    -
     
    -
    getDelegate() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    getDeleteRule() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    getDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    getDeploymentId() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getDescending() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getDescending() - Method in class liquibase.structure.core.Column
    -
     
    -
    getDescription() - Method in class liquibase.change.AbstractChange
    -
     
    -
    getDescription() - Method in interface liquibase.change.Change
    -
    -
    Short, scannable description for the DATABASECHANGELOG.DESCRIPTION column
    -
    -
    getDescription() - Method in class liquibase.change.ChangeMetaData
    -
    -
    A description of the Change for documentation purposes.
    -
    -
    getDescription() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getDescription() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getDescription() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    ChangeSet description
    -
    -
    getDescription() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getDescription() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns a human-readable definition of this property
    -
    -
    getDescriptor(String) - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    getDescriptors() - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    getDescriptors(Class<?>) - Method in class liquibase.util.beans.PropertyUtils
    -
     
    -
    getDetectedCharsetName() - Method in class liquibase.resource.UtfBomStripperInputStream
    -
    -
    Returns detected charset name.
    -
    -
    getDiffColumnOrder() - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    getDifference(String) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    getDifferences() - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    getDiffOutputControl() - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    getDiffResult() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    getDiffTypes() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
    -
     
    -
    getDirection() - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.DBDocVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.ListVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.RollbackVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.StatusVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    getDirection() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getDisabled() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getDisplayName() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    A more friendly name of the parameter.
    -
    -
    getDriver() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getDriver() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getDriverName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getDropIndex() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getDropIndex() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    getDuplicateChangeSets() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    getEncoding() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return encoding of a file, referenced via ColumnConfig.valueClobFile.
    -
    -
    getEncoding() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getEncoding() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getEncoding() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getEncoding() - Method in class liquibase.change.core.SQLFileChange
    -
    -
    The encoding of the file containing SQL statements
    -
    -
    getEncoding() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    getEncoding() - Method in class liquibase.resource.UtfBomAwareReader
    -
     
    -
    getEndColumn() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get token end column number.
    -
    -
    getEndDelimiter() - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Set the end delimiter used to split statements.
    -
    -
    getEndDelimiter() - Method in class liquibase.sql.CallableSql
    -
     
    -
    getEndDelimiter() - Method in class liquibase.sql.SingleLineComment
    -
     
    -
    getEndDelimiter() - Method in interface liquibase.sql.Sql
    -
     
    -
    getEndDelimiter() - Method in class liquibase.sql.UnparsedSql
    -
     
    -
    getEndDelimiter() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getEndDelimiter() - Method in class liquibase.statement.core.RawSqlStatement
    -
     
    -
    getEndLine() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get token end line number.
    -
    -
    getEngineEdition() - Method in class liquibase.database.core.MSSQLDatabase
    -
    -
    Determines the capabilities ("Edition") of the SQL Server database.
    -
    -
    getErrorIfMissingOrEmpty() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getErrorMessages() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    getErrorPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getErrorPreconditions() - Method in exception liquibase.exception.PreconditionErrorException
    -
     
    -
    getEscape() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    getExampleValue(Database) - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getException() - Method in class liquibase.change.ChangeStatus
    -
     
    -
    getExcludeObjects() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getExcludeObjects() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    getExecType() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getExecType() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
    -
     
    -
    getExecutable() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getExecutor(Database) - Method in class liquibase.executor.ExecutorService
    -
     
    -
    getExistingColumnName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getExistingTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getExistingTableName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getExistingTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getExpectedResult() - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    getExpectedRows() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getExpectedStatus() - Method in class liquibase.sql.CallableSql
    -
     
    -
    getExtension(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the extension of a filename.
    -
    -
    getExternalSubset(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
     
    -
    getFacade() - Method in class liquibase.util.ui.UIFactory
    -
     
    -
    getFailedPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getFailedPreconditions() - Method in exception liquibase.exception.PreconditionFailedException
    -
     
    -
    getFailOnError() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getFailureMessage(int) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getFailureMessage(int) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
    -
     
    -
    getFalseBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
    -
    -
    The database-specific value to use for "false" "boolean" columns.
    -
    -
    getFalseBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
    -
     
    -
    getFetchSize() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getFetchSize() - Method in interface liquibase.database.Database
    -
     
    -
    getFetchSize() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getField() - Method in class liquibase.diff.Difference
    -
     
    -
    getField() - Method in class liquibase.util.csv.opencsv.bean.BeanField
    -
     
    -
    getFields(Object) - Method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    getFile() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getFile() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getFile() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getFilenameColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getFilePath() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getFilter() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
    -
    -
    Returns the class of the filter that accepted or rejected this change set.
    -
    -
    getFilterResults() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Reasons the change set will or will not run next time.
    -
    -
    getFinalColumnName() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getFinalColumnType() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getFinalConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getForeignKeyColumns() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getForeignKeyConstraints() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getForeignKeyName() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the name to use for the columns foreign key constraint.
    -
    -
    getForeignKeyName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getForeignKeyName() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getForeignKeys(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getForeignKeyTable() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getForeignKeyTableName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getForIndexCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getForIndexCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getForIndexCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getForIndexCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getForIndexName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getForIndexName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getForIndexName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getForIndexName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getForIndexSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getForIndexSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getForIndexSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getForIndexSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getFormats(String) - Method in class liquibase.util.xml.XmlResourceBundleControl
    -
     
    -
    getFoundClasses(String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    getFullDefinition() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getFullPath(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the full path from a full filename, which is the prefix + path.
    -
    -
    getFullPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the full path from a full filename, which is the prefix + path, - and also excluding the final directory separator.
    -
    -
    getGeneratedChangeSetIdsContainDescription() - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    getGenerationType() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getGenerationType() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getGenerationType() - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    getGenerationType() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getGenerationType() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getGenerator(Database, Database) - Method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    getGenerators(Class<? extends ChangeGenerator>, Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    getGenerators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    getGenerators() - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    getGenerators(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    getGlobal() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getHasJdbcConstraintDeferrableBug() - Method in class liquibase.database.core.MySQLDatabase
    -
    -
    returns true if the JDBC drivers suffers from a bug where constraints are reported as DEFERRABLE, even though - MySQL/MariaDB do not support this feature.
    -
    -
    getHeader() - Method in class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    getHoldability() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getId() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getId() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getId() - Method in class liquibase.lockservice.DatabaseChangeLogLock
    -
     
    -
    getId() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    getIdColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getIdentifierMaximumLength() - Method in class liquibase.database.core.OracleDatabase
    -
    -
    Returns the maximum number of bytes (NOT: characters) for an identifier.
    -
    -
    getIgnoredFields() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    GetImage() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get token literal value.
    -
    -
    getImplementedDatabases() - Method in class liquibase.database.DatabaseFactory
    -
    -
    Returns instances of all implemented database types.
    -
    -
    getIncludeCatalog() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getIncludeCatalog() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getIncludeCatalog() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    getIncludeContexts() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getIncludeLabels() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getIncludeObjects() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getIncludeObjects() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    getIncludeSchema() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getIncludeSchema() - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    getIncludeSchema() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getIncludeSchema() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    getIncludeTablespace() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getIncludeTablespace() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getIncludeTablespace() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    getIncrementBy() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the amount to auto increment by.
    -
    -
    getIncrementBy() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getIncrementBy() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getIncrementBy() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getIncrementBy() - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    getIncrementBy() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getIncrementBy() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getIncrementBy() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getIncrementBy() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getIncrementBy() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getIndex() - Method in class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    getIndexes() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getIndexes() - Method in class liquibase.structure.core.Table
    -
     
    -
    getIndexInfo(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getIndexName() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getIndexName() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getIndexName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getIndexName() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getIndexName() - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    getIndividualStatements() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
    -
    -
    Returns the individual statements that are currently store in this batch.
    -
    -
    getInheritableContexts() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getInheritableLabels() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getInitiallyDeferred() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getInitiallyDeferred() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getInsertGenerator(Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    getInstance() - Static method in class liquibase.change.ChangeFactory
    -
    -
    Return the singleton ChangeFactory instance.
    -
    -
    getInstance() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
     
    -
    getInstance() - Static method in class liquibase.command.CommandFactory
    -
     
    -
    getInstance() - Static method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Returns the singleton instance, creating it if necessary.
    -
    -
    getInstance() - Static method in class liquibase.database.DatabaseFactory
    -
     
    -
    getInstance() - Static method in class liquibase.datatype.DataTypeFactory
    -
    -
    Get this factory singleton
    -
    -
    getInstance() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
    -
    Return singleton DatabaseObjectComparatorFactory
    -
    -
    getInstance() - Static method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    getInstance() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
    -
    Return singleton ChangeGeneratorFactory
    -
    -
    getInstance() - Static method in class liquibase.executor.ExecutorService
    -
     
    -
    getInstance() - Static method in class liquibase.license.LicenseServiceFactory
    -
     
    -
    getInstance() - Static method in class liquibase.lockservice.LockServiceFactory
    -
     
    -
    getInstance() - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    getInstance() - Static method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    getInstance() - Static method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    getInstance() - Static method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    getInstance() - Static method in class liquibase.precondition.PreconditionFactory
    -
     
    -
    getInstance() - Static method in class liquibase.sdk.Context
    -
     
    -
    getInstance() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    getInstance() - Static method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    getInstance() - Static method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    getInstance() - Static method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    getInstance() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Return singleton SnapshotGeneratorFactory
    -
    -
    getInstance() - Static method in class liquibase.snapshot.SnapshotIdService
    -
     
    -
    getInstance() - Static method in class liquibase.sql.visitor.SqlVisitorFactory
    -
     
    -
    getInstance() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
    -
    Return singleton SqlGeneratorFactory
    -
    -
    getInstance() - Static method in class liquibase.structure.core.DatabaseObjectFactory
    -
     
    -
    getInstance() - Static method in class liquibase.util.beans.PropertyUtils
    -
     
    -
    getInstance() - Static method in class liquibase.util.ui.UIFactory
    -
     
    -
    getInt(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    getInternalDatabases() - Method in class liquibase.database.DatabaseFactory
    -
    -
    Returns instances of all "internal" database types.
    -
    -
    getInvalidMD5Sums() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getInvalidMD5Sums() - Method in exception liquibase.exception.ValidationFailedException
    -
     
    -
    getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getJdbcCatalogName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getJdbcCatalogName(Schema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getJdbcSchemaName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getJdbcSchemaName(Schema) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getJndiBase() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getJoinString() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getKey() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getKeys() - Method in class liquibase.util.xml.XMLResourceBundle
    -
     
    -
    getLabels() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getLabels() - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    getLabels() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getLabels() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getLabels() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getLabels() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getLabels() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    getLabels() - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    getLabels() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getLabels() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getLabels() - Method in class liquibase.LabelExpression
    -
     
    -
    getLabels() - Method in class liquibase.Labels
    -
     
    -
    getLabels() - Method in class liquibase.RuntimeEnvironment
    -
     
    -
    getLabels() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getLabels() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    getLabelsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    getLastBlockComment(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    getLastCheckSum() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getLastLineComment(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    getLastReturnedValue() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getLicenseInfo() - Method in interface liquibase.license.LicenseService
    -
     
    -
    getLicenseService() - Method in class liquibase.license.LicenseServiceFactory
    -
     
    -
    getLimit() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    getLine() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Deprecated.
    -
    -
    getLineComment() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns database-specific line comment string.
    -
    -
    getLineComment() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getLineComment() - Method in interface liquibase.database.Database
    -
     
    -
    getLineComment() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getLineSeparator() - Method in class liquibase.Scope
    -
     
    -
    getLineSeparator() - Static method in class liquibase.util.StreamUtil
    -
     
    -
    getLinesRead() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Used for debugging purposes this method returns the number of lines that has been read from - the reader passed into the CSVReader.
    -
    -
    getLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    getLiquibaseCatalogName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getLiquibaseCatalogName() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Name of the catalog to use for liquibase database objects
    -
    -
    getLiquibaseCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getLiquibaseCatalogName() - Method in interface liquibase.database.Database
    -
     
    -
    getLiquibaseCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getLiquibaseCatalogName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getLiquibaseRepresenter() - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    getLiquibaseRepresenter() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
    -
     
    -
    getLiquibaseResolver() - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    getLiquibaseSchema() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getLiquibaseSchema() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getLiquibaseSchemaName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getLiquibaseSchemaName() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Name of the schema to use for liquibase database objects
    -
    -
    getLiquibaseSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getLiquibaseSchemaName() - Method in interface liquibase.database.Database
    -
     
    -
    getLiquibaseSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getLiquibaseSchemaName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getLiquibaseTablespace() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getLiquibaseTablespace() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getLiquibaseTablespaceName() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Name of the tablespace to use for liquibase database objects
    -
    -
    getLiquibaseTablespaceName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getLiquibaseTablespaceName() - Method in interface liquibase.database.Database
    -
     
    -
    getLiquibaseTablespaceName() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getLiquibaseTablespaceName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getListeners(Class<T>) - Method in class liquibase.Scope
    -
    -
    Returns LiquibaseListeners defined in this scope and/or all its parents that are of the given type.
    -
    -
    getLoadTypeName() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.BlobType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.BooleanType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.CharType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.ClobType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.CurrencyType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.DatabaseFunctionType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.DateTimeType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.DateType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.DecimalType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.DoubleType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.FloatType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.IntType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.MediumIntType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.NumberType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.NVarcharType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.SmallIntType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.TimestampType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.TimeType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.TinyIntType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.UnknownType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.UUIDType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.core.XMLType
    -
     
    -
    getLoadTypeName() - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
    -
    -
    getLocalHostAddress() - Static method in class liquibase.util.NetUtil
    -
    -
    Returns Local Host IP Address
    -
    -
    getLocalHostName() - Static method in class liquibase.util.NetUtil
    -
    -
    Returns Local Host Name
    -
    -
    getLocalPath(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    getLocalPath(String) - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    getLockedBy() - Method in class liquibase.lockservice.DatabaseChangeLogLock
    -
     
    -
    getLockGranted() - Method in class liquibase.lockservice.DatabaseChangeLogLock
    -
     
    -
    getLockService(Database) - Method in class liquibase.lockservice.LockServiceFactory
    -
     
    -
    getLog(Class) - Method in class liquibase.integration.ant.logging.AntTaskLogFactory
    -
     
    -
    getLog() - Method in class liquibase.Liquibase
    -
    -
    Return the log used by this Liquibase instance.
    -
    -
    getLog(Class) - Method in class liquibase.logging.core.Slf4JLoggerFactory
    -
     
    -
    getLog(String) - Method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    getLog() - Method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    getLog(Class) - Method in interface liquibase.logging.LoggerFactory
    -
    -
    Creates a logger for logging from the given class.
    -
    -
    getLog(Class) - Static method in class liquibase.logging.LogService
    -
    -
    Returns a Logger for the given class based on the configured LogService.setLoggerFactory(LoggerFactory).
    -
    -
    getLog(Class) - Method in class liquibase.Scope
    -
     
    -
    getLogger() - Method in class liquibase.change.ChangeFactory
    -
     
    -
    getLogger(String) - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    getLogger() - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getLogLevel() - Method in class liquibase.logging.core.DefaultLoggerConfiguration
    -
    -
    Transforms the strings DEBUG, INFO, WARNING, ERROR and OFF (case-insensitive) into the appropriate LogLevel.
    -
    -
    getLogLevelName() - Method in class liquibase.logging.core.DefaultLoggerConfiguration
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Most relational databases support 9 fractional digits, and subclasses must overwrite this method if they - support less than that.
    -
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getMaxFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
    -
    -
    Determines the maximum precision (number of fractional digits) for TIMESTAMP columns for the given database.
    -
    -
    getMaxFractionalDigitsForTimestamp() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getMaxParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getMaxParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    getMaxStreamGobblerOutput() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
    - -
    -
    getMaxValue() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getMaxValue() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getMaxValue() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getMaxValue() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getMaxValue() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getMessage() - Method in class liquibase.change.ChangeStatus
    -
     
    -
    getMessage() - Method in class liquibase.change.core.OutputChange
    -
     
    -
    getMessage() - Method in class liquibase.change.core.StopChange
    -
     
    -
    getMessage() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
    -
    -
    Free-form text message from the filter giving the reason for accepting or rejecting.
    -
    -
    getMessage() - Method in class liquibase.diff.Difference
    -
     
    -
    getMessage() - Method in exception liquibase.exception.MigrationFailedException
    -
     
    -
    getMessage() - Method in exception liquibase.exception.ValidationFailedException
    -
     
    -
    getMessage() - Method in class liquibase.precondition.FailedPrecondition
    -
     
    -
    getMessage() - Method in error liquibase.util.grammar.TokenMgrError
    -
    -
    You can also modify the body of this method to customize your error messages.
    -
    -
    getMessages() - Method in class liquibase.exception.Warnings
    -
     
    -
    getMetaData() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getMetadata() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getMetaDataFromCache() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot
    -
     
    -
    getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getMinParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getMinParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    getMinValue() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getMinValue() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getMinValue() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getMinValue() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getMinValue() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getMissingObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getMissingObjects() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getMissingObjects(Class<T>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getMissingObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getModifyString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    getMustEqualExisting() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Returns a dot-delimited chain of DatabaseObject fields describing what existing - value this parameter would need to be set if applying the Change to a particular DatabaseObject.
    -
    -
    getName() - Method in class liquibase.change.ChangeMetaData
    -
    -
    Return the name of the change used to identify it.
    -
    -
    getName() - Method in class liquibase.change.ColumnConfig
    -
    -
    The name of the column.
    -
    -
    getName() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getName() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getName() - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    getName() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    getName() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    getName() - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    getName() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    getName() - Method in interface liquibase.command.LiquibaseCommand
    -
     
    -
    getName() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getName() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the property name.
    -
    -
    getName() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getName() - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    getName() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
    -
    -
    Deprecated.
    -
    getName() - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Each node key contains both a namespace and a name which together identifies the node.
    -
    -
    getName() - Method in class liquibase.precondition.core.AndPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.NotPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.OrPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    getName() - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    getName() - Method in interface liquibase.precondition.Precondition
    -
     
    -
    getName() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    getName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getName() - Method in class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    getName() - Method in class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    getName() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    getName() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    getName() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    getName() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getName() - Method in class liquibase.structure.core.Column
    -
     
    -
    getName() - Method in class liquibase.structure.core.Data
    -
     
    -
    getName() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getName() - Method in class liquibase.structure.core.Index
    -
     
    -
    getName() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getName() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getName() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getName() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getName() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    getName() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getName() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    getName(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the name minus the path from a full filename.
    -
    -
    getNamespace() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the namespace used by this property's ConfigurationContainer
    -
    -
    getNamespace() - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Each node key contains both a namespace and a name which together identifies the node.
    -
    -
    getNamespaceDetails() - Method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    getNamespaceDetails(LiquibaseParser, String) - Method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    getNamespaceDetails(LiquibaseSerializer, String) - Method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    getNamespaces() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    getNamespaces() - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    getNestedPreconditions() - Method in class liquibase.precondition.PreconditionLogic
    -
     
    -
    getNewColumnDataType() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getNewColumnName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getNewColumnName() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getNewColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getNewColumnValues() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getNewDataType() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getNewDataType() - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    getNewSequenceName() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getNewSequenceName() - Method in class liquibase.statement.core.RenameSequenceStatement
    -
     
    -
    getNewTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getNewTableName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getNewTableName() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getNewTableName() - Method in class liquibase.statement.core.RenameTableStatement
    -
     
    -
    getNewTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getNewViewName() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getNewViewName() - Method in class liquibase.statement.core.RenameViewStatement
    -
     
    -
    GetNextChangeSetSequenceValueGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetNextChangeSetSequenceValueGenerator() - Constructor for class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
    -
     
    -
    GetNextChangeSetSequenceValueStatement - Class in liquibase.statement.core
    -
     
    -
    GetNextChangeSetSequenceValueStatement() - Constructor for class liquibase.statement.core.GetNextChangeSetSequenceValueStatement
    -
     
    -
    getNextLine() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Reads the next line from the file.
    -
    -
    getNextSequenceValue() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    getNextSequenceValue() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    getNextSequenceValue() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Get the next Token.
    -
    -
    getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Get the next Token.
    -
    -
    getNextValidGenerator() - Method in class liquibase.snapshot.SnapshotGeneratorChain
    -
     
    -
    getNotes(String) - Method in class liquibase.change.ChangeMetaData
    -
     
    -
    getNotNullColumns() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getNotNullConst(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
    -
    Return the NotNullConstraints for the given catalog, schema, table, and column.
    -
    -
    getNotNullConstraintName() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    If ConstraintsConfig.isNullable() is 'false' and database supports named not null constraints
    -
    -
    getNotNullConstraints() - Method in class liquibase.structure.core.Table
    -
     
    -
    getObjectChangeFilter() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getObjectQuotingStrategy() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getObjectQuotingStrategy() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getObjectQuotingStrategy() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getObjectQuotingStrategy() - Method in interface liquibase.database.Database
    -
     
    -
    getObjectQuotingStrategy() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getObjectQuotingStrategy() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getObjects() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getObjects() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getObjectTypeName() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getObjectTypeName() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    getOldColumnName() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getOldColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getOldSequenceName() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getOldSequenceName() - Method in class liquibase.statement.core.RenameSequenceStatement
    -
     
    -
    getOldTableName() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getOldTableName() - Method in class liquibase.statement.core.RenameTableStatement
    -
     
    -
    getOldViewName() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getOldViewName() - Method in class liquibase.statement.core.RenameViewStatement
    -
     
    -
    getOnDelete() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getOnDelete() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getOnError() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getOnErrorMessage() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getOnFail() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getOnFailMessage() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getOnlyUpdate() - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    getOnlyUpdate() - Method in class liquibase.statement.core.InsertOrUpdateStatement
    -
     
    -
    getOnSqlOutput() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getOnUpdate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getOnUpdate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getOnValidationFail() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getOperation() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
    -
     
    -
    getOptionalParameters(Database) - Method in class liquibase.change.ChangeMetaData
    -
    -
    Returns the optional parameters for this change for the given database.
    -
    -
    getOrder() - Method in class liquibase.structure.core.Column
    -
     
    -
    getOrderByColumns() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    getOrdered() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getOrdered() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getOrdered() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getOrderedOutputTypes(Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    getOrderExecuted() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getOs() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getOut() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    getOutgoingForeignKeys() - Method in class liquibase.structure.core.Table
    -
    -
    Returns the list of all outgoing FOREIGN KEYS from this table
    -
    -
    getOutput() - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    getOutputDefaultCatalog() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getOutputDefaultCatalog() - Method in interface liquibase.database.Database
    -
     
    -
    getOutputDefaultCatalog() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getOutputDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getOutputDefaultSchema() - Method in interface liquibase.database.Database
    -
    -
    Should the schema be included in identifiers even if it is the default schema?
    -
    -
    getOutputDefaultSchema() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getOutputDirectory() - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    getOutputEncoding() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    String encoding to use in output.
    -
    -
    getOutputEncoding() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    getOutputEncoding() - Method in class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    getOutputEncoding(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    getOutputFile() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    getOutputFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method does nothing.
    -
    -
    getOutputFile() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    getOutputFileWriter() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    getOutputLineSeparator() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Line separator to use in output
    -
    -
    getOutputSchemaAs() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    getOutputStream() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getOutputStream() - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    getPackages() - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    getParameterName() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Programmatic Name of the parameter.
    -
    -
    getParameters(Change) - Method in class liquibase.change.ChangeFactory
    -
     
    -
    getParameters() - Method in class liquibase.change.ChangeMetaData
    -
    -
    Return the parameters of this Change.
    -
    -
    getParameters() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getParameters() - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Returns an array with the parameters to the data type, e.g.
    -
    -
    getParameters() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getParameters() - Method in class liquibase.statement.StoredProcedureStatement
    -
     
    -
    getParameterType(String) - Method in class liquibase.statement.StoredProcedureStatement
    -
     
    -
    getParams() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Returns the parameters set by CustomChangeWrapper.setParam(String, String).
    -
    -
    getParamValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Get the value of a parameter set by CustomChangeWrapper.setParam(String, String).
    -
    -
    getParamValue(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    getParent() - Method in class liquibase.Scope
    -
    -
    Returns the parent scope to this scope.
    -
    -
    getParentChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getParser(String, ResourceAccessor) - Method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    getParser(String, ResourceAccessor) - Method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    getParser() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
     
    -
    getParsers() - Method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    getParsers() - Method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    getPassword() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getPassword() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getPath() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getPath() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getPath() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    getPath() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getPath() - Method in class liquibase.license.Location
    -
     
    -
    getPath() - Method in class liquibase.sdk.Main
    -
     
    -
    getPath(String...) - Method in class liquibase.sdk.Main
    -
     
    -
    getPath(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the path from a full filename, which excludes the prefix.
    -
    -
    getPathForResource(String) - Static method in class liquibase.util.SpringBootFatJar
    -
     
    -
    getPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the path from a full filename, which excludes the prefix, and - also excluding the final directory separator.
    -
    -
    getPhysicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getPosition() - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    -
     
    -
    getPrecondition() - Method in class liquibase.precondition.ErrorPrecondition
    -
     
    -
    getPrecondition() - Method in class liquibase.precondition.FailedPrecondition
    -
     
    -
    getPreconditions() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getPreconditions() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getPreconditions() - Method in interface liquibase.precondition.Conditional
    -
     
    -
    getPreconditions() - Method in class liquibase.precondition.PreconditionFactory
    -
     
    -
    getPreDataTypeString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    getPrefix(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Gets the prefix from a full filename, such as C:/ - or ~/.
    -
    -
    getPrefixLength(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Returns the length of the filename prefix, such as C:/ or ~/.
    -
    -
    getPreviouslyRan() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Returns true if the change set was ran previously.
    -
    -
    getPrimaryKey() - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    getPrimaryKey() - Method in class liquibase.statement.core.InsertOrUpdateStatement
    -
     
    -
    getPrimaryKey() - Method in class liquibase.structure.core.Table
    -
     
    -
    getPrimaryKeyColumns() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getPrimaryKeyConstraint() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getPrimaryKeyName() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the name to use for the primary key constraint.
    -
    -
    getPrimaryKeyName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getPrimaryKeys(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getPrimaryKeyTable() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getPrimaryKeyTablespace() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the tablespace to use for the defined primary key.
    -
    -
    getPriority() - Method in class liquibase.change.ChangeMetaData
    -
    -
    The priority of a Change implementation controls which implementation is used if several exist for the same "name".
    -
    -
    getPriority() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    getPriority() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getPriority(String) - Method in class liquibase.command.AbstractCommand
    -
     
    -
    getPriority(String) - Method in interface liquibase.command.LiquibaseCommand
    -
     
    -
    getPriority() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getPriority() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getPriority() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getPriority() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getPriority() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getPriority() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getPriority() - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.CatalogComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.ColumnComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.IndexComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.SchemaComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.TableComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    getPriority() - Method in class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    -
     
    -
    getPriority() - Method in interface liquibase.license.LicenseService
    -
    -
    This method returns a priority value for an implementation.
    -
    -
    getPriority() - Method in class liquibase.lockservice.LockServiceImpl
    -
    -
    Deprecated.
    -
    getPriority() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    getPriority() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    getPriority() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    -
     
    -
    getPriority() - Method in class liquibase.parser.core.sql.SqlChangeLogParser
    -
     
    -
    getPriority() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    getPriority() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    getPriority() - Method in class liquibase.parser.core.yaml.YamlParser
    -
     
    -
    getPriority() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
    -
     
    -
    getPriority() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
    -
     
    -
    getPriority() - Method in interface liquibase.servicelocator.PrioritizedService
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.snapshot.SnapshotGenerator
    -
    -
    Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g.
    -
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    -
    -
    Informs the SqlGeneratorFactory that we are the preferred generator for CREATE INDEX statements in a - Firebird database.
    -
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    getPriority() - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    getPriority() - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
    -
    Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one - with the highest priority.
    -
    -
    getProcedureBody() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getProcedureName() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getProcedureName() - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    getProcedureName() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getProcedureName() - Method in class liquibase.statement.core.DropProcedureStatement
    -
     
    -
    getProcedureName() - Method in class liquibase.statement.StoredProcedureStatement
    -
     
    -
    getProcedureText() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getProcedureText() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getProductNameDiff() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getProductVersionDiff() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getProperties() - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
    -
    Return all available properties.
    -
    -
    getProperties() - Method in interface liquibase.configuration.ConfigurationContainer
    -
     
    -
    getProperties(Class<? extends Object>) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
    -
     
    -
    getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
    -
    -
    Returns the ConfigurationProperty object with the given name.
    -
    -
    getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
    -
    Return the ConfigurationProperty object for the given property name.
    -
    -
    getProperty(String) - Method in interface liquibase.configuration.ConfigurationContainer
    -
     
    -
    getProperty(Class<? extends ConfigurationContainer>, String) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Convenience method for liquibaseConfiguration.getConfiguration(type).getProperty(property)
    -
    -
    getProperty() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    getProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    For a given object, try to find the appropriate reader method and return the value, if set - for the object.
    -
    -
    getPropertyEditor(PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.AbstractCSVToBean
    -
    -
    Attempt to find custom property editor on descriptor first, else try the propery editor manager.
    -
    -
    getPropertyEditor(PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    Attempt to find custom property editor on descriptor first, else try the propery editor manager.
    -
    -
    getPropertyNames() - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    getPropertySets() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    getPropertyType(Object, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Tried to determine the appropriate reader method for a given propertyName of a given object and, if found, - returns the class of its return type.
    -
    -
    getQuotchar() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getQuotechar() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    getQuotingEndCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getQuotingEndCharacter() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getQuotingEndCharacter() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getQuotingEndCharacter() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getQuotingEndReplacement() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getQuotingEndReplacement() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getQuotingStartCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getQuotingStartCharacter() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getQuotingStartCharacter() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getQuotingStartCharacter() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getRadix() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    getRanChangeSet() - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.filter.RanChangeSetFilter
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in interface liquibase.database.Database
    -
     
    -
    getRanChangeSet(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getRanChangeSetList() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getRanChangeSetList() - Method in interface liquibase.database.Database
    -
    -
    Returns the ChangeSets that have been run against the current database.
    -
    -
    getRanChangeSetList() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getRanChangeSets() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    getRanChangeSets() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    getRanChangeSets() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
    -
    Returns the ChangeSets that have been run against the current getDatabase().
    -
    -
    getRanDate(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    getRanDate(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
    -
    Returns the date the given changeSet was ran.
    -
    -
    getRanDate(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getRanDate(ChangeSet) - Method in interface liquibase.database.Database
    -
     
    -
    getRanDate(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getRanSql() - Method in class liquibase.sdk.executor.MockExecutor
    -
     
    -
    getRawDefinition() - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Obtains the "raw" data type definition if one was used to create this object as a result of parsing
    -
    -
    getReaderContents(Reader) - Static method in class liquibase.util.StreamUtil
    -
    -
    Reads all the characters into a String.
    -
    -
    getReason() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
    -
     
    -
    getReason() - Method in exception liquibase.exception.StatementNotSupportedOnDatabaseException
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    getRecordsRead() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Used for debugging purposes this method returns the number of records that has been read from - the CSVReader.
    -
    -
    getReferenceDatabase() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getReferencedColumnNames() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getReferencedColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getReferencedColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getReferencedColumnNames() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getReferencedColumns() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getReferenceDefaultCatalogName() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferenceDefaultSchemaName() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferenceDriver() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferencedTableCatalogName() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getReferencedTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getReferencedTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getReferencedTableCatalogName() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getReferencedTableName() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getReferencedTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getReferencedTableName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getReferencedTableName() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getReferencedTableSchemaName() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getReferencedTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getReferencedTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    getReferencedTableSchemaName() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getReferencePassword() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferences() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the "references" clause to use for the foreign key.
    -
    -
    getReferences() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    getReferenceSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    getReferenceSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
    -
     
    -
    getReferenceSnapshot() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getReferenceSnapshotControl() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getReferencesUniqueColumn() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
    -
    Deprecated. -
    No longer supported in 3.0
    -
    -
    -
    getReferenceUrl() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferenceUsername() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    getReferenceValue() - Method in class liquibase.diff.Difference
    -
     
    -
    getReferenceVersion() - Method in class liquibase.diff.StringDiff
    -
     
    -
    getRegistry() - Method in class liquibase.change.ChangeFactory
    -
    -
    Return the registry of all Changes found.
    -
    -
    getRelation() - Method in class liquibase.structure.core.Column
    -
     
    -
    getRelation() - Method in class liquibase.structure.core.Index
    -
     
    -
    getRelation() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getRelativeToChangelogFile() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getRemarks() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the remarks to apply to this column.
    -
    -
    getRemarks() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getRemarks() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getRemarks() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getRemarks() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getRemarks() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getRemarks() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getRemarks() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getRemarks() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getRemarks() - Method in class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    getRemarks() - Method in class liquibase.statement.core.SetTableRemarksStatement
    -
     
    -
    getRemarks() - Method in class liquibase.structure.core.Column
    -
     
    -
    getRemarks() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getReplace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    getReplace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    getReplaceIfExists() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getReplaceIfExists() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getReplaceIfExists() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getRequiredErrorMessages() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    getRequiredForDatabase() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Return the database types for which this parameter is required.
    -
    -
    getRequiredParameters(Database) - Method in class liquibase.change.ChangeMetaData
    -
    -
    Returns the required parameters for this change for the given database.
    -
    -
    getResource(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    getResourceAccessor() - Method in class liquibase.change.AbstractChange
    -
     
    -
    getResourceAccessor() - Method in class liquibase.Liquibase
    -
    -
    Return ResourceAccessor used by this Liquibase instance.
    -
    -
    getResourceAccessor() - Method in class liquibase.Scope
    -
     
    -
    getResourceAsStream(String) - Method in class liquibase.parser.core.xml.ClassLoaderXsdStreamResolver
    -
     
    -
    getResourceAsStream(String) - Method in class liquibase.parser.core.xml.ContextClassLoaderXsdStreamResolver
    -
     
    -
    getResourceAsStream(String) - Method in class liquibase.parser.core.xml.ResourceAccessorXsdStreamResolver
    -
     
    -
    getResourceAsStream(String) - Method in class liquibase.parser.core.xml.XsdStreamResolver
    -
     
    -
    getResourceFilter() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getResourceLoader() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getResources(ClassLoader, String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
    -
    Strategy to get the resources by the given classloader.
    -
    -
    getResources(ClassLoader, String) - Method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
    -
    -
    Overloaded to handle specific problem with getting resources on the IBM WebSphere platform.
    -
    -
    getResourcesAsStream(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
    -
     
    -
    getResourcesAsStream(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    getResourcesAsStream(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    getResourcesAsStream(String) - Method in class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    getResourcesAsStream(String) - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    getResourcesAsStream(String) - Method in interface liquibase.resource.ResourceAccessor
    -
    -
    Return an InputStream for each resource mapped by the given path.
    -
    -
    getResourcesAsStream(String) - Method in class liquibase.sdk.resource.MockResourceAccessor
    -
     
    -
    getResultSetCache(String) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getResultSetValue(ResultSet, int) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Retrieve a JDBC column value from a ResultSet, using the most appropriate - value type.
    -
    -
    getRollback() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getRollbackCount() - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    getRollbackDate() - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    getRollbackFile() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getRollbackScript() - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    getRollbackTag() - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    getRootChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getRootPaths() - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    getRunOrder() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getRunStatus(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    getRunStatus(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    getRunStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getRunStatus(ChangeSet) - Method in interface liquibase.database.Database
    -
    -
    Returns the run status for the given ChangeSet
    -
    -
    getRunStatus(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getRuntimeEnvironment() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getSaxParserFactory() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    getSchema() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getSchema() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Column
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Data
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Index
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    getSchema() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    getSchema() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    getSchemaAndCatalogCase() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    This logic is used when db support catalogs
    -
    -
    getSchemaAndCatalogCase() - Method in class liquibase.database.core.AbstractDb2Database
    -
    -
    DB2 database are not case sensitive.
    -
    -
    getSchemaAndCatalogCase() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getSchemaAndCatalogCase() - Method in interface liquibase.database.Database
    -
     
    -
    getSchemaAndCatalogCase() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getSchemaComparisons() - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    getSchemaComparisons() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    getSchemaComparisons() - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    getSchemaComparisons() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    getSchemaComparisons() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getSchemaFromJdbcInfo(String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getSchemaName() - Method in class liquibase.CatalogAndSchema
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getSchemaName() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.CreateViewStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropProcedureStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropSequenceStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropTableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.DropViewStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.ReindexStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.RenameSequenceStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.RenameTableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.RenameViewStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.ReorganizeTableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.SetTableRemarksStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.TableRowCountStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getSchemaName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    getSchemas() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    getSchemas(CompareControl.DatabaseRole) - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    getSchemas() - Method in class liquibase.integration.ant.DropAllTask
    -
     
    -
    getSchemas() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    getSchemaUrl(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    getSchemaUrl(String) - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    getSchemaVersion() - Static method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    getScratchData(String) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Deprecated. -
    Will be removed with 4.0
    -
    -
    -
    getSdkRoot() - Method in class liquibase.sdk.Main
    -
     
    -
    getSeenChangeSets() - Method in class liquibase.changelog.visitor.ListVisitor
    -
     
    -
    getSeenExtensionClasses() - Method in class liquibase.sdk.Context
    -
     
    -
    getSelectChangeLogLockSQL() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getSelectQuery() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getSelectQuery() - Method in class liquibase.statement.core.CreateViewStatement
    -
     
    -
    getSelectSequenceSql(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    getSendsStringParametersAsUnicode() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getSeparator() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getSeparator() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    getSequenceName() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getSequenceName() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getSequenceName() - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    getSequenceName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    getSequenceName() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    getSequenceName() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getSequenceName() - Method in class liquibase.statement.core.DropSequenceStatement
    -
     
    -
    getSequenceSchemaName() - Method in class liquibase.statement.SequenceCurrentValueFunction
    -
     
    -
    getSequenceSchemaName() - Method in class liquibase.statement.SequenceNextValueFunction
    -
     
    -
    getSerializableFieldDataTypeClass(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFieldDataTypeClassParameters(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.change.AbstractChange
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFieldNamespace(String) - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializableFieldNamespace(String) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializableFields() - Method in class liquibase.change.AbstractChange
    -
    -
    Returns the fields on this change that are serializable.
    -
    -
    getSerializableFields() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    getSerializableFields() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getSerializableFields() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getSerializableFields() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getSerializableFields() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializableFields() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFields() - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializableFields() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializableFields() - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializableFields() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializableFields() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializableFields() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    getSerializableFields() - Method in class liquibase.structure.core.Schema
    -
     
    -
    getSerializableFields() - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.change.AbstractChange
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFieldType(String) - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializableFieldType(String) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.AbstractChange
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.core.OutputChange
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    getSerializableFieldValue(String) - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializableFieldValue(String) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializationType() - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Return the LiquibaseSerializable.SerializationType - to use when serializing this object.
    -
    -
    getSerializedObjectName() - Method in class liquibase.change.AbstractChange
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.changelog.RollbackContainer
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.precondition.AbstractPrecondition
    -
     
    -
    getSerializedObjectName() - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getSerializedObjectName() - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.AbstractChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DeleteDataChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.EmptyChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.OutputChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.StopChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.changelog.RollbackContainer
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.AndPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.NotPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.OrPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    getSerializedObjectNamespace() - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getSerializedObjectNamespace() - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    getSerializer(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    getSerializer(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    getSerializerFormat() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    getSerializers() - Method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    getSerializers(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    getSerializers() - Method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    getSerializers(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    getSetParameters(Change) - Method in class liquibase.change.ChangeMetaData
    -
    -
    Return the parameters of the given change that are set to a non-null value.
    -
    -
    getSetupExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getShort(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    getShortName() - Method in class liquibase.database.core.DB2Database
    -
     
    -
    getShortName() - Method in class liquibase.database.core.Db2zDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.H2Database
    -
     
    -
    getShortName() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getShortName() - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getShortName() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    getShortName() - Method in interface liquibase.database.Database
    -
    -
    Returns an all-lower-case short name of the product.
    -
    -
    getShortName(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    getShortName(String) - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    getShortName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getShouldRun() - Method in class liquibase.configuration.GlobalConfiguration
    -
    -
    Should Liquibase execute
    -
    -
    getSimplePathForResources(String, String) - Static method in class liquibase.util.SpringBootFatJar
    -
    -
    Method used to simplify an entryName - - Ex: with path jar:/some/jar.jar!/BOOT-INF/classes!/db/changelog and entryName /BOOT-INF/classes/db/changelog - The simple entry name for Spring is db/changelog - (/BOOT-INF/classes/ is not needed and break the liquibase alphabetical sort order)
    -
    -
    getSimpleResourceAccessor() - Method in class liquibase.sdk.supplier.resource.ResourceSupplier
    -
     
    -
    getSince() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getSingleColumnRowMapper(Class) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
    -
    Create a new RowMapper for reading result objects from a single column.
    -
    -
    getSingleton(Class<T>) - Method in class liquibase.Scope
    -
    -
    Looks up the singleton object of the given type.
    -
    -
    getSize() - Method in class liquibase.datatype.core.CharType
    -
    -
    Return the size of this data type definition.
    -
    -
    getSkipLines() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Returns the number of lines in the csv file to skip before processing.
    -
    -
    getSnapshot(DatabaseObject[]) - Method in class liquibase.database.OfflineConnection
    -
    -
    Returns a copy of the current simulated content of the database, filtered by the given - array.
    -
    -
    getSnapshotControl() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    getSnapshotId() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    getSnapshotId() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    getSnapshotListener() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getSnapshotListener() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    getSnapshotListener() - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    getSnapshotMetadata() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    getSnapshotTypes() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getSourceTable() - Method in class liquibase.statement.core.CopyRowsStatement
    -
     
    -
    getSql() - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Return the raw SQL managed by this Change
    -
    -
    getSql() - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    getSql() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    getSql() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    getSql() - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    getSql() - Method in class liquibase.statement.core.RawSqlStatement
    -
     
    -
    getSqlFile() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    getSqlVisitors() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getSrc() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    getStandardChangeLogComparator() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    getStandardChangelogIterator(Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.Liquibase
    -
     
    -
    getStandardTypes() - Method in class liquibase.structure.core.DatabaseObjectFactory
    -
     
    -
    getStartValue() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    getStartValue() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    getStartValue() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getStartWith() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the number to start auto incrementing with.
    -
    -
    getStartWith() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getStartWith() - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    getStartWith() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getStartWith() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    getStatements() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getStatementsArray() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getStatus() - Method in class liquibase.change.ChangeStatus
    -
     
    -
    getStatus(ChangeSet) - Method in class liquibase.changelog.visitor.StatusVisitor
    -
    -
    Convenience method to return the ChangeSetStatus of a given changeSet.
    -
    -
    getStatuses() - Method in class liquibase.changelog.visitor.StatusVisitor
    -
    -
    Return the status of all changeSets, in the order they exist in the databasechangelog.
    -
    -
    getStoredCheckSum() - Method in class liquibase.changelog.ChangeSet
    -
    -
    Gets storedCheckSum
    -
    -
    getStoredCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Return the checksum stored from the last execution of the change set.
    -
    -
    getStreamContents(InputStream) - Static method in class liquibase.util.StreamUtil
    -
    -
    Reads a stream until the end of file into a String and uses the machines - default encoding to convert to characters the bytes from the Stream.
    -
    -
    getStreamContents(InputStream, String) - Static method in class liquibase.util.StreamUtil
    -
    -
    Reads a stream until the end of file into a String and uses the machines - default encoding to convert to characters the bytes from the Stream.
    -
    -
    getString(String) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    getSubclause(String) - Method in class liquibase.util.StringClauses
    -
    -
    Retrieves the given key.
    -
    -
    getSubclause(Enum) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.getSubclause(String) when using enums
    -
    -
    getSuccessorValue(String) - Method in class liquibase.parser.core.xml.XsdStreamResolver
    -
     
    -
    GetSuffix(int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Get the suffix.
    -
    -
    getSupportedDatabases() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    getSupportedFileExtensions() - Method in class liquibase.parser.core.json.JsonChangeLogParser
    -
     
    -
    getSupportedFileExtensions() - Method in class liquibase.parser.core.json.JsonSnapshotParser
    -
     
    -
    getSupportedFileExtensions() - Method in class liquibase.parser.core.yaml.YamlParser
    -
     
    -
    getSupportPropertyEscaping() - Method in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    getSystemSchema() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getSystemSchema() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getSystemSchema() - Method in interface liquibase.database.Database
    -
     
    -
    getSystemSchema() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getSystemTables() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns system (undroppable) views.
    -
    -
    getSystemTables() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getSystemTables() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getSystemTableWhereClause(String) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns system (undroppable) views.
    -
    -
    getSystemViews() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getSystemViews() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getTable() - Method in class liquibase.structure.core.Data
    -
     
    -
    getTable() - Method in class liquibase.structure.core.Index
    -
    -
    Deprecated. - -
    -
    -
    getTable() - Method in class liquibase.structure.core.PrimaryKey
    -
    -
    Returns the Table object this PrimaryKey belongs to.
    -
    -
    getTable() - Method in class liquibase.structure.core.UniqueConstraint
    -
    - -
    -
    getTableCatalogName() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getTableCatalogName() - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    getTableName() - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    getTableName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    getTableName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    getTableName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    getTableName() - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    getTableName() - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropDefaultValueStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropTableStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.InsertStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.ReindexStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.ReorganizeTableStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.SetTableRemarksStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.TableRowCountStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getTableName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    getTableOptionAutoIncrementStartWithClause(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    getTables(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getTableSchemaName() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getTableSchemaName() - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    getTablespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    getTablespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    getTablespace() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    getTablespace() - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    getTablespace() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    getTablespace() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    getTablespace() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    getTablespace() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getTablespace() - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    getTablespace() - Method in class liquibase.structure.core.Index
    -
     
    -
    getTablespace() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    getTablespace() - Method in class liquibase.structure.core.Table
    -
     
    -
    getTabSize(int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    getTag() - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    getTag() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    getTag() - Method in class liquibase.integration.ant.TagDatabaseTask
    -
     
    -
    getTag() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    getTag() - Method in class liquibase.statement.core.TagDatabaseStatement
    -
     
    -
    getTagName() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
    -
     
    -
    getTarget() - Method in class liquibase.change.core.OutputChange
    -
     
    -
    getTargetClass() - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    getTargetDatabase() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getTargetDatabase() - Method in class liquibase.RuntimeEnvironment
    -
     
    -
    getTargetDatabase(ChangeSet) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    getTargetExtension() - Method in class liquibase.dbdoc.ChangeLogListWriter
    -
     
    -
    getTargetExtension() - Method in class liquibase.dbdoc.HTMLListWriter
    -
     
    -
    getTargetSnapshotControl() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    getTargetTable() - Method in class liquibase.statement.core.CopyRowsStatement
    -
     
    -
    getTargetVersion() - Method in class liquibase.diff.StringDiff
    -
     
    -
    getText() - Method in class liquibase.statement.core.CommentStatement
    -
     
    -
    getTextContent(Node) - Static method in class liquibase.util.XMLUtil
    -
    -
    Extracts the text from the given element.
    -
    -
    getTimeFormat(Database) - Method in class liquibase.datatype.core.TimeType
    -
     
    -
    getTimeLiteral(Time) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getTimeLiteral(Time) - Method in interface liquibase.database.Database
    -
     
    -
    getTimeLiteral(Time) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    getTimeout() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getTimeoutInMillis() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    getToken(int) - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Get the specific Token.
    -
    -
    getToTag() - Method in class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    getTransactionIsolation() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getTrigger(String, String) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getTrueBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
    -
    -
    The database-specific value to use for "true" "boolean" columns.
    -
    -
    getTrueBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
    -
     
    -
    getType() - Method in class liquibase.change.ColumnConfig
    -
    -
    The data type fof the column.
    -
    -
    getType() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the type of value stored in this property
    -
    -
    getType() - Method in class liquibase.datatype.DatabaseDataType
    -
     
    -
    getType() - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    getType() - Method in class liquibase.structure.core.Column
    -
     
    -
    getType() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    get the class type that the Strategy is mapping.
    -
    -
    getTypeMap() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getTypeName(Class<? extends DatabaseObject>) - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    getTypeName() - Method in class liquibase.structure.core.DataType
    -
     
    -
    getTypesToInclude() - Method in class liquibase.snapshot.SnapshotControl
    -
    -
    Return the types to be included in snapshots
    -
    -
    getUnderlyingConnection() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getUnderlyingDataType() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    getUnexpectedChangeSets() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
    -
     
    -
    getUnexpectedObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getUnexpectedObjects() - Method in class liquibase.diff.DiffResult
    -
     
    -
    getUnexpectedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getUnexpectedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
    -
     
    -
    getUniqueColumns() - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    getUniqueColumns() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    getUniqueConstraintName() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns the name to use for the unique constraint.
    -
    -
    getUniqueConstraints(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getUniqueConstraints() - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    getUniqueConstraints() - Method in class liquibase.structure.core.Relation
    -
     
    -
    getUniqueConstraints() - Method in class liquibase.structure.core.Table
    -
     
    -
    getUniqueStatementName() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    getUnsupportedErrorMessages() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    getUpdateRule() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    getURL() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    getURL() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getURL() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    getURL() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    getUrl() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getUrl() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getUsePreparedStatements() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    getUseProcedureSchema() - Method in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    getUser() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    getUserDefinedTypes() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    getUsername() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    getUsername() - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    getValidate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
    -
    the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    getValidate() - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
    -
    In certain SQL dialects, the VALIDATE keyword defines whether a NOT NULL constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    getValidate() - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
    -
    the VALIDATE keyword defines whether a primary key constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    getValidate() - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
    -
    In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
    -
    -
    getValidationErrors() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getValidCheckSums() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    getValidContexts() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getValidDatabases() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.json.JsonChangeLogSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.json.JsonSnapshotSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    getValidFileExtensions() - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    getValidFileExtensions() - Method in interface liquibase.serializer.LiquibaseSerializer
    -
     
    -
    getValidFileExtensions() - Method in interface liquibase.serializer.SnapshotSerializer
    -
     
    -
    getValue() - Method in class liquibase.change.ColumnConfig
    -
    -
    The String value to set this column to.
    -
    -
    getValue() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    getValue(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
    -
    -
    Return the value of a parameter
    -
    -
    getValue() - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
    -
    -
    Returns the value for the given property.
    -
    -
    getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
    -
    Returns the value for the given property cast to the passed returnType.
    -
    -
    getValue(String, Class<T>) - Method in interface liquibase.configuration.ConfigurationContainer
    -
     
    -
    getValue() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the value currently stored in this property without any casting.
    -
    -
    getValue(Class<T>) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns the value currently stored in this property cast to the given type.
    -
    -
    getValue(String, String) - Method in interface liquibase.configuration.ConfigurationValueProvider
    -
    -
    Return the value for a given namespace and property.
    -
    -
    getValue(String, String) - Method in class liquibase.configuration.SystemPropertyProvider
    -
     
    -
    getValue() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
    -
    -
    Deprecated.
    -
    getValue(String, String) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
    -
     
    -
    getValue(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
    -
    -
    Try to read the value that is stored by the given key from - - JNDI - the servlet context's init parameters - system properties -
    -
    -
    getValue() - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Return the value associated with this node.
    -
    -
    getValue(Class<T>) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Return the value associated with this node converted to the given type.
    -
    -
    getValue() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    getValue(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    getValue() - Method in class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    getValue() - Method in class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    getValue() - Method in class liquibase.statement.DatabaseFunction
    -
     
    -
    getValue() - Method in class liquibase.util.grammar.Token
    -
    -
    An optional attribute value of the Token.
    -
    -
    getValueBlobFile() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the file containing the data to load into a BLOB.
    -
    -
    getValueBoolean() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the boolean value this column should be set to.
    -
    -
    getValueClobFile() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the file containing the data to load into a CLOB.
    -
    -
    getValueComputed() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the function this column should be set from.
    -
    -
    getValueDate() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the date value this column should be set to.
    -
    -
    getValueForColumn(ResultSet, String, Database) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Checks whether a result set has a column matching the specified column name.
    -
    -
    getValueNumeric() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the numeric value this column should be set to.
    -
    -
    getValueObject() - Method in class liquibase.change.ColumnConfig
    -
    -
    Return the value from whatever setValue* function was called.
    -
    -
    getValueSequenceCurrent() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getValueSequenceNext() - Method in class liquibase.change.ColumnConfig
    -
     
    -
    getValueToWrite(Object) - Static method in class liquibase.change.core.LoadDataChange
    -
    -
    Transform a value read from a CSV file into a string to be written into the database if the column type - is not known.
    -
    -
    getVersion() - Method in class liquibase.change.CheckSum
    -
    -
    Return the Checksum Algorithm version for this CheckSum
    -
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.H2Database
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in interface liquibase.database.Database
    -
     
    -
    getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    GetViewDefinitionGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGenerator() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
    -
     
    -
    GetViewDefinitionGeneratorDB2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
    -
     
    -
    GetViewDefinitionGeneratorDerby - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
    -
     
    -
    GetViewDefinitionGeneratorFirebird - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
    -
     
    -
    GetViewDefinitionGeneratorHsql - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
    -
     
    -
    GetViewDefinitionGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
    -
     
    -
    GetViewDefinitionGeneratorMSSQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
    -
     
    -
    GetViewDefinitionGeneratorOracle - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
    -
     
    -
    GetViewDefinitionGeneratorPostgres - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
    -
     
    -
    GetViewDefinitionGeneratorSybase - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
    -
     
    -
    GetViewDefinitionGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
    -
     
    -
    GetViewDefinitionGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
    -
     
    -
    GetViewDefinitionStatement - Class in liquibase.statement.core
    -
     
    -
    GetViewDefinitionStatement(String, String, String) - Constructor for class liquibase.statement.core.GetViewDefinitionStatement
    -
     
    -
    getViewName() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    getViewName() - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    getViewName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    getViewName() - Method in class liquibase.statement.core.CreateViewStatement
    -
     
    -
    getViewName() - Method in class liquibase.statement.core.DropViewStatement
    -
     
    -
    getViewName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
    -
     
    -
    getViews(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    getWarningMessages() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    getWarnings() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    getWarnings() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    getWasOverridden() - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Returns true if the value has been set by a ConfigurationValueProvider or by ConfigurationProperty.setValue(Object)
    -
    -
    getWhere() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    getWhere() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getWhereClause() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
    -
    Deprecated. -
    use getWhere().
    -
    -
    -
    getWhereClause(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    getWhereClause() - Method in class liquibase.statement.core.DeleteStatement
    -
    -
    Deprecated. - -
    -
    -
    getWhereClause() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    getWhereClause() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getWhereClause() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    getWhereColumnNames() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getWhereColumnNames() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getWhereColumnNames() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    getWhereParameters() - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    getWhereParameters() - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    getWhereParameters() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    getWhereParams() - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    getWillCycle() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    getWillRun() - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Will the change set run next time.
    -
    -
    getWith() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    getWith() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    getWrappedConnection() - Method in class liquibase.database.jvm.JdbcConnection
    -
    -
    Returns the connection that this Delegate is using.
    -
    -
    GlobalConfiguration - Class in liquibase.configuration
    -
    -
    Configuration container for global properties.
    -
    -
    GlobalConfiguration() - Constructor for class liquibase.configuration.GlobalConfiguration
    -
     
    -
    - - - -

    H

    -
    -
    H2Database - Class in liquibase.database.core
    -
     
    -
    H2Database() - Constructor for class liquibase.database.core.H2Database
    -
     
    -
    handleAutoIncrementDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    handleDefaultValueDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    handleGetObject(String) - Method in class liquibase.util.xml.XMLResourceBundle
    -
     
    -
    handleNullableDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    handleRollbackNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    handleTypeDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    has(String) - Method in class liquibase.Scope
    -
    -
    Return true if the given key is defined.
    -
    -
    has(Enum) - Method in class liquibase.Scope
    -
    -
    Return true if the given key is defined.
    -
    -
    has(DatabaseObject, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
    -
    Checks if a specific object is present in a database
    -
    -
    hasBugJdbcConstraintsDeferrable() - Method in class liquibase.database.core.MySQLDatabase
    -
    -
    Tests if this MySQL / MariaDB database has a bug where the JDBC driver returns constraints as - DEFERRABLE INITIAL IMMEDIATE even though neither MySQL nor MariaDB support DEFERRABLE CONSTRAINTs at all.
    -
    -
    hasChangeLogLock() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    hasChangeLogLock() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    hasChangeLogLock - Variable in class liquibase.lockservice.StandardLockService
    -
     
    -
    hasChangeLogLock() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    hasCustomRollbackChanges() - Method in class liquibase.changelog.ChangeSet
    -
    -
    Returns whether custom rollback steps are specified for this changeSet, or whether auto-generated ones should be used
    -
    -
    hasDatabaseChangeLogLockTable() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    hasDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    hasDatabaseChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    hasDatabaseChangeLogTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    hasDefaultValue() - Method in class liquibase.change.ColumnConfig
    -
    -
    Returns true if any of the setDefaultValue* functions have had a non-null value set
    -
    -
    hasDifferences() - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    hasErrors() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.CatalogComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ColumnComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.IndexComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.SchemaComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.TableComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
    -
     
    -
    hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    hash(DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    hash(DatabaseObject, CompareControl.SchemaComparison[], Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    hashCode() - Method in class liquibase.change.CheckSum
    -
     
    -
    hashCode() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    hashCode() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    hashCode() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    hashCode() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    hashCode() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    hashCode() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    hashCode() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    hashCode() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    hashCode() - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    hashCode() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    hashCode() - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    hashCode() - Method in class liquibase.statement.core.CommentStatement
    -
     
    -
    hashCode() - Method in class liquibase.statement.DatabaseFunction
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Column
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Index
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Schema
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.Table
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    hashCode() - Method in class liquibase.structure.core.View
    -
     
    -
    hashCode() - Method in class liquibase.util.SmartMap
    -
     
    -
    hasLowerCase(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    hasMixedCase(String) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    hasNext() - Method in class liquibase.util.csv.opencsv.CSVIterator
    -
    -
    Returns true if the iteration has more elements.
    -
    -
    hasNext() - Method in class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    hasPreparedStatementsImplemented() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    hasPreparedStatementsImplemented() - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    hasProperty(String) - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    hasProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Examines the given object's class and returns true if reader and writer methods both exist for the - given property name.
    -
    -
    hasReadProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Examines the given object's class and returns true if a reader method exists for the - given property name.
    -
    -
    hasUpperCase(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    hasValue(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    hasWarnings() - Method in class liquibase.exception.Warnings
    -
     
    -
    hasWriteProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Examines the given object's class and returns true if a writer method exists for the - given property name.
    -
    -
    header(String...) - Method in class liquibase.sdk.Main
    -
     
    -
    header - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    HeaderColumnNameMappingStrategy<T> - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Maps data to objects using the column names in the first row of the csv - file as reference.
    -
    -
    HeaderColumnNameMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Default constructor.
    -
    -
    HeaderColumnNameTranslateMappingStrategy<T> - Class in liquibase.util.csv.opencsv.bean
    -
    -
    Expands on HeaderColumnNameMappingStrategy by allowing the user to pass in a map of column names to - bean names.
    -
    -
    HeaderColumnNameTranslateMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
    -
    -
    Default constructor.
    -
    -
    hostaddress - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    hostDescription - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    hostname - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    HsqlConnection - Class in liquibase.database.jvm
    -
     
    -
    HsqlConnection(Connection) - Constructor for class liquibase.database.jvm.HsqlConnection
    -
     
    -
    HsqlDatabase - Class in liquibase.database.core
    -
     
    -
    HsqlDatabase() - Constructor for class liquibase.database.core.HsqlDatabase
    -
     
    -
    HTMLListWriter - Class in liquibase.dbdoc
    -
     
    -
    HTMLListWriter(String, String, String, File) - Constructor for class liquibase.dbdoc.HTMLListWriter
    -
     
    -
    HTMLWriter - Class in liquibase.dbdoc
    -
     
    -
    HTMLWriter(File, Database) - Constructor for class liquibase.dbdoc.HTMLWriter
    -
     
    -
    - - - -

    I

    -
    -
    idsAreEqual(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    IgnoreChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    IgnoreChangeSetFilter() - Constructor for class liquibase.changelog.filter.IgnoreChangeSetFilter
    -
     
    -
    ignoreClasspathPrefix() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    image - Variable in class liquibase.util.grammar.Token
    -
    -
    The string image of the token.
    -
    -
    inBuf - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    include(String, boolean, ResourceAccessor, ContextExpression, LabelExpression, Boolean, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    include(String) - Method in interface liquibase.changelog.IncludeAllFilter
    -
     
    -
    include(DatabaseObject) - Method in interface liquibase.diff.output.ObjectChangeFilter
    -
     
    -
    include(DatabaseObject) - Method in class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    include(Object, String, Object) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
    -
     
    -
    include(T) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Include the object described by the passed example object in this snapshot.
    -
    -
    INCLUDE_CATALOG_IN_SPECIFICATION - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, LabelExpression, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    IncludeAllFilter - Interface in liquibase.changelog
    -
     
    -
    includeCatalog - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
    -
     
    -
    includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    includeMissing(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
    -
     
    -
    includeMissing(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    includeObjects - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    includeSchema - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    includeSchemaComparison(String) - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    includeSystemClasspath - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    includeTablespace - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    includeUnexpected(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
    -
     
    -
    includeUnexpected(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    indent(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    indent(String, int) - Static method in class liquibase.util.StringUtils
    -
     
    -
    INDENT_SPACES - Static variable in exception liquibase.exception.ValidationFailedException
    -
     
    -
    Index - Class in liquibase.structure.core
    -
     
    -
    Index() - Constructor for class liquibase.structure.core.Index
    -
     
    -
    Index(String) - Constructor for class liquibase.structure.core.Index
    -
     
    -
    Index(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.Index
    -
     
    -
    IndexComparator - Class in liquibase.diff.compare.core
    -
     
    -
    IndexComparator() - Constructor for class liquibase.diff.compare.core.IndexComparator
    -
     
    -
    IndexExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    IndexExistsPrecondition() - Constructor for class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    indexLookup - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    indexOfExtension(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Returns the index of the last extension separator character, which is a dot.
    -
    -
    indexOfLastSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Returns the index of the last directory separator character.
    -
    -
    IndexSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
    -
    Analyses the properties of a database index and creates an object representation ("snapshot").
    -
    -
    IndexSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.IndexSnapshotGenerator
    -
     
    -
    info(LogType, String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    info(LogType, String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    info(String) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    info(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    info(LogType, String) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    info(LogType, String, Throwable) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    info(String) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a general event that might be useful for the user, using the LogType.LOG type.
    -
    -
    info(String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a general event that might be useful for the user together with data from an error/exception, using the LogType.LOG type.
    -
    -
    info(LogType, String) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a general event that might be useful for the user.
    -
    -
    info(LogType, String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Logs a general event that might be useful for the user together with data from an error/exception
    -
    -
    InformixDatabase - Class in liquibase.database.core
    -
     
    -
    InformixDatabase() - Constructor for class liquibase.database.core.InformixDatabase
    -
     
    -
    Ingres9Database - Class in liquibase.database.core
    -
    -
    Created by martoccia.i on 19/10/2016.
    -
    -
    Ingres9Database() - Constructor for class liquibase.database.core.Ingres9Database
    -
     
    -
    init() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
    -
    Ensures the change log history container is correctly initialized for use.
    -
    -
    init() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    init() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    init(ConfigurationValueProvider...) - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
    -
    Override default values for properties with the given ConfigurationProviders.
    -
    -
    init(ConfigurationValueProvider...) - Method in interface liquibase.configuration.ConfigurationContainer
    -
     
    -
    init(ConfigurationValueProvider[]) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Initialize this property with values in the given ConfigurationProvers.
    -
    -
    init(ConfigurationValueProvider...) - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Re-initialize the configuration with the given ConfigurationProviders.
    -
    -
    init() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    init() - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    init() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    init() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    init() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    init() - Method in class liquibase.resource.AbstractResourceAccessor
    -
     
    -
    init() - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    init() - Method in class liquibase.resource.UtfBomAwareReader
    -
    -
    Read up to 4 bytes to determine the BOM.
    -
    -
    init() - Method in class liquibase.resource.UtfBomStripperInputStream
    -
     
    -
    init() - Method in class liquibase.sdk.Context
    -
     
    -
    init(String[]) - Method in class liquibase.sdk.Main
    -
     
    -
    init() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
    -
     
    -
    init() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
    -
     
    -
    init(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    INITIAL_READ_SIZE - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    The average size of a line read by openCSV (used for setting the size of StringBuilders).
    -
    -
    INITIAL_STRING_SIZE - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
     
    -
    initializeDatabase(String, String, String, Database) - Static method in class liquibase.integration.commandline.CommandLineUtils
    -
    -
    Executes RawSqlStatements particular to each database engine to set the default schema for the given Database
    -
    -
    InitializeDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    InitializeDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
    -
     
    -
    InitializeDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
    -
     
    -
    InitializeDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement
    -
     
    -
    input_stream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
     
    -
    inputStream - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    insertAfter(String, String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Inserts a new clause after the given key.
    -
    -
    insertAfter(String, String, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Inserts a new sub-clause after the given key.
    -
    -
    insertAfter(Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.insertAfter(String, String) when using enums
    -
    -
    insertAfter(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.insertAfter(String, String, String) using the newValue as the newKey.
    -
    -
    insertBefore(String, String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Inserts a new clause before the given key.
    -
    -
    insertBefore(String, String, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Inserts a new sub-clause before the given key.
    -
    -
    insertBefore(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.insertBefore(String, String, String) where the new clause key is equal to the newValue.
    -
    -
    insertBefore(Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.insertBefore(String, String) when using enums.
    -
    -
    insertBefore(Enum, Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.insertBefore(String, String) when using enums.
    -
    -
    InsertDataChange - Class in liquibase.change.core
    -
    -
    Inserts data into an existing table.
    -
    -
    InsertDataChange() - Constructor for class liquibase.change.core.InsertDataChange
    -
     
    -
    InsertDataChangeGenerator - Class in liquibase.sqlgenerator.core
    -
    -
    Dummy SQL generator for InsertDataChange.ExecutableStatement
    -
    -
    InsertDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertDataChangeGenerator
    -
     
    -
    InsertExecutablePreparedStatement - Class in liquibase.statement
    -
    -
    Handles INSERT Execution
    -
    -
    InsertExecutablePreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.InsertExecutablePreparedStatement
    -
     
    -
    InsertGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    InsertOrUpdateGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    InsertOrUpdateGeneratorDB2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    InsertOrUpdateGeneratorH2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorH2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    InsertOrUpdateGeneratorHsql - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    InsertOrUpdateGeneratorInformix - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    InsertOrUpdateGeneratorMSSQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    InsertOrUpdateGeneratorMySQL - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    InsertOrUpdateGeneratorOracle - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    -
     
    -
    InsertOrUpdateGeneratorPostgres - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    -
     
    -
    InsertOrUpdateGeneratorSQLite - Class in liquibase.sqlgenerator.core
    -
    -
    Adds an ON CONFLICT REPLACE clause to an INSERT INTO ...
    -
    -
    InsertOrUpdateGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    InsertOrUpdateGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertOrUpdateGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    InsertOrUpdateStatement - Class in liquibase.statement.core
    -
     
    -
    InsertOrUpdateStatement(String, String, String, String) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
    -
     
    -
    InsertOrUpdateStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
    -
     
    -
    InsertSetGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    InsertSetGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    InsertSetStatement - Class in liquibase.statement.core
    -
     
    -
    InsertSetStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertSetStatement
    -
     
    -
    InsertSetStatement(String, String, String, int) - Constructor for class liquibase.statement.core.InsertSetStatement
    -
     
    -
    InsertStatement - Class in liquibase.statement.core
    -
     
    -
    InsertStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertStatement
    -
     
    -
    installLicense(Location...) - Method in interface liquibase.license.LicenseService
    -
    -
    Given a list of potential locations that a license file could be located, - check each one and install any .lic files that are found there, iterating until - a valid license is installed successfully or all the locations have been tried.
    -
    -
    InternalDatabase - Interface in liquibase.database
    -
    -
    Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
    -
    -
    introspect(IntrospectionContext) - Method in interface liquibase.util.beans.BeanIntrospector
    -
     
    -
    introspect(IntrospectionContext) - Method in class liquibase.util.beans.DefaultBeanIntrospector
    -
     
    -
    introspect(IntrospectionContext) - Method in class liquibase.util.beans.FluentPropertyBeanIntrospector
    -
     
    -
    IntrospectionContext - Class in liquibase.util.beans
    -
     
    -
    IntrospectionContext(Class<?>) - Constructor for class liquibase.util.beans.IntrospectionContext
    -
     
    -
    IntType - Class in liquibase.datatype.core
    -
    -
    Represents a signed integer number using 32 bits of storage.
    -
    -
    IntType() - Constructor for class liquibase.datatype.core.IntType
    -
     
    -
    intValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    INVALID_STRING_ENCODING_MESSAGE - Static variable in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    InvalidChangeDefinitionException - Exception in liquibase.exception
    -
     
    -
    InvalidChangeDefinitionException(String, Change) - Constructor for exception liquibase.exception.InvalidChangeDefinitionException
    -
     
    -
    InvalidExampleException - Exception in liquibase.snapshot
    -
    -
    Thrown if a descriptive example is not specific enough to perform a snapshot.
    -
    -
    InvalidExampleException() - Constructor for exception liquibase.snapshot.InvalidExampleException
    -
     
    -
    InvalidExampleException(String) - Constructor for exception liquibase.snapshot.InvalidExampleException
    -
     
    -
    InvalidExampleException(String, Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
    -
     
    -
    InvalidExampleException(Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
    -
     
    -
    isAccepted() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
    -
    -
    Was the change set accepted by the filter
    -
    -
    isAllWhiteSpace(CharSequence) - Method in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Checks if every element is the character sequence is whitespace.
    -
    -
    isAlwaysRun() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isAnnotationDriven() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Determines whether the mapping strategy is driven by CsvBind annotations.
    -
    -
    isAnnotationDriven() - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
    -
    -
    Determines whether the mapping strategy is driven by CsvBind annotations.
    -
    -
    isApplyToRollback() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    isApplyToRollback() - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    isAscii(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    isAscii(char) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns true if ch is a "7-bit-clean" ASCII character (ordinal number < 128).
    -
    -
    isAssociatedWith(String) - Method in class liquibase.structure.core.Index
    -
     
    -
    isAutoCommit() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isAutoCommit() - Method in interface liquibase.database.Database
    -
     
    -
    isAutoCommit() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isAutoIncrement() - Method in class liquibase.change.ColumnConfig
    -
    -
    Returns true if this Column should be set to be auto increment.
    -
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.DecimalType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.IntType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.MediumIntType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.NumberType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.SmallIntType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.TinyIntType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.core.UnknownType
    -
     
    -
    isAutoIncrement() - Method in class liquibase.datatype.DatabaseDataType
    -
    -
    Mainly for postgres, check if the column is a serial data type.
    -
    -
    isAutoIncrement() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    isAutoIncrement() - Method in class liquibase.structure.core.Column
    -
     
    -
    isAzureDb() - Method in class liquibase.database.core.MSSQLDatabase
    -
    -
    Returns true if the connected MS SQL instance is a Microsoft Cloud ("Azure")-hosted instance of MSSQL.
    -
    -
    isBoolean(int) - Static method in class liquibase.util.SqlUtil
    -
     
    -
    isCascadeConstraints() - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    isCascadeConstraints() - Method in class liquibase.statement.core.DropTableStatement
    -
     
    -
    isCaseSensitive() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isCaseSensitive() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    isCaseSensitive() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    isCaseSensitive() - Method in interface liquibase.database.Database
    -
     
    -
    isCaseSensitive() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    isCaseSensitive() - Method in class liquibase.resource.AbstractResourceAccessor
    -
    -
    This method determines is access case sensitive or insensitive in terms of OS.
    -
    -
    isCaseSensitive() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isCertainDataType() - Method in class liquibase.structure.core.Column
    -
     
    -
    isCertainName() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    isCheckSumValid(CheckSum) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isClearCheckSums() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    isClearCheckSums() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    isClosed() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    isClosed() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    isClosed() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    isClosed() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    isClustered() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    isClustered() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    isClustered() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    isClustered() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DB2Database
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Db2zDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.H2Database
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in interface liquibase.database.Database
    -
    -
    Is this AbstractDatabase subclass the correct one to use for the given connection.
    -
    -
    isCorrectDatabaseImplementation(Database) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isCurrentDateTimeFunction(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Determines if the given function name refers to the function that returns the current - time and date for a specific DBMS.
    -
    -
    isDatabaseChangeLogLockTableInitialized(boolean) - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    isDataTypeDifferent(Column) - Method in class liquibase.structure.core.Column
    -
     
    -
    isDate(int) - Static method in class liquibase.util.SqlUtil
    -
     
    -
    isDateOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns true if the String conforms to an ISO 8601 date, e.g.
    -
    -
    isDateTime(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns true if the String conforms to an ISO 8601 date plus a time (hours, minutes, whole seconds - and optionally fraction of a second) in UTC, e.g.
    -
    -
    isDbmsMatch(String) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    isDbmsMatch(Set<String>) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    isDefault() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    isDefault() - Method in class liquibase.structure.core.Schema
    -
     
    -
    isDefaultCatalog(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isDefaultCatalog(String) - Method in interface liquibase.database.Database
    -
    -
    If the database supports catalogs, test if a given catalog name equals to the default catalog of the current - logged in user.
    -
    -
    isDefaultCatalog(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isDefaultCatalog(Catalog, Database) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
    -
     
    -
    isDefaultSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isDefaultSchema(String, String) - Method in interface liquibase.database.Database
    -
    -
    If the database supports schemas, test if a given combination of catalog and schema name equals to the default - catalog and schema of the current logged in user.
    -
    -
    isDefaultSchema(String, String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isDeferrable() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns if a foreign key defined for this column should deferrable.
    -
    -
    isDeferrable() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    isDeferrable() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    isDeferrable() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    isDeferrable() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    isDeferrable() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    isDeleteCascade() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns if a foreign key defined for this column should cascade deletes.
    -
    -
    isDeleteCascade() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    isDelimiter(String, String, String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns true if the input is a delimiter in one of the popular RDBMSs.
    -
    -
    isDifferent(String) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    isDifferent(Column) - Method in class liquibase.structure.core.Column
    -
     
    -
    isDisabled() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    isDisabled() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
    -
     
    -
    isDropFirst() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    isDropFirst() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    isEmpty() - Method in class liquibase.ContextExpression
    -
     
    -
    isEmpty() - Method in class liquibase.Contexts
    -
     
    -
    isEmpty() - Method in class liquibase.LabelExpression
    -
     
    -
    isEmpty() - Method in class liquibase.Labels
    -
     
    -
    isEmpty() - Method in class liquibase.util.SmartMap
    -
     
    -
    isEmpty() - Method in class liquibase.util.StringClauses
    -
     
    -
    isEmpty(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns true if the input string is the empty string (null-safe).
    -
    -
    isExecuteDdlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    isExecuteDmlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    isExtension(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether the extension of the filename is that specified.
    -
    -
    isExtension(String, String[]) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether the extension of the filename is one of those specified.
    -
    -
    isExtension(String, Collection) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks whether the extension of the filename is one of those specified.
    -
    -
    isFilteredBy(Class<? extends ChangeSetFilter>) - Method in class liquibase.changelog.ChangeSetStatus
    -
    -
    Convenience method to check wither a given ChangeSetFilter type is a reason for running the change set or not.
    -
    -
    isFullDefinition() - Method in class liquibase.statement.core.CreateViewStatement
    -
    -
    Returns the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
    -
    -
    isFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isFunction(String) - Method in interface liquibase.database.Database
    -
     
    -
    isFunction(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isGlobal() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    isIgnore() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isIgnoreClasspathPrefix() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    isIgnoreClasspathPrefix() - Method in class liquibase.Liquibase
    -
     
    -
    isIgnoreLeadingWhiteSpace() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    isIgnoreQuotations() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    isIncludeIgnore() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    isInheritableIgnore() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isInitialized() - Method in class liquibase.sdk.Context
    -
     
    -
    isInitiallyDeferred() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns if a foreign key defined for this column should be "initially deferred".
    -
    -
    isInitiallyDeferred() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    isInitiallyDeferred() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    isInitiallyDeferred() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    isInitiallyDeferred() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    isInitiallyDeferred() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    isInvalidProperty(PropertyDescriptor) - Method in class liquibase.change.AbstractChange
    -
     
    -
    isJson() - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    isLiquibaseLoadedAsOSGiBundle() - Static method in class liquibase.osgi.OSGiUtil
    -
     
    -
    isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isLiquibaseObject(DatabaseObject) - Method in interface liquibase.database.Database
    -
     
    -
    isLiquibaseObject(DatabaseObject) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isMinimumVersion(String, int, int, int) - Static method in class liquibase.util.StringUtils
    -
    -
    Compares a minimum version number given in string form (only the first three parts are considered) with a - candidate version given as the three ints major, minor and patch.
    -
    -
    isMultiple() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    isMultiple() - Method in class liquibase.statement.core.DropColumnStatement
    -
     
    -
    isNextCharacterEscapable(String, boolean, int) - Method in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Checks to see if the character after the current index in a String is an escapable character.
    -
    -
    isNotEmpty(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns true if the input string is NOT the empty string.
    -
    -
    isNowOrTodayFormat(String) - Static method in class liquibase.util.NowAndTodayUtil
    -
    -
    Checks if date starts with "NOW" or "TODAY".
    -
    -
    isNullabilityDifferent(Column) - Method in class liquibase.structure.core.Column
    -
     
    -
    isNullable() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns if the column should be nullable.
    -
    -
    isNullable() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    isNullable() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    isNullable() - Method in class liquibase.structure.core.Column
    -
     
    -
    isNumeric(int) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Check whether the given SQL type is numeric.
    -
    -
    isNumeric(int) - Static method in class liquibase.util.SqlUtil
    -
     
    -
    isNumericBoolean(Database) - Method in class liquibase.datatype.core.BooleanType
    -
     
    -
    ISODateFormat - Class in liquibase.util
    -
     
    -
    ISODateFormat() - Constructor for class liquibase.util.ISODateFormat
    -
     
    -
    isOrdered() - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    isOrdered() - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    isOutputDefaultCatalog() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    isOutputDefaultCatalog() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    isOutputDefaultSchema() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    isOutputDefaultSchema() - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    isPending() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    isPrefixPresent(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    isPrimaryKey() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns true if the column should be part of the primary key.
    -
    -
    isPrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    isPromptOnNonLocalDatabase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    isReadOnly() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    isRelativeToChangelogFile() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    isRelativeToChangelogFile() - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    isRelativeToChangelogFile() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    isReplaceIfExists() - Method in class liquibase.statement.core.CreateViewStatement
    -
     
    -
    isRequired() - Method in class liquibase.util.csv.opencsv.bean.BeanField
    -
     
    -
    isRequiredFor(Database) - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    A convenience method for testing the value returned by ChangeParameterMetaData.getRequiredForDatabase() against a given database.
    -
    -
    isRerunnable() - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.core.H2Database
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    isReservedWord(String) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    isReservedWord(String) - Method in interface liquibase.database.Database
    -
     
    -
    isReservedWord(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isRunInTransaction() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isRunOnChange() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    isSafeToRunUpdate() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Default implementation, just look for "local" IPs.
    -
    -
    isSafeToRunUpdate() - Method in class liquibase.database.core.H2Database
    -
     
    -
    isSafeToRunUpdate() - Method in interface liquibase.database.Database
    -
     
    -
    isSafeToRunUpdate() - Method in class liquibase.Liquibase
    -
    -
    Returns true if it is "save" to migrate the database.
    -
    -
    isSafeToRunUpdate() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isSameAs(ChangeSet) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.CatalogComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ColumnComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.IndexComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.SchemaComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.TableComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    isSameObject(DatabaseObject, DatabaseObject, CompareControl.SchemaComparison[], Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    isShouldRun() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    isSplitStatements() - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Return if the SQL should be split into multiple statements before passing it to the database.
    -
    -
    isStrictQuotes() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    isStripComments() - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Return if comments should be stripped from the SQL before passing it to the database.
    -
    -
    isSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Db2zDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    isSystemObject(DatabaseObject) - Method in interface liquibase.database.Database
    -
     
    -
    isSystemObject(DatabaseObject) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    isSystemView(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    isTestRollbackOnUpdate() - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Returns whether a rollback should be tested at update time or not.
    -
    -
    isTimeOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns true if the String conforms to an ISO 8601 time (hours, minutes and whole seconds) in UTC, - e.g.
    -
    -
    isTimestamp(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Returns true if the String conforms to an ISO 8601 date - plus a timestamp (hours, minutes, seconds and at least one decimal fraction) in UTC, - e.g.
    -
    -
    isTrue(Boolean) - Static method in class liquibase.util.BooleanUtils
    -
    -
    Checks if a Boolean value is true, handling null as false.
    -
    -
    isTrue(boolean, String) - Static method in class liquibase.util.Validate
    -
    -
    Throws exception if test is not true.
    -
    -
    isUnique() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns if the column is part of a unique constraint.
    -
    -
    isUnique() - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    isUnique() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    isUnique() - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    isUnique() - Method in class liquibase.structure.core.Index
    -
     
    -
    isUsingOracleSyntax() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    isValid() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    isValid() - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    isValidate() - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    isValidOracleIdentifier(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.OracleDatabase
    -
    -
    Tests if the given String would be a valid identifier in Oracle DBMS.
    -
    -
    isWarnIfObjectNotFound() - Method in class liquibase.snapshot.SnapshotControl
    -
    -
    Returns if the code should log a LogLevel.WARNING message if the object to be snapshotted could not be found.
    -
    -
    isWebSphereClassLoader(ClassLoader) - Static method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
    -
    -
    Is the classloader from IBM and thus the WebSphere platform?
    -
    -
    isWhitespace(CharSequence) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns true if the given string only consists of whitespace characters (null-safe)
    -
    -
    isWindows() - Method in class liquibase.integration.commandline.Main
    -
    -
    Determines if this program is executed on a Microsoft Windows-type of operating system.
    -
    -
    isWrongCatalog(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    isWrongSchema(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    iterator() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Creates an Iterator for processing the csv data.
    -
    -
    - - - -

    J

    -
    -
    jdbcCallsCatalogsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    JdbcConnection - Class in liquibase.database.jvm
    -
    -
    A ConnectionWrapper implementation which delegates completely to an - underlying java.sql.connection.
    -
    -
    JdbcConnection(Connection) - Constructor for class liquibase.database.jvm.JdbcConnection
    -
     
    -
    JdbcDatabaseSnapshot - Class in liquibase.snapshot
    -
     
    -
    JdbcDatabaseSnapshot(DatabaseObject[], Database, SnapshotControl) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
    -
     
    -
    JdbcDatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
    -
     
    -
    JdbcDatabaseSnapshot.CachingDatabaseMetaData - Class in liquibase.snapshot
    -
     
    -
    JdbcExecutor - Class in liquibase.executor.jvm
    -
    -
    Class to simplify execution of SqlStatements.
    -
    -
    JdbcExecutor() - Constructor for class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    JdbcSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    JdbcSnapshotGenerator(Class<? extends DatabaseObject>) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    JdbcSnapshotGenerator(Class<? extends DatabaseObject>, Class<? extends DatabaseObject>[]) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    JdbcUtils - Class in liquibase.util
    -
     
    -
    JdbcUtils() - Constructor for class liquibase.util.JdbcUtils
    -
     
    -
    jj_nt - Variable in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Next token.
    -
    -
    jjFillToken() - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
     
    -
    jjstrLiteralImages - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Token literal values.
    -
    -
    join(Object[], String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(String[], String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Collection<String>, String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Collection, String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Collection, String, StringUtils.StringUtilsFormatter, boolean) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Collection<String>, String, boolean) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Map, String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Map, String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(Integer[], String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    join(int[], String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    JsonChangeLogParser - Class in liquibase.parser.core.json
    -
     
    -
    JsonChangeLogParser() - Constructor for class liquibase.parser.core.json.JsonChangeLogParser
    -
     
    -
    JsonChangeLogSerializer - Class in liquibase.serializer.core.json
    -
     
    -
    JsonChangeLogSerializer() - Constructor for class liquibase.serializer.core.json.JsonChangeLogSerializer
    -
     
    -
    JsonSnapshotParser - Class in liquibase.parser.core.json
    -
     
    -
    JsonSnapshotParser() - Constructor for class liquibase.parser.core.json.JsonSnapshotParser
    -
     
    -
    JsonSnapshotSerializer - Class in liquibase.serializer.core.json
    -
     
    -
    JsonSnapshotSerializer() - Constructor for class liquibase.serializer.core.json.JsonSnapshotSerializer
    -
     
    -
    - - - -

    K

    -
    -
    keepCarriageReturns() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Returns if the reader will keep carriage returns found in data or remove them.
    -
    -
    key - Variable in class liquibase.changelog.ChangeSet
    -
     
    -
    keySet() - Method in class liquibase.util.SmartMap
    -
     
    -
    kind - Variable in class liquibase.util.grammar.Token
    -
    -
    An integer that describes the kind of this token.
    -
    -
    - - - -

    L

    -
    -
    LabelChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    LabelChangeSetFilter() - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
    -
     
    -
    LabelChangeSetFilter(LabelExpression) - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
    -
     
    -
    LabelExpression - Class in liquibase
    -
     
    -
    LabelExpression() - Constructor for class liquibase.LabelExpression
    -
     
    -
    LabelExpression(String...) - Constructor for class liquibase.LabelExpression
    -
     
    -
    LabelExpression(String) - Constructor for class liquibase.LabelExpression
    -
     
    -
    LabelExpression(Collection<String>) - Constructor for class liquibase.LabelExpression
    -
     
    -
    labels - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    labels - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    Labels - Class in liquibase
    -
     
    -
    Labels() - Constructor for class liquibase.Labels
    -
     
    -
    Labels(String...) - Constructor for class liquibase.Labels
    -
     
    -
    Labels(String) - Constructor for class liquibase.Labels
    -
     
    -
    Labels(Collection<String>) - Constructor for class liquibase.Labels
    -
     
    -
    LABELS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    leftPad(String, int) - Static method in class liquibase.util.StringUtils
    -
    -
    Adds spaces to the left of the input value until the string has reached the given length.
    -
    -
    LETTER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    LexicalError(boolean, int, int, int, String, char) - Static method in error liquibase.util.grammar.TokenMgrError
    -
    -
    Returns a detailed message for the Error when it is thrown by the - token manager to indicate a lexical error.
    -
    -
    lexStateNames - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Lexer state names.
    -
    -
    LicenseInstallResult - Class in liquibase.license
    -
    -
    encapsulates overall install result and any messages.
    -
    -
    LicenseInstallResult(int) - Constructor for class liquibase.license.LicenseInstallResult
    -
     
    -
    LicenseInstallResult(int, String) - Constructor for class liquibase.license.LicenseInstallResult
    -
     
    -
    LicenseInstallResult(int, List<String>) - Constructor for class liquibase.license.LicenseInstallResult
    -
     
    -
    licenseIsAboutToExpire() - Method in interface liquibase.license.LicenseService
    -
     
    -
    licenseIsInstalled() - Method in interface liquibase.license.LicenseService
    -
    -
    This method checks whether there is any license with any valid subject installed.
    -
    -
    licenseIsValid(String) - Method in interface liquibase.license.LicenseService
    -
    -
    Check if an installed license with the given subject is valid or not.
    -
    -
    LicenseService - Interface in liquibase.license
    -
     
    -
    LicenseServiceFactory - Class in liquibase.license
    -
     
    -
    LicenseServiceUtils - Class in liquibase.license
    -
    -
    This class provides a static method for verifying licenses
    -
    -
    LicenseServiceUtils() - Constructor for class liquibase.license.LicenseServiceUtils
    -
     
    -
    limitSize(String, int) - Static method in class liquibase.util.StringUtils
    -
     
    -
    line - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    LINE_COMMENT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    LineReader - Class in liquibase.util.csv.opencsv.stream.reader
    -
    -
    This class was created for issue #106 (https://sourceforge.net/p/opencsv/bugs/106/) where - carriage returns were being removed.
    -
    -
    LineReader(BufferedReader, boolean) - Constructor for class liquibase.util.csv.opencsv.stream.reader.LineReader
    -
    -
    LineReader constructor.
    -
    -
    liquibase - package liquibase
    -
    -
    Liquibase top level namespace package.
    -
    -
    Liquibase - Class in liquibase
    -
    -
    Primary facade class for interacting with Liquibase.
    -
    -
    Liquibase(String, ResourceAccessor, DatabaseConnection) - Constructor for class liquibase.Liquibase
    -
    -
    Creates a Liquibase instance for a given DatabaseConnection.
    -
    -
    Liquibase(String, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
    -
    -
    Creates a Liquibase instance.
    -
    -
    Liquibase(DatabaseChangeLog, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
    -
     
    -
    liquibase.change - package liquibase.change
    -
    -
    The change package contains the available database "changes".
    -
    -
    liquibase.change.core - package liquibase.change.core
    -
    -
    Technically, a Change expresses an intention for alter the structure of the Database.
    -
    -
    liquibase.change.custom - package liquibase.change.custom
    -
    -
    Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create - your own custom refactoring class.
    -
    -
    liquibase.changelog - package liquibase.changelog
    -
     
    -
    liquibase.changelog.column - package liquibase.changelog.column
    -
     
    -
    liquibase.changelog.filter - package liquibase.changelog.filter
    -
     
    -
    liquibase.changelog.visitor - package liquibase.changelog.visitor
    -
     
    -
    liquibase.command - package liquibase.command
    -
     
    -
    liquibase.command.core - package liquibase.command.core
    -
     
    -
    liquibase.common.datatype - package liquibase.common.datatype
    -
     
    -
    liquibase.configuration - package liquibase.configuration
    -
     
    -
    liquibase.database - package liquibase.database
    -
     
    -
    liquibase.database.core - package liquibase.database.core
    -
     
    -
    liquibase.database.jvm - package liquibase.database.jvm
    -
     
    -
    liquibase.datatype - package liquibase.datatype
    -
     
    -
    liquibase.datatype.core - package liquibase.datatype.core
    -
     
    -
    liquibase.dbdoc - package liquibase.dbdoc
    -
     
    -
    liquibase.diff - package liquibase.diff
    -
     
    -
    liquibase.diff.compare - package liquibase.diff.compare
    -
     
    -
    liquibase.diff.compare.core - package liquibase.diff.compare.core
    -
     
    -
    liquibase.diff.core - package liquibase.diff.core
    -
     
    -
    liquibase.diff.output - package liquibase.diff.output
    -
     
    -
    liquibase.diff.output.changelog - package liquibase.diff.output.changelog
    -
     
    -
    liquibase.diff.output.changelog.core - package liquibase.diff.output.changelog.core
    -
     
    -
    liquibase.diff.output.report - package liquibase.diff.output.report
    -
     
    -
    liquibase.exception - package liquibase.exception
    -
     
    -
    liquibase.executor - package liquibase.executor
    -
     
    -
    liquibase.executor.jvm - package liquibase.executor.jvm
    -
     
    -
    liquibase.integration.ant - package liquibase.integration.ant
    -
     
    -
    liquibase.integration.ant.logging - package liquibase.integration.ant.logging
    -
     
    -
    liquibase.integration.ant.type - package liquibase.integration.ant.type
    -
     
    -
    liquibase.integration.commandline - package liquibase.integration.commandline
    -
     
    -
    liquibase.integration.servlet - package liquibase.integration.servlet
    -
     
    -
    liquibase.integration.spring - package liquibase.integration.spring
    -
     
    -
    liquibase.io - package liquibase.io
    -
     
    -
    liquibase.license - package liquibase.license
    -
     
    -
    liquibase.listener - package liquibase.listener
    -
     
    -
    liquibase.lockservice - package liquibase.lockservice
    -
     
    -
    liquibase.logging - package liquibase.logging
    -
     
    -
    liquibase.logging.core - package liquibase.logging.core
    -
     
    -
    liquibase.osgi - package liquibase.osgi
    -
     
    -
    liquibase.parser - package liquibase.parser
    -
     
    -
    liquibase.parser.core - package liquibase.parser.core
    -
     
    -
    liquibase.parser.core.formattedsql - package liquibase.parser.core.formattedsql
    -
     
    -
    liquibase.parser.core.json - package liquibase.parser.core.json
    -
     
    -
    liquibase.parser.core.sql - package liquibase.parser.core.sql
    -
     
    -
    liquibase.parser.core.xml - package liquibase.parser.core.xml
    -
     
    -
    liquibase.parser.core.yaml - package liquibase.parser.core.yaml
    -
     
    -
    liquibase.precondition - package liquibase.precondition
    -
     
    -
    liquibase.precondition.core - package liquibase.precondition.core
    -
     
    -
    liquibase.resource - package liquibase.resource
    -
     
    -
    liquibase.sdk - package liquibase.sdk
    -
     
    -
    liquibase.sdk.convert - package liquibase.sdk.convert
    -
     
    -
    liquibase.sdk.database - package liquibase.sdk.database
    -
     
    -
    liquibase.sdk.exception - package liquibase.sdk.exception
    -
     
    -
    liquibase.sdk.executor - package liquibase.sdk.executor
    -
     
    -
    liquibase.sdk.resource - package liquibase.sdk.resource
    -
     
    -
    liquibase.sdk.supplier.resource - package liquibase.sdk.supplier.resource
    -
     
    -
    liquibase.serializer - package liquibase.serializer
    -
     
    -
    liquibase.serializer.core.formattedsql - package liquibase.serializer.core.formattedsql
    -
     
    -
    liquibase.serializer.core.json - package liquibase.serializer.core.json
    -
     
    -
    liquibase.serializer.core.string - package liquibase.serializer.core.string
    -
     
    -
    liquibase.serializer.core.xml - package liquibase.serializer.core.xml
    -
     
    -
    liquibase.serializer.core.yaml - package liquibase.serializer.core.yaml
    -
     
    -
    liquibase.servicelocator - package liquibase.servicelocator
    -
     
    -
    liquibase.snapshot - package liquibase.snapshot
    -
     
    -
    liquibase.snapshot.jvm - package liquibase.snapshot.jvm
    -
     
    -
    liquibase.sql - package liquibase.sql
    -
     
    -
    liquibase.sql.visitor - package liquibase.sql.visitor
    -
     
    -
    liquibase.sqlgenerator - package liquibase.sqlgenerator
    -
     
    -
    liquibase.sqlgenerator.core - package liquibase.sqlgenerator.core
    -
     
    -
    liquibase.statement - package liquibase.statement
    -
     
    -
    liquibase.statement.core - package liquibase.statement.core
    -
     
    -
    liquibase.structure - package liquibase.structure
    -
     
    -
    liquibase.structure.core - package liquibase.structure.core
    -
     
    -
    liquibase.util - package liquibase.util
    -
     
    -
    liquibase.util.beans - package liquibase.util.beans
    -
     
    -
    liquibase.util.csv - package liquibase.util.csv
    -
     
    -
    liquibase.util.csv.opencsv - package liquibase.util.csv.opencsv
    -
     
    -
    liquibase.util.csv.opencsv.bean - package liquibase.util.csv.opencsv.bean
    -
     
    -
    liquibase.util.csv.opencsv.enums - package liquibase.util.csv.opencsv.enums
    -
     
    -
    liquibase.util.csv.opencsv.stream.reader - package liquibase.util.csv.opencsv.stream.reader
    -
     
    -
    liquibase.util.file - package liquibase.util.file
    -
     
    -
    liquibase.util.grammar - package liquibase.util.grammar
    -
     
    -
    liquibase.util.ui - package liquibase.util.ui
    -
     
    -
    liquibase.util.xml - package liquibase.util.xml
    -
     
    -
    LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    LIQUIBASE_SCHEMA_VERSION - Static variable in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    LIQUIBASE_SDK_PROPERTIES_FILENAME - Static variable in class liquibase.sdk.Context
    -
     
    -
    LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    liquibaseCatalogName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    LiquibaseColumn - Class in liquibase.changelog.column
    -
    -
    This class is just a marker class that is used to distinguish columns that are - used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns - that might be used in Liquibase-managed database schemas.
    -
    -
    LiquibaseColumn() - Constructor for class liquibase.changelog.column.LiquibaseColumn
    -
     
    -
    LiquibaseCommand<T extends CommandResult> - Interface in liquibase.command
    -
    -
    Commands are higher-level functions.
    -
    -
    LiquibaseConfiguration - Class in liquibase.configuration
    -
    -
    Provides unified management of configuration properties within Liquibase core and in extensions.
    -
    -
    LiquibaseConfiguration() - Constructor for class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Constructor protected to prevent construction outside getInstance()
    -
    -
    LiquibaseDataType - Class in liquibase.datatype
    -
    -
    Object representing a data type, instead of a plain string.
    -
    -
    LiquibaseDataType(LiquibaseDataType) - Constructor for class liquibase.datatype.LiquibaseDataType
    -
     
    -
    LiquibaseDataType() - Constructor for class liquibase.datatype.LiquibaseDataType
    -
     
    -
    LiquibaseDataType(String, int, int) - Constructor for class liquibase.datatype.LiquibaseDataType
    -
     
    -
    LiquibaseEntityResolver - Class in liquibase.parser.core.xml
    -
    -
    Finds the Liquibase schema from the classpath rather than fetching it over the Internet.
    -
    -
    LiquibaseEntityResolver(LiquibaseSerializer) - Constructor for class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
     
    -
    LiquibaseEntityResolver(LiquibaseParser) - Constructor for class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
     
    -
    LiquibaseException - Exception in liquibase.exception
    -
    -
    Base class for all Liquibase exceptions.
    -
    -
    LiquibaseException() - Constructor for exception liquibase.exception.LiquibaseException
    -
     
    -
    LiquibaseException(String) - Constructor for exception liquibase.exception.LiquibaseException
    -
     
    -
    LiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseException
    -
     
    -
    LiquibaseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseException
    -
     
    -
    LiquibaseExtDriver - Interface in liquibase.database
    -
     
    -
    LiquibaseListener - Interface in liquibase.listener
    -
     
    -
    LiquibaseParseException - Exception in liquibase.exception
    -
     
    -
    LiquibaseParseException() - Constructor for exception liquibase.exception.LiquibaseParseException
    -
     
    -
    LiquibaseParseException(String) - Constructor for exception liquibase.exception.LiquibaseParseException
    -
     
    -
    LiquibaseParseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
    -
     
    -
    LiquibaseParseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
    -
     
    -
    LiquibaseParser - Interface in liquibase.parser
    -
     
    -
    liquibaseProLicenseKey - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    LiquibaseRepresenter() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
    -
     
    -
    LiquibaseResolver() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
    -
     
    -
    liquibaseSchema - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    liquibaseSchemaName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    LiquibaseSerializable - Interface in liquibase.serializer
    -
     
    -
    LiquibaseSerializable.SerializationType - Enum in liquibase.serializer
    -
     
    -
    LiquibaseSerializer - Interface in liquibase.serializer
    -
     
    -
    LiquibaseService - Annotation Type in liquibase.servicelocator
    -
     
    -
    LiquibaseServletListener - Class in liquibase.integration.servlet
    -
    -
    Servlet listener than can be added to web.xml to allow Liquibase to run on every application server startup.
    -
    -
    LiquibaseServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    LiquibaseServletListener.ServletValueContainer - Class in liquibase.integration.servlet
    -
     
    -
    LiquibaseStatusServlet - Class in liquibase.integration.servlet
    -
    -
    Servlet that can be registered via web.xml to view the log of the Liquibase run from the LiquibaseServletListener.
    -
    -
    LiquibaseStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseStatusServlet
    -
     
    -
    liquibaseTablespace - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    LiquibaseUtil - Class in liquibase.util
    -
     
    -
    LiquibaseUtil() - Constructor for class liquibase.util.LiquibaseUtil
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    list(String, String, boolean, boolean, boolean) - Method in interface liquibase.resource.ResourceAccessor
    -
    -
    Returns the path to all resources contained in the given root.
    -
    -
    list(String, String, boolean, boolean, boolean) - Method in class liquibase.sdk.resource.MockResourceAccessor
    -
     
    -
    listColumns(UniqueConstraint, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    listFromNames(String) - Static method in class liquibase.structure.core.Column
    -
     
    -
    listLocks() - Method in class liquibase.Liquibase
    -
    -
    Display change log lock information.
    -
    -
    listLocks() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    listLocks() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    listLocks() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    listLocks() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    listUnexpectedChangeSets(String) - Method in class liquibase.Liquibase
    -
     
    -
    listUnexpectedChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    listUnrunChangeSets(Contexts) - Method in class liquibase.Liquibase
    -
    -
    Deprecated. -
    use version with LabelExpression
    -
    -
    -
    listUnrunChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    listUnrunChangeSets(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    ListVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    ListVisitor() - Constructor for class liquibase.changelog.visitor.ListVisitor
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AbstractChange
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in interface liquibase.precondition.Precondition
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    loadConstraints(ParsedNode) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    LoadDataChange - Class in liquibase.change.core
    -
     
    -
    LoadDataChange() - Constructor for class liquibase.change.core.LoadDataChange
    -
     
    -
    LoadDataChange.LOAD_DATA_TYPE - Enum in liquibase.change.core
    -
     
    -
    LoadDataColumnConfig - Class in liquibase.change.core
    -
     
    -
    LoadDataColumnConfig() - Constructor for class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    loadDescriptorMap() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    builds a map of property descriptors for the Bean.
    -
    -
    loadFieldMap() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Builds a map of fields (and whether they're mandatory) for the Bean.
    -
    -
    loadImplementationsInJar(String, InputStream, ClassLoader, String, String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
    -
    Finds matching classes within a jar files that contains a folder - structure matching the package structure.
    -
    -
    loadObjects(Map<String, DatabaseObject>, Map<String, DatabaseObject>, ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    LoadUpdateDataChange - Class in liquibase.change.core
    -
     
    -
    LoadUpdateDataChange() - Constructor for class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    Location - Class in liquibase.license
    -
    -
    A Location is an object that has a name, LocationType, value, and path.
    -
    -
    Location(String, LocationType, String) - Constructor for class liquibase.license.Location
    -
     
    -
    Location(String, LocationType) - Constructor for class liquibase.license.Location
    -
    -
    Only use this constructor for things where the name and the value are the same
    -
    -
    LocationType - Enum in liquibase.license
    -
    -
    Enumerate the different places that a license can be installed from.
    -
    -
    LockDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    LockDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    LockDatabaseChangeLogStatement - Class in liquibase.statement.core
    -
     
    -
    LockDatabaseChangeLogStatement() - Constructor for class liquibase.statement.core.LockDatabaseChangeLogStatement
    -
     
    -
    LockException - Exception in liquibase.exception
    -
     
    -
    LockException(String) - Constructor for exception liquibase.exception.LockException
    -
     
    -
    LockException(Throwable) - Constructor for exception liquibase.exception.LockException
    -
     
    -
    LockException(String, Throwable) - Constructor for exception liquibase.exception.LockException
    -
     
    -
    LockService - Interface in liquibase.lockservice
    -
     
    -
    LockServiceFactory - Class in liquibase.lockservice
    -
     
    -
    LockServiceImpl - Class in liquibase.lockservice
    -
    -
    Deprecated. -
    use StandardLockService instead
    -
    -
    -
    LockServiceImpl() - Constructor for class liquibase.lockservice.LockServiceImpl
    -
    -
    Deprecated.
    -
    log - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    log - Variable in class liquibase.parser.core.yaml.YamlParser
    -
     
    -
    log - Variable in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    LOG_LEVEL - Static variable in class liquibase.logging.core.DefaultLoggerConfiguration
    -
     
    -
    LogFactory - Class in liquibase.logging
    -
    -
    Deprecated. -
    use LogService now. - This class is kept for compatibility with Liquibase 3.5 and prior.
    -
    -
    -
    LogFactory() - Constructor for class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    logFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    Logger - Interface in liquibase.logging
    -
    -
    Interface to class that does the actual logging.
    -
    -
    LoggerContext - Interface in liquibase.logging
    -
    -
    LoggerContexts are used for tracking "nested diagnostic context" as well as tracking progress.
    -
    -
    LoggerFactory - Interface in liquibase.logging
    -
    -
    Primary front-end for various Logging implementations by constructing the correct Logger version.
    -
    -
    LoggingExecutor - Class in liquibase.executor
    -
    -
    A variant of the Executor service that does not actually modify the target database(s).
    -
    -
    LoggingExecutor(Executor, Writer, Database) - Constructor for class liquibase.executor.LoggingExecutor
    -
     
    -
    logLevel - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    LogLevel - Enum in liquibase.logging
    -
    -
    The allowed levels for logging.
    -
    -
    logMessage(LogRecord) - Static method in class liquibase.integration.servlet.LiquibaseStatusServlet
    -
     
    -
    LogRedirector(Task) - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
    -
    -
    Deprecated.
    -
    Constructor
    -
    -
    LogService - Class in liquibase.logging
    -
    -
    Primary facade for working with Logs in Liquibase.
    -
    -
    LogType - Enum in liquibase.logging
    -
    -
    The type of message being logged.
    -
    -
    LONG_IDENTIFIERS_LEGNTH - Variable in class liquibase.database.core.OracleDatabase
    -
     
    -
    longValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    looksLikeFunctionCall(String, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
    -
    Tries to find out if a given value (part a database-specific SQL statement) is just a simple literal - (e.g.
    -
    -
    lowerCaseFirst(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    - - - -

    M

    -
    -
    Main - Class in liquibase.integration.commandline
    -
    -
    Class for executing Liquibase via the command line.
    -
    -
    Main() - Constructor for class liquibase.integration.commandline.Main
    -
     
    -
    main(String[]) - Static method in class liquibase.integration.commandline.Main
    -
    -
    Entry point.
    -
    -
    Main - Class in liquibase.sdk
    -
     
    -
    Main() - Constructor for class liquibase.sdk.Main
    -
     
    -
    main(String[]) - Static method in class liquibase.sdk.Main
    -
     
    -
    MappingStrategy<T> - Interface in liquibase.util.csv.opencsv.bean
    -
    -
    The interface for the classes that handle translating between the columns in the csv file - to an actual object.
    -
    -
    mapRow(ResultSet, int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
    -
     
    -
    mapRow(ResultSet, int) - Method in interface liquibase.executor.jvm.RowMapper
    -
    -
    Implementations must implement this method to map each row of data - in the ResultSet.
    -
    -
    MariaDBDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates MySQL database support.
    -
    -
    MariaDBDatabase() - Constructor for class liquibase.database.core.MariaDBDatabase
    -
     
    -
    mark(int) - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    MARK_FOREIGN_KEY - Static variable in class liquibase.structure.core.Index
    -
    -
    Marks Index as associated with Foreign Key [FK]
    -
    -
    MARK_PRIMARY_KEY - Static variable in class liquibase.structure.core.Index
    -
    -
    Marks Index as associated with Primary Key [PK]
    -
    -
    MARK_UNIQUE_CONSTRAINT - Static variable in class liquibase.structure.core.Index
    -
    -
    Marks Index as associated with Unique Constraint [UC]
    -
    -
    markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.database.Database
    -
    -
    After the change set has been ran against the database this method will update the change log table - with the information.
    -
    -
    markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    MarkChangeSetRanGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    MarkChangeSetRanGenerator() - Constructor for class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    MarkChangeSetRanStatement - Class in liquibase.statement.core
    -
     
    -
    MarkChangeSetRanStatement(ChangeSet, ChangeSet.ExecType) - Constructor for class liquibase.statement.core.MarkChangeSetRanStatement
    -
     
    -
    markedRan(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeLogSyncListener
    -
     
    -
    markNextChangeSetRan(String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    markNextChangeSetRan(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    markNextChangeSetRan(String) - Method in class liquibase.Liquibase
    -
     
    -
    markNextChangeSetRan(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    MarkNextChangeSetRanTask - Class in liquibase.integration.ant
    -
     
    -
    MarkNextChangeSetRanTask() - Constructor for class liquibase.integration.ant.MarkNextChangeSetRanTask
    -
     
    -
    markSeen(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
    -
     
    -
    markSupported() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    matches(Contexts) - Method in class liquibase.ContextExpression
    -
    -
    Returns true if the passed runtime contexts match this context expression
    -
    -
    matches(DatabaseObject) - Method in class liquibase.diff.output.StandardObjectChangeFilter.Filter
    -
     
    -
    matches(Labels) - Method in class liquibase.LabelExpression
    -
    -
    Returns true if the passed runtime labels match this label expression
    -
    -
    matches(Class<?>) - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    matches(Class<?>) - Method in class liquibase.servicelocator.CompositePackageScanFilter
    -
     
    -
    matches(Class<?>) - Method in interface liquibase.servicelocator.PackageScanFilter
    -
    -
    Does the given class match
    -
    -
    matches(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Determines if the name of a property descriptor matches the column name.
    -
    -
    matches(String, Collection<String>) - Static method in class liquibase.util.ExpressionMatcher
    -
    -
    Test provided expression against list of items.
    -
    -
    matchesAll(Collection<ContextExpression>, Contexts) - Static method in class liquibase.ContextExpression
    -
     
    -
    matchesAll(Collection<LabelExpression>, LabelExpression) - Static method in class liquibase.LabelExpression
    -
    -
    Return true if any of the LabelExpression objects match the runtime
    -
    -
    MAX_CHAR_SIZE_IN_BYTES - Static variable in class liquibase.io.EmptyLineAndCommentSkippingInputStream
    -
     
    -
    maxNextCharInd - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    maxStreamGobblerOutput - Variable in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    MD5Util - Class in liquibase.util
    -
    -
    Generates md5-sums based on a string.
    -
    -
    MD5Util() - Constructor for class liquibase.util.MD5Util
    -
     
    -
    MediumIntType - Class in liquibase.datatype.core
    -
     
    -
    MediumIntType() - Constructor for class liquibase.datatype.core.MediumIntType
    -
     
    -
    merge(SnapshotCommand.SnapshotCommandResult) - Method in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
    -
     
    -
    merge(DatabaseSnapshot) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
    -
    Method which merges two object snapshot models into one
    -
    -
    MergeColumnChange - Class in liquibase.change.core
    -
    -
    Combines data from two existing columns into a new column and drops the original columns.
    -
    -
    MergeColumnChange() - Constructor for class liquibase.change.core.MergeColumnChange
    -
     
    -
    message - Variable in class liquibase.command.CommandResult
    -
     
    -
    messages - Variable in class liquibase.license.LicenseInstallResult
    -
     
    -
    METADATA_DEFERRABILITY - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_DELETE_RULE - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_FKCOLUMN_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_FKTABLE_CAT - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_FKTABLE_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_FKTABLE_SCHEM - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_PKCOLUMN_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_PKTABLE_CAT - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_PKTABLE_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_PKTABLE_SCHEM - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    METADATA_UPDATE_RULE - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    MigrationFailedException - Exception in liquibase.exception
    -
     
    -
    MigrationFailedException() - Constructor for exception liquibase.exception.MigrationFailedException
    -
     
    -
    MigrationFailedException(ChangeSet, String) - Constructor for exception liquibase.exception.MigrationFailedException
    -
     
    -
    MigrationFailedException(ChangeSet, String, Throwable) - Constructor for exception liquibase.exception.MigrationFailedException
    -
     
    -
    MigrationFailedException(ChangeSet, Throwable) - Constructor for exception liquibase.exception.MigrationFailedException
    -
     
    -
    MINIMUM_DBMS_MAJOR_VERSION - Static variable in class liquibase.database.core.PostgresDatabase
    -
     
    -
    MINIMUM_DBMS_MINOR_VERSION - Static variable in class liquibase.database.core.PostgresDatabase
    -
     
    -
    MissingColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    MissingDataChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingDataChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
    -
     
    -
    MissingDataExternalFileChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingDataExternalFileChangeGenerator(String) - Constructor for class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
    -
     
    -
    MissingForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    -
     
    -
    MissingIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    MissingObjectChangeGenerator - Interface in liquibase.diff.output.changelog
    -
     
    -
    MissingPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    MissingSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    -
     
    -
    MissingTableChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    MissingUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    MissingViewChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    MissingViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    MockDatabase - Class in liquibase.sdk.database
    -
    -
    A DBMS that effectively does nothing, but it is useful for tests where everything should work in the same way - for all databases.
    -
    -
    MockDatabase() - Constructor for class liquibase.sdk.database.MockDatabase
    -
     
    -
    MockDatabaseConnection - Class in liquibase.database
    -
     
    -
    MockDatabaseConnection() - Constructor for class liquibase.database.MockDatabaseConnection
    -
     
    -
    MockExecutor - Class in liquibase.sdk.executor
    -
     
    -
    MockExecutor() - Constructor for class liquibase.sdk.executor.MockExecutor
    -
     
    -
    MockResourceAccessor - Class in liquibase.sdk.resource
    -
     
    -
    MockResourceAccessor() - Constructor for class liquibase.sdk.resource.MockResourceAccessor
    -
     
    -
    MockResourceAccessor(Map<String, String>) - Constructor for class liquibase.sdk.resource.MockResourceAccessor
    -
     
    -
    ModeFilter() - Constructor for class liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter
    -
     
    -
    ModifyDataTypeChange - Class in liquibase.change.core
    -
     
    -
    ModifyDataTypeChange() - Constructor for class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    ModifyDataTypeGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    ModifyDataTypeGenerator() - Constructor for class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    ModifyDataTypeStatement - Class in liquibase.statement.core
    -
     
    -
    ModifyDataTypeStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    modifySql(String, Database) - Method in class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    modifySql(String, Database) - Method in class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    modifySql(String, Database) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    modifySql(String, Database) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    modifySql(String, Database) - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    MSG_COULD_NOT_RELEASE_LOCK - Static variable in class liquibase.Liquibase
    -
     
    -
    MSSQL2008 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    -
     
    -
    MSSQL2012 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    -
     
    -
    MSSQL2014 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    -
     
    -
    MSSQL2016 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    -
     
    -
    MSSQL2017 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    -
     
    -
    MSSQL_DEFAULT_TCP_PORT - Static variable in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    MSSQL_TYPE_TIME_DEFAULT_PRECISION - Static variable in class liquibase.datatype.core.TimeType
    -
     
    -
    MSSQLDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates MS-SQL database support.
    -
    -
    MSSQLDatabase() - Constructor for class liquibase.database.core.MSSQLDatabase
    -
     
    -
    MSSQLDatabase.MSSQL_SERVER_VERSIONS - Class in liquibase.database.core
    -
     
    -
    MULTI_LINE_COMMENT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    MultiTenantSpringLiquibase - Class in liquibase.integration.spring
    -
    -
    A wrapper of Liquibase suitable in multi-tenant environments where multiple - data sources represent tenants.
    -
    -
    MultiTenantSpringLiquibase() - Constructor for class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    MySQLDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates MySQL database support.
    -
    -
    MySQLDatabase() - Constructor for class liquibase.database.core.MySQLDatabase
    -
     
    -
    - - - -

    N

    -
    -
    name - Variable in class liquibase.license.Location
    -
     
    -
    nameMatches(DatabaseObject, DatabaseObject, Database) - Static method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
     
    -
    NamespaceDetails - Interface in liquibase.parser
    -
     
    -
    NamespaceDetailsFactory - Class in liquibase.parser
    -
     
    -
    namespaceMatches(ParsedNode, String) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    nativeSQL(String) - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    nativeSQL(String) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    nativeSQL(String) - Method in class liquibase.database.jvm.SybaseASAConnection
    -
     
    -
    nativeSQL(String) - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    nativeSQL(String) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    NCharType - Class in liquibase.datatype.core
    -
     
    -
    NCharType() - Constructor for class liquibase.datatype.core.NCharType
    -
     
    -
    NetUtil - Class in liquibase.util
    -
     
    -
    NetUtil() - Constructor for class liquibase.util.NetUtil
    -
     
    -
    newBundle(String, Locale, String, ClassLoader, boolean) - Method in class liquibase.util.xml.XmlResourceBundleControl
    -
     
    -
    newInstance(Class) - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    newToken(int, String) - Static method in class liquibase.util.grammar.Token
    -
    -
    Returns a new Token object, by default.
    -
    -
    newToken(int) - Static method in class liquibase.util.grammar.Token
    -
     
    -
    next() - Method in class liquibase.util.csv.opencsv.CSVIterator
    -
    -
    Returns the next elenebt in the iterator.
    -
    -
    next - Variable in class liquibase.util.grammar.Token
    -
    -
    A reference to the next regular (non-special) token from the input - stream.
    -
    -
    next() - Method in class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    nextNonWhitespace() - Method in class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    NO_ESCAPE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    The escape constant to use when you wish to suppress all escaping.
    -
    -
    NO_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    The quote constant to use when you wish to suppress all quoting.
    -
    -
    nodeMatches(ParsedNode, String, String) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    NODENAME_COLUMN - Static variable in class liquibase.change.AbstractChange
    -
     
    -
    nonExecutedCleanup() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    NoOpLoggerContext - Class in liquibase.logging.core
    -
    -
    "Blank" context to use for LoggerFactory implementations that do not support nested contexts.
    -
    -
    NoOpLoggerContext() - Constructor for class liquibase.logging.core.NoOpLoggerContext
    -
     
    -
    normalize(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Normalizes a path, removing double and single dot path steps.
    -
    -
    normalizeLineEndings(String) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    normalizeNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Normalizes a path, removing double and single dot path steps, - and removing any final directory separator.
    -
    -
    normalizePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    normalizePath(String) - Method in class liquibase.changelog.filter.RanChangeSetFilter
    -
     
    -
    normalizePath(String) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    NormalizingStream(String, Boolean, Boolean, InputStream) - Constructor for class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    NotInChangeLogChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    NotInChangeLogChangeSetFilter(DatabaseChangeLog) - Constructor for class liquibase.changelog.filter.NotInChangeLogChangeSetFilter
    -
     
    -
    notNull(Object, String) - Static method in class liquibase.util.Validate
    -
    -
    Throws exception if passed object is null
    -
    -
    NotNullConstraint - Class in liquibase.statement
    -
     
    -
    NotNullConstraint() - Constructor for class liquibase.statement.NotNullConstraint
    -
     
    -
    NotNullConstraint(String) - Constructor for class liquibase.statement.NotNullConstraint
    -
     
    -
    NotNullConstraint(String, boolean) - Constructor for class liquibase.statement.NotNullConstraint
    -
     
    -
    NotPrecondition - Class in liquibase.precondition.core
    -
    -
    Class for controling "not" logic in preconditions.
    -
    -
    NotPrecondition() - Constructor for class liquibase.precondition.core.NotPrecondition
    -
     
    -
    NotRanChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    NotRanChangeSetFilter(List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.NotRanChangeSetFilter
    -
     
    -
    NowAndTodayUtil - Class in liquibase.util
    -
    -
    Handles 'NOW' and 'TODAY' for Date / Time type columns
    -
    -
    NULL_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    This is the "null" character - if a value is set to this then it is ignored.
    -
    -
    nullFieldIndicator() - Method in class liquibase.util.csv.opencsv.CSVParser
    -
     
    -
    numberToSql(Number, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    NumberType - Class in liquibase.datatype.core
    -
     
    -
    NumberType() - Constructor for class liquibase.datatype.core.NumberType
    -
     
    -
    NumberUtils - Class in liquibase.util
    -
    -
    Miscellaneous utility methods for number conversion and parsing.
    -
    -
    NumberUtils() - Constructor for class liquibase.util.NumberUtils
    -
     
    -
    NVarcharType - Class in liquibase.datatype.core
    -
     
    -
    NVarcharType() - Constructor for class liquibase.datatype.core.NVarcharType
    -
     
    -
    - - - -

    O

    -
    -
    ObjectChangeFilter - Interface in liquibase.diff.output
    -
     
    -
    ObjectDifferences - Class in liquibase.diff
    -
     
    -
    ObjectDifferences(CompareControl) - Constructor for class liquibase.diff.ObjectDifferences
    -
     
    -
    ObjectDifferences.CompareFunction - Interface in liquibase.diff
    -
     
    -
    ObjectDifferences.DatabaseObjectNameCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectDifferences.DataTypeCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectDifferences.OrderedCollectionCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectDifferences.StandardCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectDifferences.ToStringCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectDifferences.UnOrderedCollectionCompareFunction - Class in liquibase.diff
    -
     
    -
    ObjectQuotingStrategy - Enum in liquibase.database
    -
    -
    Strategy regards quoting object names e.g.
    -
    -
    ObjectQuotingStrategyPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ObjectQuotingStrategyPrecondition() - Constructor for class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.BlobType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.BooleanType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.CharType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.ClobType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.DatabaseFunctionType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.DateTimeType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.DateType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.IntType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.MediumIntType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.SmallIntType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.TimeType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.TinyIntType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.core.UnknownType
    -
     
    -
    objectToSql(Object, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Returns the value object in a format to include in SQL.
    -
    -
    ObjectUtil - Class in liquibase.util
    -
    -
    Various methods that make it easier to read and write object properties using the propertyName, instead of having - to look up the correct reader/writer methods manually first.
    -
    -
    ObjectUtil() - Constructor for class liquibase.util.ObjectUtil
    -
     
    -
    OfflineChangeLogHistoryService - Class in liquibase.changelog
    -
     
    -
    OfflineChangeLogHistoryService(Database, File, boolean, boolean) - Constructor for class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    OfflineConnection - Class in liquibase.database
    -
     
    -
    OfflineConnection(String, ResourceAccessor) - Constructor for class liquibase.database.OfflineConnection
    -
     
    -
    OfflineLockService - Class in liquibase.lockservice
    -
     
    -
    OfflineLockService() - Constructor for class liquibase.lockservice.OfflineLockService
    -
     
    -
    OPEN_BRACKET - Static variable in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    openChangeLogFile(String, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    -
     
    -
    openConnection(String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    openConnection(String, String, String, String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    openDatabase(String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    openDatabase(String, String, String, String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    openSqlStream() - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    openSqlStream() - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    openSqlStream() - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    openSqlStream() - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    openStream(String, Boolean, ChangeSet, ResourceAccessor) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    ORACLE_12C_MAJOR_VERSION - Static variable in class liquibase.database.core.OracleDatabase
    -
     
    -
    OracleDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates Oracle database support.
    -
    -
    OracleDatabase() - Constructor for class liquibase.database.core.OracleDatabase
    -
    -
    Default constructor for an object that represents the Oracle Database DBMS.
    -
    -
    ORDER_ATTRIBUTE - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    OrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
    -
     
    -
    OrPrecondition - Class in liquibase.precondition.core
    -
    -
    Class for controling "or" logic in preconditions.
    -
    -
    OrPrecondition() - Constructor for class liquibase.precondition.core.OrPrecondition
    -
     
    -
    OSGiPackageScanClassResolver - Class in liquibase.osgi
    -
    -
    Package scan resolver that works with OSGI frameworks.
    -
    -
    OSGiPackageScanClassResolver(Bundle) - Constructor for class liquibase.osgi.OSGiPackageScanClassResolver
    -
     
    -
    OSGiResourceAccessor - Class in liquibase.osgi
    -
     
    -
    OSGiResourceAccessor(Bundle) - Constructor for class liquibase.osgi.OSGiResourceAccessor
    -
     
    -
    OSGiUtil - Class in liquibase.osgi
    -
     
    -
    otherToSql(Object, Database) - Method in class liquibase.datatype.core.UUIDType
    -
     
    -
    otherToSql(Object, Database) - Method in class liquibase.datatype.core.XMLType
    -
     
    -
    otherToSql(Object, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    out(String) - Method in class liquibase.sdk.Main
    -
     
    -
    OUTPUT_ENCODING - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    OUTPUT_LINE_SEPARATOR - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    OutputChange - Class in liquibase.change.core
    -
     
    -
    OutputChange() - Constructor for class liquibase.change.core.OutputChange
    -
     
    -
    outputDefaultCatalog - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    outputDefaultSchema - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    outputDir - Variable in class liquibase.dbdoc.ChangeLogWriter
    -
     
    -
    outputDir - Variable in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    outputFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    outputObjects(List, Class, StringBuilder) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    outputSchemasAs - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    overwriteOutputFile - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    - - - -

    P

    -
    -
    PackageScanClassResolver - Interface in liquibase.servicelocator
    -
    -
    A resolver that can find resources based on package scanning.
    -
    -
    PackageScanFilter - Interface in liquibase.servicelocator
    -
    -
    Filter that can be used with the PackageScanClassResolver resolver.
    -
    -
    pad(String, int) - Static method in class liquibase.util.StringUtils
    -
    -
    Adds spaces to the right of the input value until the string has reached the given length.
    -
    -
    parameters - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    parse(String) - Static method in class liquibase.change.CheckSum
    -
    -
    Parse the given storedCheckSum string value and return a new CheckSum object.
    -
    -
    parse(String, ChangeLogParameters, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
    -
    -
    Parses a Liquibase database changelog and returns the parsed form as an object.
    -
    -
    parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    -
     
    -
    parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
    -
     
    -
    parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.AbstractChangeLogParser
    -
     
    -
    parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlChangeLogParser
    -
     
    -
    parse(String, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlSnapshotParser
    -
     
    -
    parse(String, ResourceAccessor) - Method in interface liquibase.parser.SnapshotParser
    -
     
    -
    parse(MappingStrategy<T>, Reader) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    parse the values from a csvReader constructed from the passed in Reader.
    -
    -
    parse(MappingStrategy<T>, Reader, CsvToBeanFilter) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    parse the values from a csvReader constructed from the passed in Reader.
    -
    -
    parse(MappingStrategy<T>, CSVReader) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    parse the values from the csvReader.
    -
    -
    parse(MappingStrategy<T>, CSVReader, CsvToBeanFilter) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    parse the values from the csvReader.
    -
    -
    parse(String) - Method in class liquibase.util.ISODateFormat
    -
     
    -
    parse(String) - Static method in class liquibase.util.SqlParser
    -
     
    -
    parse(String, boolean, boolean) - Static method in class liquibase.util.SqlParser
    -
     
    -
    parseBoolean(String) - Static method in class liquibase.util.BooleanParser
    -
     
    -
    parseDate(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    parseDate(String) - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    parseDate(String) - Method in class liquibase.database.core.H2Database
    -
     
    -
    parseDate(String) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    parseDate(String) - Method in interface liquibase.database.Database
    -
     
    -
    parseDate(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    parseDefaultPropertyFiles() - Method in class liquibase.integration.commandline.Main
    -
    -
    Search for both liquibase.properties (or whatever the name of the current - defaultsFile is) and the "local" variant liquibase.local.properties.
    -
    -
    ParsedNode - Class in liquibase.parser.core
    -
    -
    Acts as a standard abstract syntax layer for changelogs defined in different formats.
    -
    -
    ParsedNode(String, String) - Constructor for class liquibase.parser.core.ParsedNode
    -
     
    -
    ParsedNodeException - Exception in liquibase.parser.core
    -
     
    -
    ParsedNodeException(String) - Constructor for exception liquibase.parser.core.ParsedNodeException
    -
     
    -
    ParsedNodeException(String, Throwable) - Constructor for exception liquibase.parser.core.ParsedNodeException
    -
     
    -
    ParsedNodeException(Throwable) - Constructor for exception liquibase.parser.core.ParsedNodeException
    -
     
    -
    ParseException - Exception in liquibase.util.grammar
    -
    -
    This exception is thrown when parse errors are encountered.
    -
    -
    ParseException(Token, int[][], String[]) - Constructor for exception liquibase.util.grammar.ParseException
    -
    -
    This constructor is used by the method "generateParseException" - in the generated parser.
    -
    -
    ParseException() - Constructor for exception liquibase.util.grammar.ParseException
    -
    -
    The following constructors are for use by you for whatever - purpose you can think of.
    -
    -
    ParseException(String) - Constructor for exception liquibase.util.grammar.ParseException
    -
    -
    Constructor with message.
    -
    -
    parseFilter(String) - Method in class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    parseLine(String) - Method in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Parses an incoming String and returns an array of elements.
    -
    -
    parseLine(String, boolean) - Method in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Parses an incoming String and returns an array of elements.
    -
    -
    parseLineMulti(String) - Method in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    Parses an incoming String and returns an array of elements.
    -
    -
    parseNumber(String, Class) - Static method in class liquibase.util.NumberUtils
    -
    -
    Parse the given text into a number instance of the given target class, - using the corresponding default decode methods.
    -
    -
    parseNumber(String, Class, NumberFormat) - Static method in class liquibase.util.NumberUtils
    -
    -
    Parse the given text into a number instance of the given target class, - using the given NumberFormat.
    -
    -
    parseOptions(String[]) - Method in class liquibase.integration.commandline.Main
    -
    -
    Parses the command line options.
    -
    -
    parsePropertiesFile(InputStream) - Method in class liquibase.integration.commandline.Main
    -
    -
    Reads various execution parameters from an InputStream and sets our internal state according to the values - found.
    -
    -
    parseToNode(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.AbstractChangeLogParser
    -
     
    -
    parseToNode(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    parseTypes(String) - Method in class liquibase.structure.core.DatabaseObjectFactory
    -
     
    -
    parseValue(Database, Object, DataType) - Static method in class liquibase.util.SqlUtil
    -
     
    -
    password - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    peek() - Method in class liquibase.statement.core.InsertSetStatement
    -
     
    -
    PendingChangesWriter - Class in liquibase.dbdoc
    -
     
    -
    PendingChangesWriter(File, Database) - Constructor for class liquibase.dbdoc.PendingChangesWriter
    -
     
    -
    PendingSQLWriter - Class in liquibase.dbdoc
    -
     
    -
    PendingSQLWriter(File, Database, DatabaseChangeLog) - Constructor for class liquibase.dbdoc.PendingSQLWriter
    -
     
    -
    performUpdate(Liquibase) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    permutations(Map<String, List<T>>) - Static method in class liquibase.util.CollectionUtil
    -
     
    -
    PostgresDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates PostgreSQL database support.
    -
    -
    PostgresDatabase() - Constructor for class liquibase.database.core.PostgresDatabase
    -
     
    -
    PostgresDatabase.DbTypes - Enum in liquibase.database.core
    -
    -
    Represents Postgres DB types.
    -
    -
    powerSet(Collection<T>) - Static method in class liquibase.util.CollectionUtil
    -
     
    -
    Precondition - Interface in liquibase.precondition
    -
    -
    Marker interface for preconditions.
    -
    -
    PreconditionContainer - Class in liquibase.precondition.core
    -
     
    -
    PreconditionContainer() - Constructor for class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    PreconditionContainer.ErrorOption - Enum in liquibase.precondition.core
    -
     
    -
    PreconditionContainer.FailOption - Enum in liquibase.precondition.core
    -
     
    -
    PreconditionContainer.OnSqlOutputOption - Enum in liquibase.precondition.core
    -
     
    -
    preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
     
    -
    PreconditionErrorException - Exception in liquibase.exception
    -
    -
    Thrown when a problem occurs in the evaluation of a precondition (which, under normal circumstances, should never - happen).
    -
    -
    PreconditionErrorException(String, List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
    -
     
    -
    PreconditionErrorException(Exception, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionErrorException
    -
     
    -
    PreconditionErrorException(ErrorPrecondition) - Constructor for exception liquibase.exception.PreconditionErrorException
    -
     
    -
    PreconditionErrorException(List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
    -
     
    -
    PreconditionFactory - Class in liquibase.precondition
    -
     
    -
    preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
     
    -
    PreconditionFailedException - Exception in liquibase.exception
    -
    -
    Thrown when a precondition failed.
    -
    -
    PreconditionFailedException(String, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionFailedException
    -
     
    -
    PreconditionFailedException(FailedPrecondition) - Constructor for exception liquibase.exception.PreconditionFailedException
    -
     
    -
    PreconditionFailedException(List<FailedPrecondition>) - Constructor for exception liquibase.exception.PreconditionFailedException
    -
     
    -
    PreconditionLogic - Class in liquibase.precondition
    -
    -
    Marker interface for precondition logic tags (and,or, not)
    -
    -
    PreconditionLogic() - Constructor for class liquibase.precondition.PreconditionLogic
    -
     
    -
    prepareCall(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareCall(String, int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareCall(String) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    PreparedStatementFactory - Class in liquibase.database
    -
    -
    Factory for PreparedStatements
    -
    -
    PreparedStatementFactory(JdbcConnection) - Constructor for class liquibase.database.PreparedStatementFactory
    -
     
    -
    prepareStatement(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareStatement(String, int, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareStatement(String, int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareStatement(String, int[]) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareStatement(String, String[]) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepareStatement(String) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    prepend(StringClauses.LiteralClause) - Method in class liquibase.util.StringClauses
    -
     
    -
    prepend(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Adds a clause with the given key to the beginning of the list.
    -
    -
    prepend(String, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Adds a sub-clause with the given key to the beginning of the list.
    -
    -
    prepend(String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.prepend(String, String) that uses the clause as the key.
    -
    -
    prepend(Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.prepend(String, String) when using enums
    -
    -
    prepend(Enum, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.prepend(String, liquibase.util.StringClauses) when using enums
    -
    -
    PrependSqlVisitor - Class in liquibase.sql.visitor
    -
     
    -
    PrependSqlVisitor() - Constructor for class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    prevCharIsCR - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    prevCharIsLF - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    PrimaryKey - Class in liquibase.structure.core
    -
     
    -
    PrimaryKey() - Constructor for class liquibase.structure.core.PrimaryKey
    -
     
    -
    PrimaryKey(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.PrimaryKey
    -
     
    -
    PrimaryKeyComparator - Class in liquibase.diff.compare.core
    -
     
    -
    PrimaryKeyComparator() - Constructor for class liquibase.diff.compare.core.PrimaryKeyComparator
    -
     
    -
    PrimaryKeyConstraint - Class in liquibase.statement
    -
     
    -
    PrimaryKeyConstraint() - Constructor for class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    PrimaryKeyConstraint(String) - Constructor for class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    PrimaryKeyConstraint(String, boolean) - Constructor for class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    PrimaryKeyExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    PrimaryKeyExistsPrecondition() - Constructor for class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    PrimaryKeySnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    PrimaryKeySnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
    -
     
    -
    print() - Method in class liquibase.command.CommandResult
    -
    -
    Return a string version of the result.
    -
    -
    print() - Method in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
    -
     
    -
    print(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    print(PrintStream) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    print(String, ChangeLogSerializer) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    print(PrintStream, ChangeLogSerializer) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
    -
    Prints changeLog that would bring the target database to be the same as - the reference database
    -
    -
    print() - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    printChangedComparison(String, Map<? extends DatabaseObject, ObjectDifferences>, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    printComparison(String, StringDiff, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    printDescriptiveError(PrintStream) - Method in exception liquibase.exception.ValidationFailedException
    -
     
    -
    printHelp(List<String>, PrintStream) - Method in class liquibase.integration.commandline.Main
    -
    -
    If any errors have been found, print the list of errors first, then print the command line help text.
    -
    -
    printHelp(PrintStream) - Method in class liquibase.integration.commandline.Main
    -
    -
    Print instructions on how to use this program from the command line.
    -
    -
    printHelp() - Method in class liquibase.sdk.Main
    -
     
    -
    printNew(ChangeLogSerializer, File) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
    -
    Prints changeLog that would bring the target database to be the same as - the reference database only when there are available changeSets to print
    -
    -
    printSetComparison(String, Set<? extends DatabaseObject>, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
    -
     
    -
    PrioritizedService - Interface in liquibase.servicelocator
    -
     
    -
    PRIORITY_ADDITIONAL - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    PRIORITY_ADDITIONAL - Static variable in interface liquibase.snapshot.SnapshotGenerator
    -
     
    -
    PRIORITY_DATABASE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    PRIORITY_DATABASE - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    PRIORITY_DATABASE - Static variable in interface liquibase.servicelocator.PrioritizedService
    -
     
    -
    PRIORITY_DATABASE - Static variable in interface liquibase.snapshot.SnapshotGenerator
    -
     
    -
    PRIORITY_DATABASE - Static variable in interface liquibase.sqlgenerator.SqlGenerator
    -
     
    -
    PRIORITY_DEFAULT - Static variable in class liquibase.change.ChangeMetaData
    -
     
    -
    PRIORITY_DEFAULT - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    PRIORITY_DEFAULT - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    PRIORITY_DEFAULT - Static variable in interface liquibase.servicelocator.PrioritizedService
    -
     
    -
    PRIORITY_DEFAULT - Static variable in interface liquibase.snapshot.SnapshotGenerator
    -
     
    -
    PRIORITY_DEFAULT - Static variable in interface liquibase.sqlgenerator.SqlGenerator
    -
     
    -
    PRIORITY_EXTENSION - Static variable in interface liquibase.parser.NamespaceDetails
    -
     
    -
    PRIORITY_NONE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    PRIORITY_NONE - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    PRIORITY_NONE - Static variable in interface liquibase.snapshot.SnapshotGenerator
    -
     
    -
    PRIORITY_TYPE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
    -
     
    -
    processLine(MappingStrategy<T>, String[]) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
    -
    -
    Creates a single object from a line from the csv file.
    -
    -
    processLine(String) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Processes all the characters in a line.
    -
    -
    processMutliLineSQL(String, boolean, boolean, String) - Static method in class liquibase.util.StringUtils
    -
    -
    Removes any comments from multiple line SQL using StringUtils.stripComments(String) - and then extracts each individual statement using StringUtils.splitSQL(String, String).
    -
    -
    processResult(int, String, String, Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
    -
    Called by ExecuteShellCommandChange.executeCommand(Database) after running the command.
    -
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.Ingres9Database
    -
     
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.OracleDatabase
    -
     
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.PostgresDatabase
    -
     
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    PRODUCT_NAME - Static variable in class liquibase.database.core.SybaseDatabase
    -
     
    -
    promptForNonLocalDatabase - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    promptForNonLocalDatabase(Database) - Method in class liquibase.util.ui.SwingUIFacade
    -
    -
    Displays swing-based dialog about running against a non-localhost database.
    -
    -
    promptForNonLocalDatabase(Database) - Method in interface liquibase.util.ui.UIFacade
    -
     
    -
    propertyProviderClass - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    PropertyUtils - Class in liquibase.util.beans
    -
     
    -
    pushContext(String, Object) - Method in class liquibase.integration.ant.logging.AntTaskLogFactory
    -
     
    -
    pushContext(String, Object) - Method in class liquibase.logging.core.Slf4JLoggerFactory
    -
     
    -
    pushContext(String, Object) - Method in interface liquibase.logging.LoggerFactory
    -
    -
    Creates a new LoggerContext and pushes it onto the stack.
    -
    -
    pushContext(String, Object) - Static method in class liquibase.logging.LogService
    -
    -
    Pushes a new nested diagnostic context onto the stack.
    -
    -
    put(String, Object) - Method in class liquibase.util.SmartMap
    -
    -
    Like normal Map.put(Object, Object) operation, but if null is passed as "value" it removes the key/value from the map.
    -
    -
    putAll(Map<? extends String, ?>) - Method in class liquibase.util.SmartMap
    -
     
    -
    - - - -

    Q

    -
    -
    query(SqlStatement, ResultSetExtractor) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    query(SqlStatement, ResultSetExtractor, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    query(SqlStatement, RowMapper) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    query(SqlStatement, RowMapper, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryDatabaseChangeLogTable(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    queryForInt(SqlStatement) - Method in interface liquibase.executor.Executor
    -
    -
    Executes a query that is expected to return a scalar (1 row, 1 column).
    -
    -
    queryForInt(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
    -
    Applies a number of SqlVisitors to the sql query.
    -
    -
    queryForInt(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForInt(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForList(SqlStatement, Class) - Method in interface liquibase.executor.Executor
    -
     
    -
    queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
     
    -
    queryForList(SqlStatement) - Method in interface liquibase.executor.Executor
    -
    -
    Executes a given SQL statement and returns a List of rows.
    -
    -
    queryForList(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
    -
    Applies a list of SqlVisitors to the SQL query, then executes the (possibly modified) SQL query and lastly, - returns the list of rows.
    -
    -
    queryForList(SqlStatement, Class) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForList(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForList(SqlStatement, Class) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForList(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForLong(SqlStatement) - Method in interface liquibase.executor.Executor
    -
    -
    Executes a query that is expected to return a scalar (1 row, 1 column).
    -
    -
    queryForLong(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
    -
    Applies a number of SqlVisitors to the sql query.
    -
    -
    queryForLong(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForLong(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForObject(SqlStatement, Class<T>) - Method in interface liquibase.executor.Executor
    -
    -
    Execute a query that is expected to return a scalar (1 row, 1 column).
    -
    -
    queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
    -
    Applies a number of SqlVisitors to the sql query.
    -
    -
    queryForObject(SqlStatement, RowMapper) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForObject(SqlStatement, RowMapper, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForObject(SqlStatement, Class<T>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    queryForObject(SqlStatement, Class<T>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    quotingStrategy - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    - - - -

    R

    -
    -
    ran - Variable in enum liquibase.changelog.ChangeSet.ExecType
    -
     
    -
    ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
    -
    Called after the given changeset is run.
    -
    -
    ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
     
    -
    ranBefore - Variable in enum liquibase.changelog.ChangeSet.ExecType
    -
     
    -
    RanChangeSet - Class in liquibase.changelog
    -
    -
    Encapsulates information about a previously-ran change set.
    -
    -
    RanChangeSet(ChangeSet) - Constructor for class liquibase.changelog.RanChangeSet
    -
     
    -
    RanChangeSet(ChangeSet, ChangeSet.ExecType, ContextExpression, Labels) - Constructor for class liquibase.changelog.RanChangeSet
    -
     
    -
    RanChangeSet(String, String, String, CheckSum, Date, String, ChangeSet.ExecType, String, String, ContextExpression, Labels, String) - Constructor for class liquibase.changelog.RanChangeSet
    -
     
    -
    RanChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    RanChangeSetFilter(List<RanChangeSet>, boolean) - Constructor for class liquibase.changelog.filter.RanChangeSetFilter
    -
     
    -
    ranChangeSets - Variable in class liquibase.changelog.filter.NotRanChangeSetFilter
    -
     
    -
    ranChangeSets - Variable in class liquibase.changelog.filter.RanChangeSetFilter
    -
     
    -
    randomIdentifer(int) - Static method in class liquibase.util.StringUtils
    -
    -
    Produce a random identifer of the given length, consisting only of uppercase letters.
    -
    -
    RawCallStatement - Class in liquibase.statement.core
    -
     
    -
    RawCallStatement(String) - Constructor for class liquibase.statement.core.RawCallStatement
    -
     
    -
    RawCallStatement(String, String) - Constructor for class liquibase.statement.core.RawCallStatement
    -
     
    -
    RawSQLChange - Class in liquibase.change.core
    -
    -
    Allows execution of arbitrary SQL.
    -
    -
    RawSQLChange() - Constructor for class liquibase.change.core.RawSQLChange
    -
     
    -
    RawSQLChange(String) - Constructor for class liquibase.change.core.RawSQLChange
    -
     
    -
    RawSqlGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RawSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.RawSqlGenerator
    -
     
    -
    RawSqlStatement - Class in liquibase.statement.core
    -
     
    -
    RawSqlStatement(String) - Constructor for class liquibase.statement.core.RawSqlStatement
    -
     
    -
    RawSqlStatement(String, String) - Constructor for class liquibase.statement.core.RawSqlStatement
    -
     
    -
    read() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    read() - Method in class liquibase.io.EmptyLineAndCommentSkippingInputStream
    -
     
    -
    read(char[], int, int) - Method in class liquibase.resource.UtfBomAwareReader
    -
     
    -
    READ_AHEAD_LIMIT - Static variable in class liquibase.util.csv.opencsv.CSVReader
    -
     
    -
    READ_BUFFER_SIZE - Static variable in class liquibase.util.csv.opencsv.CSVParser
    -
    -
    In most cases we know the size of the line we want to read.
    -
    -
    readAll() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Reads the entire file into a List with each element being a String[] of - tokens.
    -
    -
    readChar() - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Read a character.
    -
    -
    readColumn(CachedRow, Relation, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
    -
    Processes metadata of a column, e.g.
    -
    -
    readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
    -
     
    -
    readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
    -
     
    -
    readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
    -
     
    -
    readInteger(String) - Static method in class liquibase.util.NumberUtils
    -
    -
    Convenience method for converting a string to an Integer object
    -
    -
    readLine() - Method in class liquibase.util.csv.opencsv.stream.reader.LineReader
    -
    -
    Reads the next line from the Reader.
    -
    -
    readNext() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Reads the next line from the buffer and converts to a string array.
    -
    -
    readTable(CachedRow, Database) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
    -
     
    -
    RecentChangesWriter - Class in liquibase.dbdoc
    -
     
    -
    RecentChangesWriter(File, Database) - Constructor for class liquibase.dbdoc.RecentChangesWriter
    -
     
    -
    redirectLogger() - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
    -
    -
    Deprecated.
    -
    referenceDefaultCatalogName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referenceDefaultSchemaName - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referenceDriver - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referencePassword - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referenceSchemas - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referenceUrl - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    referenceUsername - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    ReflectionSerializer - Class in liquibase.serializer
    -
     
    -
    RegexMatcher - Class in liquibase.util
    -
    -
    Check that a text matches an array of regular expressions.
    -
    -
    RegexMatcher(String, String[]) - Constructor for class liquibase.util.RegexMatcher
    -
    -
    Constructs the matcher
    -
    -
    RegExpReplaceSqlVisitor - Class in liquibase.sql.visitor
    -
     
    -
    RegExpReplaceSqlVisitor() - Constructor for class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    register(Class<? extends Change>) - Method in class liquibase.change.ChangeFactory
    -
    -
    Register a new Change class.
    -
    -
    register(ChangeLogHistoryService) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
     
    -
    register(LiquibaseCommand) - Method in class liquibase.command.CommandFactory
    -
     
    -
    register(Database) - Method in class liquibase.database.DatabaseFactory
    -
     
    -
    register(Class<? extends LiquibaseDataType>) - Method in class liquibase.datatype.DataTypeFactory
    -
    -
    Registers an implementation of LiquibaseDataType with both its name and all aliases for the data type - as a handler in the factory's registry.
    -
    -
    register(DatabaseObjectComparator) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    register(DiffGenerator) - Method in class liquibase.diff.DiffGeneratorFactory
    -
     
    -
    register(ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    register(LockService) - Method in class liquibase.lockservice.LockServiceFactory
    -
     
    -
    register(ChangeLogParser) - Method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    register(NamespaceDetails) - Method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    register(SnapshotParser) - Method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    register(Class<? extends Precondition>) - Method in class liquibase.precondition.PreconditionFactory
    -
     
    -
    register(ChangeLogSerializer) - Method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    register(SnapshotSerializer) - Method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    register(SnapshotGenerator) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    register(SqlGenerator) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    registerHandler(Handler) - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
    -
    -
    Deprecated.
    -
    ReindexGeneratorSQLite - Class in liquibase.sqlgenerator.core
    -
     
    -
    ReindexGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    -
     
    -
    ReindexStatement - Class in liquibase.statement.core
    -
     
    -
    ReindexStatement(String, String, String) - Constructor for class liquibase.statement.core.ReindexStatement
    -
     
    -
    ReInit(Reader, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(Reader, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(Reader) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, String, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, String) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, String, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream) - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Reinitialise.
    -
    -
    ReInit(InputStream, String) - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Reinitialise.
    -
    -
    ReInit(Reader) - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Reinitialise.
    -
    -
    ReInit(SimpleSqlGrammarTokenManager) - Method in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Reinitialise.
    -
    -
    ReInit(SimpleCharStream) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Reinitialise parser.
    -
    -
    ReInit(SimpleCharStream, int) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Reinitialise parser.
    -
    -
    Relation - Class in liquibase.structure.core
    -
    -
    A container of columns.
    -
    -
    Relation() - Constructor for class liquibase.structure.core.Relation
    -
     
    -
    releaseLock() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    releaseLock() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    releaseLock() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    releaseLock() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    releaseSavepoint(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    remove(String) - Method in class liquibase.Contexts
    -
     
    -
    remove(String) - Method in class liquibase.Labels
    -
     
    -
    remove() - Method in class liquibase.util.csv.opencsv.CSVIterator
    -
    -
    This method is not supported by openCSV and will throw a UnsupportedOperationException if called.
    -
    -
    remove(Object) - Method in class liquibase.util.SmartMap
    -
     
    -
    remove() - Method in class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    remove(String) - Method in class liquibase.util.StringClauses
    -
    -
    Removes the clause with the given key.
    -
    -
    remove(Enum) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.remove(String) when using enums.
    -
    -
    RemoveChangeSetRanStatusGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RemoveChangeSetRanStatusGenerator() - Constructor for class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
    -
     
    -
    RemoveChangeSetRanStatusStatement - Class in liquibase.statement.core
    -
     
    -
    RemoveChangeSetRanStatusStatement(ChangeSet) - Constructor for class liquibase.statement.core.RemoveChangeSetRanStatusStatement
    -
     
    -
    removeChild(String, String) - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    removeColumn(ColumnConfig) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    removeColumn(ColumnConfig) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    removeColumn(ColumnConfig) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    removeDifference(String) - Method in class liquibase.diff.ObjectDifferences
    -
     
    -
    removeExtension(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Removes the extension from a filename.
    -
    -
    removeFilter(PackageScanFilter) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    removeFilter(PackageScanFilter) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Removes the filter
    -
    -
    removeFromHistory(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    removeFromHistory(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    removeFromHistory(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    removeProperty(String) - Method in class liquibase.util.beans.IntrospectionContext
    -
     
    -
    removeRanStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    removeRanStatus(ChangeSet) - Method in interface liquibase.database.Database
    -
     
    -
    removeRanStatus(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    removeRunStatus(ChangeLogIterator, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    removeTrailingDelimiter(String, String) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
     
    -
    removeWhereParam(ColumnConfig) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    RenameColumnChange - Class in liquibase.change.core
    -
    -
    Renames an existing column.
    -
    -
    RenameColumnChange() - Constructor for class liquibase.change.core.RenameColumnChange
    -
     
    -
    RenameColumnGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RenameColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    RenameColumnStatement - Class in liquibase.statement.core
    -
     
    -
    RenameColumnStatement(String, String, String, String, String, String) - Constructor for class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    RenameColumnStatement(String, String, String, String, String, String, String) - Constructor for class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    RenameSequenceChange - Class in liquibase.change.core
    -
    -
    Renames an existing table.
    -
    -
    RenameSequenceChange() - Constructor for class liquibase.change.core.RenameSequenceChange
    -
     
    -
    RenameSequenceGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RenameSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    RenameSequenceStatement - Class in liquibase.statement.core
    -
     
    -
    RenameSequenceStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameSequenceStatement
    -
     
    -
    RenameTableChange - Class in liquibase.change.core
    -
    -
    Renames an existing table.
    -
    -
    RenameTableChange() - Constructor for class liquibase.change.core.RenameTableChange
    -
     
    -
    RenameTableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RenameTableGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    RenameTableStatement - Class in liquibase.statement.core
    -
     
    -
    RenameTableStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameTableStatement
    -
     
    -
    RenameViewChange - Class in liquibase.change.core
    -
    -
    Renames an existing view.
    -
    -
    RenameViewChange() - Constructor for class liquibase.change.core.RenameViewChange
    -
     
    -
    RenameViewGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RenameViewGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    RenameViewStatement - Class in liquibase.statement.core
    -
     
    -
    RenameViewStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameViewStatement
    -
     
    -
    ReorganizeTableGeneratorDB2 - Class in liquibase.sqlgenerator.core
    -
     
    -
    ReorganizeTableGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    ReorganizeTableStatement - Class in liquibase.statement.core
    -
     
    -
    ReorganizeTableStatement(String, String, String) - Constructor for class liquibase.statement.core.ReorganizeTableStatement
    -
     
    -
    repeat(String, int) - Static method in class liquibase.util.StringUtils
    -
     
    -
    replace(Object) - Method in class liquibase.util.StringClauses.ClauseIterator
    -
     
    -
    replace(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Replaces the given key with a new string.
    -
    -
    replace(String, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Replaces the given key with a new sub-clause.
    -
    -
    replace(Enum, StringClauses) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.replace(String, liquibase.util.StringClauses) when using enums.
    -
    -
    replace(Enum, String) - Method in class liquibase.util.StringClauses
    -
    -
    Convenience method for StringClauses.replace(String, String) when using enums.
    -
    -
    replaceChangeSet(ChangeSet, OfflineChangeLogHistoryService.ReplaceChangeSetLogic) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    replaceChecksum(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    replaceChecksum(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    replaceChecksum(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    replaceIfExists(String, String) - Method in class liquibase.util.StringClauses
    -
    -
    Replaces the given key with a new string.
    -
    -
    replaceParameters(Object, ChangeLogParameters, DatabaseChangeLog) - Method in class liquibase.parser.core.yaml.YamlChangeLogParser
    -
     
    -
    replacePredicatePlaceholders(Database, String, List<String>, List<Object>) - Static method in class liquibase.util.SqlUtil
    -
     
    -
    replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
    -
     
    -
    replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
    -
     
    -
    replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
    -
     
    -
    replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres
    -
     
    -
    replaces() - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    replaces() - Method in interface liquibase.snapshot.SnapshotGenerator
    -
    -
    Returns classes (and superclasses) that this SnapshotGenerator replaces.
    -
    -
    ReplaceSqlVisitor - Class in liquibase.sql.visitor
    -
     
    -
    ReplaceSqlVisitor() - Constructor for class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    reportLocks(PrintStream) - Method in class liquibase.Liquibase
    -
     
    -
    reportStatus(boolean, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    reportStatus(boolean, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    reportStatus(boolean, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    reportUnexpectedChangeSets(boolean, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    reportUnexpectedChangeSets(boolean, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    requiredSingleResult(Collection) - Static method in class liquibase.util.JdbcUtils
    -
    -
    Return a single result object from the given Collection.
    -
    -
    requiresExplicitNullForColumns() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    requiresExplicitNullForColumns() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    requiresExplicitNullForColumns() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    requiresExplicitNullForColumns() - Method in interface liquibase.database.Database
    -
    -
    Does the database require explicit NULL for nullable columns?
    -
    -
    requiresExplicitNullForColumns() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    requiresPassword() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    requiresPassword() - Method in interface liquibase.database.Database
    -
     
    -
    requiresPassword() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    requiresUsername() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    requiresUsername() - Method in interface liquibase.database.Database
    -
     
    -
    requiresUsername() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    reset() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
    -
     
    -
    reset() - Static method in class liquibase.change.ChangeFactory
    -
    -
    Reset the ChangeFactory so it reloads the registry on the next call to @{link #getInstance()}.
    -
    -
    reset() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    reset() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    reset() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
     
    -
    reset() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    reset() - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    reset() - Static method in class liquibase.command.CommandFactory
    -
     
    -
    reset() - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Resets existing AbstractConfigurationContainer instances to their default values.
    -
    -
    reset() - Static method in class liquibase.database.DatabaseFactory
    -
     
    -
    reset() - Static method in class liquibase.datatype.DataTypeFactory
    -
    -
    Discards the active factory and creates a new singleton instance.
    -
    -
    reset() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    reset() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    reset() - Method in class liquibase.executor.ExecutorService
    -
     
    -
    reset() - Method in interface liquibase.lockservice.LockService
    -
    -
    Clears information the lock handler knows about the tables.
    -
    -
    reset() - Static method in class liquibase.lockservice.LockServiceFactory
    -
     
    -
    reset() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    reset() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    reset() - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    reset() - Static method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    reset() - Static method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    reset() - Static method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    reset() - Static method in class liquibase.precondition.PreconditionFactory
    -
     
    -
    reset() - Static method in class liquibase.sdk.Context
    -
     
    -
    reset() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    reset() - Static method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    reset() - Static method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    reset() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    reset() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    reset() - Method in class liquibase.structure.core.DatabaseObjectFactory
    -
     
    -
    resetAll() - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
     
    -
    resetAll() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    resetAll() - Method in class liquibase.lockservice.LockServiceFactory
    -
     
    -
    resetAll() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    resetDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    resetDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    resetIndexMap() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Resets index map of column names to column position.
    -
    -
    resetInternalState() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    resetInternalState() - Method in interface liquibase.database.Database
    -
     
    -
    resetInternalState() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    resetServices() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    resetServices() - Method in class liquibase.Liquibase
    -
     
    -
    resolveEntity(String, String, String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
     
    -
    resolveEntity(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
     
    -
    ResourceAccessor - Interface in liquibase.resource
    -
    -
    Abstracts file access so they can be read in a variety of manners.
    -
    -
    ResourceAccessorXsdStreamResolver - Class in liquibase.parser.core.xml
    -
     
    -
    ResourceAccessorXsdStreamResolver(ResourceAccessor) - Constructor for class liquibase.parser.core.xml.ResourceAccessorXsdStreamResolver
    -
     
    -
    resourceLoader - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    ResourceSupplier - Class in liquibase.sdk.supplier.resource
    -
     
    -
    ResourceSupplier() - Constructor for class liquibase.sdk.supplier.resource.ResourceSupplier
    -
     
    -
    RestoredDatabaseSnapshot - Class in liquibase.snapshot
    -
     
    -
    RestoredDatabaseSnapshot(Database) - Constructor for class liquibase.snapshot.RestoredDatabaseSnapshot
    -
     
    -
    RESULT_COLUMN_BASE_TABLE_COLUMN_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    RESULT_COLUMN_BASE_TABLE_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    RESULT_COLUMN_CONSTRAINT_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    RESULT_COLUMN_FOREIGN_COLUMN_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    RESULT_COLUMN_FOREIGN_TABLE_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    RFC4180_LINE_END - Static variable in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    RFC 4180 compliant line terminator.
    -
    -
    rollback(Database) - Method in interface liquibase.change.custom.CustomTaskRollback
    -
    -
    Method called to rollback the change.
    -
    -
    rollback(Database) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    rollback(Database, ChangeExecListener) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    rollback() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    rollback() - Method in interface liquibase.database.Database
    -
     
    -
    rollback() - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    rollback() - Method in class liquibase.database.jvm.DerbyConnection
    -
     
    -
    rollback() - Method in class liquibase.database.jvm.HsqlConnection
    -
     
    -
    rollback() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    rollback(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    rollback() - Method in class liquibase.database.jvm.SybaseConnection
    -
     
    -
    rollback(Savepoint) - Method in class liquibase.database.jvm.SybaseConnection
    -
     
    -
    rollback() - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    rollback() - Method in class liquibase.database.OfflineConnection
    -
     
    -
    rollback(int, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(int, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, Contexts) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, Contexts) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(String, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String, String) - Method in class liquibase.Liquibase
    -
     
    -
    rollback(Date, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    rollback() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    RollbackContainer - Class in liquibase.changelog
    -
     
    -
    RollbackContainer() - Constructor for class liquibase.changelog.RollbackContainer
    -
     
    -
    RollbackFailedException - Exception in liquibase.exception
    -
     
    -
    RollbackFailedException() - Constructor for exception liquibase.exception.RollbackFailedException
    -
     
    -
    RollbackFailedException(String) - Constructor for exception liquibase.exception.RollbackFailedException
    -
     
    -
    RollbackFailedException(String, Throwable) - Constructor for exception liquibase.exception.RollbackFailedException
    -
     
    -
    RollbackFailedException(Throwable) - Constructor for exception liquibase.exception.RollbackFailedException
    -
     
    -
    rollbackFile - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    RollbackImpossibleException - Exception in liquibase.exception
    -
    -
    Thrown if a change is encountered that cannot be rolled back.
    -
    -
    RollbackImpossibleException() - Constructor for exception liquibase.exception.RollbackImpossibleException
    -
     
    -
    RollbackImpossibleException(String) - Constructor for exception liquibase.exception.RollbackImpossibleException
    -
     
    -
    RollbackImpossibleException(String, Throwable) - Constructor for exception liquibase.exception.RollbackImpossibleException
    -
     
    -
    RollbackImpossibleException(Throwable) - Constructor for exception liquibase.exception.RollbackImpossibleException
    -
     
    -
    RollbackVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    RollbackVisitor(Database) - Constructor for class liquibase.changelog.visitor.RollbackVisitor
    -
    -
    Deprecated. -
    - please use the constructor with ChangeExecListener, which can be null.
    -
    -
    -
    RollbackVisitor(Database, ChangeExecListener) - Constructor for class liquibase.changelog.visitor.RollbackVisitor
    -
     
    -
    rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
    -
    Called after a change is rolled back.
    -
    -
    RowCountPrecondition - Class in liquibase.precondition.core
    -
     
    -
    RowCountPrecondition() - Constructor for class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    RowMapper - Interface in liquibase.executor.jvm
    -
    -
    An interface used by Executor for mapping rows of a - ResultSet on a per-row basis.
    -
    -
    rowMapper - Variable in class liquibase.executor.jvm.RowMapperResultSetExtractor
    -
     
    -
    RowMapperNotNullConstraintsResultSetExtractor - Class in liquibase.executor.jvm
    -
    -
    Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create a not null constraint object for each row.
    -
    -
    RowMapperNotNullConstraintsResultSetExtractor(RowMapper) - Constructor for class liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor
    -
     
    -
    RowMapperResultSetExtractor - Class in liquibase.executor.jvm
    -
    -
    Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create an object for each row.
    -
    -
    RowMapperResultSetExtractor(RowMapper) - Constructor for class liquibase.executor.jvm.RowMapperResultSetExtractor
    -
    -
    Create a new RowMapperResultSetExtractor.
    -
    -
    RowMapperResultSetExtractor(RowMapper, int) - Constructor for class liquibase.executor.jvm.RowMapperResultSetExtractor
    -
    -
    Create a new RowMapperResultSetExtractor.
    -
    -
    rowsExpected - Variable in class liquibase.executor.jvm.RowMapperResultSetExtractor
    -
     
    -
    run(ChangeSetVisitor, RuntimeEnvironment) - Method in class liquibase.changelog.ChangeLogIterator
    -
     
    -
    run() - Method in class liquibase.command.AbstractCommand
    -
     
    -
    run() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    run() - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    run() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    run() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    run() - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    run() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    run(String[]) - Static method in class liquibase.integration.commandline.Main
    -
    -
    Process the command line arguments and perform the appropriate main action (update, rollback etc.)
    -
    -
    run() - Method in interface liquibase.Scope.ScopedRunner
    -
     
    -
    run() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    runAfterTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    runAfterTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    -
     
    -
    runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
    -
     
    -
    runBeforeTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    -
     
    -
    runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    -
     
    -
    runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
     
    -
    RunningAsPrecondition - Class in liquibase.precondition.core
    -
    -
    Precondition that checks the name of the user executing the change log.
    -
    -
    RunningAsPrecondition() - Constructor for class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    RuntimeEnvironment - Class in liquibase
    -
     
    -
    RuntimeEnvironment(Database, Contexts, LabelExpression) - Constructor for class liquibase.RuntimeEnvironment
    -
     
    -
    RuntimeGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    RuntimeGenerator() - Constructor for class liquibase.sqlgenerator.core.RuntimeGenerator
    -
     
    -
    RuntimeStatement - Class in liquibase.statement.core
    -
     
    -
    RuntimeStatement() - Constructor for class liquibase.statement.core.RuntimeStatement
    -
     
    -
    - - - -

    S

    -
    -
    S_CHAR_LITERAL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    S_DOUBLE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    S_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    S_LONG - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    S_QUOTED_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
    -
     
    -
    saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    saveStatements(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
    -
     
    -
    saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    Schema - Class in liquibase.structure.core
    -
     
    -
    Schema() - Constructor for class liquibase.structure.core.Schema
    -
     
    -
    Schema(String, String) - Constructor for class liquibase.structure.core.Schema
    -
     
    -
    Schema(Catalog, String) - Constructor for class liquibase.structure.core.Schema
    -
     
    -
    SchemaComparator - Class in liquibase.diff.compare.core
    -
     
    -
    SchemaComparator() - Constructor for class liquibase.diff.compare.core.SchemaComparator
    -
     
    -
    SchemaComparison(CatalogAndSchema, CatalogAndSchema) - Constructor for class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    schemaName - Variable in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    schemas - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    SchemaSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    SchemaSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGenerator
    -
     
    -
    Scope - Class in liquibase
    -
    -
    This scope object is used to hold configuration and other parameters within a call without needing complex method signatures.
    -
    -
    Scope(Scope, Map<String, Object>) - Constructor for class liquibase.Scope
    -
     
    -
    Scope.Attr - Enum in liquibase
    -
    -
    Enumeration containing standard attributes.
    -
    -
    Scope.ScopedRunner - Interface in liquibase
    -
     
    -
    ScopeManager - Class in liquibase
    -
     
    -
    ScopeManager() - Constructor for class liquibase.ScopeManager
    -
     
    -
    SelectFromDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    SelectFromDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
    -
     
    -
    SelectFromDatabaseChangeLogLockGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    SelectFromDatabaseChangeLogLockGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
    -
     
    -
    SelectFromDatabaseChangeLogLockStatement - Class in liquibase.statement.core
    -
     
    -
    SelectFromDatabaseChangeLogLockStatement() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
    -
     
    -
    SelectFromDatabaseChangeLogLockStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
    -
     
    -
    SelectFromDatabaseChangeLogLockStatement(ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
    -
     
    -
    SelectFromDatabaseChangeLogStatement - Class in liquibase.statement.core
    -
     
    -
    SelectFromDatabaseChangeLogStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    SelectFromDatabaseChangeLogStatement(ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    SelectFromDatabaseChangeLogStatement(SelectFromDatabaseChangeLogStatement.WhereClause, ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum - Class in liquibase.statement.core
    -
     
    -
    SelectFromDatabaseChangeLogStatement.ByTag - Class in liquibase.statement.core
    -
     
    -
    SelectFromDatabaseChangeLogStatement.WhereClause - Interface in liquibase.statement.core
    -
     
    -
    sendsStringParametersAsUnicode() - Method in class liquibase.database.core.MSSQLDatabase
    -
    -
    Determines if the SQL Server instance assigns Unicode data types (e.g.
    -
    -
    separatorsToSystem(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Converts all separators to the system separator.
    -
    -
    separatorsToUnix(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Converts all separators to the Unix separator of forward slash.
    -
    -
    separatorsToWindows(String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Converts all separators to the Windows separator of backslash.
    -
    -
    Sequence - Class in liquibase.structure.core
    -
     
    -
    Sequence() - Constructor for class liquibase.structure.core.Sequence
    -
     
    -
    Sequence(String, String, String) - Constructor for class liquibase.structure.core.Sequence
    -
     
    -
    sequenceCurrentValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    SequenceCurrentValueFunction - Class in liquibase.statement
    -
    -
    Represents a function for getting the current value from a sequence
    -
    -
    SequenceCurrentValueFunction(String) - Constructor for class liquibase.statement.SequenceCurrentValueFunction
    -
     
    -
    SequenceExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    SequenceExistsPrecondition() - Constructor for class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    sequenceNextValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
    -
    -
    The sequence name will be substituted into the string e.g.
    -
    -
    SequenceNextValueFunction - Class in liquibase.statement
    -
    -
    Represents a function for getting the next value from a sequence
    -
    -
    SequenceNextValueFunction() - Constructor for class liquibase.statement.SequenceNextValueFunction
    -
     
    -
    SequenceNextValueFunction(String) - Constructor for class liquibase.statement.SequenceNextValueFunction
    -
     
    -
    SequenceNextValueFunction(String, String) - Constructor for class liquibase.statement.SequenceNextValueFunction
    -
     
    -
    SequenceSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
    -
    Snapshot generator for a SEQUENCE object in a JDBC-accessible database
    -
    -
    SequenceSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    serialize() - Method in class liquibase.change.AbstractChange
    -
     
    -
    serialize() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    serialize() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    serialize(DatabaseChangeLog) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    serialize() - Method in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.LiquibaseSerializer
    -
     
    -
    serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.SnapshotSerializer
    -
     
    -
    serialize() - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    serialize() - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    serialize() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    serialize() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    serialize() - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    serializeValue(Object) - Method in class liquibase.change.AbstractChange
    -
     
    -
    serializeValue(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    ServiceLocator - Class in liquibase.servicelocator
    -
    -
    Entry point to the Liquibase specific ServiceLocator framework.
    -
    -
    ServiceLocator() - Constructor for class liquibase.servicelocator.ServiceLocator
    -
     
    -
    ServiceLocator(ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
    -
     
    -
    ServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.ServiceLocator
    -
     
    -
    ServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
    -
     
    -
    ServiceNotFoundException - Exception in liquibase.exception
    -
     
    -
    ServiceNotFoundException(String) - Constructor for exception liquibase.exception.ServiceNotFoundException
    -
     
    -
    ServiceNotFoundException(String, Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
    -
     
    -
    ServiceNotFoundException(Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
    -
     
    -
    ServletValueContainer(ServletContext, InitialContext) - Constructor for class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
    -
     
    -
    set(String, Object) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    set(String, String, String, String, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    set(String, String, ContextExpression, Labels, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    set(String, Object) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    set(String, Object) - Method in class liquibase.snapshot.CachedRow
    -
     
    -
    set(String, Object) - Method in class liquibase.util.SmartMap
    -
    -
    Works like SmartMap.put(String, Object) but returns this SmartMap rather than the old value.
    -
    -
    setAddAfterColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    setAddAtPosition(Integer) - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    setAddBeforeColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    setAdditionalInformation(String) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    setAfterColumn(String) - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    setAlreadyHandledChanged(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setAlreadyHandledMissing(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setAlreadyHandledUnexpected(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setAlwaysOverrideStoredLogicSchema(boolean) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setApplicableDbms(Set<String>) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    setApplicableDbms(Set<String>) - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    setApplyToRollback(boolean) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    setApplyToRollback(boolean) - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    setAssociatedWith(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setAssociatedWith(String) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    setAssociatedWith(String) - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    setAssociatedWith(String) - Method in class liquibase.statement.core.DropIndexStatement
    -
     
    -
    setAttribute(String, Object) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setAttribute(String, Object) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    setAttribute(String, Object) - Method in interface liquibase.structure.DatabaseObject
    -
    -
    Sets a given attribute for this object to the specified value.
    -
    -
    setAuthor(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    setAuthor(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    setAutoCommit(boolean) - Method in interface liquibase.database.Database
    -
     
    -
    setAutoCommit(boolean) - Method in interface liquibase.database.DatabaseConnection
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setAutoCommit(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setAutoIncrement(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.DecimalType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.IntType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.MediumIntType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.NumberType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.SmallIntType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.TinyIntType
    -
     
    -
    setAutoIncrement(boolean) - Method in class liquibase.datatype.core.UnknownType
    -
     
    -
    setAutoIncrementDetails(Column, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    setAutoIncrementInformation(Column.AutoIncrementInformation) - Method in class liquibase.structure.core.Column
    -
     
    -
    setBackingIndex(Index) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setBackingIndex(Index) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    setBackingIndex(Index) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setBaseColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setBaseTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    setBaseTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setBaseTableName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    setBaseTableName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    setBaseTableName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    setBaseTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
    -
     
    -
    setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    setBaseTableSchemaName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
    -
     
    -
    setBeanName(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Spring sets this automatically to the instance's configured bean name.
    -
    -
    setBeforeColumn(String) - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    setBody(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    setCacheSize(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setCacheSize(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setCacheSize(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setCacheSize(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setCacheSize(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setCanCacheLiquibaseTableInfo(boolean) - Method in interface liquibase.database.Database
    -
     
    -
    setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setCascadeConstraints(Boolean) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    setCaseSensitive(Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setCaseSensitive(boolean) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setCaseSensitive(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setCatalog(String) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setCatalog(String) - Method in class liquibase.integration.ant.DropAllTask
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    setCatalogName(String) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setCertainDataType(boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    setCertainName(boolean) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    setChangeExecListener(ChangeExecListener) - Method in class liquibase.Liquibase
    -
     
    -
    setChangeLog(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setChangeLog(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    Sets a Spring Resource that is able to resolve to a file or classpath resource.
    -
    -
    setChangeLogDirectory(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    setChangeLogFile(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    setChangeLogLockRecheckTime(long) - Method in interface liquibase.lockservice.LockService
    -
     
    -
    setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    setChangeLogLockWaitTime(long) - Method in interface liquibase.lockservice.LockService
    -
     
    -
    setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    setChangeLogParameter(String, Object) - Method in class liquibase.Liquibase
    -
     
    -
    setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.ChangeSet
    -
    -
    Called by the changelog parsing process to pass the ChangeLogParameters.
    -
    -
    setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setChangeLogParameters(Map<String, String>) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setChangeLogParametersRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    setChangeLogSerializer(ChangeLogSerializer) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    setChangeLogSyncListener(ChangeLogSyncListener) - Method in class liquibase.Liquibase
    -
     
    -
    setChanges(List<Change>) - Method in class liquibase.changelog.RollbackContainer
    -
     
    -
    setChangeSet(ChangeSet) - Method in class liquibase.change.AbstractChange
    -
    -
    Sets the changeSet this Change is a part of.
    -
    -
    setChangeSet(ChangeSet) - Method in interface liquibase.change.Change
    -
    -
    Sets the changeSet this Change is a part of.
    -
    -
    setChangeSetAuthor(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    setChangeSetContext(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    setChangeSetPath(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    setCharacterOctetLength(Integer) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setCheckConstraint(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setClass(String) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Specify the name of the class to use as the CustomChange.
    -
    -
    setClass(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    setClassLoader(ClassLoader) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
     
    -
    setClassLoader(ClassLoader) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    setClassLoaders(Set<ClassLoader>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
    -
     
    -
    setClassLoaders(Set<ClassLoader>) - Method in interface liquibase.servicelocator.PackageScanClassResolver
    -
    -
    Sets the ClassLoader instances that should be used when scanning for - classes.
    -
    -
    setClassName(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    setClasspath(String) - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    setClasspathRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    setClearCheckSums(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setClearCheckSums(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setClustered(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    setClustered(Boolean) - Method in class liquibase.structure.core.Index
    -
     
    -
    setClustered(boolean) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setColumn(String) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setColumn1Name(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setColumn2Name(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setColumnDataType(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    setColumnMapping(String...) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    -
    -
    Setter for the ColumnMappings.
    -
    -
    setColumnMapping(Map<String, String>) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
    -
    -
    Sets the column mapping to those passed in.
    -
    -
    setColumnName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    setColumnName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    setColumnName(String) - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    setColumnName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    setColumnName(String) - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    setColumnNames(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setColumnNames(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setColumnNames(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    SetColumnRemarksChange - Class in liquibase.change.core
    -
     
    -
    SetColumnRemarksChange() - Constructor for class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    SetColumnRemarksGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    SetColumnRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    SetColumnRemarksStatement - Class in liquibase.statement.core
    -
     
    -
    SetColumnRemarksStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
    -
     
    -
    setColumns(List<T>) - Method in interface liquibase.change.ChangeWithColumns
    -
     
    -
    setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    setColumns(List<LoadDataColumnConfig>) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    setColumns(List<Column>) - Method in class liquibase.structure.core.Index
    -
     
    -
    setColumns(List<Column>) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setColumnSize(Integer) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setColumnSizeUnit(DataType.ColumnSizeUnit) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setComment(String) - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    setCommentLineStartsWith(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setComments(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setComments(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setComments(String) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setComments(String) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    setCompareControl(CompareControl) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setComputed(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setComputed(Boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.H2Database
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    setConnection(DatabaseConnection) - Method in interface liquibase.database.Database
    -
     
    -
    setConnection(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setConnection(Connection) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setConnectionUserName(String) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setConsiderCatalogsAsSchemas(boolean) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    setConstraintName(String) - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    setConstraintName(String) - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    setConstraints(ConstraintsConfig) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setContainsFullDefinition(boolean) - Method in class liquibase.structure.core.View
    -
     
    -
    setContext(ContextExpression) - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    setContext(ContextExpression) - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    setContext(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setContext(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
    -
     
    -
    setContext(ContextExpression) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setContexts(Contexts) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    setContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setContexts(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setContexts(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method no longer does anything.
    -
    -
    setContexts(String) - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    setContexts(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    setContexts(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setContexts(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setContexts(ContextExpression) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    setContexts(ContextExpression) - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    setContinueOnError(boolean) - Method in class liquibase.statement.AbstractSqlStatement
    -
     
    -
    setCreated(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setCurrentChangeLogFileDOM(Document) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    setCurrentDateTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setCurrentDateTimeFunction(String) - Method in interface liquibase.database.Database
    -
     
    -
    setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setCurrentDateTimeFunction(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setCurrentScope(Scope) - Method in class liquibase.ScopeManager
    -
     
    -
    setCurrentScope(Scope) - Method in class liquibase.SingletonScopeFactory
    -
     
    -
    setCycle(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setCycle(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setCycle(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setCycle(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setDatabase(Database) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    setDatabase(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    setDatabase(Database) - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    setDatabase(Database) - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    setDatabase(Database) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setDatabase(Database) - Method in class liquibase.executor.AbstractExecutor
    -
     
    -
    setDatabase(Database) - Method in interface liquibase.executor.Executor
    -
    -
    Configures the Executor for the Database to run statements/queries against.
    -
    -
    setDatabase(Database) - Method in interface liquibase.lockservice.LockService
    -
     
    -
    setDatabase(Database) - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    setDatabase(Database) - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    setDatabaseChangeLogLockPollRate(Long) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setDatabaseChangeLogLockTable(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setDatabaseChangeLogLockTable(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setDatabaseChangeLogLockTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setDatabaseChangeLogLockTableName(String) - Method in interface liquibase.database.Database
    -
    -
    Set the table name of the change log lock to the given table name
    -
    -
    setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated.
    -
    -
    setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDatabaseChangeLogLockTableName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
    -
    Does nothing
    -
    -
    setDatabaseChangeLogLockWaitTime(Long) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setDatabaseChangeLogObjectsTablespace(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    setDatabaseChangeLogTable(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setDatabaseChangeLogTable(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setDatabaseChangeLogTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setDatabaseChangeLogTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setDatabaseChangeLogTableName(String) - Method in interface liquibase.database.Database
    -
    -
    Set the table name of the change log to the given table name
    -
    -
    setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDatabaseChangeLogTableName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
    -
    Does nothing
    -
    -
    setDatabaseClass(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setDatabaseClass(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDatabaseMajorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    setDatabaseMajorVersion(int) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setDatabaseMinorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
    -
     
    -
    setDatabaseMinorVersion(int) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setDatabaseRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    setDataDir(String) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setDataDir(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setDataSource(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
    -
    Sets the name of the data source.
    -
    -
    setDataSource(DataSource) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setDataSource(DataSource) - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    The DataSource that liquibase will use to perform the migration.
    -
    -
    setDataType(String) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setDataType(String) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setDataType(String) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setDataTypeId(Integer) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setDateLastExecuted(Date) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setDbms(String) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    setDbms(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setDbms(String) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    setDbms(String) - Method in interface liquibase.change.DbmsTargetedChange
    -
     
    -
    setDbms(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setDbms(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setDebugStream(PrintStream) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Set debug output.
    -
    -
    setDecimalDigits(Integer) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setDefault(Boolean) - Method in class liquibase.structure.core.Catalog
    -
     
    -
    setDefault(Boolean) - Method in class liquibase.structure.core.Schema
    -
     
    -
    setDefaultCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setDefaultCatalogName(String) - Method in interface liquibase.database.Database
    -
     
    -
    setDefaultCatalogName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setDefaultCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDefaultCatalogName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setDefaultLoggingLevel(String) - Method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    setDefaultLoggingLevel(LogLevel) - Method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    setDefaultNullValue(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setDefaultOnNull(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultOnNull(Boolean) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setDefaultOnNull(Boolean) - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    setDefaultOnNull(Boolean) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    setDefaultSchema(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setDefaultSchema(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setDefaultSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setDefaultSchemaName(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    setDefaultSchemaName(String) - Method in interface liquibase.database.Database
    -
     
    -
    setDefaultSchemaName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setDefaultSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDefaultSchemaName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setDefaultValue(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Sets the string default value to assign to this column.
    -
    -
    setDefaultValue(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Sets the default value to use if no ConfigurationProviders override it.
    -
    -
    setDefaultValue(ColumnConfig, Column, Database) - Static method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    setDefaultValue(Object) - Method in class liquibase.structure.core.Column
    -
     
    -
    setDefaultValueBoolean(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the defaultValueBoolean based on a given string.
    -
    -
    setDefaultValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueBoolean(Boolean) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValueConstraintName(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueConstraintName(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValueConstraintName(String) - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    setDefaultValueConstraintName(String) - Method in class liquibase.statement.core.AddDefaultValueStatement
    -
     
    -
    setDefaultValueConstraintName(String) - Method in class liquibase.structure.core.Column
    -
     
    -
    setDefaultValueDate(Date) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueDate(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the date this column should default to.
    -
    -
    setDefaultValueDate(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValueNumeric(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the number this column should use as its default.
    -
    -
    setDefaultValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueNumeric(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setDeferrable(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setDeferrable(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the deferrable parameter based on the passed string.
    -
    -
    setDeferrable(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setDeferrable(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setDeferrable(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    setDeferrable(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setDeferrable(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setDeferrable(boolean) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setDeferrable(boolean) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setDefinition(String) - Method in class liquibase.structure.core.View
    -
     
    -
    setDeleteCascade(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setDeleteCascade(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the deleteCascade parameter based on the passed string.
    -
    -
    setDeleteCascade(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setDeleteCascade(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setDeleteRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setDelimiter(String) - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    setDeploymentId(String) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    setDescending(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setDescending(Boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    setDescription(String) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setDescription(String) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    setDescription(String) - Method in class liquibase.configuration.ConfigurationProperty
    -
     
    -
    setDiffColumnOrder(boolean) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setDiffOutputControl(DiffOutputControl) - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    setDiffResult(DiffResult) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    setDiffTypes(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    setDisabled(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setDisabled(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setDisabled(boolean) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setDriver(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setDriver(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setDropFirst(boolean) - Method in class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    setDropFirst(boolean) - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
    -
     
    -
    setDropFirst(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setDropFirst(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setDropIndex(Boolean) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    setDropIndex(Boolean) - Method in class liquibase.statement.core.DropPrimaryKeyStatement
    -
     
    -
    setEncoding(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setEncoding(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setEncoding(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setEncoding(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setEncoding(String) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    setEncoding(String) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    setEndDelimiter(String) - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Set the end delimiter for splitting SQL statements.
    -
    -
    setErrorIfMissingOrEmpty(Boolean) - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    setExcludeObjects(String) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    setExcludeObjects(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    setExecType(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    setExecutable(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    setExecuteDdlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    setExecuteDmlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    setExecutor(Database, Executor) - Method in class liquibase.executor.ExecutorService
    -
     
    -
    setExistingColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setExistingTableCatalogName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setExistingTableName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setExistingTableSchemaName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setExpectedResult(String) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    setExpectedRows(Integer) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    setFacade(UIFacade) - Method in class liquibase.util.ui.UIFactory
    -
     
    -
    setFailOnError(Boolean) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setFieldValue(T, String) - Method in class liquibase.util.csv.opencsv.bean.BeanField
    -
     
    -
    setFile(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setFile(String) - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    setFile(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setFileOpener(ResourceAccessor) - Method in interface liquibase.change.custom.CustomChange
    -
    -
    Sets the fileOpener that should be used for any file loading and resource - finding for files that are provided by the user.
    -
    -
    setFilePath(String) - Method in class liquibase.changelog.ChangeSet
    -
    -
    Called to update file path from database entry when rolling back and ignoreClasspathPrefix is true.
    -
    -
    setFilterResults(Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setFinalColumnName(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setFinalColumnType(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setForeignKeyColumns(List<Column>) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setForeignKeyName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setForeignKeyName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    setForeignKeyTable(Table) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setForeignKeyTableName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    setForIndexCatalogName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setForIndexCatalogName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setForIndexCatalogName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setForIndexCatalogName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setForIndexName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setForIndexName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setForIndexName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setForIndexName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setForIndexSchemaName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setForIndexSchemaName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setForIndexSchemaName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setForIndexSchemaName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setFullDefinition(Boolean) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setFullDefinition(boolean) - Method in class liquibase.statement.core.CreateViewStatement
    -
    -
    Sets the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
    -
    -
    setGeneratedChangeSetIdsContainDescription(boolean) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setGenerationType(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setGenerationType(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setGenerationType(String) - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    setGenerationType(String) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    setGlobal(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setHasJdbcConstraintDeferrableBug(Boolean) - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    setHeader(String) - Method in class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    setHoldability(int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setId(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    setIdRoot(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    setIgnore(boolean) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setIgnoreClasspathPrefix(boolean) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setIgnoreClasspathPrefix(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setIgnoreClasspathPrefix(boolean) - Method in class liquibase.Liquibase
    -
     
    -
    setIncludeCatalog(boolean) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    setIncludeContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setIncludeIgnore(boolean) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setIncludeLabels(LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setIncludeObjects(String) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    setIncludeObjects(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    setIncludeSchema(boolean) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setIncludeSchema(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    setIncludeSchema(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    setIncludeTablespace(boolean) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setIncludeTablespace(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    setIncludeTablespace(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setIncrementBy(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setIndex(Integer) - Method in class liquibase.change.core.LoadDataColumnConfig
    -
     
    -
    setIndexName(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setIndexName(String) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    setIndexName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    setInitiallyDeferred(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setInitiallyDeferred(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the initiallyDeferred parameter based on the passed string.
    -
    -
    setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setInitiallyDeferred(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setInstance(ChangeLogHistoryServiceFactory) - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
    -
    -
    Set the instance used by this singleton.
    -
    -
    setInstance(LiquibaseConfiguration) - Static method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Overrides the standard singleton instance created by getInstance().
    -
    -
    setInstance(DatabaseFactory) - Static method in class liquibase.database.DatabaseFactory
    -
    -
    Set singleton instance.
    -
    -
    setInstance(LockServiceFactory) - Static method in class liquibase.lockservice.LockServiceFactory
    -
    -
    Set the instance used by this singleton.
    -
    -
    setInstance(LogFactory) - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    Set the instance used by this singleton.
    -
    -
    setInstance(ChangeLogParserFactory) - Static method in class liquibase.parser.ChangeLogParserFactory
    -
    -
    Set the instance used by this singleton.
    -
    -
    setInstance(SnapshotParserFactory) - Static method in class liquibase.parser.SnapshotParserFactory
    -
    -
    Set the instance used by this singleton.
    -
    -
    setInstance(ServiceLocator) - Static method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    setJndiBase(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setJoinString(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setLabels(LabelExpression) - Method in class liquibase.changelog.ChangeLogParameters
    -
     
    -
    setLabels(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setLabels(Labels) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setLabels(Labels) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setLabels(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setLabels(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
    -
     
    -
    setLabels(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setLabels(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setLabels(Labels) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
    -
     
    -
    setLabels(Labels) - Method in interface liquibase.sql.visitor.SqlVisitor
    -
     
    -
    setLastReturnedValue(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setLimit(Integer) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    setLiquibaseCatalogName(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setLiquibaseCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setLiquibaseCatalogName(String) - Method in interface liquibase.database.Database
    -
     
    -
    setLiquibaseCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setLiquibaseCatalogName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setLiquibaseSchema(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setLiquibaseSchema(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setLiquibaseSchemaName(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setLiquibaseSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setLiquibaseSchemaName(String) - Method in interface liquibase.database.Database
    -
     
    -
    setLiquibaseSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setLiquibaseSchemaName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setLiquibaseTablespace(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setLiquibaseTablespace(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setLiquibaseTablespaceName(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setLiquibaseTablespaceName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setLiquibaseTablespaceName(String) - Method in interface liquibase.database.Database
    -
     
    -
    setLiquibaseTablespaceName(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setLiquibaseTablespaceName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setLogger(Logger) - Method in class liquibase.change.ChangeFactory
    -
     
    -
    setLoggerFactory(LoggerFactory) - Static method in class liquibase.logging.LogService
    -
    -
    Set the LoggerFactory used by this singleton.
    -
    -
    setLoggingLevel(String) - Static method in class liquibase.logging.LogFactory
    -
    -
    Deprecated.
    -
    setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setLogLevel(String) - Method in class liquibase.logging.core.DefaultLoggerConfiguration
    -
     
    -
    setMaxValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setMaxValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setMaxValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setMaxValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setMaxValue(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setMessage(String) - Method in class liquibase.change.core.OutputChange
    -
     
    -
    setMessage(String) - Method in class liquibase.change.core.StopChange
    -
     
    -
    setMetadata(Map<String, Object>) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    setMinValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setMinValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setMinValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setMinValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setMinValue(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setMode(CommandLineOutputAppender.Mode) - Method in class liquibase.integration.commandline.CommandLineOutputAppender
    -
    -
    Sets the mode this command line logger should execute in.
    -
    -
    setName(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setName(String, boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setName(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
    -
    -
    Deprecated.
    -
    setName(String) - Method in class liquibase.structure.core.Catalog
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Column
    -
     
    -
    setName(String, boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Data
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Index
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Relation
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Schema
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.Table
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setName(String) - Method in class liquibase.structure.core.View
    -
     
    -
    setName(String) - Method in interface liquibase.structure.DatabaseObject
    -
    -
    Sets the name for the database object.
    -
    -
    setNewColumnDataType(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setNewColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setNewColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setNewColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    setNewDataType(String) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    setNewDataType(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    setNewSequenceName(String) - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    setNewTableCatalogName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setNewTableName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setNewTableName(String) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    setNewTableSchemaName(String) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    setNewViewName(String) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    setNotNullConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setNullable(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the nullable parameter based on the passed string.
    -
    -
    setNullable(Boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    SetNullableGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    SetNullableGenerator() - Constructor for class liquibase.sqlgenerator.core.SetNullableGenerator
    -
     
    -
    SetNullableStatement - Class in liquibase.statement.core
    -
     
    -
    SetNullableStatement(String, String, String, String, String, boolean) - Constructor for class liquibase.statement.core.SetNullableStatement
    -
     
    -
    SetNullableStatement(String, String, String, String, String, boolean, String) - Constructor for class liquibase.statement.core.SetNullableStatement
    -
     
    -
    SetNullableStatement(String, String, String, String, String, boolean, String, Boolean) - Constructor for class liquibase.statement.core.SetNullableStatement
    -
     
    -
    setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in interface liquibase.database.Database
    -
     
    -
    setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setOldColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setOldColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    setOldSequenceName(String) - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    setOldTableName(String) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    setOldViewName(String) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    setOnDelete(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setOnDelete(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setOnDelete(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    setOnError(String) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnError(PreconditionContainer.ErrorOption) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnErrorMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnFail(String) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnFail(PreconditionContainer.FailOption) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnFailMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnlyUpdate(Boolean) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    setOnlyUpdate(Boolean) - Method in class liquibase.statement.core.InsertOrUpdateStatement
    -
     
    -
    setOnSqlOutput(String) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnSqlOutput(PreconditionContainer.OnSqlOutputOption) - Method in class liquibase.precondition.core.PreconditionContainer
    -
     
    -
    setOnUpdate(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setOnUpdate(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setOnUpdate(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    setOnValidationFail(ChangeSet.ValidationFailOption) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setOrder(Integer) - Method in class liquibase.structure.core.Column
    -
     
    -
    setOrderBy(String...) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
    -
     
    -
    setOrdered(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setOrdered(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setOrdered(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    setOrdered(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setOrdered(Boolean) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setOrderExecuted(Integer) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    setOs(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    setOut(String) - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    setOutputDefaultCatalog(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setOutputDefaultCatalog(boolean) - Method in interface liquibase.database.Database
    -
     
    -
    setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    - -
    -
    setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setOutputDefaultCatalog(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setOutputDefaultSchema(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    setOutputDefaultSchema(boolean) - Method in interface liquibase.database.Database
    -
    -
    Whether the default schema should be included in generated SQL
    -
    -
    setOutputDefaultSchema(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. -
    Use a nested DatabaseType instead.
    -
    -
    -
    setOutputDefaultSchema(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setOutputDefaultSchema(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setOutputDirectory(FileResource) - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    setOutputEncoding(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setOutputEncoding(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setOutputEncoding(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    setOutputEncoding(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    This method does nothing.
    -
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
    - -
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
    - -
    -
    setOutputFile(FileResource) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
    -
     
    -
    setOutputLineSeparator(String) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setOutputSchemaAs(String) - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
    -
     
    -
    setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffToChangeLogCommand
    -
     
    -
    setParam(String, String) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    - -
    -
    setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    setParameters(Map<String, String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setParentChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setPassword(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setPassword(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setPath(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setPath(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setPath(String) - Method in class liquibase.change.core.SQLFileChange
    -
    -
    Sets the file name but setUp must be called for the change to have impact.
    -
    -
    setPath(String) - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    setPhysicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setPosition(Integer) - Method in class liquibase.change.AddColumnConfig
    -
     
    -
    setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setPreconditions(PreconditionContainer) - Method in interface liquibase.precondition.Conditional
    -
     
    -
    setPreviousInsertStatement(boolean) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    setPreviouslyRan(boolean) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setPrimaryKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setPrimaryKey(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the primaryKey parameter based on the passed string.
    -
    -
    setPrimaryKey(String) - Method in class liquibase.change.core.LoadUpdateDataChange
    -
     
    -
    setPrimaryKey(PrimaryKey) - Method in class liquibase.structure.core.Table
    -
     
    -
    setPrimaryKeyColumns(List<Column>) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setPrimaryKeyName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setPrimaryKeyName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    setPrimaryKeyTable(Table) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setPrimaryKeyTablespace(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setProcedureBody(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
    -
    Deprecated. -
    Use setProcedureText() instead
    -
    -
    -
    setProcedureName(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setProcedureName(String) - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    setProcedureText(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setProductName(String) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setProductNameDiff(StringDiff) - Method in class liquibase.diff.DiffResult
    -
     
    -
    setProductVersion(String) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setProductVersionDiff(StringDiff) - Method in class liquibase.diff.DiffResult
    -
     
    -
    setPromptOnNonLocalDatabase(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated parameters *
    -
    -
    setProperty(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    setProperty(Object, String, String) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Tries to guess the "real" data type of propertyValue by the given propertyName, then sets the - selected property of the given object to that value.
    -
    -
    setProperty(Object, String, Object) - Static method in class liquibase.util.ObjectUtil
    -
    -
    Sets the selected property of the given object to propertyValue.
    -
    -
    setQuotchar(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setRadix(Integer) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setRanChangeSet(RanChangeSet) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setReadOnly(boolean) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setReferenceDatabase(Database) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setReferenceDatabaseRef(Reference) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    setReferencedColumnNames(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setReferencedColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setReferenceDefaultCatalogName(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setReferenceDefaultSchemaName(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setReferenceDriver(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setReferencedTableCatalogName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setReferencedTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setReferencedTableCatalogName(String) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setReferencedTableName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setReferencedTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setReferencedTableSchemaName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setReferencedTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setReferencedTableSchemaName(String) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setReferencePassword(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setReferences(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setReferenceSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setReferencesUniqueColumn(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setReferenceUrl(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setReferenceUsername(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
    -
    Deprecated.
    -
    -
    setRefid(Reference) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
    -
     
    -
    setRefid(Reference) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setRelation(Relation) - Method in class liquibase.structure.core.Column
    -
     
    -
    setRelation(Relation) - Method in class liquibase.structure.core.Index
    -
     
    -
    setRelation(Relation) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogInclude
    -
     
    -
    setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    setRemarks(String) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    setRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    setRemarks(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    setRemarks(String) - Method in class liquibase.structure.core.Column
    -
     
    -
    setRemarks(String) - Method in class liquibase.structure.core.Relation
    -
     
    -
    setReplace(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    setReplace(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    setReplaceIfExists(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setReplaceIfExists(Boolean) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setReplaceIfExists(Boolean) - Method in class liquibase.statement.core.CreateProcedureStatement
    -
     
    -
    setRerunnable(Boolean) - Method in class liquibase.change.core.RawSQLChange
    -
     
    -
    setResourceAccessor(ResourceAccessor) - Method in class liquibase.change.AbstractChange
    -
    -
    Sets the ResourceAccessor that should be used for any file and/or resource loading needed by this Change.
    -
    -
    setResourceAccessor(ResourceAccessor) - Method in interface liquibase.change.Change
    -
    -
    Sets the ResourceAccessor that should be used for any file and/or resource loading needed by this Change.
    -
    -
    setResourceAccessor(ResourceAccessor) - Method in interface liquibase.database.LiquibaseExtDriver
    -
     
    -
    setResourceAccessor(ResourceAccessor) - Method in class liquibase.servicelocator.ServiceLocator
    -
     
    -
    setResourceFilter(String) - Method in class liquibase.changelog.ChangeLogIncludeAll
    -
     
    -
    setResourceLoader(ResourceLoader) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setResourceLoader(ResourceLoader) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
    -
     
    -
    setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    setRollbackCount(Integer) - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    setRollbackDate(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    setRollbackFile(File) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setRollbackFile(File) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setRollbackScript(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    setRollbackTag(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
    -
     
    -
    setRootChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setRunOrder(String) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setRuntimeEnvironment(RuntimeEnvironment) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    setSavepoint() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setSavepoint(String) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setSchema(Schema) - Method in class liquibase.structure.core.Relation
    -
     
    -
    setSchema(String, String) - Method in class liquibase.structure.core.Relation
    -
     
    -
    setSchema(Schema) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setSchema(String, String) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setSchema(Schema) - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    setSchema(Schema) - Method in class liquibase.structure.core.View
    -
     
    -
    setSchemaComparisons(CompareControl.SchemaComparison[]) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
    -
     
    -
    setSchemaComparisons(CompareControl.SchemaComparison[]) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropProcedureChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.RenameSequenceChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.RenameTableChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.RenameViewChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    setSchemaName(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    setSchemaName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    setSchemaName(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    setSchemas(CatalogAndSchema[]) - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    setSchemas(String...) - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    setSchemas(CatalogAndSchema...) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setSchemas(String...) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setSchemas(String) - Method in class liquibase.integration.ant.DropAllTask
    -
     
    -
    setSchemas(List<String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setScratchData(String, Object) - Method in class liquibase.snapshot.DatabaseSnapshot
    -
     
    -
    setSelectQuery(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setSendsStringParametersAsUnicode(boolean) - Method in class liquibase.database.OfflineConnection
    -
     
    -
    setSeparator(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setSequenceName(String) - Method in class liquibase.change.core.AlterSequenceChange
    -
     
    -
    setSequenceName(String) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setSequenceName(String) - Method in class liquibase.change.core.DropSequenceChange
    -
     
    -
    setSequenceName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceCurrentValueFunction
    -
     
    -
    setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceNextValueFunction
    -
     
    -
    setSerializableFieldValue(String, Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    setSerializerFormat(String) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setShouldRun(boolean) - Method in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    setShouldRun(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
    -
     
    -
    setShouldRun(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    setShouldValidate(boolean) - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    setShouldValidateForeignKey(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the shouldValidate field based on the passed string.
    -
    -
    setShouldValidateForeignKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setShouldValidateNullable(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the shouldValidate field based on the passed string.
    -
    -
    setShouldValidateNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setShouldValidateNullable(Boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    setShouldValidatePrimaryKey(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the shouldValidate field based on the passed string.
    -
    -
    setShouldValidatePrimaryKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setShouldValidateUnique(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the shouldValidate field based on the passed string.
    -
    -
    setShouldValidateUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setSnapshot(DatabaseSnapshot) - Method in class liquibase.database.OfflineConnection
    -
    -
    For debugging purposes: sets a DatabaseSnapshot object for this connection.
    -
    -
    setSnapshotId(String) - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    setSnapshotId(String) - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setSnapshotListener(SnapshotListener) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    setSnapshotMetadata(Map<String, Object>) - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    setSnapshotTypes(String...) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setSnapshotTypes(Class<? extends DatabaseObject>...) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Set whether SQL should be split into multiple statements.
    -
    -
    setSql(String) - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Set the raw SQL managed by this Change.
    -
    -
    setSql(String) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    setSql(String) - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    setSql(String) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    setSqlFile(String) - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    setSrc(String) - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    setStartValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
    -
     
    -
    setStartValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    setStartValue(BigInteger) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setStartWith(BigInteger) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setStartWith(BigInteger) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setStartWith(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
    -
     
    -
    setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSet
    -
    -
    Sets storedCheckSum in ValidatingVisitor in case when changeset was executed
    -
    -
    setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setStrategy(String) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    setStripComments(Boolean) - Method in class liquibase.change.AbstractSQLChange
    -
    -
    Return true if comments should be stripped from the SQL before passing it to the database.
    -
    -
    setSuccessor(XsdStreamResolver) - Method in class liquibase.parser.core.xml.XsdStreamResolver
    -
     
    -
    setSupportPropertyEscaping(boolean) - Method in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    setSupportsCatalogs(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setSupportsSchemas(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setSupportsSequences(boolean) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    setTable(Table) - Method in class liquibase.structure.core.Data
    -
     
    -
    setTable(Table) - Method in class liquibase.structure.core.Index
    -
    -
    Deprecated. - -
    -
    -
    setTable(Table) - Method in class liquibase.structure.core.PrimaryKey
    -
    -
    Sets the Table object this PrimaryKey belongs to.
    -
    -
    setTable(Table) - Method in class liquibase.structure.core.UniqueConstraint
    -
    - -
    -
    setTableName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddColumnChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropDefaultValueChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropIndexChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropTableChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.RenameColumnChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    setTableName(String) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    setTableName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    setTableName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    setTableName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    setTableName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    setTableName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    setTableName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
    -
     
    -
    setTableName(String) - Method in class liquibase.statement.core.RenameColumnStatement
    -
     
    -
    SetTableRemarksChange - Class in liquibase.change.core
    -
     
    -
    SetTableRemarksChange() - Constructor for class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    SetTableRemarksGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    SetTableRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGenerator
    -
     
    -
    SetTableRemarksStatement - Class in liquibase.statement.core
    -
     
    -
    SetTableRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetTableRemarksStatement
    -
     
    -
    setTablespace(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setTablespace(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setTablespace(String) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setTablespace(String) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    setTablespace(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
     
    -
    setTablespace(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
     
    -
    setTablespace(String) - Method in class liquibase.statement.core.CreateIndexStatement
    -
     
    -
    setTablespace(String) - Method in class liquibase.statement.core.CreateTableStatement
    -
     
    -
    setTablespace(String) - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    setTablespace(String) - Method in class liquibase.structure.core.Index
    -
     
    -
    setTablespace(String) - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    setTablespace(String) - Method in class liquibase.structure.core.Table
    -
     
    -
    setTabSize(int) - Method in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    setTag(String) - Method in class liquibase.change.core.TagDatabaseChange
    -
     
    -
    setTag(String) - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    setTag(String) - Method in class liquibase.integration.ant.TagDatabaseTask
    -
     
    -
    setTag(String) - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    setTarget(String) - Method in class liquibase.change.core.OutputChange
    -
     
    -
    setTargetDatabase(Database) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setTargetSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    setTestRollbackOnUpdate(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
    -
    -
    If testRollbackOnUpdate is set to true a rollback will be tested at tupdate time.
    -
    -
    setTimeout(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    setToTag(String) - Method in class liquibase.integration.ant.DatabaseUpdateTask
    -
     
    -
    setTransactionIsolation(int) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setType(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setType(String) - Method in class liquibase.datatype.DatabaseDataType
    -
     
    -
    setType(String) - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    setType(DataType) - Method in class liquibase.structure.core.Column
    -
     
    -
    setType(Class<T>) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
    -
    Sets the class type that is being mapped.
    -
    -
    setTypeMap(Map<String, Class<?>>) - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    setTypeName(String) - Method in class liquibase.structure.core.DataType
    -
     
    -
    setTypes(Set<Class<? extends DatabaseObject>>) - Method in class liquibase.diff.compare.CompareControl
    -
     
    -
    setUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setUnique(String) - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Set the unique parameter based on the passed string.
    -
    -
    setUnique(Boolean) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    setUnique(Boolean) - Method in class liquibase.structure.core.Index
    -
     
    -
    setUniqueColumns(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
    -
     
    -
    setUniqueColumns(ColumnConfig[]) - Method in class liquibase.statement.core.DropUniqueConstraintStatement
    -
     
    -
    setUniqueConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
    -
     
    -
    setUp() - Method in interface liquibase.change.custom.CustomChange
    -
    -
    This method will be called after the no arg constructor and all of the - properties have been set to allow the task to do any heavy tasks or - more importantly generate any exceptions to report to the user about - the settings provided.
    -
    -
    setUpdateRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    SetupException - Exception in liquibase.exception
    -
    -
    If there is an error with setting up a Change this Exception - will be thrown.
    -
    -
    SetupException(String, Throwable) - Constructor for exception liquibase.exception.SetupException
    -
     
    -
    SetupException(String) - Constructor for exception liquibase.exception.SetupException
    -
     
    -
    SetupException(Throwable) - Constructor for exception liquibase.exception.SetupException
    -
     
    -
    setupLogging(Logger, LogLevel) - Static method in class liquibase.integration.commandline.CommandLineOutputAppender
    -
    -
    Set up Logback logging to the STDOUT/STDERR console streams.
    -
    -
    setupLogging() - Static method in class liquibase.integration.commandline.Main
    -
    -
    Set up the logging to the STDOUT/STDERR console streams.
    -
    -
    setUrl(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setUrl(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setUsePreparedStatements(Boolean) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    setUseProcedureSchema(boolean) - Method in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    setUser(String) - Method in class liquibase.integration.ant.type.DatabaseType
    -
     
    -
    setUsername(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Deprecated. - -
    -
    -
    setUsername(String) - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    setValid(Boolean) - Method in class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    setValidate(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
    -
     
    -
    setValidate(Boolean) - Method in class liquibase.change.core.AddNotNullConstraintChange
    -
     
    -
    setValidate(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
    -
     
    -
    setValidate(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
    -
     
    -
    setValidate(boolean) - Method in class liquibase.statement.core.SetNullableStatement
    -
     
    -
    setValidateForeignKey(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    setValidateNullable(boolean) - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    setValidatePrimaryKey(boolean) - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    setValidateUnique(boolean) - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    setValidationFailed(boolean) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    setValue(Change, Object) - Method in class liquibase.change.ChangeParameterMetaData
    -
    -
    Sets the value of this parameter on the given change.
    -
    -
    setValue(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Sets the string value this column should be set to.
    -
    -
    setValue(String) - Method in class liquibase.changelog.ChangeLogProperty
    -
     
    -
    setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
    -
    -
    Sets the value for the given property.
    -
    -
    setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer
    -
     
    -
    setValue(String, Object) - Method in interface liquibase.configuration.ConfigurationContainer
    -
     
    -
    setValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Overwrites the value currently stored in this property.
    -
    -
    setValue(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
    -
    -
    Deprecated.
    -
    setValue(Object) - Method in class liquibase.parser.core.ParsedNode
    -
    -
    Sets the value of this ParsedNode.
    -
    -
    setValue(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    setValue(Object, String, Object) - Method in class liquibase.serializer.ReflectionSerializer
    -
     
    -
    setValue(String) - Method in class liquibase.sql.visitor.AppendSqlVisitor
    -
     
    -
    setValue(String) - Method in class liquibase.sql.visitor.PrependSqlVisitor
    -
     
    -
    setValueBlobFile(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueBoolean(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the valueBoolean based on a given string.
    -
    -
    setValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueClobFile(String) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueDate(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the date this column should be set to.
    -
    -
    setValueDate(Date) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueNumeric(String) - Method in class liquibase.change.ColumnConfig
    -
    -
    Set the number this column should be set to.
    -
    -
    setValueSequenceCurrent(SequenceCurrentValueFunction) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
    -
     
    -
    setViewName(String) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    setViewName(String) - Method in class liquibase.change.core.DropViewChange
    -
     
    -
    setViewName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    setWarnIfObjectNotFound(boolean) - Method in class liquibase.snapshot.SnapshotControl
    -
    -
    Configures the code to log a LogLevel.WARNING message if the object to be snapshotted could not be found.
    -
    -
    setWhere(String) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    setWhere(String) - Method in class liquibase.statement.core.DeleteStatement
    -
     
    -
    setWhereClause(String) - Method in class liquibase.change.core.AbstractModifyDataChange
    -
    -
    Deprecated. -
    use setWhere()
    -
    -
    -
    setWhereClause(String) - Method in class liquibase.statement.core.DeleteStatement
    -
    - -
    -
    setWhereClause(String) - Method in class liquibase.statement.core.UpdateStatement
    -
     
    -
    setWhereClause(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    setWillCycle(Boolean) - Method in class liquibase.structure.core.Sequence
    -
     
    -
    setWillRun(boolean) - Method in class liquibase.changelog.ChangeSetStatus
    -
     
    -
    setWith(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
    -
     
    -
    setWith(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
    -
     
    -
    severe(LogType, String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    severe(LogType, String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    severe(String) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    severe(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    severe(LogType, String) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    severe(LogType, String, Throwable) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    severe(String) - Method in interface liquibase.logging.Logger
    -
    -
    Log an error that occurred, using the LogType.LOG type.
    -
    -
    severe(String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Log an error together with data from an error/exception, using the LogType.LOG type.
    -
    -
    severe(LogType, String) - Method in interface liquibase.logging.Logger
    -
    -
    Log an error that occurred.
    -
    -
    severe(LogType, String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Log an error together with data from an error/exception
    -
    -
    SHORT_IDENTIFIERS_LENGTH - Variable in class liquibase.database.core.OracleDatabase
    -
     
    -
    SHOULD_RUN - Static variable in class liquibase.configuration.GlobalConfiguration
    -
     
    -
    shouldAddPrimarykeyToConstraints(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    -
     
    -
    shouldAddTo(Class<? extends DatabaseObject>, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    shouldAlwaysRun() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    shouldAutoLoad(ParsedNode) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    shouldAutoLoad(ParsedNode) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
    -
     
    -
    shouldExpandNestedObject(Object, DatabaseObject) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    shouldInclude(Class<? extends DatabaseObject>) - Method in class liquibase.snapshot.SnapshotControl
    -
    -
    Queries the currently registered list of types to be included and returns true if the given type is in that list
    -
    -
    shouldInclude(T) - Method in class liquibase.snapshot.SnapshotControl
    -
     
    -
    shouldIncludeCatalogInSpecification() - Method in class liquibase.configuration.LiquibaseConfiguration
    -
    -
    Convenience method to check if the object types should consider catalog name - also during comparision (equals(), hashcode() and compareTo())
    -
    -
    shouldIncludeCatalogInSpecification() - Method in class liquibase.structure.AbstractDatabaseObject
    -
    -
    Convenience method to check if the object types should consider catalog name - also during comparision (equals(), hashcode() and compareTo())
    -
    -
    shouldOutput(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    shouldRespectSchemaAndCatalogCase() - Method in class liquibase.diff.output.DiffOutputControl
    -
     
    -
    shouldRun() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
     
    -
    shouldRun - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    ShouldRunChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    ShouldRunChangeSetFilter(Database, boolean) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    ShouldRunChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
    -
     
    -
    shouldRunOnChange() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    shouldValidate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
    -
    -
    In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    shouldValidate() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
    -
    -
    The VALIDATE keyword defines whether a primary key constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    shouldValidate() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
    -
    -
    In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
    -
    -
    shouldValidate() - Method in class liquibase.structure.core.Column
    -
    -
    VALIDATE keyword defines whether a all constraints on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    shouldValidate() - Method in class liquibase.structure.core.ForeignKey
    -
    -
    In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
    -
    -
    shouldValidate() - Method in class liquibase.structure.core.UniqueConstraint
    -
    -
    In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
    -
    -
    shouldValidateForeignKey() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns whether a ForeignKeyConst defined for this column should validate.
    -
    -
    shouldValidateForeignKey() - Method in class liquibase.statement.ForeignKeyConstraint
    -
     
    -
    shouldValidateNullable() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns whether a NotNullConst defined for this column should validate.
    -
    -
    shouldValidateNullable() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    shouldValidateNullable() - Method in class liquibase.statement.NotNullConstraint
    -
     
    -
    shouldValidateNullable() - Method in class liquibase.structure.core.Column
    -
    -
    This returns false for Not Null constraints created with ENABLE NOVALIDATE mode, - otherwise returns true.
    -
    -
    shouldValidatePrimaryKey() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns whether a PrimaryKeyConst defined for this column should validate.
    -
    -
    shouldValidatePrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    shouldValidatePrimaryKey() - Method in class liquibase.statement.PrimaryKeyConstraint
    -
     
    -
    shouldValidateUnique() - Method in class liquibase.change.ConstraintsConfig
    -
    -
    Returns whether a UniqueConst defined for this column should validate.
    -
    -
    shouldValidateUnique() - Method in class liquibase.statement.core.AddColumnStatement
    -
     
    -
    shouldValidateUnique() - Method in class liquibase.statement.UniqueConstraint
    -
     
    -
    showMoreProgress() - Method in class liquibase.logging.core.NoOpLoggerContext
    -
     
    -
    showMoreProgress(int) - Method in class liquibase.logging.core.NoOpLoggerContext
    -
     
    -
    showMoreProgress() - Method in class liquibase.logging.core.Slf4jLoggerContext
    -
     
    -
    showMoreProgress(int) - Method in class liquibase.logging.core.Slf4jLoggerContext
    -
     
    -
    showMoreProgress() - Method in interface liquibase.logging.LoggerContext
    -
    -
    Mark that some additional progress has been completed, like by adding a "." to output.
    -
    -
    showMoreProgress(int) - Method in interface liquibase.logging.LoggerContext
    -
    -
    Mark that some progress within the context is the given percent complete.
    -
    -
    SimpleCharStream - Class in liquibase.util.grammar
    -
    -
    An implementation of interface CharStream, where the stream is assumed to - contain only ASCII characters (without unicode processing).
    -
    -
    SimpleCharStream(Reader, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(Reader, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(Reader) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream, String, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream, String, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleCharStream(InputStream) - Constructor for class liquibase.util.grammar.SimpleCharStream
    -
    -
    Constructor.
    -
    -
    SimpleSqlGrammar - Class in liquibase.util.grammar
    -
    -
    An Simple SQL Grammar.
    -
    -
    SimpleSqlGrammar(InputStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Constructor with InputStream.
    -
    -
    SimpleSqlGrammar(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Constructor with InputStream and supplied encoding
    -
    -
    SimpleSqlGrammar(Reader) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Constructor.
    -
    -
    SimpleSqlGrammar(SimpleSqlGrammarTokenManager) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Constructor with generated Token Manager.
    -
    -
    SimpleSqlGrammarConstants - Interface in liquibase.util.grammar
    -
    -
    Token literal values and constants.
    -
    -
    SimpleSqlGrammarTokenManager - Class in liquibase.util.grammar
    -
    -
    Token Manager.
    -
    -
    SimpleSqlGrammarTokenManager(SimpleCharStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Constructor.
    -
    -
    SimpleSqlGrammarTokenManager(SimpleCharStream, int) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Constructor.
    -
    -
    singleInputStream(String, ResourceAccessor) - Static method in class liquibase.util.StreamUtil
    -
     
    -
    SingleLineComment - Class in liquibase.sql
    -
     
    -
    SingleLineComment(String, String) - Constructor for class liquibase.sql.SingleLineComment
    -
     
    -
    SingletonObject - Interface in liquibase
    -
     
    -
    SingletonScopeFactory - Class in liquibase
    -
     
    -
    SingletonScopeFactory() - Constructor for class liquibase.SingletonScopeFactory
    -
     
    -
    size() - Method in class liquibase.util.SmartMap
    -
     
    -
    skipOnUnsupported() - Method in class liquibase.statement.AbstractSqlStatement
    -
     
    -
    skipOnUnsupported() - Method in class liquibase.statement.core.AlterSequenceStatement
    -
     
    -
    skipOnUnsupported() - Method in class liquibase.statement.core.CreateSequenceStatement
    -
     
    -
    skipOnUnsupported() - Method in class liquibase.statement.core.DropSequenceStatement
    -
     
    -
    skipOnUnsupported() - Method in class liquibase.statement.ExecutablePreparedStatementBase
    -
     
    -
    skipOnUnsupported() - Method in interface liquibase.statement.SqlStatement
    -
     
    -
    skipped(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in interface liquibase.changelog.visitor.SkippedChangeSetVisitor
    -
     
    -
    skipped(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.StatusVisitor
    -
     
    -
    SkippedChangeSetVisitor - Interface in liquibase.changelog.visitor
    -
    -
    Called by ChangeLogIterator when a ChangeSetFilter rejects a changeSet.
    -
    -
    Slf4jLogger - Class in liquibase.logging.core
    -
    -
    The default logger for Liquibase.
    -
    -
    Slf4jLogger(Logger) - Constructor for class liquibase.logging.core.Slf4jLogger
    -
     
    -
    Slf4jLoggerContext - Class in liquibase.logging.core
    -
     
    -
    Slf4jLoggerContext(String, Object) - Constructor for class liquibase.logging.core.Slf4jLoggerContext
    -
     
    -
    Slf4JLoggerFactory - Class in liquibase.logging.core
    -
     
    -
    Slf4JLoggerFactory() - Constructor for class liquibase.logging.core.Slf4JLoggerFactory
    -
     
    -
    SmallIntType - Class in liquibase.datatype.core
    -
     
    -
    SmallIntType() - Constructor for class liquibase.datatype.core.SmallIntType
    -
     
    -
    SmartMap - Class in liquibase.util
    -
    -
    Implementation of Map with the added methods SmartMap.get(String, Class) and SmartMap.get(String, Object) to make the return values type safe and/or auto-converted.
    -
    -
    SmartMap() - Constructor for class liquibase.util.SmartMap
    -
     
    -
    snapshot - Variable in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
    -
     
    -
    snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    snapshot(T, DatabaseSnapshot, SnapshotGeneratorChain) - Method in interface liquibase.snapshot.SnapshotGenerator
    -
    -
    Commands the SnapshotGenerator to create a snapshot (a representation of a database object in Java object form) - of a specific database object.
    -
    -
    snapshot(T, DatabaseSnapshot) - Method in class liquibase.snapshot.SnapshotGeneratorChain
    -
     
    -
    snapshotByDefault() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    snapshotByDefault() - Method in class liquibase.structure.core.Data
    -
     
    -
    snapshotByDefault() - Method in interface liquibase.structure.DatabaseObject
    -
     
    -
    SnapshotCommand - Class in liquibase.command.core
    -
     
    -
    SnapshotCommand() - Constructor for class liquibase.command.core.SnapshotCommand
    -
     
    -
    SnapshotCommand.SnapshotCommandResult - Class in liquibase.command.core
    -
     
    -
    SnapshotCommandResult() - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
    -
     
    -
    SnapshotCommandResult(DatabaseSnapshot) - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
    -
     
    -
    SnapshotControl - Class in liquibase.snapshot
    -
    -
    Allows the class user to influence various aspects of the database object snapshot generation, e.g.
    -
    -
    SnapshotControl(Database) - Constructor for class liquibase.snapshot.SnapshotControl
    -
    -
    Create a SnapshotControl for a given database and mark the database's standard types for inclusion.
    -
    -
    SnapshotControl(Database, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
    -
    -
    Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
    -
    -
    SnapshotControl(Database, boolean, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
    -
     
    -
    SnapshotControl(Database, String) - Constructor for class liquibase.snapshot.SnapshotControl
    -
    -
    Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
    -
    -
    SnapshotControl(Database, ObjectChangeFilter, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
    -
     
    -
    snapshotFormat - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    SnapshotGenerator - Interface in liquibase.snapshot
    -
     
    -
    SnapshotGeneratorChain - Class in liquibase.snapshot
    -
     
    -
    SnapshotGeneratorChain(SortedSet<SnapshotGenerator>) - Constructor for class liquibase.snapshot.SnapshotGeneratorChain
    -
     
    -
    SnapshotGeneratorFactory - Class in liquibase.snapshot
    -
     
    -
    SnapshotGeneratorFactory() - Constructor for class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    SnapshotIdService - Class in liquibase.snapshot
    -
     
    -
    SnapshotLiquibaseRepresenter() - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
    -
     
    -
    SnapshotListener - Interface in liquibase.snapshot
    -
    -
    Listener interface to be called during the snapshot process.
    -
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
    -
     
    -
    SnapshotParser - Interface in liquibase.parser
    -
     
    -
    SnapshotParserFactory - Class in liquibase.parser
    -
     
    -
    SnapshotSerializer - Interface in liquibase.serializer
    -
     
    -
    SnapshotSerializerFactory - Class in liquibase.serializer
    -
     
    -
    SPECIAL_CHARS - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    specialToken - Variable in class liquibase.util.grammar.Token
    -
    -
    This field is used to access special tokens that occur prior to this - token, but after the immediately preceding regular (non-special) token.
    -
    -
    splitAndTrim(String, String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    splitSQL(String, String) - Static method in class liquibase.util.StringUtils
    -
    -
    Splits a candidate multi-line SQL statement along ;'s and "go"'s.
    -
    -
    SpringBootFatJar - Class in liquibase.util
    -
     
    -
    SpringBootFatJar() - Constructor for class liquibase.util.SpringBootFatJar
    -
     
    -
    SpringLiquibase - Class in liquibase.integration.spring
    -
    -
    A Spring-ified wrapper for Liquibase.
    -
    -
    SpringLiquibase() - Constructor for class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    SpringLiquibase.SpringResourceOpener - Class in liquibase.integration.spring
    -
     
    -
    SpringResourceOpener(String) - Constructor for class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    Sql - Interface in liquibase.sql
    -
     
    -
    SQL_DATETYPE_TIMESTAMP - Static variable in class liquibase.datatype.core.DateTimeType
    -
     
    -
    SqlChangeLogParser - Class in liquibase.parser.core.sql
    -
     
    -
    SqlChangeLogParser() - Constructor for class liquibase.parser.core.sql.SqlChangeLogParser
    -
     
    -
    SQLFileChange - Class in liquibase.change.core
    -
    -
    Represents a Change for custom SQL stored in a File.
    -
    -
    SQLFileChange() - Constructor for class liquibase.change.core.SQLFileChange
    -
     
    -
    SqlGenerator<T extends SqlStatement> - Interface in liquibase.sqlgenerator
    -
    -
    SqlGenerator implementations take a database-independent SqlStatement interface and create a - database-specific Sql object.
    -
    -
    SqlGeneratorChain<T extends SqlStatement> - Class in liquibase.sqlgenerator
    -
     
    -
    SqlGeneratorChain(SortedSet<SqlGenerator<T>>) - Constructor for class liquibase.sqlgenerator.SqlGeneratorChain
    -
     
    -
    SqlGeneratorFactory - Class in liquibase.sqlgenerator
    -
    -
    SqlGeneratorFactory is a singleton registry of SqlGenerators.
    -
    -
    SQLiteDatabase - Class in liquibase.database.core
    -
     
    -
    SQLiteDatabase() - Constructor for class liquibase.database.core.SQLiteDatabase
    -
     
    -
    SQLiteDatabase.AlterTableVisitor - Interface in liquibase.database.core
    -
     
    -
    SqlParser - Class in liquibase.util
    -
     
    -
    SqlParser() - Constructor for class liquibase.util.SqlParser
    -
     
    -
    SqlPrecondition - Class in liquibase.precondition.core
    -
     
    -
    SqlPrecondition() - Constructor for class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    SqlStatement - Interface in liquibase.statement
    -
    -
    The SqlStatement classes correspond to (roughly) a single SQL statement.
    -
    -
    sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateTimeType
    -
     
    -
    sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateType
    -
     
    -
    sqlToObject(String, Database) - Method in class liquibase.datatype.core.TimeType
    -
     
    -
    sqlToObject(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    SqlUtil - Class in liquibase.util
    -
     
    -
    SqlVisitor - Interface in liquibase.sql.visitor
    -
     
    -
    SqlVisitorFactory - Class in liquibase.sql.visitor
    -
     
    -
    STANDARD - Static variable in class liquibase.diff.compare.CompareControl
    -
     
    -
    STANDARD_CHANGELOG_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    STANDARD_SNAPSHOT_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
    -
     
    -
    StandardChangeLogHistoryService - Class in liquibase.changelog
    -
     
    -
    StandardChangeLogHistoryService() - Constructor for class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    StandardCompareFunction(CompareControl.SchemaComparison[], Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
    -
     
    -
    StandardDiffGenerator - Class in liquibase.diff.core
    -
     
    -
    StandardDiffGenerator() - Constructor for class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    standardize(Database) - Method in class liquibase.CatalogAndSchema
    -
    -
    This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database.
    -
    -
    standardizeLineEndings(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    StandardLockService - Class in liquibase.lockservice
    -
     
    -
    StandardLockService() - Constructor for class liquibase.lockservice.StandardLockService
    -
     
    -
    StandardNamespaceDetails - Class in liquibase.parser.core.xml
    -
     
    -
    StandardNamespaceDetails() - Constructor for class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    StandardObjectChangeFilter - Class in liquibase.diff.output
    -
     
    -
    StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType, String) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter
    -
     
    -
    StandardObjectChangeFilter.Filter - Class in liquibase.diff.output
    -
     
    -
    StandardObjectChangeFilter.FilterType - Enum in liquibase.diff.output
    -
     
    -
    startsWith(String, String) - Static method in class liquibase.util.StringUtils
    -
    -
    Checks if value starts with startsWith.
    -
    -
    startsWithNumeric(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    StatementNotSupportedOnDatabaseException - Exception in liquibase.exception
    -
     
    -
    StatementNotSupportedOnDatabaseException(SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
    -
     
    -
    StatementNotSupportedOnDatabaseException(String, SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
    -
     
    -
    staticFlag - Static variable in class liquibase.util.grammar.SimpleCharStream
    -
    -
    Whether parser is static.
    -
    -
    statusUpdate(String) - Method in interface liquibase.diff.DiffStatusListener
    -
     
    -
    StatusVisitor - Class in liquibase.changelog.visitor
    -
    -
    ChangeSetVisitor that will collect the execution status of changeSets without executing them.
    -
    -
    StatusVisitor(Database) - Constructor for class liquibase.changelog.visitor.StatusVisitor
    -
     
    -
    StopChange - Class in liquibase.change.core
    -
     
    -
    StopChange() - Constructor for class liquibase.change.core.StopChange
    -
     
    -
    StopChange.StopChangeException - Exception in liquibase.change.core
    -
     
    -
    StopChangeException(String) - Constructor for exception liquibase.change.core.StopChange.StopChangeException
    -
     
    -
    StoredDatabaseLogic<T extends StoredDatabaseLogic> - Class in liquibase.structure.core
    -
     
    -
    StoredDatabaseLogic() - Constructor for class liquibase.structure.core.StoredDatabaseLogic
    -
     
    -
    StoredProcedure - Class in liquibase.structure.core
    -
     
    -
    StoredProcedure() - Constructor for class liquibase.structure.core.StoredProcedure
    -
     
    -
    StoredProcedure(String, String, String) - Constructor for class liquibase.structure.core.StoredProcedure
    -
     
    -
    StoredProcedureGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    StoredProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.StoredProcedureGenerator
    -
     
    -
    StoredProcedureStatement - Class in liquibase.statement
    -
     
    -
    StoredProcedureStatement(String) - Constructor for class liquibase.statement.StoredProcedureStatement
    -
     
    -
    StreamUtil - Class in liquibase.util
    -
    -
    Utilities for working with streams.
    -
    -
    StreamUtil() - Constructor for class liquibase.util.StreamUtil
    -
     
    -
    strict - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    StringChangeLogSerializer - Class in liquibase.serializer.core.string
    -
     
    -
    StringChangeLogSerializer() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    StringChangeLogSerializer(StringChangeLogSerializer.FieldFilter) - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    StringChangeLogSerializer.FieldFilter - Class in liquibase.serializer.core.string
    -
     
    -
    StringClauses - Class in liquibase.util
    -
    -
    Defines a list of clauses that can be manipulated and rearranged based on keys associated with each.
    -
    -
    StringClauses() - Constructor for class liquibase.util.StringClauses
    -
    -
    Creates a new StringClause with no start or end strings and a space separator.
    -
    -
    StringClauses(String) - Constructor for class liquibase.util.StringClauses
    -
    -
    Creates a new StringClause with no start or end strings and the given separator.
    -
    -
    StringClauses(String, String, String) - Constructor for class liquibase.util.StringClauses
    -
    -
    Creates a new StringClause with the given start, end and separator.
    -
    -
    StringClauses.ClauseIterator - Class in liquibase.util
    -
     
    -
    StringClauses.Comment - Class in liquibase.util
    -
     
    -
    StringClauses.Delimiter - Class in liquibase.util
    -
     
    -
    StringClauses.LiteralClause - Interface in liquibase.util
    -
     
    -
    StringClauses.Whitespace - Class in liquibase.util
    -
     
    -
    stringContainsSpecialCharacters(String) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    checks to see if the line contains special characters.
    -
    -
    StringDiff - Class in liquibase.diff
    -
     
    -
    StringDiff(String, String) - Constructor for class liquibase.diff.StringDiff
    -
     
    -
    StringSnapshotSerializer - Class in liquibase.serializer.core.string
    -
     
    -
    StringSnapshotSerializer() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializer
    -
     
    -
    StringSnapshotSerializerReadable - Class in liquibase.serializer.core.string
    -
     
    -
    StringSnapshotSerializerReadable() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    stringToObject(String, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    StringUtils - Class in liquibase.util
    -
    -
    Various utility methods for working with strings.
    -
    -
    StringUtils() - Constructor for class liquibase.util.StringUtils
    -
     
    -
    StringUtils.StringUtilsFormatter<Type> - Interface in liquibase.util
    -
     
    -
    StringUtils.ToStringFormatter - Class in liquibase.util
    -
     
    -
    stripComments(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Searches through a String which contains SQL code and strips out - any comments that are between \/**\/ or anything that matches - SP--SP\n (to support the ANSI standard commenting of -- - at the end of a line).
    -
    -
    stripSqlCommentsAndWhitespacesFromTheEnd(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Strips the comments and whitespaces from the end of given sql string.
    -
    -
    substring(String, int, int) - Static method in class liquibase.util.StringUtils
    -
    -
    From commonslang3 -> StringUtils
    -
    -
    succeeded - Variable in class liquibase.command.CommandResult
    -
     
    -
    successor - Variable in class liquibase.parser.core.xml.XsdStreamResolver
    -
     
    -
    SUPPORT_PROPERTY_ESCAPING - Static variable in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    supports(Database) - Method in class liquibase.change.AbstractChange
    -
    - -
    -
    supports(Database) - Method in class liquibase.change.AbstractSQLChange
    -
    - -
    -
    supports(Database) - Method in interface liquibase.change.Change
    -
    -
    Return true if this Change object supports the passed database.
    -
    -
    supports(Database) - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    supports(Database) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    supports(Database) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    supports(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    supports(Database) - Method in class liquibase.change.core.MergeColumnChange
    -
     
    -
    supports(Database) - Method in class liquibase.change.core.ModifyDataTypeChange
    -
     
    -
    supports(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    supports(Database) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    supports(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    supports(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    supports(Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    supports(Database, Database) - Method in class liquibase.diff.core.StandardDiffGenerator
    -
     
    -
    supports(Database, Database) - Method in interface liquibase.diff.DiffGenerator
    -
     
    -
    supports(Database) - Method in interface liquibase.lockservice.LockService
    -
     
    -
    supports(Database) - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    supports(Database) - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    supports(String, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
    -
    -
    Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
    -
    -
    supports(String, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    -
     
    -
    supports(String, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
    -
     
    -
    supports(LiquibaseSerializer, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    supports(LiquibaseParser, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
    -
     
    -
    supports(String, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    supports(String, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlParser
    -
     
    -
    supports(LiquibaseSerializer, String) - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    supports(LiquibaseParser, String) - Method in interface liquibase.parser.NamespaceDetails
    -
     
    -
    supports(String, ResourceAccessor) - Method in interface liquibase.parser.SnapshotParser
    -
     
    -
    supports(T, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
    -
     
    -
    supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    -
     
    -
    supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
    -
     
    -
    supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
    -
     
    -
    supports(AddForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    -
     
    -
    supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
    -
     
    -
    supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
    -
     
    -
    supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
    -
     
    -
    supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
    -
     
    -
    supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
    -
     
    -
    supports(AlterSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
    -
     
    -
    supports(CopyRowsStatement, Database) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
    -
     
    -
    supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    -
    -
    Informs the SqlGeneratorFactory that we this class works on Firebird SQL databases only.
    -
    -
    supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
    -
     
    -
    supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
    -
     
    -
    supports(CreateTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
    -
     
    -
    supports(CreateViewStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    -
     
    -
    supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
    -
     
    -
    supports(DropForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    -
     
    -
    supports(DropPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    -
     
    -
    supports(DropSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
    -
     
    -
    supports(DropUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
    -
     
    -
    supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    -
     
    -
    supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    -
     
    -
    supports(ModifyDataTypeStatement, Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    supports(ReindexStatement, Database) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    -
     
    -
    supports(RenameColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    supports(RenameSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    supports(ReorganizeTableStatement, Database) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    supports(SetNullableStatement, Database) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
    -
     
    -
    supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
    -
     
    -
    supports(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    supports(T, Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
    -
    Does this generator support the given statement/database combination? Do not validate the statement with this - method, only return if it can support it.
    -
    -
    supports(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    supportsAutoIncrement() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsAutoIncrement() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsAutoIncrement() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsAutoIncrement() - Method in interface liquibase.database.Database
    -
     
    -
    supportsAutoIncrement() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsBatchUpdates() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsBatchUpdates() - Method in interface liquibase.database.Database
    -
    -
    Does the database support batched DML (INSERT/UPDATE/DELETE/MERGE/...) statements sent in a single call to - the database?
    -
    -
    supportsBatchUpdates() - Method in class liquibase.database.jvm.JdbcConnection
    -
     
    -
    supportsBatchUpdates() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsBooleanDataType() - Method in class liquibase.database.core.DB2Database
    -
    -
    boolean data type column are allowed for versions >= 11.1.1.1
    -
    -
    supportsBooleanDataType() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
    -
     
    -
    supportsCatalogInObjectName() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsCatalogs() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsCatalogs() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    supportsCatalogs() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsCatalogs() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    supportsCatalogs() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsCatalogs() - Method in interface liquibase.database.Database
    -
     
    -
    supportsCatalogs() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsDDLInTransaction() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Determines if the database supports DDL within a transaction or not.
    -
    -
    supportsDDLInTransaction() - Method in class liquibase.database.core.Db2zDatabase
    -
     
    -
    supportsDDLInTransaction() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsDDLInTransaction() - Method in class liquibase.database.core.SybaseDatabase
    -
    -
    Sybase does not support DDL and meta data in transactions properly, - as such we turn off the commit and turn on auto commit.
    -
    -
    supportsDDLInTransaction() - Method in interface liquibase.database.Database
    -
    -
    Determines if the database supports DDL within a transaction or not.
    -
    -
    supportsDDLInTransaction() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsDefaultValueComputed(String, String) - Static method in class liquibase.database.core.HsqlDatabase
    -
    -
    Checks to see if the string is an acceptable computed value for HSQL - "datetime" columns are the only columns for which HSQL supports computer values.
    -
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.H2Database
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in interface liquibase.database.Database
    -
     
    -
    supportsDropTableCascadeConstraints() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsForeignKeyDisable() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsForeignKeyDisable() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsForeignKeyDisable() - Method in interface liquibase.database.Database
    -
     
    -
    supportsForeignKeyDisable() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.H2Database
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    supportsInitiallyDeferrableColumns() - Method in interface liquibase.database.Database
    -
    -
    Returns whether this database support initially deferrable columns.
    -
    -
    supportsInitiallyDeferrableColumns() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsMinMaxForSequences() - Method in class liquibase.database.core.H2Database
    -
     
    -
    supportsNotNullConstraintNames() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsNotNullConstraintNames() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsNotNullConstraintNames() - Method in interface liquibase.database.Database
    -
    -
    Does this database treat NOT NULL as an own kind of CONSTRAINT (in addition of simply being a column property)? - This will affect the CONSTRAINT clause SQL generators.
    -
    -
    supportsNotNullConstraintNames() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsPrimaryKeyNames() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsPrimaryKeyNames() - Method in interface liquibase.database.Database
    -
     
    -
    supportsPrimaryKeyNames() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    supportsRestrictForeignKeys() - Method in interface liquibase.database.Database
    -
     
    -
    supportsRestrictForeignKeys() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsRollback(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation returns true if AbstractChange.createInverses() returns a non-null value.
    -
    -
    supportsRollback(Database) - Method in interface liquibase.change.Change
    -
    -
    Returns true if this change be rolled back for the given database.
    -
    -
    supportsRollback(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Returns true if the customChange supports rolling back.
    -
    -
    supportsRollback(Database) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsSchemas() - Method in class liquibase.database.core.OracleDatabase
    -
    -
    Oracle supports catalogs in liquibase terms
    -
    -
    supportsSchemas() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    supportsSchemas() - Method in interface liquibase.database.Database
    -
     
    -
    supportsSchemas() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.AbstractJdbcDatabase
    -
    -
    Does the database type support sequence.
    -
    -
    supportsSequences() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.H2Database
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.MariaDBDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    supportsSequences() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    supportsSequences() - Method in interface liquibase.database.Database
    -
     
    -
    supportsSequences() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    supportsSortingObjects(Database) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
    -
    Used by DiffToChangeLog.sortMissingObjects(Collection, Database) to determine whether to go into the sorting logic.
    -
    -
    supportsTablespaces() - Method in class liquibase.database.core.AbstractDb2Database
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.DerbyDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.FirebirdDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.H2Database
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.HsqlDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.InformixDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.Ingres9Database
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.MySQLDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.PostgresDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.SQLiteDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.SybaseASADatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.SybaseDatabase
    -
     
    -
    supportsTablespaces() - Method in class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    supportsTablespaces() - Method in interface liquibase.database.Database
    -
     
    -
    supportsTablespaces() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    surroundWithCatalogSets(List<Sql>, String, Database) - Static method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
    -
    Convenience method for when the catalogName is set but we don't want to parse the body
    -
    -
    surroundWithSchemaSets(List<Sql>, String, Database) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
    -
    Convenience method for when the schemaName is set but we don't want to parse the body
    -
    -
    SwingUIFacade - Class in liquibase.util.ui
    -
     
    -
    SwingUIFacade() - Constructor for class liquibase.util.ui.SwingUIFacade
    -
     
    -
    SwitchTo(int) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
    -
    -
    Switch to specified lex state.
    -
    -
    SybaseASAConnection - Class in liquibase.database.jvm
    -
    -
    A SybaseASA specific Delegate that removes the calls - to nativeSQL due to driver issues.
    -
    -
    SybaseASAConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseASAConnection
    -
     
    -
    SybaseASADatabase - Class in liquibase.database.core
    -
    -
    Support for SAP (formely: Siebel) AS (Adapter Server) Anywhere embedded/mobile database.
    -
    -
    SybaseASADatabase() - Constructor for class liquibase.database.core.SybaseASADatabase
    -
     
    -
    SybaseConnection - Class in liquibase.database.jvm
    -
    -
    A Sybase specific Delegate that removes the calls to commit - and rollback as Sybase requires that autocommit be set to true.
    -
    -
    SybaseConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseConnection
    -
     
    -
    SybaseDatabase - Class in liquibase.database.core
    -
    -
    Encapsulates Sybase ASE database support.
    -
    -
    SybaseDatabase() - Constructor for class liquibase.database.core.SybaseDatabase
    -
     
    -
    SYMBOL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    SystemPropertyProvider - Class in liquibase.configuration
    -
    -
    A ConfigurationValueProvider implementation that looks for overriding values in system properties.
    -
    -
    SystemPropertyProvider() - Constructor for class liquibase.configuration.SystemPropertyProvider
    -
     
    -
    systemTablesAndViews - Variable in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    systemTablesAndViews - Variable in class liquibase.database.core.SybaseDatabase
    -
     
    -
    - - - -

    T

    -
    -
    Table - Class in liquibase.structure.core
    -
     
    -
    Table() - Constructor for class liquibase.structure.core.Table
    -
     
    -
    Table(String, String, String) - Constructor for class liquibase.structure.core.Table
    -
     
    -
    TableComparator - Class in liquibase.diff.compare.core
    -
     
    -
    TableComparator() - Constructor for class liquibase.diff.compare.core.TableComparator
    -
     
    -
    TableExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    TableExistsPrecondition() - Constructor for class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    TableIsEmptyPrecondition - Class in liquibase.precondition.core
    -
     
    -
    TableIsEmptyPrecondition() - Constructor for class liquibase.precondition.core.TableIsEmptyPrecondition
    -
     
    -
    TableListWriter - Class in liquibase.dbdoc
    -
     
    -
    TableListWriter(File) - Constructor for class liquibase.dbdoc.TableListWriter
    -
     
    -
    tableName - Variable in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    TableRowCountGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    TableRowCountGenerator() - Constructor for class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    TableRowCountStatement - Class in liquibase.statement.core
    -
     
    -
    TableRowCountStatement(String, String, String) - Constructor for class liquibase.statement.core.TableRowCountStatement
    -
     
    -
    TableSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    TableSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.TableSnapshotGenerator
    -
     
    -
    TableWriter - Class in liquibase.dbdoc
    -
     
    -
    TableWriter(File, Database) - Constructor for class liquibase.dbdoc.TableWriter
    -
     
    -
    tabSize - Variable in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    tag(String) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    tag(String) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    tag(String) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
    -
    Tags the database changelog with the given string.
    -
    -
    tag(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    tag(String) - Method in interface liquibase.database.Database
    -
    -
    Tags the database changelog with the given string.
    -
    -
    tag - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    tag(String) - Method in class liquibase.Liquibase
    -
    -
    'Tags' the database for future rollback
    -
    -
    tag(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    TagDatabaseChange - Class in liquibase.change.core
    -
     
    -
    TagDatabaseChange() - Constructor for class liquibase.change.core.TagDatabaseChange
    -
     
    -
    TagDatabaseGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    TagDatabaseGenerator() - Constructor for class liquibase.sqlgenerator.core.TagDatabaseGenerator
    -
     
    -
    TagDatabaseStatement - Class in liquibase.statement.core
    -
     
    -
    TagDatabaseStatement(String) - Constructor for class liquibase.statement.core.TagDatabaseStatement
    -
     
    -
    TagDatabaseTask - Class in liquibase.integration.ant
    -
     
    -
    TagDatabaseTask() - Constructor for class liquibase.integration.ant.TagDatabaseTask
    -
     
    -
    tagExists(String) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
     
    -
    tagExists(String) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    tagExists(String) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    tagExists(String) - Method in class liquibase.Liquibase
    -
     
    -
    testRollbackOnUpdate - Variable in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    TimestampType - Class in liquibase.datatype.core
    -
    -
    Data type support for TIMESTAMP data types in various DBMS.
    -
    -
    TimestampType() - Constructor for class liquibase.datatype.core.TimestampType
    -
     
    -
    TimeType - Class in liquibase.datatype.core
    -
     
    -
    TimeType() - Constructor for class liquibase.datatype.core.TimeType
    -
     
    -
    TinyIntType - Class in liquibase.datatype.core
    -
     
    -
    TinyIntType() - Constructor for class liquibase.datatype.core.TinyIntType
    -
     
    -
    toArray(boolean) - Method in class liquibase.util.StringClauses
    -
     
    -
    toBigInteger(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    toBoolean(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
    -
     
    -
    toCatalogAndSchema(String, Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
    -
     
    -
    toCatalogAndSchema() - Method in class liquibase.structure.core.Schema
    -
     
    -
    toChange(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    toClassLoader() - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
    -
     
    -
    toClassLoader() - Method in class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    toClassLoader() - Method in class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    toClassLoader() - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    toClassLoader() - Method in interface liquibase.resource.ResourceAccessor
    -
     
    -
    toClassLoader() - Method in class liquibase.sdk.resource.MockResourceAccessor
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BigIntType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BlobType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BooleanType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.CharType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.ClobType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.CurrencyType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DateTimeType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DateType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DecimalType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DoubleType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.FloatType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.IntType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.MediumIntType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NCharType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NumberType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NVarcharType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.SmallIntType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TimestampType
    -
    -
    Returns a DBMS-specific String representation of this TimestampType for use in SQL statements.
    -
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TimeType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TinyIntType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.UnknownType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.UUIDType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.VarcharType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.core.XMLType
    -
     
    -
    toDatabaseDataType(Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Transforms this data type into the native data type of the target DBMS.
    -
    -
    toDbmsSet(String) - Static method in class liquibase.database.DatabaseList
    -
     
    -
    toDisplayString() - Method in class liquibase.license.Location
    -
     
    -
    toFileName(String) - Static method in class liquibase.dbdoc.DBDocUtil
    -
     
    -
    token - Variable in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Current token.
    -
    -
    Token - Class in liquibase.util.grammar
    -
    -
    Describes the input token stream.
    -
    -
    Token() - Constructor for class liquibase.util.grammar.Token
    -
    -
    No-argument constructor
    -
    -
    Token(int) - Constructor for class liquibase.util.grammar.Token
    -
    -
    Constructs a new token for the specified Image.
    -
    -
    Token(int, String) - Constructor for class liquibase.util.grammar.Token
    -
    -
    Constructs a new token for the specified Image and Kind.
    -
    -
    token_source - Variable in class liquibase.util.grammar.SimpleSqlGrammar
    -
    -
    Generated Token Manager.
    -
    -
    tokenImage - Variable in exception liquibase.util.grammar.ParseException
    -
    -
    This is a reference to the "tokenImage" array of the generated - parser within which the parse error occurred.
    -
    -
    tokenImage - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    Literal token values.
    -
    -
    TokenMgrError - Error in liquibase.util.grammar
    -
    -
    Token Manager Error.
    -
    -
    TokenMgrError() - Constructor for error liquibase.util.grammar.TokenMgrError
    -
    -
    No arg constructor.
    -
    -
    TokenMgrError(String, int) - Constructor for error liquibase.util.grammar.TokenMgrError
    -
    -
    Constructor with message and reason.
    -
    -
    TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error liquibase.util.grammar.TokenMgrError
    -
    -
    Full Constructor.
    -
    -
    toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
    -
     
    -
    toMap() - Method in class liquibase.structure.DatabaseObjectCollection
    -
     
    -
    toPrecondition(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
    -
     
    -
    toSql() - Method in class liquibase.datatype.DatabaseDataType
    -
     
    -
    toSql() - Method in class liquibase.sql.CallableSql
    -
     
    -
    toSql() - Method in class liquibase.sql.SingleLineComment
    -
     
    -
    toSql() - Method in interface liquibase.sql.Sql
    -
     
    -
    toSql() - Method in class liquibase.sql.UnparsedSql
    -
     
    -
    toString() - Method in class liquibase.CatalogAndSchema
    -
    -
    String version includes both catalog and schema.
    -
    -
    toString() - Method in class liquibase.change.AbstractChange
    -
     
    -
    toString() - Method in class liquibase.change.ChangeParameterMetaData
    -
     
    -
    toString() - Method in class liquibase.change.ChangeStatus
    -
     
    -
    toString() - Method in class liquibase.change.CheckSum
    -
     
    -
    toString() - Method in class liquibase.change.ColumnConfig.ValueNumeric
    -
     
    -
    toString() - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    toString() - Method in class liquibase.changelog.ChangeLogParameters.ChangeLogParameter
    -
     
    -
    toString(boolean) - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    toString() - Method in class liquibase.changelog.ChangeSet
    -
     
    -
    toString() - Method in enum liquibase.changelog.ChangeSet.ValidationFailOption
    -
     
    -
    toString() - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    toString() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
    -
     
    -
    toString() - Method in class liquibase.changelog.RanChangeSet
    -
     
    -
    toString() - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    toString() - Method in class liquibase.ContextExpression
    -
     
    -
    toString() - Method in class liquibase.Contexts
    -
     
    -
    toString() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    toString() - Method in class liquibase.database.PreparedStatementFactory
    -
     
    -
    toString() - Method in class liquibase.datatype.DatabaseDataType
    -
     
    -
    toString() - Method in class liquibase.datatype.LiquibaseDataType
    -
     
    -
    toString() - Method in class liquibase.diff.Difference
    -
     
    -
    toString() - Method in class liquibase.exception.ValidationErrors
    -
     
    -
    toString() - Method in class liquibase.integration.spring.SpringLiquibase
    -
     
    -
    toString() - Method in class liquibase.LabelExpression
    -
     
    -
    toString() - Method in class liquibase.Labels
    -
     
    -
    toString() - Method in class liquibase.license.Location
    -
     
    -
    toString() - Method in class liquibase.parser.core.ParsedNode
    -
     
    -
    toString() - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    toString() - Method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
    -
     
    -
    toString() - Method in enum liquibase.precondition.core.PreconditionContainer.FailOption
    -
     
    -
    toString() - Method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
    -
     
    -
    toString() - Method in class liquibase.precondition.ErrorPrecondition
    -
     
    -
    toString() - Method in class liquibase.precondition.FailedPrecondition
    -
     
    -
    toString() - Method in class liquibase.resource.ClassLoaderResourceAccessor
    -
     
    -
    toString() - Method in class liquibase.resource.CompositeResourceAccessor
    -
     
    -
    toString() - Method in class liquibase.resource.FileSystemResourceAccessor
    -
     
    -
    toString() - Method in class liquibase.Scope
    -
     
    -
    toString() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    toString() - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
    -
     
    -
    toString() - Method in class liquibase.sql.SingleLineComment
    -
     
    -
    toString() - Method in class liquibase.sql.UnparsedSql
    -
     
    -
    toString() - Method in class liquibase.statement.core.CommentStatement
    -
     
    -
    toString() - Method in class liquibase.statement.core.RawSqlStatement
    -
     
    -
    toString() - Method in class liquibase.statement.DatabaseFunction
    -
     
    -
    toString() - Method in class liquibase.structure.AbstractDatabaseObject
    -
     
    -
    toString() - Method in class liquibase.structure.core.Catalog
    -
     
    -
    toString() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
    -
     
    -
    toString(boolean) - Method in class liquibase.structure.core.Column
    -
     
    -
    toString() - Method in class liquibase.structure.core.Column
    -
     
    -
    toString() - Method in class liquibase.structure.core.DataType
    -
     
    -
    toString() - Method in class liquibase.structure.core.ForeignKey
    -
     
    -
    toString() - Method in class liquibase.structure.core.Index
    -
    -
    (Try to) provide a human-readable name for the index.
    -
    -
    toString() - Method in class liquibase.structure.core.PrimaryKey
    -
     
    -
    toString() - Method in class liquibase.structure.core.Schema
    -
     
    -
    toString() - Method in class liquibase.structure.core.Sequence
    -
     
    -
    toString() - Method in class liquibase.structure.core.Table
    -
     
    -
    toString() - Method in class liquibase.structure.core.UniqueConstraint
    -
     
    -
    toString() - Method in class liquibase.structure.core.View
    -
     
    -
    toString() - Method in class liquibase.util.grammar.Token
    -
    -
    Returns the image.
    -
    -
    toString() - Method in class liquibase.util.StringClauses.Comment
    -
     
    -
    toString() - Method in class liquibase.util.StringClauses.Delimiter
    -
     
    -
    toString() - Method in interface liquibase.util.StringClauses.LiteralClause
    -
     
    -
    toString() - Method in class liquibase.util.StringClauses
    -
     
    -
    toString() - Method in class liquibase.util.StringClauses.Whitespace
    -
     
    -
    toString(Type) - Method in interface liquibase.util.StringUtils.StringUtilsFormatter
    -
     
    -
    toString(Object) - Method in class liquibase.util.StringUtils.ToStringFormatter
    -
     
    -
    ToStringCompareFunction(boolean) - Constructor for class liquibase.diff.ObjectDifferences.ToStringCompareFunction
    -
     
    -
    ToStringFormatter() - Constructor for class liquibase.util.StringUtils.ToStringFormatter
    -
     
    -
    trimRight(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Trims whitespace characters from the - end of specified string
    -
    -
    trimToEmpty(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns the trimmed (left and right) version of the input string.
    -
    -
    trimToNull(String) - Static method in class liquibase.util.StringUtils
    -
    -
    Returns the trimmed (left and right) form of the input string.
    -
    -
    type - Variable in class liquibase.license.Location
    -
     
    -
    type - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
    -
     
    -
    TYPE_UNKNOWN - Static variable in class liquibase.util.JdbcUtils
    -
    -
    Constant that indicates an unknown (or unspecified) SQL type.
    -
    -
    - - - -

    U

    -
    -
    UIFacade - Interface in liquibase.util.ui
    -
     
    -
    UIFactory - Class in liquibase.util.ui
    -
     
    -
    UIFactory() - Constructor for class liquibase.util.ui.UIFactory
    -
     
    -
    undoCollection(Object, Object) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    -
    -
    Sometimes an attribute in one object is a single-entity collection and on the other it is just the object.
    -
    -
    undoCollection(Object, Object) - Method in class liquibase.diff.ObjectDifferences
    -
    -
    Sometimes an attribute in one object is a single-entity collection and on the other it is just the object.
    -
    -
    unescapeDataTypeName(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    unescapeDataTypeName(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    unescapeDataTypeName(String) - Method in interface liquibase.database.Database
    -
     
    -
    unescapeDataTypeName(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    unescapeDataTypeString(String) - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    unescapeDataTypeString(String) - Method in class liquibase.database.core.MSSQLDatabase
    -
     
    -
    unescapeDataTypeString(String) - Method in interface liquibase.database.Database
    -
     
    -
    unescapeDataTypeString(String) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    UnexpectedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    -
     
    -
    UnexpectedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    -
     
    -
    UnexpectedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    -
     
    -
    UnexpectedLiquibaseException - Exception in liquibase.exception
    -
    -
    Marks an internal error (runtime exception) that prevents this software from further processing.
    -
    -
    UnexpectedLiquibaseException(String) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
    -
    -
    Constructs a new UnexpectedLiquibaseException with the given message
    -
    -
    UnexpectedLiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
    -
    -
    Constructs a new UnexpectedLiquibaseException with the given message - and adds information about the Throwable cause of the problem.
    -
    -
    UnexpectedLiquibaseException(Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
    -
    -
    Constructs a new UnexpectedLiquibaseException from a - Throwable event.
    -
    -
    UnexpectedLiquibaseSdkException - Exception in liquibase.sdk.exception
    -
     
    -
    UnexpectedLiquibaseSdkException() - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
    -
     
    -
    UnexpectedLiquibaseSdkException(String) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
    -
     
    -
    UnexpectedLiquibaseSdkException(String, Throwable) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
    -
     
    -
    UnexpectedLiquibaseSdkException(Throwable) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
    -
     
    -
    UnexpectedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
    -
     
    -
    UnexpectedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    -
     
    -
    UnexpectedSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    -
     
    -
    UnexpectedTableChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    -
     
    -
    UnexpectedUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    -
     
    -
    UnexpectedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
    -
     
    -
    UnexpectedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    -
     
    -
    UNICODE_LETTERS - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    UniqueConstraint - Class in liquibase.statement
    -
     
    -
    UniqueConstraint() - Constructor for class liquibase.statement.UniqueConstraint
    -
     
    -
    UniqueConstraint(String) - Constructor for class liquibase.statement.UniqueConstraint
    -
     
    -
    UniqueConstraint(String, boolean) - Constructor for class liquibase.statement.UniqueConstraint
    -
     
    -
    UniqueConstraint - Class in liquibase.structure.core
    -
     
    -
    UniqueConstraint() - Constructor for class liquibase.structure.core.UniqueConstraint
    -
     
    -
    UniqueConstraint(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.UniqueConstraint
    -
     
    -
    UniqueConstraintComparator - Class in liquibase.diff.compare.core
    -
     
    -
    UniqueConstraintComparator() - Constructor for class liquibase.diff.compare.core.UniqueConstraintComparator
    -
     
    -
    UniqueConstraintSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    UniqueConstraintSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    -
     
    -
    unknown(String) - Method in class liquibase.change.ChangeStatus
    -
     
    -
    unknown(Exception) - Method in class liquibase.change.ChangeStatus
    -
     
    -
    UnknownChangelogFormatException - Exception in liquibase.exception
    -
     
    -
    UnknownChangelogFormatException() - Constructor for exception liquibase.exception.UnknownChangelogFormatException
    -
     
    -
    UnknownChangelogFormatException(String) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
    -
     
    -
    UnknownChangelogFormatException(String, Throwable) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
    -
     
    -
    UnknownChangelogFormatException(Throwable) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
    -
     
    -
    UnknownFormatException - Exception in liquibase.exception
    -
    -
    Thrown by SnapshotParserFactory if it cannot find a parser for a given file format.
    -
    -
    UnknownFormatException() - Constructor for exception liquibase.exception.UnknownFormatException
    -
     
    -
    UnknownFormatException(String) - Constructor for exception liquibase.exception.UnknownFormatException
    -
     
    -
    UnknownFormatException(String, Throwable) - Constructor for exception liquibase.exception.UnknownFormatException
    -
     
    -
    UnknownFormatException(Throwable) - Constructor for exception liquibase.exception.UnknownFormatException
    -
     
    -
    UnknownType - Class in liquibase.datatype.core
    -
    -
    Container for a data type that is not covered by any implementation in liquibase.datatype.core.
    -
    -
    UnknownType() - Constructor for class liquibase.datatype.core.UnknownType
    -
     
    -
    UnknownType(String) - Constructor for class liquibase.datatype.core.UnknownType
    -
     
    -
    UnknownType(String, int, int) - Constructor for class liquibase.datatype.core.UnknownType
    -
     
    -
    UnlockDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    UnlockDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
    -
     
    -
    UnlockDatabaseChangeLogStatement - Class in liquibase.statement.core
    -
     
    -
    UnlockDatabaseChangeLogStatement() - Constructor for class liquibase.statement.core.UnlockDatabaseChangeLogStatement
    -
     
    -
    unmodifiableDataTypes - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    UnOrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
    -
     
    -
    UnparsedSql - Class in liquibase.sql
    -
     
    -
    UnparsedSql(String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
    -
     
    -
    UnparsedSql(String, String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
    -
     
    -
    unquotedObjectsAreUppercased - Variable in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    unregister(String) - Method in class liquibase.change.ChangeFactory
    -
    -
    Unregister all instances of a given Change name.
    -
    -
    unregister(LiquibaseCommand) - Method in class liquibase.command.CommandFactory
    -
     
    -
    unregister(String) - Method in class liquibase.datatype.DataTypeFactory
    -
    -
    Remove
    -
    -
    unregister(DatabaseObjectComparator) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    unregister(Class) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
    -
     
    -
    unregister(ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    unregister(Class) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
    -
     
    -
    unregister(ChangeLogParser) - Method in class liquibase.parser.ChangeLogParserFactory
    -
     
    -
    unregister(NamespaceDetails) - Method in class liquibase.parser.NamespaceDetailsFactory
    -
     
    -
    unregister(SnapshotParser) - Method in class liquibase.parser.SnapshotParserFactory
    -
     
    -
    unregister(String) - Method in class liquibase.precondition.PreconditionFactory
    -
     
    -
    unregister(ChangeLogSerializer) - Method in class liquibase.serializer.ChangeLogSerializerFactory
    -
     
    -
    unregister(SnapshotSerializer) - Method in class liquibase.serializer.SnapshotSerializerFactory
    -
     
    -
    unregister(SnapshotGenerator) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    unregister(Class) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
    -
     
    -
    unregister(SqlGenerator) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    unregister(Class) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    UnsupportedDatabase - Class in liquibase.database.core
    -
     
    -
    UnsupportedDatabase() - Constructor for class liquibase.database.core.UnsupportedDatabase
    -
     
    -
    update(SqlStatement) - Method in interface liquibase.executor.Executor
    -
     
    -
    update(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
    -
     
    -
    update(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    update(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    update(String) - Method in class liquibase.Liquibase
    -
    -
    Convience method for Liquibase.update(Contexts) that constructs the Context object from the passed string.
    -
    -
    update(Contexts) - Method in class liquibase.Liquibase
    -
    -
    Executes Liquibase "update" logic which ensures that the configured Database is up to date according to - the configured changelog file.
    -
    -
    update(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    update(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
    -
     
    -
    update(int, String) - Method in class liquibase.Liquibase
    -
     
    -
    update(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, String) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, Contexts) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    update(int, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, String, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, Contexts, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    update(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
    -
     
    -
    UpdateChangeSetChecksumGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    UpdateChangeSetChecksumGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
    -
     
    -
    UpdateChangeSetChecksumStatement - Class in liquibase.statement.core
    -
     
    -
    UpdateChangeSetChecksumStatement(ChangeSet) - Constructor for class liquibase.statement.core.UpdateChangeSetChecksumStatement
    -
     
    -
    updateChecksum(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    UpdateDataChange - Class in liquibase.change.core
    -
     
    -
    UpdateDataChange() - Constructor for class liquibase.change.core.UpdateDataChange
    -
     
    -
    UpdateDataChangeGenerator - Class in liquibase.sqlgenerator.core
    -
    -
    Dummy SQL generator for UpdateDataChange.ExecutableStatement
    -
    -
    UpdateDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
    -
     
    -
    UpdateExecutablePreparedStatement - Class in liquibase.statement
    -
     
    -
    UpdateExecutablePreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.UpdateExecutablePreparedStatement
    -
     
    -
    UpdateGenerator - Class in liquibase.sqlgenerator.core
    -
     
    -
    UpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateGenerator
    -
     
    -
    UpdateLineColumn(char) - Method in class liquibase.util.grammar.SimpleCharStream
    -
     
    -
    updateListeners(String) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    -
     
    -
    updatesDatabase() - Method in interface liquibase.executor.Executor
    -
     
    -
    updatesDatabase() - Method in class liquibase.executor.jvm.JdbcExecutor
    -
     
    -
    updatesDatabase() - Method in class liquibase.executor.LoggingExecutor
    -
     
    -
    UpdateStatement - Class in liquibase.statement.core
    -
     
    -
    UpdateStatement(String, String, String) - Constructor for class liquibase.statement.core.UpdateStatement
    -
     
    -
    updateTestingRollback(String) - Method in class liquibase.Liquibase
    -
     
    -
    updateTestingRollback(Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    updateTestingRollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
    -
     
    -
    UpdateVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    UpdateVisitor(Database) - Constructor for class liquibase.changelog.visitor.UpdateVisitor
    -
    -
    Deprecated. -
    - please use the constructor with ChangeExecListener, which can be null.
    -
    -
    -
    UpdateVisitor(Database, ChangeExecListener) - Constructor for class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
    -
     
    -
    upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in interface liquibase.changelog.ChangeLogHistoryService
    -
    -
    Upgrades any existing checksums with an out of date version
    -
    -
    upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.StandardChangeLogHistoryService
    -
     
    -
    upperCaseFirst(String) - Static method in class liquibase.util.StringUtils
    -
     
    -
    UpToTagChangeSetFilter - Class in liquibase.changelog.filter
    -
     
    -
    UpToTagChangeSetFilter(String, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.UpToTagChangeSetFilter
    -
     
    -
    url - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    USE_PROCEDURE_SCHEMA - Static variable in class liquibase.parser.ChangeLogParserCofiguration
    -
     
    -
    useResoureAccessor(ResourceAccessor, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
    -
    -
    Use the resource accessor to resolve external entities
    -
    -
    username - Variable in class liquibase.integration.commandline.Main
    -
     
    -
    useSeparateChangeSets(Change[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
    -
     
    -
    UtfBomAwareReader - Class in liquibase.resource
    -
    -
    Reader that tries to identify the encoding by looking at the BOM.
    -
    -
    UtfBomAwareReader(InputStream) - Constructor for class liquibase.resource.UtfBomAwareReader
    -
     
    -
    UtfBomAwareReader(InputStream, String) - Constructor for class liquibase.resource.UtfBomAwareReader
    -
     
    -
    UtfBomStripperInputStream - Class in liquibase.resource
    -
    -
    Read up to 4 bytes to determine the BOM.
    -
    -
    UtfBomStripperInputStream(InputStream) - Constructor for class liquibase.resource.UtfBomStripperInputStream
    -
     
    -
    UUIDType - Class in liquibase.datatype.core
    -
     
    -
    UUIDType() - Constructor for class liquibase.datatype.core.UUIDType
    -
     
    -
    - - - -

    V

    -
    -
    validate(Database) - Method in class liquibase.change.AbstractChange
    -
    -
    Implementation checks the ChangeParameterMetaData for declared required fields - and also delegates logic to the - SqlGenerator.validate(liquibase.statement.SqlStatement, - liquibase.database.Database, liquibase.sqlgenerator.SqlGeneratorChain) method on the SqlStatement - objects returned by Change.generateStatements(liquibase.database.Database).
    -
    -
    validate(Database) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    validate(Database) - Method in interface liquibase.change.Change
    -
    -
    Generate errors based on the configured Change instance.
    -
    -
    validate(Database) - Method in class liquibase.change.core.AddDefaultValueChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.AddLookupTableChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.CreateIndexChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.CreateProcedureChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.CreateTableChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.CreateViewChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.DropColumnChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.InsertDataChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.OutputChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.SetColumnRemarksChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.SetTableRemarksChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.SQLFileChange
    -
     
    -
    validate(Database) - Method in class liquibase.change.core.UpdateDataChange
    -
     
    -
    validate(Database) - Method in interface liquibase.change.custom.CustomChange
    -
    -
    Tests that the change is configured correctly before attempting to execute it.
    -
    -
    validate(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Call the CustomChange.validate(liquibase.database.Database) method and return the result.
    -
    -
    validate(Database, String...) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    validate(Database, Contexts, LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
    -
     
    -
    validate(Database, DatabaseChangeLog) - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    validate() - Method in class liquibase.command.core.DiffCommand
    -
     
    -
    validate() - Method in class liquibase.command.core.DropAllCommand
    -
     
    -
    validate() - Method in class liquibase.command.core.ExecuteSqlCommand
    -
     
    -
    validate() - Method in class liquibase.command.core.SnapshotCommand
    -
     
    -
    validate() - Method in interface liquibase.command.LiquibaseCommand
    -
     
    -
    validate(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
    -
     
    -
    validate() - Method in class liquibase.database.AbstractJdbcDatabase
    -
     
    -
    validate() - Method in class liquibase.database.core.OracleDatabase
    -
     
    -
    validate() - Method in interface liquibase.database.Database
    -
     
    -
    validate(Database) - Method in class liquibase.datatype.LiquibaseDataType
    -
    -
    Validates the correct state of this data type against a given database.
    -
    -
    validate() - Method in class liquibase.Liquibase
    -
    -
    Checks changelogs for bad MD5Sums and preconditions before attempting a migration
    -
    -
    validate(Database) - Method in class liquibase.precondition.core.AndPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.NotPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.OrPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    validate(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    validate(Database) - Method in interface liquibase.precondition.Precondition
    -
     
    -
    validate() - Method in class liquibase.sdk.convert.ConvertCommand
    -
     
    -
    validate() - Method in class liquibase.sdk.database.MockDatabase
    -
     
    -
    validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
    -
     
    -
    validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    -
     
    -
    validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    -
     
    -
    validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    -
     
    -
    validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
    -
     
    -
    validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    -
     
    -
    validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    -
     
    -
    validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
    -
     
    -
    validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    -
     
    -
    validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    -
     
    -
    validate(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    -
     
    -
    validate(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
    -
     
    -
    validate(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
    -
     
    -
    validate(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
    -
     
    -
    validate(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
    -
     
    -
    validate(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
    -
     
    -
    validate(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
    -
     
    -
    validate(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
    -
     
    -
    validate(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    -
     
    -
    validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    -
     
    -
    validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    -
     
    -
    validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
    -
     
    -
    validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    -
     
    -
    validate(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
    -
     
    -
    validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
    -
     
    -
    validate(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
    -
     
    -
    validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
    -
     
    -
    validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    -
     
    -
    validate(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
    -
     
    -
    validate(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
    -
     
    -
    validate(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
    -
     
    -
    validate(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    -
     
    -
    validate(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
    -
     
    -
    validate(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    -
     
    -
    validate(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
    -
     
    -
    validate(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
    -
     
    -
    validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
    -
     
    -
    validate(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    -
     
    -
    validate(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
    -
     
    -
    validate(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
    -
     
    -
    validate(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
    -
     
    -
    validate(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
    -
     
    -
    validate(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
    -
     
    -
    validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
    -
     
    -
    validate(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
    -
     
    -
    validate(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
    -
     
    -
    validate(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    -
     
    -
    validate(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    validate(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    validate(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
    -
     
    -
    validate(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    -
     
    -
    validate(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
    -
     
    -
    validate(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
    -
     
    -
    validate(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
    -
     
    -
    validate(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
    -
     
    -
    validate(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
    -
     
    -
    validate(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    -
     
    -
    validate(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
    -
     
    -
    validate(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
    -
     
    -
    validate(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
    -
     
    -
    validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    -
     
    -
    validate(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
    -
     
    -
    validate(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
    -
     
    -
    validate(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
    -
     
    -
    validate(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
    -
     
    -
    validate(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
    -
     
    -
    validate(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
    -
     
    -
    validate(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
    -
     
    -
    validate(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
    -
     
    -
    validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
    -
     
    -
    validate(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
    -
    Validate the data contained in the SqlStatement.
    -
    -
    validate(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
    -
     
    -
    validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    Validate - Class in liquibase.util
    -
    -
    Similar to assert logic, but will run regardless of JVM settings.
    -
    -
    Validate() - Constructor for class liquibase.util.Validate
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.BaseLiquibaseTask
    -
    -
    Subclasses that override this method must always call super.validateParameters() method.
    -
    -
    validateParameters() - Method in class liquibase.integration.ant.DatabaseRollbackFutureTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.DBDocTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.GenerateChangeLogTask
    -
     
    -
    validateParameters() - Method in class liquibase.integration.ant.TagDatabaseTask
    -
     
    -
    validateResult(String[]) - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Increments the number of records read if the result passed in is not null.
    -
    -
    ValidatingVisitor - Class in liquibase.changelog.visitor
    -
     
    -
    ValidatingVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    ValidationErrors - Class in liquibase.exception
    -
     
    -
    ValidationErrors() - Constructor for class liquibase.exception.ValidationErrors
    -
     
    -
    ValidationFailedException - Exception in liquibase.exception
    -
     
    -
    ValidationFailedException(ValidatingVisitor) - Constructor for exception liquibase.exception.ValidationFailedException
    -
     
    -
    validationPassed() - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    value - Variable in enum liquibase.changelog.ChangeSet.ExecType
    -
     
    -
    value - Variable in class liquibase.license.Location
    -
     
    -
    valueOf(String) - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.change.ChangeStatus.Status
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ExecType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.RunStatus
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(Object) - Method in class liquibase.configuration.ConfigurationProperty
    -
    -
    Converts an object of a different type to the type used by this property.
    -
    -
    valueOf(String) - Static method in enum liquibase.database.core.PostgresDatabase.DbTypes
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.database.ObjectQuotingStrategy
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.integration.commandline.CommandLineOutputAppender.Mode
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.license.LocationType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.logging.LogLevel
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.logging.LogType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.Scope.Attr
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    valueOf(String) - Static method in enum liquibase.util.csv.opencsv.enums.CSVReaderNullFieldIndicator
    -
    -
    Returns the enum constant of this type with the specified name.
    -
    -
    values() - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.change.ChangeStatus.Status
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.changelog.ChangeSet.ExecType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.changelog.ChangeSet.RunStatus
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.database.core.PostgresDatabase.DbTypes
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.database.ObjectQuotingStrategy
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.integration.commandline.CommandLineOutputAppender.Mode
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.license.LocationType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.logging.LogLevel
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.logging.LogType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.Scope.Attr
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Static method in enum liquibase.util.csv.opencsv.enums.CSVReaderNullFieldIndicator
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared.
    -
    -
    values() - Method in class liquibase.util.SmartMap
    -
     
    -
    VarcharType - Class in liquibase.datatype.core
    -
     
    -
    VarcharType() - Constructor for class liquibase.datatype.core.VarcharType
    -
     
    -
    verifyReader() - Method in class liquibase.util.csv.opencsv.CSVReader
    -
    -
    Returns if the CSVReader will verify the reader before each read.
    -
    -
    View - Class in liquibase.structure.core
    -
     
    -
    View() - Constructor for class liquibase.structure.core.View
    -
     
    -
    View(String, String, String) - Constructor for class liquibase.structure.core.View
    -
     
    -
    ViewExistsPrecondition - Class in liquibase.precondition.core
    -
     
    -
    ViewExistsPrecondition() - Constructor for class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    ViewSnapshotGenerator - Class in liquibase.snapshot.jvm
    -
     
    -
    ViewSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ViewSnapshotGenerator
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.DBDocVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ListVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.RollbackVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.StatusVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.UpdateVisitor
    -
     
    -
    visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ValidatingVisitor
    -
     
    -
    - - - -

    W

    -
    -
    waitForLock() - Method in interface liquibase.lockservice.LockService
    -
     
    -
    waitForLock() - Method in class liquibase.lockservice.OfflineLockService
    -
     
    -
    waitForLock() - Method in class liquibase.lockservice.StandardLockService
    -
     
    -
    warn(Database) - Method in class liquibase.change.AbstractChange
    -
    - -
    -
    warn(Database) - Method in class liquibase.change.AbstractSQLChange
    -
     
    -
    warn(Database) - Method in interface liquibase.change.Change
    -
    -
    Generates warnings based on the configured Change instance.
    -
    -
    warn(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
    -
     
    -
    warn(Database) - Method in class liquibase.change.core.LoadDataChange
    -
     
    -
    warn(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
    -
    -
    Required for the Change interface, but not supported by CustomChanges.
    -
    -
    warn(Database) - Method in class liquibase.precondition.core.AndPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.NotPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.OrPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.SqlPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
    -
     
    -
    warn(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
    -
     
    -
    warn(Database) - Method in interface liquibase.precondition.Precondition
    -
     
    -
    warn(T, Database, SqlGeneratorChain<T>) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
    -
     
    -
    warn(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
    -
     
    -
    warn(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    -
     
    -
    warn(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
    -
     
    -
    warn(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
    -
     
    -
    warn(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
    -
     
    -
    warnAboutDbaRecycleBin() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
    -
     
    -
    warning(LogType, String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    warning(LogType, String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
    -
     
    -
    warning(String) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    warning(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
    -
     
    -
    warning(LogType, String) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    warning(LogType, String, Throwable) - Method in class liquibase.logging.core.Slf4jLogger
    -
     
    -
    warning(String) - Method in interface liquibase.logging.Logger
    -
    -
    Log a event the user should be warned about, using the LogType.LOG type.
    -
    -
    warning(String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Log a event the user should be warned about together with data from an error/exception, using the LogType.LOG type.
    -
    -
    warning(LogType, String) - Method in interface liquibase.logging.Logger
    -
    -
    Log a event the user should be warned about
    -
    -
    warning(LogType, String, Throwable) - Method in interface liquibase.logging.Logger
    -
    -
    Log a event the user should be warned about together with data from an error/exception
    -
    -
    warningMessages - Variable in class liquibase.exception.ValidationErrors
    -
     
    -
    Warnings - Class in liquibase.exception
    -
     
    -
    Warnings() - Constructor for class liquibase.exception.Warnings
    -
     
    -
    WebSpherePackageScanClassResolver - Class in liquibase.servicelocator
    -
    -
    WebSphere specific resolver to handle loading annotated resources in JAR files.
    -
    -
    WebSpherePackageScanClassResolver(String) - Constructor for class liquibase.servicelocator.WebSpherePackageScanClassResolver
    -
    -
    Constructor.
    -
    -
    where - Variable in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    whereParams - Variable in class liquibase.change.core.AbstractModifyDataChange
    -
     
    -
    WHITESPACE - Static variable in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    -
     
    -
    WHITESPACE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
    -
    -
    RegularExpression Id.
    -
    -
    Whitespace(String) - Constructor for class liquibase.util.StringClauses.Whitespace
    -
     
    -
    wildcardMatch(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks a filename to see if it matches the specified wildcard matcher, - always testing case-sensitive.
    -
    -
    wildcardMatch(String, String, IOCase) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks a filename to see if it matches the specified wildcard matcher - allowing control over case-sensitivity.
    -
    -
    wildcardMatchOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
    -
    -
    Checks a filename to see if it matches the specified wildcard matcher - using the case rules of the system.
    -
    -
    willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
    -
     
    -
    willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
    -
    Called just before a given changeset is run.
    -
    -
    willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
    -
     
    -
    willSnapshot(DatabaseObject, Database) - Method in interface liquibase.snapshot.SnapshotListener
    -
    -
    Called before a snapshot is done.
    -
    -
    write(List<T>, OutputStream) - Method in interface liquibase.serializer.ChangeLogSerializer
    -
     
    -
    write(List<T>, OutputStream) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    -
     
    -
    write(List<T>, OutputStream) - Method in class liquibase.serializer.core.json.JsonChangeLogSerializer
    -
     
    -
    write(List<T>, OutputStream) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
    -
     
    -
    write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
    -
     
    -
    write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
    -
     
    -
    write(List<T>, OutputStream) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    write(List<T>, OutputStream) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
    -
     
    -
    write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
    -
     
    -
    write(DatabaseSnapshot, OutputStream) - Method in interface liquibase.serializer.SnapshotSerializer
    -
     
    -
    write(String, File) - Static method in class liquibase.util.FileUtil
    -
     
    -
    write(Document, OutputStream) - Method in class liquibase.util.xml.DefaultXmlWriter
    -
     
    -
    write(Document, OutputStream) - Method in interface liquibase.util.xml.XmlWriter
    -
     
    -
    writeAll(List<String[]>, boolean) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Writes the entire list to a CSV file.
    -
    -
    writeAll(List<String[]>) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Writes the entire list to a CSV file.
    -
    -
    writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingChangesWriter
    -
     
    -
    writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingSQLWriter
    -
     
    -
    writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.RecentChangesWriter
    -
     
    -
    writeChangeLog(String, String) - Method in class liquibase.dbdoc.ChangeLogWriter
    -
     
    -
    writeChanges(String, Writer, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.AuthorWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.ColumnWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingChangesWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingSQLWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.RecentChangesWriter
    -
     
    -
    writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.TableWriter
    -
     
    -
    writeHeader(File) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
    -
     
    -
    writeHTML(File, ResourceAccessor) - Method in class liquibase.changelog.visitor.DBDocVisitor
    -
     
    -
    writeHTML(SortedSet) - Method in class liquibase.dbdoc.HTMLListWriter
    -
     
    -
    writeHTML(Object, List<Change>, List<Change>, String) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    writeNext(String[], boolean) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Writes the next line to the file.
    -
    -
    writeNext(String[]) - Method in class liquibase.util.csv.opencsv.CSVWriter
    -
    -
    Writes the next line to the file.
    -
    -
    writeTable(String, List<List<String>>, Writer) - Method in class liquibase.dbdoc.HTMLWriter
    -
     
    -
    - - - -

    X

    -
    -
    XMLChangeLogSAXParser - Class in liquibase.parser.core.xml
    -
     
    -
    XMLChangeLogSAXParser() - Constructor for class liquibase.parser.core.xml.XMLChangeLogSAXParser
    -
     
    -
    XMLChangeLogSerializer - Class in liquibase.serializer.core.xml
    -
     
    -
    XMLChangeLogSerializer() - Constructor for class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    XMLChangeLogSerializer(Document) - Constructor for class liquibase.serializer.core.xml.XMLChangeLogSerializer
    -
     
    -
    XMLResourceBundle - Class in liquibase.util.xml
    -
    -
    A helper that allows reading Java resource bundles from XML resources.
    -
    -
    XmlResourceBundleControl - Class in liquibase.util.xml
    -
    -
    This code is a direct copy from the JavaDoc of ResourceBundle.Control.
    -
    -
    XmlResourceBundleControl() - Constructor for class liquibase.util.xml.XmlResourceBundleControl
    -
     
    -
    XMLType - Class in liquibase.datatype.core
    -
     
    -
    XMLType() - Constructor for class liquibase.datatype.core.XMLType
    -
     
    -
    XMLUtil - Class in liquibase.util
    -
    -
    Various utility methods for working with XML.
    -
    -
    XMLUtil() - Constructor for class liquibase.util.XMLUtil
    -
     
    -
    XmlWriter - Interface in liquibase.util.xml
    -
     
    -
    XsdStreamResolver - Class in liquibase.parser.core.xml
    -
     
    -
    XsdStreamResolver() - Constructor for class liquibase.parser.core.xml.XsdStreamResolver
    -
     
    -
    - - - -

    Y

    -
    -
    yaml - Variable in class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    YamlChangeLogParser - Class in liquibase.parser.core.yaml
    -
     
    -
    YamlChangeLogParser() - Constructor for class liquibase.parser.core.yaml.YamlChangeLogParser
    -
     
    -
    YamlChangeLogSerializer - Class in liquibase.serializer.core.yaml
    -
     
    -
    YamlChangeLogSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlChangeLogSerializer
    -
     
    -
    YamlParser - Class in liquibase.parser.core.yaml
    -
     
    -
    YamlParser() - Constructor for class liquibase.parser.core.yaml.YamlParser
    -
     
    -
    YamlSerializer - Class in liquibase.serializer.core.yaml
    -
     
    -
    YamlSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer
    -
     
    -
    YamlSerializer.LiquibaseRepresenter - Class in liquibase.serializer.core.yaml
    -
     
    -
    YamlSerializer.LiquibaseResolver - Class in liquibase.serializer.core.yaml
    -
     
    -
    YamlSnapshotParser - Class in liquibase.parser.core.yaml
    -
     
    -
    YamlSnapshotParser() - Constructor for class liquibase.parser.core.yaml.YamlSnapshotParser
    -
     
    -
    YamlSnapshotSerializer - Class in liquibase.serializer.core.yaml
    -
     
    -
    YamlSnapshotSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer
    -
     
    -
    YamlSnapshotSerializer.SnapshotLiquibaseRepresenter - Class in liquibase.serializer.core.yaml
    -
     
    -
    yesNoToBoolean(String) - Method in class liquibase.snapshot.CachedRow
    -
    -
    Convert 'YES'/'NO' value to TRUE/FALSE
    -
    -
    -A B C D E F G H I J K L M N O P Q R S T U V W X Y 
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/index.html b/javadoc/index.html deleted file mode 100644 index 326197bd2..000000000 --- a/javadoc/index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -Liquibase Core 3.8.0 API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/javadoc/liquibase/CatalogAndSchema.CatalogAndSchemaCase.html b/javadoc/liquibase/CatalogAndSchema.CatalogAndSchemaCase.html deleted file mode 100644 index 7b68bb2f2..000000000 --- a/javadoc/liquibase/CatalogAndSchema.CatalogAndSchemaCase.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -CatalogAndSchema.CatalogAndSchemaCase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Enum CatalogAndSchema.CatalogAndSchemaCase

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static CatalogAndSchema.CatalogAndSchemaCase[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (CatalogAndSchema.CatalogAndSchemaCase c : CatalogAndSchema.CatalogAndSchemaCase.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static CatalogAndSchema.CatalogAndSchemaCase valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/CatalogAndSchema.html b/javadoc/liquibase/CatalogAndSchema.html deleted file mode 100644 index f11e45119..000000000 --- a/javadoc/liquibase/CatalogAndSchema.html +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - -CatalogAndSchema (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class CatalogAndSchema

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CatalogAndSchema
      -extends Object
      -
      Object representing a database catalog and schema. This differs from Schema in that it has - not come from an actual database Schema. -

      - A null value for catalogName or schemaName signifies the default catalog/schema.

      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CatalogAndSchema

          -
          public CatalogAndSchema(String catalogName,
          -                        String schemaName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - - - - - -
          -
        • -

          standardize

          -
          public CatalogAndSchema standardize(Database accordingTo)
          -
          This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database. - If the database does not support schemas, the returned object will have a null schema. - If the database does not support catalogs, the returned object will have a null catalog. - If either the schema or catalog matches the database default catalog or schema, they will be nulled out. - Catalog and/or schema names will be upper case unless the database violates the SQL standard by being - case-sensitive about some or all unquoted identifiers.
          -
          -
          See Also:
          -
          customize(liquibase.database.Database)
          -
          -
        • -
        - - - -
          -
        • -

          customize

          -
          public CatalogAndSchema customize(Database accordingTo)
          -
          Returns a new CatalogAndSchema object with null/default catalog and schema names set to the - correct default catalog and schema. If the database does not support catalogs or schemas they will - retain a null value. - Catalog and schema capitalization will match what the database expects.
          -
          -
          See Also:
          -
          standardize(liquibase.database.Database)
          -
          -
        • -
        - - - -
          -
        • -

          toString

          -
          public String toString()
          -
          String version includes both catalog and schema. If either is null it returns the string "DEFAULT" in its place.
          -
          -
          Overrides:
          -
          toString in class Object
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/ContextExpression.html b/javadoc/liquibase/ContextExpression.html deleted file mode 100644 index 38518a325..000000000 --- a/javadoc/liquibase/ContextExpression.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - -ContextExpression (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class ContextExpression

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ContextExpression
      -extends Object
      -
      Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ContextExpression

          -
          public ContextExpression()
          -
        • -
        - - - -
          -
        • -

          ContextExpression

          -
          public ContextExpression(String... contexts)
          -
        • -
        - - - -
          -
        • -

          ContextExpression

          -
          public ContextExpression(String contexts)
          -
        • -
        - - - -
          -
        • -

          ContextExpression

          -
          public ContextExpression(Collection<String> contexts)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          add

          -
          public boolean add(String context)
          -
        • -
        - - - -
          -
        • -

          getContexts

          -
          public Set<String> getContexts()
          -
        • -
        - - - - - - - -
          -
        • -

          matches

          -
          public boolean matches(Contexts runtimeContexts)
          -
          Returns true if the passed runtime contexts match this context expression
          -
        • -
        - - - -
          -
        • -

          isEmpty

          -
          public boolean isEmpty()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Contexts.html b/javadoc/liquibase/Contexts.html deleted file mode 100644 index 92e344e49..000000000 --- a/javadoc/liquibase/Contexts.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - -Contexts (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class Contexts

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Contexts
      -extends Object
      -
      List of contexts Liquibase is running under.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Contexts

          -
          public Contexts()
          -
        • -
        - - - -
          -
        • -

          Contexts

          -
          public Contexts(String... contexts)
          -
        • -
        - - - -
          -
        • -

          Contexts

          -
          public Contexts(String contexts)
          -
        • -
        - - - - -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          add

          -
          public boolean add(String context)
          -
        • -
        - - - -
          -
        • -

          remove

          -
          public boolean remove(String context)
          -
        • -
        - - - - - - - -
          -
        • -

          isEmpty

          -
          public boolean isEmpty()
          -
        • -
        - - - -
          -
        • -

          getContexts

          -
          public Set<String> getContexts()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/LabelExpression.html b/javadoc/liquibase/LabelExpression.html deleted file mode 100644 index e8e0caaa9..000000000 --- a/javadoc/liquibase/LabelExpression.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - -LabelExpression (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class LabelExpression

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LabelExpression
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LabelExpression

          -
          public LabelExpression()
          -
        • -
        - - - -
          -
        • -

          LabelExpression

          -
          public LabelExpression(String... labels)
          -
        • -
        - - - -
          -
        • -

          LabelExpression

          -
          public LabelExpression(String labels)
          -
        • -
        - - - - -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          add

          -
          public boolean add(String label)
          -
        • -
        - - - -
          -
        • -

          getLabels

          -
          public Set<String> getLabels()
          -
        • -
        - - - - - - - -
          -
        • -

          matches

          -
          public boolean matches(Labels runtimeLabels)
          -
          Returns true if the passed runtime labels match this label expression
          -
        • -
        - - - -
          -
        • -

          matchesAll

          -
          public static boolean matchesAll(Collection<LabelExpression> expressions,
          -                                 LabelExpression labels)
          -
          Return true if any of the LabelExpression objects match the runtime
          -
          -
          Parameters:
          -
          expressions - Expressions to match against
          -
          labels - Runtime labels
          -
          Returns:
          -
          boolean True if match
          -
          -
        • -
        - - - -
          -
        • -

          isEmpty

          -
          public boolean isEmpty()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Labels.html b/javadoc/liquibase/Labels.html deleted file mode 100644 index 0f1b4860b..000000000 --- a/javadoc/liquibase/Labels.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -Labels (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class Labels

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Labels
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Labels

          -
          public Labels()
          -
        • -
        - - - -
          -
        • -

          Labels

          -
          public Labels(String... labels)
          -
        • -
        - - - -
          -
        • -

          Labels

          -
          public Labels(String labels)
          -
        • -
        - - - - -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          add

          -
          public boolean add(String label)
          -
        • -
        - - - -
          -
        • -

          remove

          -
          public boolean remove(String label)
          -
        • -
        - - - - - - - -
          -
        • -

          isEmpty

          -
          public boolean isEmpty()
          -
        • -
        - - - -
          -
        • -

          getLabels

          -
          public Set<String> getLabels()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Liquibase.html b/javadoc/liquibase/Liquibase.html deleted file mode 100644 index cfdb784d0..000000000 --- a/javadoc/liquibase/Liquibase.html +++ /dev/null @@ -1,2997 +0,0 @@ - - - - - - -Liquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class Liquibase

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Liquibase
      -extends Object
      -
      Primary facade class for interacting with Liquibase. - The built in command line, Ant, Maven and other ways of running Liquibase are wrappers around methods in this class.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/RuntimeEnvironment.html b/javadoc/liquibase/RuntimeEnvironment.html deleted file mode 100644 index 40f8bc666..000000000 --- a/javadoc/liquibase/RuntimeEnvironment.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -RuntimeEnvironment (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class RuntimeEnvironment

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class RuntimeEnvironment
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Scope.Attr.html b/javadoc/liquibase/Scope.Attr.html deleted file mode 100644 index d77b87064..000000000 --- a/javadoc/liquibase/Scope.Attr.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -Scope.Attr (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Enum Scope.Attr

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Enum Constant Detail

        - - - -
          -
        • -

          resourceAccessor

          -
          public static final Scope.Attr resourceAccessor
          -
        • -
        - - - -
          -
        • -

          classLoader

          -
          public static final Scope.Attr classLoader
          -
        • -
        - - - -
          -
        • -

          database

          -
          public static final Scope.Attr database
          -
        • -
        - - - -
          -
        • -

          quotingStrategy

          -
          public static final Scope.Attr quotingStrategy
          -
        • -
        - - - -
          -
        • -

          changeLogHistoryService

          -
          public static final Scope.Attr changeLogHistoryService
          -
        • -
        - - - -
          -
        • -

          lockService

          -
          public static final Scope.Attr lockService
          -
        • -
        - - - -
          -
        • -

          executeMode

          -
          public static final Scope.Attr executeMode
          -
        • -
        - - - -
          -
        • -

          lineSeparator

          -
          public static final Scope.Attr lineSeparator
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static Scope.Attr[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (Scope.Attr c : Scope.Attr.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static Scope.Attr valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Scope.ScopedRunner.html b/javadoc/liquibase/Scope.ScopedRunner.html deleted file mode 100644 index 1161a3045..000000000 --- a/javadoc/liquibase/Scope.ScopedRunner.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - -Scope.ScopedRunner (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Interface Scope.ScopedRunner

    -
    -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      Scope
      -
      -
      -
      -
      public static interface Scope.ScopedRunner
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          run

          -
          void run()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/Scope.html b/javadoc/liquibase/Scope.html deleted file mode 100644 index ea883b8ea..000000000 --- a/javadoc/liquibase/Scope.html +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - -Scope (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class Scope

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Scope
      -extends Object
      -
      This scope object is used to hold configuration and other parameters within a call without needing complex method signatures. - It also allows new parameters to be added by extensions without affecting standard method signatures. - Scope objects can be created in a hierarchical manner with the child(Map, ScopedRunner) or child(String, Object, ScopedRunner) methods. - Values set in parent scopes are visible in child scopes, but values in child scopes are not visible to parent scopes. - Values with the same key in different scopes "mask" each other with the value furthest down the scope chain being returned.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCurrentScope

          -
          public static Scope getCurrentScope()
          -
        • -
        - - - -
          -
        • -

          getParent

          -
          public Scope getParent()
          -
          Returns the parent scope to this scope. Returns null if this is a root scope.
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          child

          -
          public void child(String newValueKey,
          -                  Object newValue,
          -                  Scope.ScopedRunner runner)
          -
          Creates a new scope that is a child of this scope.
          -
        • -
        - - - - - - - -
          -
        • -

          has

          -
          public boolean has(String key)
          -
          Return true if the given key is defined.
          -
        • -
        - - - -
          -
        • -

          has

          -
          public boolean has(Enum key)
          -
          Return true if the given key is defined.
          -
        • -
        - - - -
          -
        • -

          get

          -
          public <T> T get(Enum key,
          -                 Class<T> type)
          -
        • -
        - - - - - -
          -
        • -

          get

          -
          public <T> T get(Enum key,
          -                 T defaultValue)
          -
        • -
        - - - -
          -
        • -

          get

          -
          public <T> T get(String key,
          -                 Class<T> type)
          -
          Return the value associated with the given key in this scope or any parent scope. - The value is converted to the given type if necessary using ObjectUtil.convert(Object, Class). - Returns null if key is not defined in this or any parent scopes.
          -
        • -
        - - - - - -
          -
        • -

          get

          -
          public <T> T get(String key,
          -                 T defaultValue)
          -
          Return the value associated with the given key in this scope or any parent scope. - If the value is not defined, the passed defaultValue is returned. - The value is converted to the given type if necessary using ObjectUtil.convert(Object, Class).
          -
        • -
        - - - -
          -
        • -

          getSingleton

          -
          public <T extends SingletonObject> T getSingleton(Class<T> type)
          -
          Looks up the singleton object of the given type. If the singleton has not been created yet, it will be instantiated. - The singleton is a singleton based on the root scope and the same object will be returned for all child scopes of the root.
          -
        • -
        - - - -
          -
        • -

          getDatabase

          -
          public Database getDatabase()
          -
        • -
        - - - -
          -
        • -

          getClassLoader

          -
          public ClassLoader getClassLoader()
          -
        • -
        - - - -
          -
        • -

          getClassLoader

          -
          public ClassLoader getClassLoader(boolean fallbackToContextClassLoader)
          -
        • -
        - - - - - - - -
          -
        • -

          getLineSeparator

          -
          public String getLineSeparator()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          describe

          -
          public String describe()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/ScopeManager.html b/javadoc/liquibase/ScopeManager.html deleted file mode 100644 index 662abba5a..000000000 --- a/javadoc/liquibase/ScopeManager.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -ScopeManager (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class ScopeManager

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ScopeManager

          -
          public ScopeManager()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCurrentScope

          -
          public abstract Scope getCurrentScope()
          -
        • -
        - - - -
          -
        • -

          setCurrentScope

          -
          protected abstract void setCurrentScope(Scope scope)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/SingletonObject.html b/javadoc/liquibase/SingletonObject.html deleted file mode 100644 index 77ad4746f..000000000 --- a/javadoc/liquibase/SingletonObject.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -SingletonObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Interface SingletonObject

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface SingletonObject
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/SingletonScopeFactory.html b/javadoc/liquibase/SingletonScopeFactory.html deleted file mode 100644 index 0c5eb30c1..000000000 --- a/javadoc/liquibase/SingletonScopeFactory.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -SingletonScopeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase
    -

    Class SingletonScopeFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SingletonScopeFactory
      -extends ScopeManager
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/AbstractChange.html b/javadoc/liquibase/change/AbstractChange.html deleted file mode 100644 index 0d3ef3f6d..000000000 --- a/javadoc/liquibase/change/AbstractChange.html +++ /dev/null @@ -1,1152 +0,0 @@ - - - - - - -AbstractChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class AbstractChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/AbstractSQLChange.NormalizingStream.html b/javadoc/liquibase/change/AbstractSQLChange.NormalizingStream.html deleted file mode 100644 index db3c637b0..000000000 --- a/javadoc/liquibase/change/AbstractSQLChange.NormalizingStream.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -AbstractSQLChange.NormalizingStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class AbstractSQLChange.NormalizingStream

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/AbstractSQLChange.html b/javadoc/liquibase/change/AbstractSQLChange.html deleted file mode 100644 index 961b4d742..000000000 --- a/javadoc/liquibase/change/AbstractSQLChange.html +++ /dev/null @@ -1,805 +0,0 @@ - - - - - - -AbstractSQLChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class AbstractSQLChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/AddColumnConfig.html b/javadoc/liquibase/change/AddColumnConfig.html deleted file mode 100644 index 22b44f696..000000000 --- a/javadoc/liquibase/change/AddColumnConfig.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - -AddColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class AddColumnConfig

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/Change.html b/javadoc/liquibase/change/Change.html deleted file mode 100644 index b44e8e704..000000000 --- a/javadoc/liquibase/change/Change.html +++ /dev/null @@ -1,579 +0,0 @@ - - - - - - -Change (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Interface Change

    -
    -
    - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          finishInitialization

          -
          void finishInitialization()
          -                   throws SetupException
          -
          This method will be called by the changlelog parsing process after all of the - properties have been set to allow the task to do any additional initialization logic.
          -
          -
          Throws:
          -
          SetupException
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getChangeSet

          -
          ChangeSet getChangeSet()
          -
          Returns the changeSet this Change is part of. Will return null if this instance was not constructed as part of a changelog file.
          -
        • -
        - - - -
          -
        • -

          setChangeSet

          -
          void setChangeSet(ChangeSet changeSet)
          -
          Sets the changeSet this Change is a part of. Called automatically by Liquibase during the changelog parsing process.
          -
        • -
        - - - -
          -
        • -

          setResourceAccessor

          -
          void setResourceAccessor(ResourceAccessor resourceAccessor)
          -
          Sets the ResourceAccessor that should be used for any file and/or resource loading needed by this Change. - Called automatically by Liquibase during the changelog parsing process.
          -
        • -
        - - - -
          -
        • -

          supports

          -
          boolean supports(Database database)
          -
          Return true if this Change object supports the passed database. Used by the ChangeLog parsing process.
          -
        • -
        - - - -
          -
        • -

          warn

          -
          Warnings warn(Database database)
          -
          Generates warnings based on the configured Change instance. Warnings do not stop changelog execution, but are passed along to the end user for reference. - Can return null or an empty Warnings object when there are no warnings.
          -
        • -
        - - - -
          -
        • -

          validate

          -
          ValidationErrors validate(Database database)
          -
          Generate errors based on the configured Change instance. If there are any validation errors, changelog processing will normally not occur. - Can return null or empty ValidationErrors object when there are no errors.
          -
        • -
        - - - -
          -
        • -

          getAffectedDatabaseObjects

          -
          Set<DatabaseObject> getAffectedDatabaseObjects(Database database)
          -
          Returns example DatabaseObject instances describing the objects affected by this change. - This method is not called during the normal execution of a changelog, but but can be used as metadata for documentation or other integrations.
          -
        • -
        - - - -
          -
        • -

          generateCheckSum

          -
          CheckSum generateCheckSum()
          -
          Calculates the checksum of this Change based on the current configuration. - The checksum should take into account all settings that would impact what actually happens to the database - and NOT include any settings that do not impact the actual execution of the change.
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          String getConfirmationMessage()
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          SqlStatement[] generateStatements(Database database)
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          generateStatementsVolatile

          -
          boolean generateStatementsVolatile(Database database)
          -
          Returns true if this change reads data from the database or other sources that would change during the course of an update in the generateStatements(Database) method. - If true, this change cannot be used in an updateSql-style commands because Liquibase cannot know the SqlStatement objects until all changeSets prior have been actually executed.
          -
        • -
        - - - -
          -
        • -

          supportsRollback

          -
          boolean supportsRollback(Database database)
          -
          Returns true if this change be rolled back for the given database.
          -
        • -
        - - - - - - - -
          -
        • -

          generateRollbackStatementsVolatile

          -
          boolean generateRollbackStatementsVolatile(Database database)
          -
          Returns true if this change reads data from the database or other sources that would change during the course of an update in the generateRollbackStatements(Database) method. - If true, this change cannot be used in an updateSql-style commands because Liquibase cannot know the SqlStatement objects until all changeSets prior have been actually executed.
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          ChangeStatus checkStatus(Database database)
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
        • -
        - - - -
          -
        • -

          getDescription

          -
          String getDescription()
          -
          Short, scannable description for the DATABASECHANGELOG.DESCRIPTION column
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeFactory.html b/javadoc/liquibase/change/ChangeFactory.html deleted file mode 100644 index c70797d8c..000000000 --- a/javadoc/liquibase/change/ChangeFactory.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - -ChangeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ChangeFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeFactory
      -extends Object
      -
      Factory class for constructing the correct liquibase.change.Change implementation based on a command name. - For XML-based changelogs, the tag name is the command name. - Change implementations are looked up via the ServiceLocator.
      -
      -
      See Also:
      -
      Change
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLogger

          -
          protected Logger getLogger()
          -
        • -
        - - - -
          -
        • -

          getInstance

          -
          public static ChangeFactory getInstance()
          -
          Return the singleton ChangeFactory instance.
          -
        • -
        - - - -
          -
        • -

          reset

          -
          public static void reset()
          -
          Reset the ChangeFactory so it reloads the registry on the next call to @{link #getInstance()}. Mainly used in testing
          -
        • -
        - - - -
          -
        • -

          register

          -
          public void register(Class<? extends Change> changeClass)
          -
          Register a new Change class. - Normally called automatically by ChangeFactory on all Change implementations found by the ServiceLocator, but it can be called manually if needed.
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          unregister

          -
          public void unregister(String name)
          -
          Unregister all instances of a given Change name. Normally used for testing, but can be called manually if needed.
          -
        • -
        - - - -
          -
        • -

          getRegistry

          -
          public Map<String,SortedSet<Class<? extends Change>>> getRegistry()
          -
          Return the registry of all Changes found. Key is the change name and the values are a sorted set of implementations, ordered by Priority descending. - Normally used only for information/debugging purposes. The returned map is read only.
          -
        • -
        - - - -
          -
        • -

          getDefinedChanges

          -
          public Set<String> getDefinedChanges()
          -
          Returns all defined changes in the registry. Returned set is not modifiable.
          -
        • -
        - - - -
          -
        • -

          clear

          -
          public void clear()
          -
          Clear the registry of all Changes found. Normally used for testing.
          -
        • -
        - - - -
          -
        • -

          create

          -
          public Change create(String name)
          -
          Create a new Change implementation for the given change name. The class of the constructed object will be the Change implementation with the highest priority. - Each call to create will return a new instance of the Change.
          -
        • -
        - - - -
          -
        • -

          getAllChangeNamespaces

          -
          public String[] getAllChangeNamespaces()
          -
        • -
        - - - - - - - -
          -
        • -

          setLogger

          -
          protected void setLogger(Logger mockLogger)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeMetaData.html b/javadoc/liquibase/change/ChangeMetaData.html deleted file mode 100644 index 01db9fffe..000000000 --- a/javadoc/liquibase/change/ChangeMetaData.html +++ /dev/null @@ -1,491 +0,0 @@ - - - - - - -ChangeMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ChangeMetaData

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PrioritizedService
      -
      -
      -
      -
      public class ChangeMetaData
      -extends Object
      -implements PrioritizedService
      -
      Static metadata about a link Change. - This data is kept in a separate class to better separate the information about the change and the fields of the change. - It also ensures there will be no conflict between Change fields and metadata, such as "name". - ChangeMetaData instances are immutable.
      -
      -
      See Also:
      -
      ChangeParameterMetaData
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
          Return the name of the change used to identify it. The name must not contain spaces since it will be used as tag names in XML etc.
          -
        • -
        - - - -
          -
        • -

          getDescription

          -
          public String getDescription()
          -
          A description of the Change for documentation purposes.
          -
        • -
        - - - -
          -
        • -

          getPriority

          -
          public int getPriority()
          -
          The priority of a Change implementation controls which implementation is used if several exist for the same "name".
          -
          -
          Specified by:
          -
          getPriority in interface PrioritizedService
          -
          -
        • -
        - - - -
          -
        • -

          getNotes

          -
          public String getNotes(String database)
          -
        • -
        - - - -
          -
        • -

          getParameters

          -
          public Map<String,ChangeParameterMetaData> getParameters()
          -
          Return the parameters of this Change. Will never return a null map, only an empty or populated map.
          -
        • -
        - - - -
          -
        • -

          getSetParameters

          -
          public Map<String,ChangeParameterMetaData> getSetParameters(Change change)
          -
          Return the parameters of the given change that are set to a non-null value. Will never return a null map, only an empty or populated map.
          -
        • -
        - - - -
          -
        • -

          getRequiredParameters

          -
          public Map<String,ChangeParameterMetaData> getRequiredParameters(Database database)
          -
          Returns the required parameters for this change for the given database. Will never return a null map, only an empty or populated map.
          -
        • -
        - - - -
          -
        • -

          getOptionalParameters

          -
          public Map<String,ChangeParameterMetaData> getOptionalParameters(Database database)
          -
          Returns the optional parameters for this change for the given database. Will never return a null map, only an empty or populated map.
          -
        • -
        - - - -
          -
        • -

          getAppliesTo

          -
          public Set<String> getAppliesTo()
          -
          Returns the types of DatabaseObjects this change would apply to. - Useful for documentation or integrations that present a user with what change commands are available for a given database type. - If no information is known, returns null. Will never return an empty set, only null or a populated set. - The string value will correspond to the values returned by DatabaseObject.getObjectTypeName()
          -
        • -
        - - - -
          -
        • -

          appliesTo

          -
          public boolean appliesTo(DatabaseObject databaseObject)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeParameterMetaData.html b/javadoc/liquibase/change/ChangeParameterMetaData.html deleted file mode 100644 index 60c02b0a2..000000000 --- a/javadoc/liquibase/change/ChangeParameterMetaData.html +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - -ChangeParameterMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ChangeParameterMetaData

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeParameterMetaData
      -extends Object
      -
      Static metadata about a Change parameter. - Instances of this class are tracked within ChangeMetaData and are immutable.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          analyzeSupportedDatabases

          -
          protected Set<String> analyzeSupportedDatabases(String[] supportedDatabases)
          -
        • -
        - - - -
          -
        • -

          analyzeRequiredDatabases

          -
          protected Set<String> analyzeRequiredDatabases(String[] requiredDatabases)
          -
        • -
        - - - -
          -
        • -

          getParameterName

          -
          public String getParameterName()
          -
          Programmatic Name of the parameter. Will not contain spaces so it can be used for XMl tag names etc. - By convention, Change names should start be camel case starting with a lower case letter.
          -
        • -
        - - - -
          -
        • -

          getDisplayName

          -
          public String getDisplayName()
          -
          A more friendly name of the parameter.
          -
        • -
        - - - -
          -
        • -

          getSince

          -
          public String getSince()
          -
        • -
        - - - -
          -
        • -

          getDataType

          -
          public String getDataType()
          -
          Return the data type of value stored in this parameter. Used for documentation and integration purposes as well - as validation.
          -
        • -
        - - - -
          -
        • -

          getDataTypeClass

          -
          public Class getDataTypeClass()
          -
        • -
        - - - -
          -
        • -

          getDataTypeClassParameters

          -
          public Type[] getDataTypeClassParameters()
          -
        • -
        - - - -
          -
        • -

          getRequiredForDatabase

          -
          public Set<String> getRequiredForDatabase()
          -
          Return the database types for which this parameter is required. The strings returned correspond to the values - returned by Database.getShortName(). - If the parameter is required for all datatabases, this will return the string "all" as an element. - If the parameter is required for no databases, this will return an empty set. Passing the string "none" to the - constructor also results in an empty set. - This method will never return a null value
          -
        • -
        - - - -
          -
        • -

          getSupportedDatabases

          -
          public Set<String> getSupportedDatabases()
          -
        • -
        - - - -
          -
        • -

          isRequiredFor

          -
          public boolean isRequiredFor(Database database)
          -
          A convenience method for testing the value returned by getRequiredForDatabase() against a given database. - Returns true if the Database.getShortName() method is contained in the required databases or the - required database list contains the string "all"
          -
        • -
        - - - -
          -
        • -

          supports

          -
          public boolean supports(Database database)
          -
        • -
        - - - -
          -
        • -

          getCurrentValue

          -
          public Object getCurrentValue(Change change)
          -
          Returns the current value of this parameter for the given Change.
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          public void setValue(Change change,
          -                     Object value)
          -
          Sets the value of this parameter on the given change.
          -
        • -
        - - - -
          -
        • -

          getMustEqualExisting

          -
          public String getMustEqualExisting()
          -
          Returns a dot-delimited chain of DatabaseObject fields describing what existing - value this parameter would need to be set if applying the Change to a particular DatabaseObject. -

          - For example, in an addColumn Change, the "name" parameter would return "column.name" because if you know of an - existing Column object, the "name" parameter needs to be set to the column's name. - In the addColumn's "tableName" parameter, this method would return "column.table.name". -

          - The values of the chain correspond to the DatabaseObject.getObjectTypeName() and - DatabaseObject.getAttributes() -

          - This method is used by integrations that want to generate Change instances or configurations pre-filled with - data required to apply to an existing database object.
          -
        • -
        - - - - - - - -
          -
        • -

          getExampleValue

          -
          public Object getExampleValue(Database database)
          -
        • -
        - - - -
          -
        • -

          getDescription

          -
          public String getDescription()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeStatus.Status.html b/javadoc/liquibase/change/ChangeStatus.Status.html deleted file mode 100644 index 2cf0760aa..000000000 --- a/javadoc/liquibase/change/ChangeStatus.Status.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - -ChangeStatus.Status (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Enum ChangeStatus.Status

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ChangeStatus.Status[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ChangeStatus.Status c : ChangeStatus.Status.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ChangeStatus.Status valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeStatus.html b/javadoc/liquibase/change/ChangeStatus.html deleted file mode 100644 index e717a3ab5..000000000 --- a/javadoc/liquibase/change/ChangeStatus.html +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - -ChangeStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ChangeStatus

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeStatus
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ChangeWithColumns.html b/javadoc/liquibase/change/ChangeWithColumns.html deleted file mode 100644 index e0cd4f01b..000000000 --- a/javadoc/liquibase/change/ChangeWithColumns.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -ChangeWithColumns (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Interface ChangeWithColumns<T extends ColumnConfig>

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - -
          -
        • -

          addColumn

          -
          void addColumn(T column)
          -
          Add a column configuration to the Change.
          -
        • -
        - - - - - - - -
          -
        • -

          setColumns

          -
          void setColumns(List<T> columns)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/CheckSum.html b/javadoc/liquibase/change/CheckSum.html deleted file mode 100644 index 124532ba3..000000000 --- a/javadoc/liquibase/change/CheckSum.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - -CheckSum (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class CheckSum

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class CheckSum
      -extends Object
      -
      CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran. - CheckSums can be computed on either a String or an InputStream. - The CheckSum contains a version number which can be used to determine whether the algorithm for computing a - storedCheckSum has changed since the last time it was computed. If the algorithm changes, we cannot rely on - the storedCheckSum value. -

      - It is not up to this class to determine what should be storedCheckSum-ed, it simply hashes what is passed to it.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          CURRENT_CHECKSUM_ALGORITHM_VERSION

          -
          public static final int CURRENT_CHECKSUM_ALGORITHM_VERSION
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parse

          -
          public static CheckSum parse(String checksumValue)
          -
          Parse the given storedCheckSum string value and return a new CheckSum object.
          -
        • -
        - - - -
          -
        • -

          getCurrentVersion

          -
          public static int getCurrentVersion()
          -
          Return the current CheckSum algorithm version.
          -
        • -
        - - - -
          -
        • -

          compute

          -
          public static CheckSum compute(String valueToChecksum)
          -
          Compute a storedCheckSum of the given string.
          -
        • -
        - - - -
          -
        • -

          compute

          -
          public static CheckSum compute(InputStream stream,
          -                               boolean standardizeLineEndings)
          -
          Compute a CheckSum of the given data stream (no normalization of line endings!)
          -
        • -
        - - - - - - - -
          -
        • -

          getVersion

          -
          public int getVersion()
          -
          Return the Checksum Algorithm version for this CheckSum
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public boolean equals(Object obj)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ColumnConfig.ValueNumeric.html b/javadoc/liquibase/change/ColumnConfig.ValueNumeric.html deleted file mode 100644 index b46b24e30..000000000 --- a/javadoc/liquibase/change/ColumnConfig.ValueNumeric.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -ColumnConfig.ValueNumeric (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ColumnConfig.ValueNumeric

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          doubleValue

          -
          public double doubleValue()
          -
          -
          Specified by:
          -
          doubleValue in class Number
          -
          -
        • -
        - - - -
          -
        • -

          floatValue

          -
          public float floatValue()
          -
          -
          Specified by:
          -
          floatValue in class Number
          -
          -
        • -
        - - - -
          -
        • -

          intValue

          -
          public int intValue()
          -
          -
          Specified by:
          -
          intValue in class Number
          -
          -
        • -
        - - - -
          -
        • -

          longValue

          -
          public long longValue()
          -
          -
          Specified by:
          -
          longValue in class Number
          -
          -
        • -
        - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object obj)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - -
          -
        • -

          getDelegate

          -
          public Number getDelegate()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ColumnConfig.html b/javadoc/liquibase/change/ColumnConfig.html deleted file mode 100644 index 3d1f26bcf..000000000 --- a/javadoc/liquibase/change/ColumnConfig.html +++ /dev/null @@ -1,1506 +0,0 @@ - - - - - - -ColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ColumnConfig

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      LiquibaseSerializable
      -
      -
      -
      Direct Known Subclasses:
      -
      AddColumnConfig, LoadDataColumnConfig
      -
      -
      -
      -
      public class ColumnConfig
      -extends AbstractLiquibaseSerializable
      -
      The standard configuration used by Change classes to represent a column. - It is not required that a column-based Change uses this class, but parsers should look for it so it is a helpful - convenience. The definitions of "defaultValue" and "value" will vary based on the Change and may not be applicable - in all cases.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnConfig

          -
          public ColumnConfig(Column columnSnapshot)
          -
          Create a ColumnConfig object based on a Column snapshot. - It will attempt to set as much as possible based on the information in the snapshot.
          -
        • -
        - - - -
          -
        • -

          ColumnConfig

          -
          public ColumnConfig()
          -
          Create am empty ColumnConfig object. Boolean and other object values will default to null.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          getName

          -
          public String getName()
          -
          The name of the column.
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getComputed

          -
          public Boolean getComputed()
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          getValue

          -
          public String getValue()
          -
          The String value to set this column to. If you do not want the value set by setValue(String) - use a more specific function like getValueNumeric() or the more generic getValueObject() -

          - If performing an data manipulation operation, the setValue* functions should be used to set what the columns - should be set to. If performing a data definition operation, this setValue* functions should be used to set - what existing rows should be set to (may be different than the default value for new rows)
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          public ColumnConfig setValue(String value)
          -
          Sets the string value this column should be set to. - If you are trying to set a value type other than a string, use the more specific functions like setValueNumeric(Number). - This method does no processing of the string. Any trimming is expected to be done beforehand. It does not conver the string "null" to null - so that you can set the string "null" as a value if you are feeling particularly crazy.
          -
        • -
        - - - -
          -
        • -

          getValueNumeric

          -
          public Number getValueNumeric()
          -
          Return the numeric value this column should be set to.
          -
          -
          See Also:
          -
          setValue(String)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          setValueNumeric

          -
          public ColumnConfig setValueNumeric(String valueNumeric)
          -
          Set the number this column should be set to. Supports integers and decimals, and strips off any wrapping - parentheses. If the passed value cannot be parsed as a number in US locale, it is assumed to be a function - that returns a number. If the value "null" is passed, it will set a null value.
          -
        • -
        - - - -
          -
        • -

          getValueBoolean

          -
          public Boolean getValueBoolean()
          -
          Return the boolean value this column should be set to.
          -
          -
          See Also:
          -
          setValue(String)
          -
          -
        • -
        - - - -
          -
        • -

          setValueBoolean

          -
          public ColumnConfig setValueBoolean(String valueBoolean)
          -
          Set the valueBoolean based on a given string. - If the passed value cannot be parsed as a date, it is assumed to be a function that returns a boolean. - If the string "null" or an empty string is passed, it will set a null value. - If "1" is passed, defaultValueBoolean is set to true. If 0 is passed, defaultValueBoolean is set to false
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          getValueDate

          -
          public Date getValueDate()
          -
          Return the date value this column should be set to.
          -
          -
          See Also:
          -
          setValue(String)
          -
          -
        • -
        - - - -
          -
        • -

          setValueDate

          -
          public ColumnConfig setValueDate(String valueDate)
          -                          throws DateParseException
          -
          Set the date this column should be set to. Supports any of the date or datetime formats handled by ISODateFormat. - If the passed value cannot be parsed as a date, it is assumed to be a function that returns a date. - If the string "null" is passed, it will set a null value.
          -
          -
          Parameters:
          -
          valueDate - the Date Value to use (may be null or "null", or start with "now" or "today".
          -
          Throws:
          -
          DateParseException - if the columnType isn't supported for "now" or "today" values.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getValueBlobFile

          -
          public String getValueBlobFile()
          -
          Return the file containing the data to load into a BLOB.
          -
          -
          See Also:
          -
          setValue(String)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getValueClobFile

          -
          public String getValueClobFile()
          -
          Return the file containing the data to load into a CLOB.
          -
          -
          See Also:
          -
          setValue(String)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getEncoding

          -
          public String getEncoding()
          -
          Return encoding of a file, referenced via valueClobFile.
          -
        • -
        - - - - - - - -
          -
        • -

          getValueObject

          -
          public Object getValueObject()
          -
          Return the value from whatever setValue* function was called. Will return null if none were set.
          -
        • -
        - - - - - - - -
          -
        • -

          setDefaultValue

          -
          public ColumnConfig setDefaultValue(String defaultValue)
          -
          Sets the string default value to assign to this column. If you are trying to set a default value type other than a string, use the more specific functions - like setDefaultValueNumeric(Number). - This method does no processing of the string. Any trimming is expected to be done beforehand. It does not convert the string "null" to null - so that you can set the string "null" as a value if you are feeling particularly crazy.
          -
        • -
        - - - -
          -
        • -

          getDefaultValueNumeric

          -
          public Number getDefaultValueNumeric()
          -
          Return the numeric value this column should default to.
          -
          -
          See Also:
          -
          setDefaultValue(String)
          -
          -
        • -
        - - - -
          -
        • -

          setDefaultValueNumeric

          -
          public ColumnConfig setDefaultValueNumeric(String defaultValueNumeric)
          -
          Set the number this column should use as its default. Supports integers and decimals, and strips off any wrapping parentheses. - If the passed value cannot be parsed as a number, it is assumed to be a function that returns a number. - If the value "null" is passed, it will set a null value. -

          - A special case is made for "GENERATED_BY_DEFAULT" which simply sets the ColumnConfig object to autoIncrement.
          -
        • -
        - - - -
          -
        • -

          setDefaultValueNumeric

          -
          public ColumnConfig setDefaultValueNumeric(Number defaultValueNumeric)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueDate

          -
          public Date getDefaultValueDate()
          -
          Return the date value this column should default to.
          -
          -
          See Also:
          -
          setDefaultValue(String)
          -
          -
        • -
        - - - -
          -
        • -

          setDefaultValueDate

          -
          public ColumnConfig setDefaultValueDate(Date defaultValueDate)
          -
        • -
        - - - -
          -
        • -

          setDefaultValueDate

          -
          public ColumnConfig setDefaultValueDate(String defaultValueDate)
          -
          Set the date this column should default to. Supports any of the date or datetime formats handled by ISODateFormat. - If the passed value cannot be parsed as a date, it is assumed to be a function that returns a date. - If the string "null" or an empty string is passed, it will set a null value.
          -
        • -
        - - - -
          -
        • -

          getDefaultValueBoolean

          -
          public Boolean getDefaultValueBoolean()
          -
          Return the boolean value this column should default to.
          -
          -
          See Also:
          -
          setDefaultValue(String)
          -
          -
        • -
        - - - -
          -
        • -

          setDefaultValueBoolean

          -
          public ColumnConfig setDefaultValueBoolean(String defaultValueBoolean)
          -
          Set the defaultValueBoolean based on a given string. - If the passed value cannot be parsed as a date, it is assumed to be a function that returns a boolean. - If the string "null" or an empty string is passed, it will set a null value. - If "1" is passed, defaultValueBoolean is set to true. If 0 is passed, defaultValueBoolean is set to false
          -
        • -
        - - - -
          -
        • -

          setDefaultValueBoolean

          -
          public ColumnConfig setDefaultValueBoolean(Boolean defaultValueBoolean)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueComputed

          -
          public DatabaseFunction getDefaultValueComputed()
          -
          Return the function whose value should generate this column's default.
          -
          -
          See Also:
          -
          setDefaultValue(String)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultValueObject

          -
          public Object getDefaultValueObject()
          -
          Return the value to set this column's default to according to the setDefaultValue* function that was called. - If none were called, this function returns null.
          -
        • -
        - - - -
          -
        • -

          getConstraints

          -
          public ConstraintsConfig getConstraints()
          -
          Returns the ConstraintsConfig this ColumnConfig is using. Returns null if nho constraints have been assigned yet.
          -
        • -
        - - - - - - - -
          -
        • -

          isAutoIncrement

          -
          public Boolean isAutoIncrement()
          -
          Returns true if this Column should be set to be auto increment. Returns null if auto-increment hasn't been explicitly assigned.
          -
        • -
        - - - - - - - -
          -
        • -

          getStartWith

          -
          public BigInteger getStartWith()
          -
          Return the number to start auto incrementing with.
          -
        • -
        - - - - - - - -
          -
        • -

          getIncrementBy

          -
          public BigInteger getIncrementBy()
          -
          Return the amount to auto increment by.
          -
        • -
        - - - - - - - -
          -
        • -

          hasDefaultValue

          -
          public boolean hasDefaultValue()
          -
          Returns true if any of the setDefaultValue* functions have had a non-null value set
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
          Return the remarks to apply to this column.
          -
        • -
        - - - - - - - -
          -
        • -

          getDescending

          -
          public Boolean getDescending()
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultOnNull

          -
          public Boolean getDefaultOnNull()
          -
        • -
        - - - - - - - -
          -
        • -

          getGenerationType

          -
          public String getGenerationType()
          -
        • -
        - - - -
          -
        • -

          setGenerationType

          -
          public ColumnConfig setGenerationType(String generationType)
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectName

          -
          public String getSerializedObjectName()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getDefaultValueConstraintName

          -
          public String getDefaultValueConstraintName()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueConstraintName

          -
          public void setDefaultValueConstraintName(String defaultValueConstraintName)
          -
        • -
        - - - - - - - -
          -
        • -

          getSerializedObjectNamespace

          -
          public String getSerializedObjectNamespace()
          -
        • -
        - - - - - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/ConstraintsConfig.html b/javadoc/liquibase/change/ConstraintsConfig.html deleted file mode 100644 index 1855991ca..000000000 --- a/javadoc/liquibase/change/ConstraintsConfig.html +++ /dev/null @@ -1,1165 +0,0 @@ - - - - - - -ConstraintsConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Class ConstraintsConfig

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConstraintsConfig

          -
          public ConstraintsConfig()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isNullable

          -
          public Boolean isNullable()
          -
          Returns if the column should be nullable. Returns null if unspecified.
          -
        • -
        - - - - - - - -
          -
        • -

          setNullable

          -
          public ConstraintsConfig setNullable(String nullable)
          -
          Set the nullable parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          getNotNullConstraintName

          -
          public String getNotNullConstraintName()
          -
          If isNullable() is 'false' and database supports named not null constraints
          -
          -
          Returns:
          -
          not null constraint name
          -
          See Also:
          -
          getUniqueConstraintName()
          -
          -
        • -
        - - - -
          -
        • -

          setNotNullConstraintName

          -
          public ConstraintsConfig setNotNullConstraintName(String notNullConstraintName)
          -
        • -
        - - - -
          -
        • -

          isPrimaryKey

          -
          public Boolean isPrimaryKey()
          -
          Returns true if the column should be part of the primary key. Returns null if unspecified
          -
        • -
        - - - - - - - -
          -
        • -

          setPrimaryKey

          -
          public ConstraintsConfig setPrimaryKey(String primaryKey)
          -
          Set the primaryKey parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          getPrimaryKeyName

          -
          public String getPrimaryKeyName()
          -
          Returns the name to use for the primary key constraint. Returns null if not specified
          -
        • -
        - - - - - - - -
          -
        • -

          getReferences

          -
          public String getReferences()
          -
          Returns the "references" clause to use for the foreign key. Normally a string of the format TABLE(COLUMN_NAME). - Returns null if not specified
          -
        • -
        - - - - - - - -
          -
        • -

          isUnique

          -
          public Boolean isUnique()
          -
          Returns if the column is part of a unique constraint. Returns null if not specified
          -
        • -
        - - - - - - - -
          -
        • -

          setUnique

          -
          public ConstraintsConfig setUnique(String unique)
          -
          Set the unique parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          getUniqueConstraintName

          -
          public String getUniqueConstraintName()
          -
          Returns the name to use for the unique constraint. Returns null if not specified
          -
        • -
        - - - - - - - -
          -
        • -

          getCheckConstraint

          -
          public String getCheckConstraint()
          -
          Returns the check constraint to use on this column. Returns null if not specified
          -
        • -
        - - - - - - - -
          -
        • -

          isDeleteCascade

          -
          public Boolean isDeleteCascade()
          -
          Returns if a foreign key defined for this column should cascade deletes. Returns null if not specified.
          -
        • -
        - - - - - - - -
          -
        • -

          setDeleteCascade

          -
          public ConstraintsConfig setDeleteCascade(String deleteCascade)
          -
          Set the deleteCascade parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          getForeignKeyName

          -
          public String getForeignKeyName()
          -
          Returns the name to use for the columns foreign key constraint. Returns null if not specified.
          -
        • -
        - - - - - - - -
          -
        • -

          isInitiallyDeferred

          -
          public Boolean isInitiallyDeferred()
          -
          Returns if a foreign key defined for this column should be "initially deferred". Returns null if not specified.
          -
        • -
        - - - - - - - -
          -
        • -

          setInitiallyDeferred

          -
          public ConstraintsConfig setInitiallyDeferred(String initiallyDeferred)
          -
          Set the initiallyDeferred parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          isDeferrable

          -
          public Boolean isDeferrable()
          -
          Returns if a foreign key defined for this column should deferrable. Returns null if not specified.
          -
        • -
        - - - - - - - -
          -
        • -

          setShouldValidateNullable

          -
          public ConstraintsConfig setShouldValidateNullable(String validateNullable)
          -
          Set the shouldValidate field based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if an invalid value is passed
          -
        • -
        - - - -
          -
        • -

          shouldValidateNullable

          -
          public Boolean shouldValidateNullable()
          -
          Returns whether a NotNullConst defined for this column should validate. - Returns null if not setShouldValidate has not been called.
          -
        • -
        - - - - - - - -
          -
        • -

          setShouldValidateUnique

          -
          public ConstraintsConfig setShouldValidateUnique(String validateUnique)
          -
          Set the shouldValidate field based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if an invalid value is passed
          -
        • -
        - - - -
          -
        • -

          shouldValidateUnique

          -
          public Boolean shouldValidateUnique()
          -
          Returns whether a UniqueConst defined for this column should validate. - Returns null if not setShouldValidate has not been called.
          -
        • -
        - - - - - - - -
          -
        • -

          setShouldValidatePrimaryKey

          -
          public ConstraintsConfig setShouldValidatePrimaryKey(String validatePrimaryKey)
          -
          Set the shouldValidate field based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if an invalid value is passed
          -
        • -
        - - - -
          -
        • -

          shouldValidatePrimaryKey

          -
          public Boolean shouldValidatePrimaryKey()
          -
          Returns whether a PrimaryKeyConst defined for this column should validate. - Returns null if not setShouldValidate has not been called.
          -
        • -
        - - - -
          -
        • -

          setShouldValidatePrimaryKey

          -
          public ConstraintsConfig setShouldValidatePrimaryKey(Boolean validatePrimaryKey)
          -
        • -
        - - - -
          -
        • -

          setShouldValidateForeignKey

          -
          public ConstraintsConfig setShouldValidateForeignKey(String validateForeignKey)
          -
          Set the shouldValidate field based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if an invalid value is passed
          -
        • -
        - - - -
          -
        • -

          shouldValidateForeignKey

          -
          public Boolean shouldValidateForeignKey()
          -
          Returns whether a ForeignKeyConst defined for this column should validate. - Returns null if not setShouldValidate has not been called.
          -
        • -
        - - - -
          -
        • -

          setShouldValidateForeignKey

          -
          public ConstraintsConfig setShouldValidateForeignKey(Boolean validateForeignKey)
          -
        • -
        - - - -
          -
        • -

          setDeferrable

          -
          public ConstraintsConfig setDeferrable(String deferrable)
          -
          Set the deferrable parameter based on the passed string. - Sets true if the passed string is 1 or true or TRUE. - Sets false if the passed string is 0 or false or FALSE. - Sets null if the passed string is null or "null" or "NULL". - Throws an UnexpectedLiquibaseException if a different value is passed
          -
        • -
        - - - -
          -
        • -

          getPrimaryKeyTablespace

          -
          public String getPrimaryKeyTablespace()
          -
          Returns the tablespace to use for the defined primary key. Returns null if not specified.
          -
        • -
        - - - - - - - -
          -
        • -

          getReferencedTableCatalogName

          -
          public String getReferencedTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableCatalogName

          -
          public void setReferencedTableCatalogName(String referencedTableCatalogName)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableSchemaName

          -
          public String getReferencedTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableSchemaName

          -
          public void setReferencedTableSchemaName(String referencedTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableName

          -
          public String getReferencedTableName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableName

          -
          public void setReferencedTableName(String referencedTableName)
          -
        • -
        - - - -
          -
        • -

          getReferencedColumnNames

          -
          public String getReferencedColumnNames()
          -
        • -
        - - - -
          -
        • -

          setReferencedColumnNames

          -
          public void setReferencedColumnNames(String referencedColumnNames)
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectName

          -
          public String getSerializedObjectName()
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectNamespace

          -
          public String getSerializedObjectNamespace()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/DatabaseChange.html b/javadoc/liquibase/change/DatabaseChange.html deleted file mode 100644 index 611add734..000000000 --- a/javadoc/liquibase/change/DatabaseChange.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -DatabaseChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Annotation Type DatabaseChange

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/DatabaseChangeNote.html b/javadoc/liquibase/change/DatabaseChangeNote.html deleted file mode 100644 index eee626345..000000000 --- a/javadoc/liquibase/change/DatabaseChangeNote.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - -DatabaseChangeNote (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Annotation Type DatabaseChangeNote

    -
    -
    -
    -
      -
    • -
      -
      -
      public @interface DatabaseChangeNote
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Optional Element Summary

        - - - - - - - - - - - - - - -
        Optional Elements 
        Modifier and TypeOptional Element and Description
        Stringdatabase 
        Stringnotes 
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Element Detail

        - - - -
          -
        • -

          database

          -
          public abstract String database
          -
          -
          Default:
          -
          ""
          -
          -
        • -
        -
      • -
      -
        -
      • - - -
          -
        • -

          notes

          -
          public abstract String notes
          -
          -
          Default:
          -
          ""
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/DatabaseChangeProperty.html b/javadoc/liquibase/change/DatabaseChangeProperty.html deleted file mode 100644 index e04e6891a..000000000 --- a/javadoc/liquibase/change/DatabaseChangeProperty.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -DatabaseChangeProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Annotation Type DatabaseChangeProperty

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/DbmsTargetedChange.html b/javadoc/liquibase/change/DbmsTargetedChange.html deleted file mode 100644 index f3aeb6435..000000000 --- a/javadoc/liquibase/change/DbmsTargetedChange.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - -DbmsTargetedChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change
    -

    Interface DbmsTargetedChange

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      AbstractSQLChange, CreateProcedureChange, InsertDataChange, RawSQLChange, SQLFileChange
      -
      -
      -
      -
      public interface DbmsTargetedChange
      -
      Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to. - This isn't in the default Change interface because normally the database targetting should be at the changeSet level since there is normally - one change per changeSet. However, for certain changes (especially raw sql) it makes sense to have just some changes within a changeset run per database.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getDbms

          -
          String getDbms()
          -
          -
          Returns:
          -
          A comma separated list of dbms' that this change will be run for. Will run for all dbms' if empty or null.
          -
          -
        • -
        - - - -
          -
        • -

          setDbms

          -
          void setDbms(String dbms)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/AbstractChange.html b/javadoc/liquibase/change/class-use/AbstractChange.html deleted file mode 100644 index c565939a5..000000000 --- a/javadoc/liquibase/change/class-use/AbstractChange.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -Uses of Class liquibase.change.AbstractChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.AbstractChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/AbstractSQLChange.NormalizingStream.html b/javadoc/liquibase/change/class-use/AbstractSQLChange.NormalizingStream.html deleted file mode 100644 index aca20d164..000000000 --- a/javadoc/liquibase/change/class-use/AbstractSQLChange.NormalizingStream.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.AbstractSQLChange.NormalizingStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.AbstractSQLChange.NormalizingStream

    -
    -
    No usage of liquibase.change.AbstractSQLChange.NormalizingStream
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/AbstractSQLChange.html b/javadoc/liquibase/change/class-use/AbstractSQLChange.html deleted file mode 100644 index d2d6ab7a5..000000000 --- a/javadoc/liquibase/change/class-use/AbstractSQLChange.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -Uses of Class liquibase.change.AbstractSQLChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.AbstractSQLChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/AddColumnConfig.html b/javadoc/liquibase/change/class-use/AddColumnConfig.html deleted file mode 100644 index ac660881c..000000000 --- a/javadoc/liquibase/change/class-use/AddColumnConfig.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - -Uses of Class liquibase.change.AddColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.AddColumnConfig

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/Change.html b/javadoc/liquibase/change/class-use/Change.html deleted file mode 100644 index eb59e8ffc..000000000 --- a/javadoc/liquibase/change/class-use/Change.html +++ /dev/null @@ -1,1556 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.Change (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.Change

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeFactory.html b/javadoc/liquibase/change/class-use/ChangeFactory.html deleted file mode 100644 index ef49e7752..000000000 --- a/javadoc/liquibase/change/class-use/ChangeFactory.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ChangeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ChangeFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeMetaData.html b/javadoc/liquibase/change/class-use/ChangeMetaData.html deleted file mode 100644 index 35ffd657c..000000000 --- a/javadoc/liquibase/change/class-use/ChangeMetaData.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ChangeMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ChangeMetaData

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeParameterMetaData.html b/javadoc/liquibase/change/class-use/ChangeParameterMetaData.html deleted file mode 100644 index 555420c8a..000000000 --- a/javadoc/liquibase/change/class-use/ChangeParameterMetaData.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ChangeParameterMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ChangeParameterMetaData

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeStatus.Status.html b/javadoc/liquibase/change/class-use/ChangeStatus.Status.html deleted file mode 100644 index 1781ea09b..000000000 --- a/javadoc/liquibase/change/class-use/ChangeStatus.Status.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ChangeStatus.Status (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ChangeStatus.Status

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeStatus.html b/javadoc/liquibase/change/class-use/ChangeStatus.html deleted file mode 100644 index 2e5dbdfc2..000000000 --- a/javadoc/liquibase/change/class-use/ChangeStatus.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ChangeStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ChangeStatus

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ChangeWithColumns.html b/javadoc/liquibase/change/class-use/ChangeWithColumns.html deleted file mode 100644 index 6633a9035..000000000 --- a/javadoc/liquibase/change/class-use/ChangeWithColumns.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.ChangeWithColumns (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.ChangeWithColumns

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/CheckSum.html b/javadoc/liquibase/change/class-use/CheckSum.html deleted file mode 100644 index e191b1efe..000000000 --- a/javadoc/liquibase/change/class-use/CheckSum.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - -Uses of Class liquibase.change.CheckSum (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.CheckSum

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ColumnConfig.ValueNumeric.html b/javadoc/liquibase/change/class-use/ColumnConfig.ValueNumeric.html deleted file mode 100644 index 45cef8e4c..000000000 --- a/javadoc/liquibase/change/class-use/ColumnConfig.ValueNumeric.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ColumnConfig.ValueNumeric (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ColumnConfig.ValueNumeric

    -
    -
    No usage of liquibase.change.ColumnConfig.ValueNumeric
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ColumnConfig.html b/javadoc/liquibase/change/class-use/ColumnConfig.html deleted file mode 100644 index 72dd52e59..000000000 --- a/javadoc/liquibase/change/class-use/ColumnConfig.html +++ /dev/null @@ -1,865 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ColumnConfig

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/ConstraintsConfig.html b/javadoc/liquibase/change/class-use/ConstraintsConfig.html deleted file mode 100644 index b646cc320..000000000 --- a/javadoc/liquibase/change/class-use/ConstraintsConfig.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -Uses of Class liquibase.change.ConstraintsConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.ConstraintsConfig

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/DatabaseChange.html b/javadoc/liquibase/change/class-use/DatabaseChange.html deleted file mode 100644 index 32fde3df9..000000000 --- a/javadoc/liquibase/change/class-use/DatabaseChange.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - -Uses of Class liquibase.change.DatabaseChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.DatabaseChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/DatabaseChangeNote.html b/javadoc/liquibase/change/class-use/DatabaseChangeNote.html deleted file mode 100644 index 8eae2458c..000000000 --- a/javadoc/liquibase/change/class-use/DatabaseChangeNote.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.DatabaseChangeNote (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.DatabaseChangeNote

    -
    -
    No usage of liquibase.change.DatabaseChangeNote
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/DatabaseChangeProperty.html b/javadoc/liquibase/change/class-use/DatabaseChangeProperty.html deleted file mode 100644 index 7ce22e46c..000000000 --- a/javadoc/liquibase/change/class-use/DatabaseChangeProperty.html +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - -Uses of Class liquibase.change.DatabaseChangeProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.DatabaseChangeProperty

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/class-use/DbmsTargetedChange.html b/javadoc/liquibase/change/class-use/DbmsTargetedChange.html deleted file mode 100644 index d1e8174b2..000000000 --- a/javadoc/liquibase/change/class-use/DbmsTargetedChange.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.DbmsTargetedChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.DbmsTargetedChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AbstractModifyDataChange.html b/javadoc/liquibase/change/core/AbstractModifyDataChange.html deleted file mode 100644 index cdc632917..000000000 --- a/javadoc/liquibase/change/core/AbstractModifyDataChange.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - -AbstractModifyDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AbstractModifyDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractModifyDataChange

          -
          public AbstractModifyDataChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getWhere

          -
          public String getWhere()
          -
        • -
        - - - -
          -
        • -

          setWhere

          -
          public void setWhere(String where)
          -
        • -
        - - - -
          -
        • -

          getWhereClause

          -
          public String getWhereClause()
          -
          Deprecated. use getWhere().
          -
        • -
        - - - -
          -
        • -

          setWhereClause

          -
          public void setWhereClause(String where)
          -
          Deprecated. use setWhere()
          -
        • -
        - - - -
          -
        • -

          addWhereParam

          -
          public void addWhereParam(ColumnConfig param)
          -
        • -
        - - - -
          -
        • -

          removeWhereParam

          -
          public void removeWhereParam(ColumnConfig param)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddAutoIncrementChange.html b/javadoc/liquibase/change/core/AddAutoIncrementChange.html deleted file mode 100644 index c06b95ec0..000000000 --- a/javadoc/liquibase/change/core/AddAutoIncrementChange.html +++ /dev/null @@ -1,632 +0,0 @@ - - - - - - -AddAutoIncrementChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddAutoIncrementChange

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Change, LiquibaseSerializable
      -
      -
      -
      -
      public class AddAutoIncrementChange
      -extends AbstractChange
      -
      Makes an existing column into an auto-increment column. - This change is only valid for databases with auto-increment/identity columns. - The current version does not support MS-SQL.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddAutoIncrementChange

          -
          public AddAutoIncrementChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          getStartWith

          -
          public BigInteger getStartWith()
          -
        • -
        - - - -
          -
        • -

          setStartWith

          -
          public void setStartWith(BigInteger startWith)
          -
        • -
        - - - -
          -
        • -

          getIncrementBy

          -
          public BigInteger getIncrementBy()
          -
        • -
        - - - -
          -
        • -

          setIncrementBy

          -
          public void setIncrementBy(BigInteger incrementBy)
          -
        • -
        - - - -
          -
        • -

          getDefaultOnNull

          -
          public Boolean getDefaultOnNull()
          -
        • -
        - - - -
          -
        • -

          setDefaultOnNull

          -
          public void setDefaultOnNull(Boolean defaultOnNull)
          -
        • -
        - - - -
          -
        • -

          getGenerationType

          -
          public String getGenerationType()
          -
        • -
        - - - -
          -
        • -

          setGenerationType

          -
          public void setGenerationType(String generationType)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddColumnChange.html b/javadoc/liquibase/change/core/AddColumnChange.html deleted file mode 100644 index 64d66e807..000000000 --- a/javadoc/liquibase/change/core/AddColumnChange.html +++ /dev/null @@ -1,585 +0,0 @@ - - - - - - -AddColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddColumnChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddDefaultValueChange.html b/javadoc/liquibase/change/core/AddDefaultValueChange.html deleted file mode 100644 index a9f3191e6..000000000 --- a/javadoc/liquibase/change/core/AddDefaultValueChange.html +++ /dev/null @@ -1,771 +0,0 @@ - - - - - - -AddDefaultValueChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddDefaultValueChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddDefaultValueChange

          -
          public AddDefaultValueChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          getDefaultValue

          -
          public String getDefaultValue()
          -
        • -
        - - - -
          -
        • -

          setDefaultValue

          -
          public void setDefaultValue(String defaultValue)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueNumeric

          -
          public String getDefaultValueNumeric()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueNumeric

          -
          public void setDefaultValueNumeric(String defaultValueNumeric)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueDate

          -
          public String getDefaultValueDate()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueDate

          -
          public void setDefaultValueDate(String defaultValueDate)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueBoolean

          -
          public Boolean getDefaultValueBoolean()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueBoolean

          -
          public void setDefaultValueBoolean(Boolean defaultValueBoolean)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueComputed

          -
          public DatabaseFunction getDefaultValueComputed()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueComputed

          -
          public void setDefaultValueComputed(DatabaseFunction defaultValueComputed)
          -
        • -
        - - - - - - - -
          -
        • -

          setDefaultValueSequenceNext

          -
          public void setDefaultValueSequenceNext(SequenceNextValueFunction defaultValueSequenceNext)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueConstraintName

          -
          public String getDefaultValueConstraintName()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueConstraintName

          -
          public void setDefaultValueConstraintName(String defaultValueConstraintName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddForeignKeyConstraintChange.html b/javadoc/liquibase/change/core/AddForeignKeyConstraintChange.html deleted file mode 100644 index c8af4b31d..000000000 --- a/javadoc/liquibase/change/core/AddForeignKeyConstraintChange.html +++ /dev/null @@ -1,904 +0,0 @@ - - - - - - -AddForeignKeyConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddForeignKeyConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddForeignKeyConstraintChange

          -
          public AddForeignKeyConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          createSupportedDatabasesMetaData

          -
          protected String[] createSupportedDatabasesMetaData(String parameterName,
          -                                                    DatabaseChangeProperty changePropertyAnnotation)
          -
          Description copied from class: AbstractChange
          -
          Create the ChangeParameterMetaData "supportedDatabase" value. - Uses the value on the DatabaseChangeProperty annotation or returns an array containing the string "COMPUTE" - as a default. "COMPUTE" will cause ChangeParameterMetaData to attempt to determine the required databases - based on the generated Statements
          -
          -
          Overrides:
          -
          createSupportedDatabasesMetaData in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getBaseTableCatalogName

          -
          public String getBaseTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableCatalogName

          -
          public void setBaseTableCatalogName(String baseTableCatalogName)
          -
        • -
        - - - -
          -
        • -

          getBaseTableSchemaName

          -
          public String getBaseTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableSchemaName

          -
          public void setBaseTableSchemaName(String baseTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getBaseTableName

          -
          public String getBaseTableName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableName

          -
          public void setBaseTableName(String baseTableName)
          -
        • -
        - - - -
          -
        • -

          getBaseColumnNames

          -
          public String getBaseColumnNames()
          -
        • -
        - - - -
          -
        • -

          setBaseColumnNames

          -
          public void setBaseColumnNames(String baseColumnNames)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableCatalogName

          -
          public String getReferencedTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableCatalogName

          -
          public void setReferencedTableCatalogName(String referencedTableCatalogName)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableSchemaName

          -
          public String getReferencedTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableSchemaName

          -
          public void setReferencedTableSchemaName(String referencedTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableName

          -
          public String getReferencedTableName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableName

          -
          public void setReferencedTableName(String referencedTableName)
          -
        • -
        - - - -
          -
        • -

          getReferencedColumnNames

          -
          public String getReferencedColumnNames()
          -
        • -
        - - - -
          -
        • -

          setReferencedColumnNames

          -
          public void setReferencedColumnNames(String referencedColumnNames)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getDeferrable

          -
          public Boolean getDeferrable()
          -
        • -
        - - - -
          -
        • -

          setDeferrable

          -
          public void setDeferrable(Boolean deferrable)
          -
        • -
        - - - -
          -
        • -

          getInitiallyDeferred

          -
          public Boolean getInitiallyDeferred()
          -
        • -
        - - - -
          -
        • -

          getValidate

          -
          public Boolean getValidate()
          -
          the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setValidate

          -
          public void setValidate(Boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid foreign keys - only new data would be checked - to see if it complies with the constraint logic. The default state for foreign keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - -
          -
        • -

          setInitiallyDeferred

          -
          public void setInitiallyDeferred(Boolean initiallyDeferred)
          -
        • -
        - - - -
          -
        • -

          setDeleteCascade

          -
          public void setDeleteCascade(Boolean deleteCascade)
          -
        • -
        - - - -
          -
        • -

          setOnUpdate

          -
          public void setOnUpdate(String rule)
          -
        • -
        - - - -
          -
        • -

          getOnUpdate

          -
          public String getOnUpdate()
          -
        • -
        - - - -
          -
        • -

          setOnDelete

          -
          public void setOnDelete(String onDelete)
          -
        • -
        - - - -
          -
        • -

          getOnDelete

          -
          public String getOnDelete()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          getReferencesUniqueColumn

          -
          @Deprecated
          -public Boolean getReferencesUniqueColumn()
          -
          Deprecated. No longer supported in 3.0
          -
        • -
        - - - -
          -
        • -

          setReferencesUniqueColumn

          -
          public void setReferencesUniqueColumn(Boolean referencesUniqueColumn)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddLookupTableChange.html b/javadoc/liquibase/change/core/AddLookupTableChange.html deleted file mode 100644 index 1a026fafe..000000000 --- a/javadoc/liquibase/change/core/AddLookupTableChange.html +++ /dev/null @@ -1,762 +0,0 @@ - - - - - - -AddLookupTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddLookupTableChange

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Change, LiquibaseSerializable
      -
      -
      -
      -
      public class AddLookupTableChange
      -extends AbstractChange
      -
      Extracts data from an existing column to create a lookup table. - A foreign key is created between the old column and the new lookup table.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddNotNullConstraintChange.html b/javadoc/liquibase/change/core/AddNotNullConstraintChange.html deleted file mode 100644 index 28743fd41..000000000 --- a/javadoc/liquibase/change/core/AddNotNullConstraintChange.html +++ /dev/null @@ -1,627 +0,0 @@ - - - - - - -AddNotNullConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddNotNullConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddNotNullConstraintChange

          -
          public AddNotNullConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getDefaultNullValue

          -
          public String getDefaultNullValue()
          -
        • -
        - - - -
          -
        • -

          setDefaultNullValue

          -
          public void setDefaultNullValue(String defaultNullValue)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - - - - -
          -
        • -

          getValidate

          -
          public Boolean getValidate()
          -
          In certain SQL dialects, the VALIDATE keyword defines whether a NOT NULL constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setValidate

          -
          public void setValidate(Boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid not null constrain - only new data would be checked - to see if it complies with the constraint logic. The default state for not null constrain is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddPrimaryKeyChange.html b/javadoc/liquibase/change/core/AddPrimaryKeyChange.html deleted file mode 100644 index 4012f304a..000000000 --- a/javadoc/liquibase/change/core/AddPrimaryKeyChange.html +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - -AddPrimaryKeyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddPrimaryKeyChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddPrimaryKeyChange

          -
          public AddPrimaryKeyChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - -
          -
        • -

          setColumnNames

          -
          public void setColumnNames(String columnNames)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getForIndexName

          -
          public String getForIndexName()
          -
        • -
        - - - -
          -
        • -

          setForIndexName

          -
          public void setForIndexName(String forIndexName)
          -
        • -
        - - - -
          -
        • -

          getForIndexSchemaName

          -
          public String getForIndexSchemaName()
          -
        • -
        - - - -
          -
        • -

          setForIndexSchemaName

          -
          public void setForIndexSchemaName(String forIndexSchemaName)
          -
        • -
        - - - -
          -
        • -

          getForIndexCatalogName

          -
          public String getForIndexCatalogName()
          -
        • -
        - - - -
          -
        • -

          setForIndexCatalogName

          -
          public void setForIndexCatalogName(String forIndexCatalogName)
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - -
          -
        • -

          setTablespace

          -
          public void setTablespace(String tablespace)
          -
        • -
        - - - -
          -
        • -

          getClustered

          -
          public Boolean getClustered()
          -
        • -
        - - - -
          -
        • -

          setClustered

          -
          public void setClustered(Boolean clustered)
          -
        • -
        - - - -
          -
        • -

          getValidate

          -
          public Boolean getValidate()
          -
          the VALIDATE keyword defines whether a primary key constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setValidate

          -
          public void setValidate(Boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid primary keys - only new data would be checked - to see if it complies with the constraint logic. The default state for primary keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AddUniqueConstraintChange.html b/javadoc/liquibase/change/core/AddUniqueConstraintChange.html deleted file mode 100644 index 8e95d0aad..000000000 --- a/javadoc/liquibase/change/core/AddUniqueConstraintChange.html +++ /dev/null @@ -1,822 +0,0 @@ - - - - - - -AddUniqueConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AddUniqueConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddUniqueConstraintChange

          -
          public AddUniqueConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - -
          -
        • -

          setColumnNames

          -
          public void setColumnNames(String columnNames)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - -
          -
        • -

          setTablespace

          -
          public void setTablespace(String tablespace)
          -
        • -
        - - - -
          -
        • -

          getDeferrable

          -
          public Boolean getDeferrable()
          -
        • -
        - - - -
          -
        • -

          setDeferrable

          -
          public void setDeferrable(Boolean deferrable)
          -
        • -
        - - - -
          -
        • -

          getInitiallyDeferred

          -
          public Boolean getInitiallyDeferred()
          -
        • -
        - - - -
          -
        • -

          setInitiallyDeferred

          -
          public void setInitiallyDeferred(Boolean initiallyDeferred)
          -
        • -
        - - - -
          -
        • -

          getDisabled

          -
          public Boolean getDisabled()
          -
        • -
        - - - -
          -
        • -

          setDisabled

          -
          public void setDisabled(Boolean disabled)
          -
        • -
        - - - -
          -
        • -

          getValidate

          -
          public Boolean getValidate()
          -
          In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setValidate

          -
          public void setValidate(Boolean validate)
          -
          -
          Parameters:
          -
          validate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid constraints - only new data would be checked - to see if it complies with the constraint logic. The default state for unique constraints is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - -
          -
        • -

          getClustered

          -
          public Boolean getClustered()
          -
        • -
        - - - -
          -
        • -

          setClustered

          -
          public void setClustered(Boolean clustered)
          -
        • -
        - - - -
          -
        • -

          getForIndexName

          -
          public String getForIndexName()
          -
        • -
        - - - -
          -
        • -

          setForIndexName

          -
          public void setForIndexName(String forIndexName)
          -
        • -
        - - - -
          -
        • -

          getForIndexSchemaName

          -
          public String getForIndexSchemaName()
          -
        • -
        - - - -
          -
        • -

          setForIndexSchemaName

          -
          public void setForIndexSchemaName(String forIndexSchemaName)
          -
        • -
        - - - -
          -
        • -

          getForIndexCatalogName

          -
          public String getForIndexCatalogName()
          -
        • -
        - - - -
          -
        • -

          setForIndexCatalogName

          -
          public void setForIndexCatalogName(String forIndexCatalogName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - - - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/AlterSequenceChange.html b/javadoc/liquibase/change/core/AlterSequenceChange.html deleted file mode 100644 index eefea541c..000000000 --- a/javadoc/liquibase/change/core/AlterSequenceChange.html +++ /dev/null @@ -1,630 +0,0 @@ - - - - - - -AlterSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class AlterSequenceChange

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Change, LiquibaseSerializable
      -
      -
      -
      -
      public class AlterSequenceChange
      -extends AbstractChange
      -
      Modifies properties of an existing sequence. StartValue is not allowed since we cannot alter the starting sequence number
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AlterSequenceChange

          -
          public AlterSequenceChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getSequenceName

          -
          public String getSequenceName()
          -
        • -
        - - - -
          -
        • -

          setSequenceName

          -
          public void setSequenceName(String sequenceName)
          -
        • -
        - - - -
          -
        • -

          getIncrementBy

          -
          public BigInteger getIncrementBy()
          -
        • -
        - - - -
          -
        • -

          setIncrementBy

          -
          public void setIncrementBy(BigInteger incrementBy)
          -
        • -
        - - - -
          -
        • -

          getMaxValue

          -
          public BigInteger getMaxValue()
          -
        • -
        - - - -
          -
        • -

          setMaxValue

          -
          public void setMaxValue(BigInteger maxValue)
          -
        • -
        - - - -
          -
        • -

          getMinValue

          -
          public BigInteger getMinValue()
          -
        • -
        - - - -
          -
        • -

          setMinValue

          -
          public void setMinValue(BigInteger minValue)
          -
        • -
        - - - -
          -
        • -

          isOrdered

          -
          public Boolean isOrdered()
          -
        • -
        - - - -
          -
        • -

          setOrdered

          -
          public void setOrdered(Boolean ordered)
          -
        • -
        - - - -
          -
        • -

          getCacheSize

          -
          public BigInteger getCacheSize()
          -
        • -
        - - - -
          -
        • -

          setCacheSize

          -
          public void setCacheSize(BigInteger cacheSize)
          -
        • -
        - - - -
          -
        • -

          getCycle

          -
          public Boolean getCycle()
          -
        • -
        - - - -
          -
        • -

          setCycle

          -
          public void setCycle(Boolean cycle)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/CreateIndexChange.html b/javadoc/liquibase/change/core/CreateIndexChange.html deleted file mode 100644 index a84a9b0c7..000000000 --- a/javadoc/liquibase/change/core/CreateIndexChange.html +++ /dev/null @@ -1,766 +0,0 @@ - - - - - - -CreateIndexChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class CreateIndexChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/CreateProcedureChange.html b/javadoc/liquibase/change/core/CreateProcedureChange.html deleted file mode 100644 index da2a2767e..000000000 --- a/javadoc/liquibase/change/core/CreateProcedureChange.html +++ /dev/null @@ -1,879 +0,0 @@ - - - - - - -CreateProcedureChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class CreateProcedureChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/CreateSequenceChange.html b/javadoc/liquibase/change/core/CreateSequenceChange.html deleted file mode 100644 index 52174ee69..000000000 --- a/javadoc/liquibase/change/core/CreateSequenceChange.html +++ /dev/null @@ -1,712 +0,0 @@ - - - - - - -CreateSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class CreateSequenceChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateSequenceChange

          -
          public CreateSequenceChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getSequenceName

          -
          public String getSequenceName()
          -
        • -
        - - - -
          -
        • -

          setSequenceName

          -
          public void setSequenceName(String sequenceName)
          -
        • -
        - - - -
          -
        • -

          getStartValue

          -
          public BigInteger getStartValue()
          -
        • -
        - - - -
          -
        • -

          setStartValue

          -
          public void setStartValue(BigInteger startValue)
          -
        • -
        - - - -
          -
        • -

          getIncrementBy

          -
          public BigInteger getIncrementBy()
          -
        • -
        - - - -
          -
        • -

          setIncrementBy

          -
          public void setIncrementBy(BigInteger incrementBy)
          -
        • -
        - - - -
          -
        • -

          getMaxValue

          -
          public BigInteger getMaxValue()
          -
        • -
        - - - -
          -
        • -

          setMaxValue

          -
          public void setMaxValue(BigInteger maxValue)
          -
        • -
        - - - -
          -
        • -

          getMinValue

          -
          public BigInteger getMinValue()
          -
        • -
        - - - -
          -
        • -

          setMinValue

          -
          public void setMinValue(BigInteger minValue)
          -
        • -
        - - - -
          -
        • -

          isOrdered

          -
          public Boolean isOrdered()
          -
        • -
        - - - -
          -
        • -

          setOrdered

          -
          public void setOrdered(Boolean ordered)
          -
        • -
        - - - -
          -
        • -

          getCycle

          -
          public Boolean getCycle()
          -
        • -
        - - - -
          -
        • -

          setCycle

          -
          public void setCycle(Boolean cycle)
          -
        • -
        - - - -
          -
        • -

          getCacheSize

          -
          public BigInteger getCacheSize()
          -
        • -
        - - - -
          -
        • -

          setCacheSize

          -
          public void setCacheSize(BigInteger cacheSize)
          -
        • -
        - - - -
          -
        • -

          getDataType

          -
          public String getDataType()
          -
        • -
        - - - -
          -
        • -

          setDataType

          -
          public void setDataType(String dataType)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/CreateTableChange.html b/javadoc/liquibase/change/core/CreateTableChange.html deleted file mode 100644 index abd61ff66..000000000 --- a/javadoc/liquibase/change/core/CreateTableChange.html +++ /dev/null @@ -1,670 +0,0 @@ - - - - - - -CreateTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class CreateTableChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/CreateViewChange.html b/javadoc/liquibase/change/core/CreateViewChange.html deleted file mode 100644 index ec7f71fb6..000000000 --- a/javadoc/liquibase/change/core/CreateViewChange.html +++ /dev/null @@ -1,804 +0,0 @@ - - - - - - -CreateViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class CreateViewChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DeleteDataChange.html b/javadoc/liquibase/change/core/DeleteDataChange.html deleted file mode 100644 index 6a7a6b4aa..000000000 --- a/javadoc/liquibase/change/core/DeleteDataChange.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - -DeleteDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DeleteDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropAllForeignKeyConstraintsChange.html b/javadoc/liquibase/change/core/DropAllForeignKeyConstraintsChange.html deleted file mode 100644 index 600d4dead..000000000 --- a/javadoc/liquibase/change/core/DropAllForeignKeyConstraintsChange.html +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - -DropAllForeignKeyConstraintsChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropAllForeignKeyConstraintsChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropAllForeignKeyConstraintsChange

          -
          public DropAllForeignKeyConstraintsChange()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropColumnChange.html b/javadoc/liquibase/change/core/DropColumnChange.html deleted file mode 100644 index c9a971099..000000000 --- a/javadoc/liquibase/change/core/DropColumnChange.html +++ /dev/null @@ -1,677 +0,0 @@ - - - - - - -DropColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropColumnChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropDefaultValueChange.html b/javadoc/liquibase/change/core/DropDefaultValueChange.html deleted file mode 100644 index 758085fe3..000000000 --- a/javadoc/liquibase/change/core/DropDefaultValueChange.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - -DropDefaultValueChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropDefaultValueChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropDefaultValueChange

          -
          public DropDefaultValueChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropForeignKeyConstraintChange.html b/javadoc/liquibase/change/core/DropForeignKeyConstraintChange.html deleted file mode 100644 index e661234e5..000000000 --- a/javadoc/liquibase/change/core/DropForeignKeyConstraintChange.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - -DropForeignKeyConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropForeignKeyConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropForeignKeyConstraintChange

          -
          public DropForeignKeyConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBaseTableCatalogName

          -
          public String getBaseTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableCatalogName

          -
          public void setBaseTableCatalogName(String baseTableCatalogName)
          -
        • -
        - - - -
          -
        • -

          getBaseTableSchemaName

          -
          public String getBaseTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableSchemaName

          -
          public void setBaseTableSchemaName(String baseTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getBaseTableName

          -
          public String getBaseTableName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableName

          -
          public void setBaseTableName(String baseTableName)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropIndexChange.html b/javadoc/liquibase/change/core/DropIndexChange.html deleted file mode 100644 index 43d275ac0..000000000 --- a/javadoc/liquibase/change/core/DropIndexChange.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - -DropIndexChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropIndexChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropIndexChange

          -
          public DropIndexChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getIndexName

          -
          public String getIndexName()
          -
        • -
        - - - -
          -
        • -

          setIndexName

          -
          public void setIndexName(String indexName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          getAssociatedWith

          -
          public String getAssociatedWith()
          -
        • -
        - - - -
          -
        • -

          setAssociatedWith

          -
          public void setAssociatedWith(String associatedWith)
          -
        • -
        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropNotNullConstraintChange.html b/javadoc/liquibase/change/core/DropNotNullConstraintChange.html deleted file mode 100644 index af2d0db46..000000000 --- a/javadoc/liquibase/change/core/DropNotNullConstraintChange.html +++ /dev/null @@ -1,556 +0,0 @@ - - - - - - -DropNotNullConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropNotNullConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropNotNullConstraintChange

          -
          public DropNotNullConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropPrimaryKeyChange.html b/javadoc/liquibase/change/core/DropPrimaryKeyChange.html deleted file mode 100644 index a6ecf6e02..000000000 --- a/javadoc/liquibase/change/core/DropPrimaryKeyChange.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - - -DropPrimaryKeyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropPrimaryKeyChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropPrimaryKeyChange

          -
          public DropPrimaryKeyChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getDropIndex

          -
          public Boolean getDropIndex()
          -
        • -
        - - - -
          -
        • -

          setDropIndex

          -
          public void setDropIndex(Boolean dropIndex)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropProcedureChange.html b/javadoc/liquibase/change/core/DropProcedureChange.html deleted file mode 100644 index c7d23e75f..000000000 --- a/javadoc/liquibase/change/core/DropProcedureChange.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - -DropProcedureChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropProcedureChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropProcedureChange

          -
          public DropProcedureChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getProcedureName

          -
          public String getProcedureName()
          -
        • -
        - - - -
          -
        • -

          setProcedureName

          -
          public void setProcedureName(String procedureName)
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropSequenceChange.html b/javadoc/liquibase/change/core/DropSequenceChange.html deleted file mode 100644 index f2ae51be3..000000000 --- a/javadoc/liquibase/change/core/DropSequenceChange.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - -DropSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropSequenceChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropSequenceChange

          -
          public DropSequenceChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getSequenceName

          -
          public String getSequenceName()
          -
        • -
        - - - -
          -
        • -

          setSequenceName

          -
          public void setSequenceName(String sequenceName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropTableChange.html b/javadoc/liquibase/change/core/DropTableChange.html deleted file mode 100644 index 956279e59..000000000 --- a/javadoc/liquibase/change/core/DropTableChange.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - -DropTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropTableChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropTableChange

          -
          public DropTableChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          isCascadeConstraints

          -
          public Boolean isCascadeConstraints()
          -
        • -
        - - - -
          -
        • -

          setCascadeConstraints

          -
          public void setCascadeConstraints(Boolean cascadeConstraints)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropUniqueConstraintChange.html b/javadoc/liquibase/change/core/DropUniqueConstraintChange.html deleted file mode 100644 index b03ca397c..000000000 --- a/javadoc/liquibase/change/core/DropUniqueConstraintChange.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - -DropUniqueConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropUniqueConstraintChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropUniqueConstraintChange

          -
          public DropUniqueConstraintChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getUniqueColumns

          -
          public String getUniqueColumns()
          -
        • -
        - - - -
          -
        • -

          setUniqueColumns

          -
          public void setUniqueColumns(String uniqueColumns)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/DropViewChange.html b/javadoc/liquibase/change/core/DropViewChange.html deleted file mode 100644 index eebcdbcac..000000000 --- a/javadoc/liquibase/change/core/DropViewChange.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - -DropViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class DropViewChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropViewChange

          -
          public DropViewChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getViewName

          -
          public String getViewName()
          -
        • -
        - - - -
          -
        • -

          setViewName

          -
          public void setViewName(String viewName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/EmptyChange.html b/javadoc/liquibase/change/core/EmptyChange.html deleted file mode 100644 index f1bb5bd24..000000000 --- a/javadoc/liquibase/change/core/EmptyChange.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - -EmptyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class EmptyChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          EmptyChange

          -
          public EmptyChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/ExecuteShellCommandChange.html b/javadoc/liquibase/change/core/ExecuteShellCommandChange.html deleted file mode 100644 index 49b85471d..000000000 --- a/javadoc/liquibase/change/core/ExecuteShellCommandChange.html +++ /dev/null @@ -1,806 +0,0 @@ - - - - - - -ExecuteShellCommandChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class ExecuteShellCommandChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/InsertDataChange.html b/javadoc/liquibase/change/core/InsertDataChange.html deleted file mode 100644 index 6057c331f..000000000 --- a/javadoc/liquibase/change/core/InsertDataChange.html +++ /dev/null @@ -1,626 +0,0 @@ - - - - - - -InsertDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class InsertDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/LoadDataChange.LOAD_DATA_TYPE.html b/javadoc/liquibase/change/core/LoadDataChange.LOAD_DATA_TYPE.html deleted file mode 100644 index 8918c61ab..000000000 --- a/javadoc/liquibase/change/core/LoadDataChange.LOAD_DATA_TYPE.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - -LoadDataChange.LOAD_DATA_TYPE (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Enum LoadDataChange.LOAD_DATA_TYPE

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/LoadDataChange.html b/javadoc/liquibase/change/core/LoadDataChange.html deleted file mode 100644 index 77f262c4d..000000000 --- a/javadoc/liquibase/change/core/LoadDataChange.html +++ /dev/null @@ -1,1044 +0,0 @@ - - - - - - -LoadDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class LoadDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/LoadDataColumnConfig.html b/javadoc/liquibase/change/core/LoadDataColumnConfig.html deleted file mode 100644 index bd43cd2ce..000000000 --- a/javadoc/liquibase/change/core/LoadDataColumnConfig.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -LoadDataColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class LoadDataColumnConfig

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/LoadUpdateDataChange.html b/javadoc/liquibase/change/core/LoadUpdateDataChange.html deleted file mode 100644 index f445ad99a..000000000 --- a/javadoc/liquibase/change/core/LoadUpdateDataChange.html +++ /dev/null @@ -1,553 +0,0 @@ - - - - - - -LoadUpdateDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class LoadUpdateDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/MergeColumnChange.html b/javadoc/liquibase/change/core/MergeColumnChange.html deleted file mode 100644 index 2c87b2ef5..000000000 --- a/javadoc/liquibase/change/core/MergeColumnChange.html +++ /dev/null @@ -1,637 +0,0 @@ - - - - - - -MergeColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class MergeColumnChange

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Change, LiquibaseSerializable
      -
      -
      -
      -
      public class MergeColumnChange
      -extends AbstractChange
      -
      Combines data from two existing columns into a new column and drops the original columns.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/ModifyDataTypeChange.html b/javadoc/liquibase/change/core/ModifyDataTypeChange.html deleted file mode 100644 index 632cd5132..000000000 --- a/javadoc/liquibase/change/core/ModifyDataTypeChange.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - -ModifyDataTypeChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class ModifyDataTypeChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/OutputChange.html b/javadoc/liquibase/change/core/OutputChange.html deleted file mode 100644 index 53c8529a4..000000000 --- a/javadoc/liquibase/change/core/OutputChange.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - -OutputChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class OutputChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/RawSQLChange.html b/javadoc/liquibase/change/core/RawSQLChange.html deleted file mode 100644 index 80522f64a..000000000 --- a/javadoc/liquibase/change/core/RawSQLChange.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - -RawSQLChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class RawSQLChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/RenameColumnChange.html b/javadoc/liquibase/change/core/RenameColumnChange.html deleted file mode 100644 index a7df56d23..000000000 --- a/javadoc/liquibase/change/core/RenameColumnChange.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - - -RenameColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class RenameColumnChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameColumnChange

          -
          public RenameColumnChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getOldColumnName

          -
          public String getOldColumnName()
          -
        • -
        - - - -
          -
        • -

          setOldColumnName

          -
          public void setOldColumnName(String oldColumnName)
          -
        • -
        - - - -
          -
        • -

          getNewColumnName

          -
          public String getNewColumnName()
          -
        • -
        - - - -
          -
        • -

          setNewColumnName

          -
          public void setNewColumnName(String newColumnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        - - - -
          -
        • -

          setRemarks

          -
          public void setRemarks(String remarks)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/RenameSequenceChange.html b/javadoc/liquibase/change/core/RenameSequenceChange.html deleted file mode 100644 index 153996808..000000000 --- a/javadoc/liquibase/change/core/RenameSequenceChange.html +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - -RenameSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class RenameSequenceChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameSequenceChange

          -
          public RenameSequenceChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getOldSequenceName

          -
          public String getOldSequenceName()
          -
        • -
        - - - -
          -
        • -

          setOldSequenceName

          -
          public void setOldSequenceName(String oldSequenceName)
          -
        • -
        - - - -
          -
        • -

          getNewSequenceName

          -
          public String getNewSequenceName()
          -
        • -
        - - - -
          -
        • -

          setNewSequenceName

          -
          public void setNewSequenceName(String newSequenceName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/RenameTableChange.html b/javadoc/liquibase/change/core/RenameTableChange.html deleted file mode 100644 index 986d3dfa3..000000000 --- a/javadoc/liquibase/change/core/RenameTableChange.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - -RenameTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class RenameTableChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameTableChange

          -
          public RenameTableChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getOldTableName

          -
          public String getOldTableName()
          -
        • -
        - - - -
          -
        • -

          setOldTableName

          -
          public void setOldTableName(String oldTableName)
          -
        • -
        - - - -
          -
        • -

          getNewTableName

          -
          public String getNewTableName()
          -
        • -
        - - - -
          -
        • -

          setNewTableName

          -
          public void setNewTableName(String newTableName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/RenameViewChange.html b/javadoc/liquibase/change/core/RenameViewChange.html deleted file mode 100644 index acce03a7d..000000000 --- a/javadoc/liquibase/change/core/RenameViewChange.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - -RenameViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class RenameViewChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameViewChange

          -
          public RenameViewChange()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          setCatalogName

          -
          public void setCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getOldViewName

          -
          public String getOldViewName()
          -
        • -
        - - - -
          -
        • -

          setOldViewName

          -
          public void setOldViewName(String oldViewName)
          -
        • -
        - - - -
          -
        • -

          getNewViewName

          -
          public String getNewViewName()
          -
        • -
        - - - -
          -
        • -

          setNewViewName

          -
          public void setNewViewName(String newViewName)
          -
        • -
        - - - -
          -
        • -

          generateStatements

          -
          public SqlStatement[] generateStatements(Database database)
          -
          Description copied from interface: Change
          -
          Generates the SqlStatement objects required to run the change for the given database. -

          - NOTE: This method may be called multiple times throughout the changelog execution process and may be called in documentation generation and other integration points as well. -

          - If this method reads from the current database state or uses any other logic that will be affected by whether previous changeSets have ran or not, you must return true from Change.generateStatementsVolatile(liquibase.database.Database).
          -
        • -
        - - - -
          -
        • -

          createInverses

          -
          protected Change[] createInverses()
          -
          Description copied from class: AbstractChange
          -
          Create inverse changes that can roll back this change. This method is intended - to be overriden by Change implementations that have a logical inverse operation. Default implementation - returns null. -

          - If AbstractChange.generateRollbackStatements(liquibase.database.Database) is overridden, this method may not be called.

          -
          -
          Overrides:
          -
          createInverses in class AbstractChange
          -
          Returns:
          -
          Return null if there is no corresponding inverse and therefore automatic rollback is not possible. - Return an empty array to have a no-op rollback.
          -
          See Also:
          -
          #supportsRollback
          -
          -
        • -
        - - - -
          -
        • -

          checkStatus

          -
          public ChangeStatus checkStatus(Database database)
          -
          Description copied from interface: Change
          -
          Validate that this change executed successfully against the given database. This will check that the update completed at a high level plus check details of the change. - For example, a change to add a column will check that the column exists plus data type, default values, etc.
          -
          -
          Specified by:
          -
          checkStatus in interface Change
          -
          Overrides:
          -
          checkStatus in class AbstractChange
          -
          -
        • -
        - - - -
          -
        • -

          getConfirmationMessage

          -
          public String getConfirmationMessage()
          -
          Description copied from interface: Change
          -
          Confirmation message to be displayed after the change is executed. Should include relevant configuration settings to make it as helpful as possible. - This method may be called outside the changelog execution process, such as in documentation generation.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/SQLFileChange.html b/javadoc/liquibase/change/core/SQLFileChange.html deleted file mode 100644 index 80b65a532..000000000 --- a/javadoc/liquibase/change/core/SQLFileChange.html +++ /dev/null @@ -1,655 +0,0 @@ - - - - - - -SQLFileChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class SQLFileChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/SetColumnRemarksChange.html b/javadoc/liquibase/change/core/SetColumnRemarksChange.html deleted file mode 100644 index 763190f5a..000000000 --- a/javadoc/liquibase/change/core/SetColumnRemarksChange.html +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - -SetColumnRemarksChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class SetColumnRemarksChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/SetTableRemarksChange.html b/javadoc/liquibase/change/core/SetTableRemarksChange.html deleted file mode 100644 index f556f629d..000000000 --- a/javadoc/liquibase/change/core/SetTableRemarksChange.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - - -SetTableRemarksChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class SetTableRemarksChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/StopChange.StopChangeException.html b/javadoc/liquibase/change/core/StopChange.StopChangeException.html deleted file mode 100644 index 604a5b5bf..000000000 --- a/javadoc/liquibase/change/core/StopChange.StopChangeException.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -StopChange.StopChangeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class StopChange.StopChangeException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StopChangeException

          -
          public StopChangeException(String message)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/StopChange.html b/javadoc/liquibase/change/core/StopChange.html deleted file mode 100644 index 44cf12c5a..000000000 --- a/javadoc/liquibase/change/core/StopChange.html +++ /dev/null @@ -1,458 +0,0 @@ - - - - - - -StopChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class StopChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/TagDatabaseChange.html b/javadoc/liquibase/change/core/TagDatabaseChange.html deleted file mode 100644 index 2399ab227..000000000 --- a/javadoc/liquibase/change/core/TagDatabaseChange.html +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - -TagDatabaseChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class TagDatabaseChange

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TagDatabaseChange

          -
          public TagDatabaseChange()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/UpdateDataChange.html b/javadoc/liquibase/change/core/UpdateDataChange.html deleted file mode 100644 index 829f5c685..000000000 --- a/javadoc/liquibase/change/core/UpdateDataChange.html +++ /dev/null @@ -1,550 +0,0 @@ - - - - - - -UpdateDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.core
    -

    Class UpdateDataChange

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AbstractModifyDataChange.html b/javadoc/liquibase/change/core/class-use/AbstractModifyDataChange.html deleted file mode 100644 index 1d770efa0..000000000 --- a/javadoc/liquibase/change/core/class-use/AbstractModifyDataChange.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AbstractModifyDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AbstractModifyDataChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddAutoIncrementChange.html b/javadoc/liquibase/change/core/class-use/AddAutoIncrementChange.html deleted file mode 100644 index 6c797c978..000000000 --- a/javadoc/liquibase/change/core/class-use/AddAutoIncrementChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddAutoIncrementChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddAutoIncrementChange

    -
    -
    No usage of liquibase.change.core.AddAutoIncrementChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddColumnChange.html b/javadoc/liquibase/change/core/class-use/AddColumnChange.html deleted file mode 100644 index 9ad18940c..000000000 --- a/javadoc/liquibase/change/core/class-use/AddColumnChange.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddColumnChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddDefaultValueChange.html b/javadoc/liquibase/change/core/class-use/AddDefaultValueChange.html deleted file mode 100644 index 3d6189e1a..000000000 --- a/javadoc/liquibase/change/core/class-use/AddDefaultValueChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddDefaultValueChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddDefaultValueChange

    -
    -
    No usage of liquibase.change.core.AddDefaultValueChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddForeignKeyConstraintChange.html b/javadoc/liquibase/change/core/class-use/AddForeignKeyConstraintChange.html deleted file mode 100644 index 19583c25b..000000000 --- a/javadoc/liquibase/change/core/class-use/AddForeignKeyConstraintChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddForeignKeyConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddForeignKeyConstraintChange

    -
    -
    No usage of liquibase.change.core.AddForeignKeyConstraintChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddLookupTableChange.html b/javadoc/liquibase/change/core/class-use/AddLookupTableChange.html deleted file mode 100644 index f51a96615..000000000 --- a/javadoc/liquibase/change/core/class-use/AddLookupTableChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddLookupTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddLookupTableChange

    -
    -
    No usage of liquibase.change.core.AddLookupTableChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddNotNullConstraintChange.html b/javadoc/liquibase/change/core/class-use/AddNotNullConstraintChange.html deleted file mode 100644 index 1f63a4628..000000000 --- a/javadoc/liquibase/change/core/class-use/AddNotNullConstraintChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddNotNullConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddNotNullConstraintChange

    -
    -
    No usage of liquibase.change.core.AddNotNullConstraintChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddPrimaryKeyChange.html b/javadoc/liquibase/change/core/class-use/AddPrimaryKeyChange.html deleted file mode 100644 index d7a174923..000000000 --- a/javadoc/liquibase/change/core/class-use/AddPrimaryKeyChange.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddPrimaryKeyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddPrimaryKeyChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AddUniqueConstraintChange.html b/javadoc/liquibase/change/core/class-use/AddUniqueConstraintChange.html deleted file mode 100644 index 2587832d1..000000000 --- a/javadoc/liquibase/change/core/class-use/AddUniqueConstraintChange.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AddUniqueConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AddUniqueConstraintChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/AlterSequenceChange.html b/javadoc/liquibase/change/core/class-use/AlterSequenceChange.html deleted file mode 100644 index 060d6ebd2..000000000 --- a/javadoc/liquibase/change/core/class-use/AlterSequenceChange.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.AlterSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.AlterSequenceChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/CreateIndexChange.html b/javadoc/liquibase/change/core/class-use/CreateIndexChange.html deleted file mode 100644 index e6b6b64d4..000000000 --- a/javadoc/liquibase/change/core/class-use/CreateIndexChange.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.CreateIndexChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.CreateIndexChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/CreateProcedureChange.html b/javadoc/liquibase/change/core/class-use/CreateProcedureChange.html deleted file mode 100644 index 7254419a9..000000000 --- a/javadoc/liquibase/change/core/class-use/CreateProcedureChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.CreateProcedureChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.CreateProcedureChange

    -
    -
    No usage of liquibase.change.core.CreateProcedureChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/CreateSequenceChange.html b/javadoc/liquibase/change/core/class-use/CreateSequenceChange.html deleted file mode 100644 index ae4b81afd..000000000 --- a/javadoc/liquibase/change/core/class-use/CreateSequenceChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.CreateSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.CreateSequenceChange

    -
    -
    No usage of liquibase.change.core.CreateSequenceChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/CreateTableChange.html b/javadoc/liquibase/change/core/class-use/CreateTableChange.html deleted file mode 100644 index 67a8a5688..000000000 --- a/javadoc/liquibase/change/core/class-use/CreateTableChange.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.CreateTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.CreateTableChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/CreateViewChange.html b/javadoc/liquibase/change/core/class-use/CreateViewChange.html deleted file mode 100644 index 9e2ea21a5..000000000 --- a/javadoc/liquibase/change/core/class-use/CreateViewChange.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.CreateViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.CreateViewChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DeleteDataChange.html b/javadoc/liquibase/change/core/class-use/DeleteDataChange.html deleted file mode 100644 index bb7270e9e..000000000 --- a/javadoc/liquibase/change/core/class-use/DeleteDataChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DeleteDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DeleteDataChange

    -
    -
    No usage of liquibase.change.core.DeleteDataChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropAllForeignKeyConstraintsChange.html b/javadoc/liquibase/change/core/class-use/DropAllForeignKeyConstraintsChange.html deleted file mode 100644 index 274325942..000000000 --- a/javadoc/liquibase/change/core/class-use/DropAllForeignKeyConstraintsChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropAllForeignKeyConstraintsChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropAllForeignKeyConstraintsChange

    -
    -
    No usage of liquibase.change.core.DropAllForeignKeyConstraintsChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropColumnChange.html b/javadoc/liquibase/change/core/class-use/DropColumnChange.html deleted file mode 100644 index 742a9aed4..000000000 --- a/javadoc/liquibase/change/core/class-use/DropColumnChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropColumnChange

    -
    -
    No usage of liquibase.change.core.DropColumnChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropDefaultValueChange.html b/javadoc/liquibase/change/core/class-use/DropDefaultValueChange.html deleted file mode 100644 index bba10f584..000000000 --- a/javadoc/liquibase/change/core/class-use/DropDefaultValueChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropDefaultValueChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropDefaultValueChange

    -
    -
    No usage of liquibase.change.core.DropDefaultValueChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropForeignKeyConstraintChange.html b/javadoc/liquibase/change/core/class-use/DropForeignKeyConstraintChange.html deleted file mode 100644 index ba9842d73..000000000 --- a/javadoc/liquibase/change/core/class-use/DropForeignKeyConstraintChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropForeignKeyConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropForeignKeyConstraintChange

    -
    -
    No usage of liquibase.change.core.DropForeignKeyConstraintChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropIndexChange.html b/javadoc/liquibase/change/core/class-use/DropIndexChange.html deleted file mode 100644 index e810d6785..000000000 --- a/javadoc/liquibase/change/core/class-use/DropIndexChange.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropIndexChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropIndexChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropNotNullConstraintChange.html b/javadoc/liquibase/change/core/class-use/DropNotNullConstraintChange.html deleted file mode 100644 index c20f353b9..000000000 --- a/javadoc/liquibase/change/core/class-use/DropNotNullConstraintChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropNotNullConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropNotNullConstraintChange

    -
    -
    No usage of liquibase.change.core.DropNotNullConstraintChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropPrimaryKeyChange.html b/javadoc/liquibase/change/core/class-use/DropPrimaryKeyChange.html deleted file mode 100644 index dd844314a..000000000 --- a/javadoc/liquibase/change/core/class-use/DropPrimaryKeyChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropPrimaryKeyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropPrimaryKeyChange

    -
    -
    No usage of liquibase.change.core.DropPrimaryKeyChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropProcedureChange.html b/javadoc/liquibase/change/core/class-use/DropProcedureChange.html deleted file mode 100644 index 350d4eb8d..000000000 --- a/javadoc/liquibase/change/core/class-use/DropProcedureChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropProcedureChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropProcedureChange

    -
    -
    No usage of liquibase.change.core.DropProcedureChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropSequenceChange.html b/javadoc/liquibase/change/core/class-use/DropSequenceChange.html deleted file mode 100644 index 85b5eaed1..000000000 --- a/javadoc/liquibase/change/core/class-use/DropSequenceChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropSequenceChange

    -
    -
    No usage of liquibase.change.core.DropSequenceChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropTableChange.html b/javadoc/liquibase/change/core/class-use/DropTableChange.html deleted file mode 100644 index fba6cc8db..000000000 --- a/javadoc/liquibase/change/core/class-use/DropTableChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropTableChange

    -
    -
    No usage of liquibase.change.core.DropTableChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropUniqueConstraintChange.html b/javadoc/liquibase/change/core/class-use/DropUniqueConstraintChange.html deleted file mode 100644 index 279bd4661..000000000 --- a/javadoc/liquibase/change/core/class-use/DropUniqueConstraintChange.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropUniqueConstraintChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropUniqueConstraintChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/DropViewChange.html b/javadoc/liquibase/change/core/class-use/DropViewChange.html deleted file mode 100644 index c5e66103c..000000000 --- a/javadoc/liquibase/change/core/class-use/DropViewChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.DropViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.DropViewChange

    -
    -
    No usage of liquibase.change.core.DropViewChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/EmptyChange.html b/javadoc/liquibase/change/core/class-use/EmptyChange.html deleted file mode 100644 index 909eaf8ea..000000000 --- a/javadoc/liquibase/change/core/class-use/EmptyChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.EmptyChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.EmptyChange

    -
    -
    No usage of liquibase.change.core.EmptyChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/ExecuteShellCommandChange.html b/javadoc/liquibase/change/core/class-use/ExecuteShellCommandChange.html deleted file mode 100644 index e5dfbf745..000000000 --- a/javadoc/liquibase/change/core/class-use/ExecuteShellCommandChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.ExecuteShellCommandChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.ExecuteShellCommandChange

    -
    -
    No usage of liquibase.change.core.ExecuteShellCommandChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/InsertDataChange.html b/javadoc/liquibase/change/core/class-use/InsertDataChange.html deleted file mode 100644 index b15329009..000000000 --- a/javadoc/liquibase/change/core/class-use/InsertDataChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.InsertDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.InsertDataChange

    -
    -
    No usage of liquibase.change.core.InsertDataChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/LoadDataChange.LOAD_DATA_TYPE.html b/javadoc/liquibase/change/core/class-use/LoadDataChange.LOAD_DATA_TYPE.html deleted file mode 100644 index aebb7630e..000000000 --- a/javadoc/liquibase/change/core/class-use/LoadDataChange.LOAD_DATA_TYPE.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/LoadDataChange.html b/javadoc/liquibase/change/core/class-use/LoadDataChange.html deleted file mode 100644 index d77e0e617..000000000 --- a/javadoc/liquibase/change/core/class-use/LoadDataChange.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.LoadDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.LoadDataChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/LoadDataColumnConfig.html b/javadoc/liquibase/change/core/class-use/LoadDataColumnConfig.html deleted file mode 100644 index 06a71bb33..000000000 --- a/javadoc/liquibase/change/core/class-use/LoadDataColumnConfig.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.LoadDataColumnConfig (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.LoadDataColumnConfig

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/LoadUpdateDataChange.html b/javadoc/liquibase/change/core/class-use/LoadUpdateDataChange.html deleted file mode 100644 index 76fe95fc2..000000000 --- a/javadoc/liquibase/change/core/class-use/LoadUpdateDataChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.LoadUpdateDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.LoadUpdateDataChange

    -
    -
    No usage of liquibase.change.core.LoadUpdateDataChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/MergeColumnChange.html b/javadoc/liquibase/change/core/class-use/MergeColumnChange.html deleted file mode 100644 index 38603ef6c..000000000 --- a/javadoc/liquibase/change/core/class-use/MergeColumnChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.MergeColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.MergeColumnChange

    -
    -
    No usage of liquibase.change.core.MergeColumnChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/ModifyDataTypeChange.html b/javadoc/liquibase/change/core/class-use/ModifyDataTypeChange.html deleted file mode 100644 index 9f0364b58..000000000 --- a/javadoc/liquibase/change/core/class-use/ModifyDataTypeChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.ModifyDataTypeChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.ModifyDataTypeChange

    -
    -
    No usage of liquibase.change.core.ModifyDataTypeChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/OutputChange.html b/javadoc/liquibase/change/core/class-use/OutputChange.html deleted file mode 100644 index 11662abed..000000000 --- a/javadoc/liquibase/change/core/class-use/OutputChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.OutputChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.OutputChange

    -
    -
    No usage of liquibase.change.core.OutputChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/RawSQLChange.html b/javadoc/liquibase/change/core/class-use/RawSQLChange.html deleted file mode 100644 index 67486a77e..000000000 --- a/javadoc/liquibase/change/core/class-use/RawSQLChange.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.RawSQLChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.RawSQLChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/RenameColumnChange.html b/javadoc/liquibase/change/core/class-use/RenameColumnChange.html deleted file mode 100644 index d13f999ee..000000000 --- a/javadoc/liquibase/change/core/class-use/RenameColumnChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.RenameColumnChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.RenameColumnChange

    -
    -
    No usage of liquibase.change.core.RenameColumnChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/RenameSequenceChange.html b/javadoc/liquibase/change/core/class-use/RenameSequenceChange.html deleted file mode 100644 index 84fa13a14..000000000 --- a/javadoc/liquibase/change/core/class-use/RenameSequenceChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.RenameSequenceChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.RenameSequenceChange

    -
    -
    No usage of liquibase.change.core.RenameSequenceChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/RenameTableChange.html b/javadoc/liquibase/change/core/class-use/RenameTableChange.html deleted file mode 100644 index f90c45207..000000000 --- a/javadoc/liquibase/change/core/class-use/RenameTableChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.RenameTableChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.RenameTableChange

    -
    -
    No usage of liquibase.change.core.RenameTableChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/RenameViewChange.html b/javadoc/liquibase/change/core/class-use/RenameViewChange.html deleted file mode 100644 index c3ef3d754..000000000 --- a/javadoc/liquibase/change/core/class-use/RenameViewChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.RenameViewChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.RenameViewChange

    -
    -
    No usage of liquibase.change.core.RenameViewChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/SQLFileChange.html b/javadoc/liquibase/change/core/class-use/SQLFileChange.html deleted file mode 100644 index a7f98ea32..000000000 --- a/javadoc/liquibase/change/core/class-use/SQLFileChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.SQLFileChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.SQLFileChange

    -
    -
    No usage of liquibase.change.core.SQLFileChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/SetColumnRemarksChange.html b/javadoc/liquibase/change/core/class-use/SetColumnRemarksChange.html deleted file mode 100644 index d28cb29d4..000000000 --- a/javadoc/liquibase/change/core/class-use/SetColumnRemarksChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.SetColumnRemarksChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.SetColumnRemarksChange

    -
    -
    No usage of liquibase.change.core.SetColumnRemarksChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/SetTableRemarksChange.html b/javadoc/liquibase/change/core/class-use/SetTableRemarksChange.html deleted file mode 100644 index 7fa9ec130..000000000 --- a/javadoc/liquibase/change/core/class-use/SetTableRemarksChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.SetTableRemarksChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.SetTableRemarksChange

    -
    -
    No usage of liquibase.change.core.SetTableRemarksChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/StopChange.StopChangeException.html b/javadoc/liquibase/change/core/class-use/StopChange.StopChangeException.html deleted file mode 100644 index 3c5292e80..000000000 --- a/javadoc/liquibase/change/core/class-use/StopChange.StopChangeException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.StopChange.StopChangeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.StopChange.StopChangeException

    -
    -
    No usage of liquibase.change.core.StopChange.StopChangeException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/StopChange.html b/javadoc/liquibase/change/core/class-use/StopChange.html deleted file mode 100644 index aac7fa787..000000000 --- a/javadoc/liquibase/change/core/class-use/StopChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.StopChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.StopChange

    -
    -
    No usage of liquibase.change.core.StopChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/TagDatabaseChange.html b/javadoc/liquibase/change/core/class-use/TagDatabaseChange.html deleted file mode 100644 index 66e3d328e..000000000 --- a/javadoc/liquibase/change/core/class-use/TagDatabaseChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.TagDatabaseChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.TagDatabaseChange

    -
    -
    No usage of liquibase.change.core.TagDatabaseChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/class-use/UpdateDataChange.html b/javadoc/liquibase/change/core/class-use/UpdateDataChange.html deleted file mode 100644 index 1d11bb7b6..000000000 --- a/javadoc/liquibase/change/core/class-use/UpdateDataChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.change.core.UpdateDataChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.core.UpdateDataChange

    -
    -
    No usage of liquibase.change.core.UpdateDataChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/package-frame.html b/javadoc/liquibase/change/core/package-frame.html deleted file mode 100644 index 06c2d0c63..000000000 --- a/javadoc/liquibase/change/core/package-frame.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -liquibase.change.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.change.core

    - - - diff --git a/javadoc/liquibase/change/core/package-summary.html b/javadoc/liquibase/change/core/package-summary.html deleted file mode 100644 index e631b24a4..000000000 --- a/javadoc/liquibase/change/core/package-summary.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -liquibase.change.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.change.core

    -
    -
    Technically, a Change expresses an intention for alter the structure of the Database.
    -
    -

    See: Description

    -
    -
    - - - - -

    Package liquibase.change.core Description

    -
    Technically, a Change expresses an intention for alter the structure of the Database. An example would be: - "Drop all foreign keys from a table". However, it abstracts from the way this is actually archieved: While one - DBMS might provide a syntax for that (maybe something like "ALTER TABLE myTable DROP ALL FOREIGN KEYS"), others - do not have a 1:1 translation and need to perform the change in several steps (e.g. enumerating all foreign keys - and then dropping them one-by-one).

    -

    - This package contains all the possible basic Changes that should be possible with every DBMS supported by - Liquibase. Most classes here extend the AbstractChange class that provides the general - frame for the Change.

    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/package-tree.html b/javadoc/liquibase/change/core/package-tree.html deleted file mode 100644 index 5f0feccd3..000000000 --- a/javadoc/liquibase/change/core/package-tree.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -liquibase.change.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.change.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/core/package-use.html b/javadoc/liquibase/change/core/package-use.html deleted file mode 100644 index 20829c313..000000000 --- a/javadoc/liquibase/change/core/package-use.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -Uses of Package liquibase.change.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.change.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomChange.html b/javadoc/liquibase/change/custom/CustomChange.html deleted file mode 100644 index 879966411..000000000 --- a/javadoc/liquibase/change/custom/CustomChange.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -CustomChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Interface CustomChange

    -
    -
    -
    -
      -
    • -
      -
      All Known Subinterfaces:
      -
      CustomSqlChange, CustomTaskChange
      -
      -
      -
      -
      public interface CustomChange
      -
      Interface to implement when creating a custom change. Actual custom changes implementations need to - implement CustomSqlChange or CustomTaskChange. -

      - See http://www.liquibase.org/manual/custom_refactoring_class for more information.
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        StringgetConfirmationMessage() -
        Confirmation message to be displayed after the change is executed
        -
        voidsetFileOpener(ResourceAccessor resourceAccessor) -
        Sets the fileOpener that should be used for any file loading and resource - finding for files that are provided by the user.
        -
        voidsetUp() -
        This method will be called after the no arg constructor and all of the - properties have been set to allow the task to do any heavy tasks or - more importantly generate any exceptions to report to the user about - the settings provided.
        -
        ValidationErrorsvalidate(Database database) -
        Tests that the change is configured correctly before attempting to execute it.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getConfirmationMessage

          -
          String getConfirmationMessage()
          -
          Confirmation message to be displayed after the change is executed
          -
          -
          Returns:
          -
          a String containing the message after the change is executed
          -
          -
        • -
        - - - -
          -
        • -

          setUp

          -
          void setUp()
          -    throws SetupException
          -
          This method will be called after the no arg constructor and all of the - properties have been set to allow the task to do any heavy tasks or - more importantly generate any exceptions to report to the user about - the settings provided.
          -
          -
          Throws:
          -
          SetupException
          -
          -
        • -
        - - - -
          -
        • -

          setFileOpener

          -
          void setFileOpener(ResourceAccessor resourceAccessor)
          -
          Sets the fileOpener that should be used for any file loading and resource - finding for files that are provided by the user.
          -
        • -
        - - - -
          -
        • -

          validate

          -
          ValidationErrors validate(Database database)
          -
          Tests that the change is configured correctly before attempting to execute it.
          -
          -
          Parameters:
          -
          database - The database the change will be ran against
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomChangeWrapper.html b/javadoc/liquibase/change/custom/CustomChangeWrapper.html deleted file mode 100644 index ad83feb11..000000000 --- a/javadoc/liquibase/change/custom/CustomChangeWrapper.html +++ /dev/null @@ -1,743 +0,0 @@ - - - - - - -CustomChangeWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Class CustomChangeWrapper

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomSqlChange.html b/javadoc/liquibase/change/custom/CustomSqlChange.html deleted file mode 100644 index f4c02b861..000000000 --- a/javadoc/liquibase/change/custom/CustomSqlChange.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - -CustomSqlChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Interface CustomSqlChange

    -
    -
    -
    -
      -
    • -
      -
      All Superinterfaces:
      -
      CustomChange
      -
      -
      -
      -
      public interface CustomSqlChange
      -extends CustomChange
      -
      Interface to implement when creating a custom change that generates SQL. When updating a database, - implementing this interface is preferred over CustomTaskChange because the SQL can either be executed - directly or saved to a text file for later use depending on the migration mode used. To allow - the change to be rolled back, also implement the CustomSqlRollback interface. If your change requires sql-based - logic and non-sql-based logic, it is best to create a change set that contains a mix of CustomSqlChange and CustomTaskChange calls.
      -
      -
      See Also:
      -
      CustomSqlRollback, -CustomTaskChange
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomSqlRollback.html b/javadoc/liquibase/change/custom/CustomSqlRollback.html deleted file mode 100644 index b4daaae9d..000000000 --- a/javadoc/liquibase/change/custom/CustomSqlRollback.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - -CustomSqlRollback (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Interface CustomSqlRollback

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface CustomSqlRollback
      -
      Interface to implement that allows rollback of a custom sql change.
      -
      -
      See Also:
      -
      CustomSqlChange
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomTaskChange.html b/javadoc/liquibase/change/custom/CustomTaskChange.html deleted file mode 100644 index b1c0789b0..000000000 --- a/javadoc/liquibase/change/custom/CustomTaskChange.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -CustomTaskChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Interface CustomTaskChange

    -
    -
    -
    -
      -
    • -
      -
      All Superinterfaces:
      -
      CustomChange
      -
      -
      -
      -
      public interface CustomTaskChange
      -extends CustomChange
      -
      Interface to implement when creating a custom change that does not actually generate SQL. - If you are updating a database through SQL, implementing CustomSqlChange is preferred because the SQL can either be executed - directly or saved to a text file for later use depending on the migration mode used. - To allow the change to be rolled back, also implement the CustomTaskRollback interface. - If your change requires sql-based logic and non-sql-based logic, it is best to create a change set that contains a mix of CustomSqlChange and CustomTaskChange calls.
      -
      -
      See Also:
      -
      CustomTaskRollback, -CustomSqlChange
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/CustomTaskRollback.html b/javadoc/liquibase/change/custom/CustomTaskRollback.html deleted file mode 100644 index b83972c26..000000000 --- a/javadoc/liquibase/change/custom/CustomTaskRollback.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - -CustomTaskRollback (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.change.custom
    -

    Interface CustomTaskRollback

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface CustomTaskRollback
      -
      Interface to implement that allows rollback of a custom task change.
      -
      -
      See Also:
      -
      CustomTaskChange
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomChange.html b/javadoc/liquibase/change/custom/class-use/CustomChange.html deleted file mode 100644 index 8d96150ef..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomChange.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.custom.CustomChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.custom.CustomChange

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomChangeWrapper.html b/javadoc/liquibase/change/custom/class-use/CustomChangeWrapper.html deleted file mode 100644 index 5d99ee45c..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomChangeWrapper.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -Uses of Class liquibase.change.custom.CustomChangeWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.change.custom.CustomChangeWrapper

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomSqlChange.html b/javadoc/liquibase/change/custom/class-use/CustomSqlChange.html deleted file mode 100644 index 62e2a851d..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomSqlChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.custom.CustomSqlChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.custom.CustomSqlChange

    -
    -
    No usage of liquibase.change.custom.CustomSqlChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomSqlRollback.html b/javadoc/liquibase/change/custom/class-use/CustomSqlRollback.html deleted file mode 100644 index 3af80ad9a..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomSqlRollback.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.custom.CustomSqlRollback (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.custom.CustomSqlRollback

    -
    -
    No usage of liquibase.change.custom.CustomSqlRollback
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomTaskChange.html b/javadoc/liquibase/change/custom/class-use/CustomTaskChange.html deleted file mode 100644 index dadceb6c1..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomTaskChange.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.custom.CustomTaskChange (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.custom.CustomTaskChange

    -
    -
    No usage of liquibase.change.custom.CustomTaskChange
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/class-use/CustomTaskRollback.html b/javadoc/liquibase/change/custom/class-use/CustomTaskRollback.html deleted file mode 100644 index df4100a03..000000000 --- a/javadoc/liquibase/change/custom/class-use/CustomTaskRollback.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.change.custom.CustomTaskRollback (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.change.custom.CustomTaskRollback

    -
    -
    No usage of liquibase.change.custom.CustomTaskRollback
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/package-frame.html b/javadoc/liquibase/change/custom/package-frame.html deleted file mode 100644 index 03961de6b..000000000 --- a/javadoc/liquibase/change/custom/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -liquibase.change.custom (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.change.custom

    - - - diff --git a/javadoc/liquibase/change/custom/package-summary.html b/javadoc/liquibase/change/custom/package-summary.html deleted file mode 100644 index fbdd87a2b..000000000 --- a/javadoc/liquibase/change/custom/package-summary.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -liquibase.change.custom (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.change.custom

    -
    -
    Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create - your own custom refactoring class.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      CustomChange -
      Interface to implement when creating a custom change.
      -
      CustomSqlChange -
      Interface to implement when creating a custom change that generates SQL.
      -
      CustomSqlRollback -
      Interface to implement that allows rollback of a custom sql change.
      -
      CustomTaskChange -
      Interface to implement when creating a custom change that does not actually generate SQL.
      -
      CustomTaskRollback -
      Interface to implement that allows rollback of a custom task change.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      CustomChangeWrapper -
      Adapts CustomChange implementations to the standard change system used by Liquibase.
      -
      -
    • -
    - - - -

    Package liquibase.change.custom Description

    -
    Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create - your own custom refactoring class.

    -

    - To create your own custom refactoring, simply create a class that implements the - CustomSqlChange or CustomTaskChange interface and - use the <custom> tag in your change set.

    -

    - If your change can be rolled back, implement the CustomSqlRollback interface as - well.

    -

    - For a sample custom change class, see liquibase.change.custom.ExampleCustomSqlChange in the test sources.

    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/package-tree.html b/javadoc/liquibase/change/custom/package-tree.html deleted file mode 100644 index 907efd4e2..000000000 --- a/javadoc/liquibase/change/custom/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -liquibase.change.custom Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.change.custom

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/custom/package-use.html b/javadoc/liquibase/change/custom/package-use.html deleted file mode 100644 index a7776bcc9..000000000 --- a/javadoc/liquibase/change/custom/package-use.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Uses of Package liquibase.change.custom (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.change.custom

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/package-frame.html b/javadoc/liquibase/change/package-frame.html deleted file mode 100644 index 39048fc8a..000000000 --- a/javadoc/liquibase/change/package-frame.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - -liquibase.change (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.change

    - - - diff --git a/javadoc/liquibase/change/package-summary.html b/javadoc/liquibase/change/package-summary.html deleted file mode 100644 index 0cd027d08..000000000 --- a/javadoc/liquibase/change/package-summary.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -liquibase.change (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.change

    -
    -
    The change package contains the available database "changes".
    -
    -

    See: Description

    -
    -
    - - - - -

    Package liquibase.change Description

    -
    The change package contains the available database "changes". "Change" was chosen as a term over "refactoring" - because refactoring should technically result in the same functionality whereas the database changes do affect - functionality. -

    - Liquibase ships with a set of changes that range from low-level create table style changes to higher level - "introduce lookup table" style changes, but additional custom changes can be added via by creating new - Change implementations and including them in the classpath.
    -
    -
    See Also:
    -
    http://liquibase.org/extensions
    -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/package-tree.html b/javadoc/liquibase/change/package-tree.html deleted file mode 100644 index 86c640cbc..000000000 --- a/javadoc/liquibase/change/package-tree.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -liquibase.change Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.change

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Annotation Type Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/change/package-use.html b/javadoc/liquibase/change/package-use.html deleted file mode 100644 index 694e7684c..000000000 --- a/javadoc/liquibase/change/package-use.html +++ /dev/null @@ -1,723 +0,0 @@ - - - - - - -Uses of Package liquibase.change (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.change

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/AbstractChangeLogHistoryService.html b/javadoc/liquibase/changelog/AbstractChangeLogHistoryService.html deleted file mode 100644 index 775e1e7bc..000000000 --- a/javadoc/liquibase/changelog/AbstractChangeLogHistoryService.html +++ /dev/null @@ -1,512 +0,0 @@ - - - - - - -AbstractChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class AbstractChangeLogHistoryService

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.AbstractChangeLogHistoryService
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogChild.html b/javadoc/liquibase/changelog/ChangeLogChild.html deleted file mode 100644 index 4c7e8737a..000000000 --- a/javadoc/liquibase/changelog/ChangeLogChild.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - -ChangeLogChild (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Interface ChangeLogChild

    -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogHistoryService.html b/javadoc/liquibase/changelog/ChangeLogHistoryService.html deleted file mode 100644 index c2e1ba0fc..000000000 --- a/javadoc/liquibase/changelog/ChangeLogHistoryService.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - -ChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Interface ChangeLogHistoryService

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogHistoryServiceFactory.html b/javadoc/liquibase/changelog/ChangeLogHistoryServiceFactory.html deleted file mode 100644 index 5000cf943..000000000 --- a/javadoc/liquibase/changelog/ChangeLogHistoryServiceFactory.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -ChangeLogHistoryServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogHistoryServiceFactory

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.ChangeLogHistoryServiceFactory
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class ChangeLogHistoryServiceFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogInclude.html b/javadoc/liquibase/changelog/ChangeLogInclude.html deleted file mode 100644 index 238df4c5f..000000000 --- a/javadoc/liquibase/changelog/ChangeLogInclude.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -ChangeLogInclude (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogInclude

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogIncludeAll.html b/javadoc/liquibase/changelog/ChangeLogIncludeAll.html deleted file mode 100644 index f5a364e9e..000000000 --- a/javadoc/liquibase/changelog/ChangeLogIncludeAll.html +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - -ChangeLogIncludeAll (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogIncludeAll

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogIterator.html b/javadoc/liquibase/changelog/ChangeLogIterator.html deleted file mode 100644 index c087e2161..000000000 --- a/javadoc/liquibase/changelog/ChangeLogIterator.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -ChangeLogIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogIterator

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeLogIterator
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogParameters.ChangeLogParameter.html b/javadoc/liquibase/changelog/ChangeLogParameters.ChangeLogParameter.html deleted file mode 100644 index 33be9c613..000000000 --- a/javadoc/liquibase/changelog/ChangeLogParameters.ChangeLogParameter.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - -ChangeLogParameters.ChangeLogParameter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogParameters.ChangeLogParameter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.ChangeLogParameters.ChangeLogParameter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogParameters.ExpressionExpander.html b/javadoc/liquibase/changelog/ChangeLogParameters.ExpressionExpander.html deleted file mode 100644 index 88ba65213..000000000 --- a/javadoc/liquibase/changelog/ChangeLogParameters.ExpressionExpander.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -ChangeLogParameters.ExpressionExpander (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogParameters.ExpressionExpander

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.ChangeLogParameters.ExpressionExpander
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      ChangeLogParameters
      -
      -
      -
      -
      protected static class ChangeLogParameters.ExpressionExpander
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogParameters.html b/javadoc/liquibase/changelog/ChangeLogParameters.html deleted file mode 100644 index 1362768c4..000000000 --- a/javadoc/liquibase/changelog/ChangeLogParameters.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - -ChangeLogParameters (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogParameters

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeLogParameters
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeLogProperty.html b/javadoc/liquibase/changelog/ChangeLogProperty.html deleted file mode 100644 index 9885ba830..000000000 --- a/javadoc/liquibase/changelog/ChangeLogProperty.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - - - -ChangeLogProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeLogProperty

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeSet.ExecType.html b/javadoc/liquibase/changelog/ChangeSet.ExecType.html deleted file mode 100644 index ff430ae3f..000000000 --- a/javadoc/liquibase/changelog/ChangeSet.ExecType.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -ChangeSet.ExecType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Enum ChangeSet.ExecType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          value

          -
          public final String value
          -
        • -
        - - - -
          -
        • -

          ranBefore

          -
          public final boolean ranBefore
          -
        • -
        - - - -
          -
        • -

          ran

          -
          public final boolean ran
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ChangeSet.ExecType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ChangeSet.ExecType c : ChangeSet.ExecType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ChangeSet.ExecType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeSet.RunStatus.html b/javadoc/liquibase/changelog/ChangeSet.RunStatus.html deleted file mode 100644 index 305c86f23..000000000 --- a/javadoc/liquibase/changelog/ChangeSet.RunStatus.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -ChangeSet.RunStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Enum ChangeSet.RunStatus

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ChangeSet.RunStatus[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ChangeSet.RunStatus c : ChangeSet.RunStatus.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ChangeSet.RunStatus valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeSet.ValidationFailOption.html b/javadoc/liquibase/changelog/ChangeSet.ValidationFailOption.html deleted file mode 100644 index 5e0e11d0a..000000000 --- a/javadoc/liquibase/changelog/ChangeSet.ValidationFailOption.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -ChangeSet.ValidationFailOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Enum ChangeSet.ValidationFailOption

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ChangeSet.ValidationFailOption[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ChangeSet.ValidationFailOption c : ChangeSet.ValidationFailOption.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ChangeSet.ValidationFailOption valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeSet.html b/javadoc/liquibase/changelog/ChangeSet.html deleted file mode 100644 index 40a558afc..000000000 --- a/javadoc/liquibase/changelog/ChangeSet.html +++ /dev/null @@ -1,1571 +0,0 @@ - - - - - - -ChangeSet (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeSet

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/ChangeSetStatus.html b/javadoc/liquibase/changelog/ChangeSetStatus.html deleted file mode 100644 index 30e13e64b..000000000 --- a/javadoc/liquibase/changelog/ChangeSetStatus.html +++ /dev/null @@ -1,533 +0,0 @@ - - - - - - -ChangeSetStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class ChangeSetStatus

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeSetStatus
      -extends Object
      -
      Contains the current status of a ChangeSet. Normally returned by StatusVisitor. - Contains information on whether the changeSet has ran before and will run next time.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeSetStatus

          -
          public ChangeSetStatus(ChangeSet changeSet)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getChangeSet

          -
          public ChangeSet getChangeSet()
          -
        • -
        - - - -
          -
        • -

          getCurrentCheckSum

          -
          public CheckSum getCurrentCheckSum()
          -
        • -
        - - - -
          -
        • -

          getDescription

          -
          public String getDescription()
          -
          ChangeSet description
          -
        • -
        - - - -
          -
        • -

          setDescription

          -
          public void setDescription(String description)
          -
        • -
        - - - -
          -
        • -

          getComments

          -
          public String getComments()
          -
          ChangeSet comments
          -
        • -
        - - - -
          -
        • -

          setComments

          -
          public void setComments(String comments)
          -
        • -
        - - - -
          -
        • -

          getWillRun

          -
          public boolean getWillRun()
          -
          Will the change set run next time.
          -
        • -
        - - - -
          -
        • -

          setWillRun

          -
          public void setWillRun(boolean willRun)
          -
        • -
        - - - -
          -
        • -

          getFilterResults

          -
          public Set<ChangeSetFilterResult> getFilterResults()
          -
          Reasons the change set will or will not run next time. Returns empty set if no reasons were given
          -
        • -
        - - - - - - - -
          -
        • -

          isFilteredBy

          -
          public boolean isFilteredBy(Class<? extends ChangeSetFilter> filterType)
          -
          Convenience method to check wither a given ChangeSetFilter type is a reason for running the change set or not.
          -
        • -
        - - - -
          -
        • -

          getStoredCheckSum

          -
          public CheckSum getStoredCheckSum()
          -
          Return the checksum stored from the last execution of the change set. Returns null if it has not ran before
          -
        • -
        - - - -
          -
        • -

          setStoredCheckSum

          -
          public void setStoredCheckSum(CheckSum storedCheckSum)
          -
        • -
        - - - -
          -
        • -

          getDateLastExecuted

          -
          public Date getDateLastExecuted()
          -
          Return the date the change set was last executed. Returns null if it has not ran before
          -
        • -
        - - - -
          -
        • -

          setDateLastExecuted

          -
          public void setDateLastExecuted(Date dateLastExecuted)
          -
        • -
        - - - -
          -
        • -

          getPreviouslyRan

          -
          public boolean getPreviouslyRan()
          -
          Returns true if the change set was ran previously.
          -
        • -
        - - - -
          -
        • -

          setPreviouslyRan

          -
          public void setPreviouslyRan(boolean previouslyRan)
          -
        • -
        - - - -
          -
        • -

          getRanChangeSet

          -
          public RanChangeSet getRanChangeSet()
          -
        • -
        - - - -
          -
        • -

          setRanChangeSet

          -
          public void setRanChangeSet(RanChangeSet ranChangeSet)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/DatabaseChangeLog.html b/javadoc/liquibase/changelog/DatabaseChangeLog.html deleted file mode 100644 index aca4ed2b6..000000000 --- a/javadoc/liquibase/changelog/DatabaseChangeLog.html +++ /dev/null @@ -1,1009 +0,0 @@ - - - - - - -DatabaseChangeLog (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class DatabaseChangeLog

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/IncludeAllFilter.html b/javadoc/liquibase/changelog/IncludeAllFilter.html deleted file mode 100644 index ff754af73..000000000 --- a/javadoc/liquibase/changelog/IncludeAllFilter.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -IncludeAllFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Interface IncludeAllFilter

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface IncludeAllFilter
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          include

          -
          boolean include(String changeLogPath)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/OfflineChangeLogHistoryService.html b/javadoc/liquibase/changelog/OfflineChangeLogHistoryService.html deleted file mode 100644 index 3d1b2e3ff..000000000 --- a/javadoc/liquibase/changelog/OfflineChangeLogHistoryService.html +++ /dev/null @@ -1,640 +0,0 @@ - - - - - - -OfflineChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class OfflineChangeLogHistoryService

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/RanChangeSet.html b/javadoc/liquibase/changelog/RanChangeSet.html deleted file mode 100644 index d1f32d56d..000000000 --- a/javadoc/liquibase/changelog/RanChangeSet.html +++ /dev/null @@ -1,611 +0,0 @@ - - - - - - -RanChangeSet (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class RanChangeSet

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class RanChangeSet
      -extends Object
      -
      Encapsulates information about a previously-ran change set. Used to build rollback statements.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/RollbackContainer.html b/javadoc/liquibase/changelog/RollbackContainer.html deleted file mode 100644 index c6745d0de..000000000 --- a/javadoc/liquibase/changelog/RollbackContainer.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -RollbackContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class RollbackContainer

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RollbackContainer

          -
          public RollbackContainer()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSerializedObjectName

          -
          public String getSerializedObjectName()
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectNamespace

          -
          public String getSerializedObjectNamespace()
          -
        • -
        - - - -
          -
        • -

          getChanges

          -
          public List<Change> getChanges()
          -
        • -
        - - - -
          -
        • -

          setChanges

          -
          public void setChanges(List<Change> changes)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/StandardChangeLogHistoryService.html b/javadoc/liquibase/changelog/StandardChangeLogHistoryService.html deleted file mode 100644 index 3e739827e..000000000 --- a/javadoc/liquibase/changelog/StandardChangeLogHistoryService.html +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - -StandardChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog
    -

    Class StandardChangeLogHistoryService

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/AbstractChangeLogHistoryService.html b/javadoc/liquibase/changelog/class-use/AbstractChangeLogHistoryService.html deleted file mode 100644 index 0b3e5f222..000000000 --- a/javadoc/liquibase/changelog/class-use/AbstractChangeLogHistoryService.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.AbstractChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.AbstractChangeLogHistoryService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogChild.html b/javadoc/liquibase/changelog/class-use/ChangeLogChild.html deleted file mode 100644 index fcaccd7cc..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogChild.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.ChangeLogChild (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.ChangeLogChild

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogHistoryService.html b/javadoc/liquibase/changelog/class-use/ChangeLogHistoryService.html deleted file mode 100644 index a52c6a319..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogHistoryService.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.ChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.ChangeLogHistoryService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogHistoryServiceFactory.html b/javadoc/liquibase/changelog/class-use/ChangeLogHistoryServiceFactory.html deleted file mode 100644 index 67d282fec..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogHistoryServiceFactory.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogHistoryServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogHistoryServiceFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogInclude.html b/javadoc/liquibase/changelog/class-use/ChangeLogInclude.html deleted file mode 100644 index a3068caa5..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogInclude.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogInclude (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogInclude

    -
    -
    No usage of liquibase.changelog.ChangeLogInclude
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogIncludeAll.html b/javadoc/liquibase/changelog/class-use/ChangeLogIncludeAll.html deleted file mode 100644 index eaeba9c52..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogIncludeAll.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogIncludeAll (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogIncludeAll

    -
    -
    No usage of liquibase.changelog.ChangeLogIncludeAll
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogIterator.html b/javadoc/liquibase/changelog/class-use/ChangeLogIterator.html deleted file mode 100644 index 669348977..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogIterator.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogIterator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ChangeLogParameter.html b/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ChangeLogParameter.html deleted file mode 100644 index 2b1b30e09..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ChangeLogParameter.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogParameters.ChangeLogParameter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogParameters.ChangeLogParameter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ExpressionExpander.html b/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ExpressionExpander.html deleted file mode 100644 index 98f85ad24..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.ExpressionExpander.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogParameters.ExpressionExpander (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogParameters.ExpressionExpander

    -
    -
    No usage of liquibase.changelog.ChangeLogParameters.ExpressionExpander
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.html b/javadoc/liquibase/changelog/class-use/ChangeLogParameters.html deleted file mode 100644 index 7587ecaf5..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogParameters.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogParameters (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogParameters

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeLogProperty.html b/javadoc/liquibase/changelog/class-use/ChangeLogProperty.html deleted file mode 100644 index 39f850506..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeLogProperty.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeLogProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeLogProperty

    -
    -
    No usage of liquibase.changelog.ChangeLogProperty
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeSet.ExecType.html b/javadoc/liquibase/changelog/class-use/ChangeSet.ExecType.html deleted file mode 100644 index 85f62a414..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeSet.ExecType.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeSet.ExecType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeSet.ExecType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeSet.RunStatus.html b/javadoc/liquibase/changelog/class-use/ChangeSet.RunStatus.html deleted file mode 100644 index 98b34b8e3..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeSet.RunStatus.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeSet.RunStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeSet.RunStatus

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeSet.ValidationFailOption.html b/javadoc/liquibase/changelog/class-use/ChangeSet.ValidationFailOption.html deleted file mode 100644 index f4ae0771c..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeSet.ValidationFailOption.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeSet.ValidationFailOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeSet.ValidationFailOption

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeSet.html b/javadoc/liquibase/changelog/class-use/ChangeSet.html deleted file mode 100644 index 58daa6e97..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeSet.html +++ /dev/null @@ -1,1392 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeSet (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeSet

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/ChangeSetStatus.html b/javadoc/liquibase/changelog/class-use/ChangeSetStatus.html deleted file mode 100644 index f7ff6d845..000000000 --- a/javadoc/liquibase/changelog/class-use/ChangeSetStatus.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.ChangeSetStatus (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.ChangeSetStatus

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/DatabaseChangeLog.html b/javadoc/liquibase/changelog/class-use/DatabaseChangeLog.html deleted file mode 100644 index b8d871900..000000000 --- a/javadoc/liquibase/changelog/class-use/DatabaseChangeLog.html +++ /dev/null @@ -1,1138 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.DatabaseChangeLog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.DatabaseChangeLog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/IncludeAllFilter.html b/javadoc/liquibase/changelog/class-use/IncludeAllFilter.html deleted file mode 100644 index 75c02a527..000000000 --- a/javadoc/liquibase/changelog/class-use/IncludeAllFilter.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.IncludeAllFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.IncludeAllFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/OfflineChangeLogHistoryService.html b/javadoc/liquibase/changelog/class-use/OfflineChangeLogHistoryService.html deleted file mode 100644 index 568d16c79..000000000 --- a/javadoc/liquibase/changelog/class-use/OfflineChangeLogHistoryService.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.OfflineChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.OfflineChangeLogHistoryService

    -
    -
    No usage of liquibase.changelog.OfflineChangeLogHistoryService
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/RanChangeSet.html b/javadoc/liquibase/changelog/class-use/RanChangeSet.html deleted file mode 100644 index a85906f41..000000000 --- a/javadoc/liquibase/changelog/class-use/RanChangeSet.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.RanChangeSet (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.RanChangeSet

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/RollbackContainer.html b/javadoc/liquibase/changelog/class-use/RollbackContainer.html deleted file mode 100644 index 1698befc2..000000000 --- a/javadoc/liquibase/changelog/class-use/RollbackContainer.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.RollbackContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.RollbackContainer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/class-use/StandardChangeLogHistoryService.html b/javadoc/liquibase/changelog/class-use/StandardChangeLogHistoryService.html deleted file mode 100644 index 98d55c8dc..000000000 --- a/javadoc/liquibase/changelog/class-use/StandardChangeLogHistoryService.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.StandardChangeLogHistoryService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.StandardChangeLogHistoryService

    -
    -
    No usage of liquibase.changelog.StandardChangeLogHistoryService
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/column/LiquibaseColumn.html b/javadoc/liquibase/changelog/column/LiquibaseColumn.html deleted file mode 100644 index ca861ae7c..000000000 --- a/javadoc/liquibase/changelog/column/LiquibaseColumn.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -LiquibaseColumn (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.column
    -

    Class LiquibaseColumn

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Comparable, LiquibaseSerializable, DatabaseObject
      -
      -
      -
      -
      public final class LiquibaseColumn
      -extends Column
      -
      This class is just a marker class that is used to distinguish columns that are - used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns - that might be used in Liquibase-managed database schemas.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseColumn

          -
          public LiquibaseColumn()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/column/class-use/LiquibaseColumn.html b/javadoc/liquibase/changelog/column/class-use/LiquibaseColumn.html deleted file mode 100644 index dcf696328..000000000 --- a/javadoc/liquibase/changelog/column/class-use/LiquibaseColumn.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.column.LiquibaseColumn (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.column.LiquibaseColumn

    -
    -
    No usage of liquibase.changelog.column.LiquibaseColumn
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/column/package-frame.html b/javadoc/liquibase/changelog/column/package-frame.html deleted file mode 100644 index 236c1ad3f..000000000 --- a/javadoc/liquibase/changelog/column/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.changelog.column (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.changelog.column

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/changelog/column/package-summary.html b/javadoc/liquibase/changelog/column/package-summary.html deleted file mode 100644 index 2670b12e7..000000000 --- a/javadoc/liquibase/changelog/column/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.changelog.column (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.changelog.column

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      LiquibaseColumn -
      This class is just a marker class that is used to distinguish columns that are - used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns - that might be used in Liquibase-managed database schemas.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/column/package-tree.html b/javadoc/liquibase/changelog/column/package-tree.html deleted file mode 100644 index 5a9587ba8..000000000 --- a/javadoc/liquibase/changelog/column/package-tree.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -liquibase.changelog.column Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.changelog.column

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/column/package-use.html b/javadoc/liquibase/changelog/column/package-use.html deleted file mode 100644 index f65788732..000000000 --- a/javadoc/liquibase/changelog/column/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.changelog.column (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.changelog.column

    -
    -
    No usage of liquibase.changelog.column
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ActuallyExecutedChangeSetFilter.html b/javadoc/liquibase/changelog/filter/ActuallyExecutedChangeSetFilter.html deleted file mode 100644 index 54005594d..000000000 --- a/javadoc/liquibase/changelog/filter/ActuallyExecutedChangeSetFilter.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -ActuallyExecutedChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class ActuallyExecutedChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ActuallyExecutedChangeSetFilter

          -
          public ActuallyExecutedChangeSetFilter(List<RanChangeSet> ranChangeSets,
          -                                       boolean ignoreClasspathPrefix)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/AfterTagChangeSetFilter.html b/javadoc/liquibase/changelog/filter/AfterTagChangeSetFilter.html deleted file mode 100644 index 076a7be3d..000000000 --- a/javadoc/liquibase/changelog/filter/AfterTagChangeSetFilter.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -AfterTagChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class AfterTagChangeSetFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.filter.AfterTagChangeSetFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/AlreadyRanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/AlreadyRanChangeSetFilter.html deleted file mode 100644 index 5aada7476..000000000 --- a/javadoc/liquibase/changelog/filter/AlreadyRanChangeSetFilter.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -AlreadyRanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class AlreadyRanChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ChangeSetFilter.html b/javadoc/liquibase/changelog/filter/ChangeSetFilter.html deleted file mode 100644 index 297165b28..000000000 --- a/javadoc/liquibase/changelog/filter/ChangeSetFilter.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - -ChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Interface ChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ChangeSetFilterResult.html b/javadoc/liquibase/changelog/filter/ChangeSetFilterResult.html deleted file mode 100644 index 891518930..000000000 --- a/javadoc/liquibase/changelog/filter/ChangeSetFilterResult.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -ChangeSetFilterResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class ChangeSetFilterResult

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeSetFilterResult

          -
          public ChangeSetFilterResult(boolean accepted,
          -                             String message,
          -                             Class<? extends ChangeSetFilter> filter)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isAccepted

          -
          public boolean isAccepted()
          -
          Was the change set accepted by the filter
          -
        • -
        - - - -
          -
        • -

          getMessage

          -
          public String getMessage()
          -
          Free-form text message from the filter giving the reason for accepting or rejecting. May be null.
          -
        • -
        - - - -
          -
        • -

          getFilter

          -
          public Class<? extends ChangeSetFilter> getFilter()
          -
          Returns the class of the filter that accepted or rejected this change set.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ContextChangeSetFilter.html b/javadoc/liquibase/changelog/filter/ContextChangeSetFilter.html deleted file mode 100644 index 7560f0974..000000000 --- a/javadoc/liquibase/changelog/filter/ContextChangeSetFilter.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -ContextChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class ContextChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/CountChangeSetFilter.html b/javadoc/liquibase/changelog/filter/CountChangeSetFilter.html deleted file mode 100644 index ffe8305bb..000000000 --- a/javadoc/liquibase/changelog/filter/CountChangeSetFilter.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -CountChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class CountChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/DbmsChangeSetFilter.html b/javadoc/liquibase/changelog/filter/DbmsChangeSetFilter.html deleted file mode 100644 index e8fdcd7d6..000000000 --- a/javadoc/liquibase/changelog/filter/DbmsChangeSetFilter.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -DbmsChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class DbmsChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ExecutedAfterChangeSetFilter.html b/javadoc/liquibase/changelog/filter/ExecutedAfterChangeSetFilter.html deleted file mode 100644 index 8af53ef57..000000000 --- a/javadoc/liquibase/changelog/filter/ExecutedAfterChangeSetFilter.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - -ExecutedAfterChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class ExecutedAfterChangeSetFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.filter.ExecutedAfterChangeSetFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/IgnoreChangeSetFilter.html b/javadoc/liquibase/changelog/filter/IgnoreChangeSetFilter.html deleted file mode 100644 index 1fb54814b..000000000 --- a/javadoc/liquibase/changelog/filter/IgnoreChangeSetFilter.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -IgnoreChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class IgnoreChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/LabelChangeSetFilter.html b/javadoc/liquibase/changelog/filter/LabelChangeSetFilter.html deleted file mode 100644 index 18a8cbae9..000000000 --- a/javadoc/liquibase/changelog/filter/LabelChangeSetFilter.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -LabelChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class LabelChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/NotInChangeLogChangeSetFilter.html b/javadoc/liquibase/changelog/filter/NotInChangeLogChangeSetFilter.html deleted file mode 100644 index 0d9c15cfc..000000000 --- a/javadoc/liquibase/changelog/filter/NotInChangeLogChangeSetFilter.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -NotInChangeLogChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class NotInChangeLogChangeSetFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.filter.NotInChangeLogChangeSetFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/NotRanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/NotRanChangeSetFilter.html deleted file mode 100644 index be69b9606..000000000 --- a/javadoc/liquibase/changelog/filter/NotRanChangeSetFilter.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -NotRanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class NotRanChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/RanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/RanChangeSetFilter.html deleted file mode 100644 index f58b77513..000000000 --- a/javadoc/liquibase/changelog/filter/RanChangeSetFilter.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -RanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class RanChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RanChangeSetFilter

          -
          public RanChangeSetFilter(List<RanChangeSet> ranChangeSets,
          -                          boolean ignoreClasspathPrefix)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/ShouldRunChangeSetFilter.html b/javadoc/liquibase/changelog/filter/ShouldRunChangeSetFilter.html deleted file mode 100644 index 0bb386422..000000000 --- a/javadoc/liquibase/changelog/filter/ShouldRunChangeSetFilter.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -ShouldRunChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class ShouldRunChangeSetFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.filter.ShouldRunChangeSetFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/UpToTagChangeSetFilter.html b/javadoc/liquibase/changelog/filter/UpToTagChangeSetFilter.html deleted file mode 100644 index 3e2e1801f..000000000 --- a/javadoc/liquibase/changelog/filter/UpToTagChangeSetFilter.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - -UpToTagChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.filter
    -

    Class UpToTagChangeSetFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ActuallyExecutedChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/ActuallyExecutedChangeSetFilter.html deleted file mode 100644 index 99e45371c..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ActuallyExecutedChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.ActuallyExecutedChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/AfterTagChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/AfterTagChangeSetFilter.html deleted file mode 100644 index 403dcc092..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/AfterTagChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.AfterTagChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.AfterTagChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.AfterTagChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/AlreadyRanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/AlreadyRanChangeSetFilter.html deleted file mode 100644 index 68e5eae48..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/AlreadyRanChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.AlreadyRanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.AlreadyRanChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.AlreadyRanChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilter.html deleted file mode 100644 index cc4de16c7..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilter.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.filter.ChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.filter.ChangeSetFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilterResult.html b/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilterResult.html deleted file mode 100644 index cae4edd7b..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ChangeSetFilterResult.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.ChangeSetFilterResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.ChangeSetFilterResult

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ContextChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/ContextChangeSetFilter.html deleted file mode 100644 index 27171f1ef..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ContextChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.ContextChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.ContextChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.ContextChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/CountChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/CountChangeSetFilter.html deleted file mode 100644 index e30f1b986..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/CountChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.CountChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.CountChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.CountChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/DbmsChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/DbmsChangeSetFilter.html deleted file mode 100644 index 61687a7b5..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/DbmsChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.DbmsChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.DbmsChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.DbmsChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ExecutedAfterChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/ExecutedAfterChangeSetFilter.html deleted file mode 100644 index 30b7d7c98..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ExecutedAfterChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.ExecutedAfterChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.ExecutedAfterChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.ExecutedAfterChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/IgnoreChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/IgnoreChangeSetFilter.html deleted file mode 100644 index 8f47f8e14..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/IgnoreChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.IgnoreChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.IgnoreChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.IgnoreChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/LabelChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/LabelChangeSetFilter.html deleted file mode 100644 index e5cc0268e..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/LabelChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.LabelChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.LabelChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.LabelChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/NotInChangeLogChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/NotInChangeLogChangeSetFilter.html deleted file mode 100644 index a3e217bbc..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/NotInChangeLogChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.NotInChangeLogChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.NotInChangeLogChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.NotInChangeLogChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/NotRanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/NotRanChangeSetFilter.html deleted file mode 100644 index 802b12ffc..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/NotRanChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.NotRanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.NotRanChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.NotRanChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/RanChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/RanChangeSetFilter.html deleted file mode 100644 index 458a4ce04..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/RanChangeSetFilter.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.RanChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.RanChangeSetFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/ShouldRunChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/ShouldRunChangeSetFilter.html deleted file mode 100644 index a6d75fe4f..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/ShouldRunChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.ShouldRunChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.ShouldRunChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.ShouldRunChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/class-use/UpToTagChangeSetFilter.html b/javadoc/liquibase/changelog/filter/class-use/UpToTagChangeSetFilter.html deleted file mode 100644 index 66db3401b..000000000 --- a/javadoc/liquibase/changelog/filter/class-use/UpToTagChangeSetFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.filter.UpToTagChangeSetFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.filter.UpToTagChangeSetFilter

    -
    -
    No usage of liquibase.changelog.filter.UpToTagChangeSetFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/package-frame.html b/javadoc/liquibase/changelog/filter/package-frame.html deleted file mode 100644 index 424e28b12..000000000 --- a/javadoc/liquibase/changelog/filter/package-frame.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -liquibase.changelog.filter (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.changelog.filter

    - - - diff --git a/javadoc/liquibase/changelog/filter/package-summary.html b/javadoc/liquibase/changelog/filter/package-summary.html deleted file mode 100644 index c8731e560..000000000 --- a/javadoc/liquibase/changelog/filter/package-summary.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -liquibase.changelog.filter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.changelog.filter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/package-tree.html b/javadoc/liquibase/changelog/filter/package-tree.html deleted file mode 100644 index d399e19a5..000000000 --- a/javadoc/liquibase/changelog/filter/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -liquibase.changelog.filter Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.changelog.filter

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/filter/package-use.html b/javadoc/liquibase/changelog/filter/package-use.html deleted file mode 100644 index f763099e6..000000000 --- a/javadoc/liquibase/changelog/filter/package-use.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -Uses of Package liquibase.changelog.filter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.changelog.filter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/package-frame.html b/javadoc/liquibase/changelog/package-frame.html deleted file mode 100644 index 4c0bbd9ad..000000000 --- a/javadoc/liquibase/changelog/package-frame.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -liquibase.changelog (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.changelog

    - - - diff --git a/javadoc/liquibase/changelog/package-summary.html b/javadoc/liquibase/changelog/package-summary.html deleted file mode 100644 index 016fd26ef..000000000 --- a/javadoc/liquibase/changelog/package-summary.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - -liquibase.changelog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.changelog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/package-tree.html b/javadoc/liquibase/changelog/package-tree.html deleted file mode 100644 index 63ded622e..000000000 --- a/javadoc/liquibase/changelog/package-tree.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -liquibase.changelog Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.changelog

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/package-use.html b/javadoc/liquibase/changelog/package-use.html deleted file mode 100644 index 95ca9adf2..000000000 --- a/javadoc/liquibase/changelog/package-use.html +++ /dev/null @@ -1,918 +0,0 @@ - - - - - - -Uses of Package liquibase.changelog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.changelog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/AbstractChangeExecListener.html b/javadoc/liquibase/changelog/visitor/AbstractChangeExecListener.html deleted file mode 100644 index fbecd0a98..000000000 --- a/javadoc/liquibase/changelog/visitor/AbstractChangeExecListener.html +++ /dev/null @@ -1,465 +0,0 @@ - - - - - - -AbstractChangeExecListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class AbstractChangeExecListener

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.visitor.AbstractChangeExecListener
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ChangeExecListener.html b/javadoc/liquibase/changelog/visitor/ChangeExecListener.html deleted file mode 100644 index 6c7613c18..000000000 --- a/javadoc/liquibase/changelog/visitor/ChangeExecListener.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -ChangeExecListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Interface ChangeExecListener

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      AbstractChangeExecListener
      -
      -
      -
      -
      public interface ChangeExecListener
      -
      An implementation of ChangeExecListener can be called by UpdateVisitor or - RollbackVisitor for each changeset that is actually run.
      -
      -
      Author:
      -
      suehs
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ChangeLogSyncListener.html b/javadoc/liquibase/changelog/visitor/ChangeLogSyncListener.html deleted file mode 100644 index a7124cdff..000000000 --- a/javadoc/liquibase/changelog/visitor/ChangeLogSyncListener.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - -ChangeLogSyncListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Interface ChangeLogSyncListener

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface ChangeLogSyncListener
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ChangeLogSyncVisitor.html b/javadoc/liquibase/changelog/visitor/ChangeLogSyncVisitor.html deleted file mode 100644 index 052519797..000000000 --- a/javadoc/liquibase/changelog/visitor/ChangeLogSyncVisitor.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -ChangeLogSyncVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class ChangeLogSyncVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.Direction.html b/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.Direction.html deleted file mode 100644 index cf2d642b9..000000000 --- a/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.Direction.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -ChangeSetVisitor.Direction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Enum ChangeSetVisitor.Direction

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ChangeSetVisitor.Direction[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ChangeSetVisitor.Direction c : ChangeSetVisitor.Direction.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ChangeSetVisitor.Direction valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.html b/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.html deleted file mode 100644 index 8d04aa1fd..000000000 --- a/javadoc/liquibase/changelog/visitor/ChangeSetVisitor.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - -ChangeSetVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Interface ChangeSetVisitor

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/DBDocVisitor.html b/javadoc/liquibase/changelog/visitor/DBDocVisitor.html deleted file mode 100644 index e02bc547d..000000000 --- a/javadoc/liquibase/changelog/visitor/DBDocVisitor.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -DBDocVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class DBDocVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ExpectedChangesVisitor.html b/javadoc/liquibase/changelog/visitor/ExpectedChangesVisitor.html deleted file mode 100644 index 106482b90..000000000 --- a/javadoc/liquibase/changelog/visitor/ExpectedChangesVisitor.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - -ExpectedChangesVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class ExpectedChangesVisitor

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.changelog.visitor.ExpectedChangesVisitor
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ListVisitor.html b/javadoc/liquibase/changelog/visitor/ListVisitor.html deleted file mode 100644 index 5f0ec27ca..000000000 --- a/javadoc/liquibase/changelog/visitor/ListVisitor.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - -ListVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class ListVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/RollbackVisitor.html b/javadoc/liquibase/changelog/visitor/RollbackVisitor.html deleted file mode 100644 index 69688d39b..000000000 --- a/javadoc/liquibase/changelog/visitor/RollbackVisitor.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -RollbackVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class RollbackVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/SkippedChangeSetVisitor.html b/javadoc/liquibase/changelog/visitor/SkippedChangeSetVisitor.html deleted file mode 100644 index 6414d1eb2..000000000 --- a/javadoc/liquibase/changelog/visitor/SkippedChangeSetVisitor.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - -SkippedChangeSetVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Interface SkippedChangeSetVisitor

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/StatusVisitor.html b/javadoc/liquibase/changelog/visitor/StatusVisitor.html deleted file mode 100644 index a2ea06f48..000000000 --- a/javadoc/liquibase/changelog/visitor/StatusVisitor.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - - -StatusVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class StatusVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/UpdateVisitor.html b/javadoc/liquibase/changelog/visitor/UpdateVisitor.html deleted file mode 100644 index 23d6afe02..000000000 --- a/javadoc/liquibase/changelog/visitor/UpdateVisitor.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -UpdateVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class UpdateVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/ValidatingVisitor.html b/javadoc/liquibase/changelog/visitor/ValidatingVisitor.html deleted file mode 100644 index b55fe0dfa..000000000 --- a/javadoc/liquibase/changelog/visitor/ValidatingVisitor.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - -ValidatingVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.changelog.visitor
    -

    Class ValidatingVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/AbstractChangeExecListener.html b/javadoc/liquibase/changelog/visitor/class-use/AbstractChangeExecListener.html deleted file mode 100644 index d569ae0c7..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/AbstractChangeExecListener.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.AbstractChangeExecListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.AbstractChangeExecListener

    -
    -
    No usage of liquibase.changelog.visitor.AbstractChangeExecListener
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ChangeExecListener.html b/javadoc/liquibase/changelog/visitor/class-use/ChangeExecListener.html deleted file mode 100644 index d33028207..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ChangeExecListener.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.visitor.ChangeExecListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.visitor.ChangeExecListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncListener.html b/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncListener.html deleted file mode 100644 index c317542d8..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncListener.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.visitor.ChangeLogSyncListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.visitor.ChangeLogSyncListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncVisitor.html deleted file mode 100644 index 341051b18..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ChangeLogSyncVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.ChangeLogSyncVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.ChangeLogSyncVisitor

    -
    -
    No usage of liquibase.changelog.visitor.ChangeLogSyncVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.Direction.html b/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.Direction.html deleted file mode 100644 index 4060d4f1d..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.Direction.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.ChangeSetVisitor.Direction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.ChangeSetVisitor.Direction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.html deleted file mode 100644 index 7c492b34c..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ChangeSetVisitor.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.visitor.ChangeSetVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.visitor.ChangeSetVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/DBDocVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/DBDocVisitor.html deleted file mode 100644 index 18bbd6a6d..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/DBDocVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.DBDocVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.DBDocVisitor

    -
    -
    No usage of liquibase.changelog.visitor.DBDocVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ExpectedChangesVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/ExpectedChangesVisitor.html deleted file mode 100644 index bcc956bf0..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ExpectedChangesVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.ExpectedChangesVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.ExpectedChangesVisitor

    -
    -
    No usage of liquibase.changelog.visitor.ExpectedChangesVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ListVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/ListVisitor.html deleted file mode 100644 index f91846e3b..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ListVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.ListVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.ListVisitor

    -
    -
    No usage of liquibase.changelog.visitor.ListVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/RollbackVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/RollbackVisitor.html deleted file mode 100644 index 9ef31606f..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/RollbackVisitor.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.RollbackVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.RollbackVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/SkippedChangeSetVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/SkippedChangeSetVisitor.html deleted file mode 100644 index 99a427fd1..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/SkippedChangeSetVisitor.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Interface liquibase.changelog.visitor.SkippedChangeSetVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.changelog.visitor.SkippedChangeSetVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/StatusVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/StatusVisitor.html deleted file mode 100644 index 4da4233bd..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/StatusVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.StatusVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.StatusVisitor

    -
    -
    No usage of liquibase.changelog.visitor.StatusVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/UpdateVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/UpdateVisitor.html deleted file mode 100644 index 65c409e4e..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/UpdateVisitor.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.UpdateVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.UpdateVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/class-use/ValidatingVisitor.html b/javadoc/liquibase/changelog/visitor/class-use/ValidatingVisitor.html deleted file mode 100644 index 430c872c5..000000000 --- a/javadoc/liquibase/changelog/visitor/class-use/ValidatingVisitor.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Uses of Class liquibase.changelog.visitor.ValidatingVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.changelog.visitor.ValidatingVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/package-frame.html b/javadoc/liquibase/changelog/visitor/package-frame.html deleted file mode 100644 index 63a5929f3..000000000 --- a/javadoc/liquibase/changelog/visitor/package-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -liquibase.changelog.visitor (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.changelog.visitor

    - - - diff --git a/javadoc/liquibase/changelog/visitor/package-summary.html b/javadoc/liquibase/changelog/visitor/package-summary.html deleted file mode 100644 index c7cea8598..000000000 --- a/javadoc/liquibase/changelog/visitor/package-summary.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - -liquibase.changelog.visitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.changelog.visitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/package-tree.html b/javadoc/liquibase/changelog/visitor/package-tree.html deleted file mode 100644 index f7ffe04f3..000000000 --- a/javadoc/liquibase/changelog/visitor/package-tree.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -liquibase.changelog.visitor Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.changelog.visitor

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/changelog/visitor/package-use.html b/javadoc/liquibase/changelog/visitor/package-use.html deleted file mode 100644 index 14950b8bb..000000000 --- a/javadoc/liquibase/changelog/visitor/package-use.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -Uses of Package liquibase.changelog.visitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.changelog.visitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/CatalogAndSchema.CatalogAndSchemaCase.html b/javadoc/liquibase/class-use/CatalogAndSchema.CatalogAndSchemaCase.html deleted file mode 100644 index b4510b685..000000000 --- a/javadoc/liquibase/class-use/CatalogAndSchema.CatalogAndSchemaCase.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -Uses of Class liquibase.CatalogAndSchema.CatalogAndSchemaCase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.CatalogAndSchema.CatalogAndSchemaCase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/CatalogAndSchema.html b/javadoc/liquibase/class-use/CatalogAndSchema.html deleted file mode 100644 index f8e1ae020..000000000 --- a/javadoc/liquibase/class-use/CatalogAndSchema.html +++ /dev/null @@ -1,722 +0,0 @@ - - - - - - -Uses of Class liquibase.CatalogAndSchema (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.CatalogAndSchema

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/ContextExpression.html b/javadoc/liquibase/class-use/ContextExpression.html deleted file mode 100644 index 0a947c498..000000000 --- a/javadoc/liquibase/class-use/ContextExpression.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -Uses of Class liquibase.ContextExpression (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.ContextExpression

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Contexts.html b/javadoc/liquibase/class-use/Contexts.html deleted file mode 100644 index 8b683d46c..000000000 --- a/javadoc/liquibase/class-use/Contexts.html +++ /dev/null @@ -1,684 +0,0 @@ - - - - - - -Uses of Class liquibase.Contexts (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.Contexts

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/LabelExpression.html b/javadoc/liquibase/class-use/LabelExpression.html deleted file mode 100644 index 1407d879a..000000000 --- a/javadoc/liquibase/class-use/LabelExpression.html +++ /dev/null @@ -1,671 +0,0 @@ - - - - - - -Uses of Class liquibase.LabelExpression (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.LabelExpression

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Labels.html b/javadoc/liquibase/class-use/Labels.html deleted file mode 100644 index c946f5ab1..000000000 --- a/javadoc/liquibase/class-use/Labels.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -Uses of Class liquibase.Labels (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.Labels

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Liquibase.html b/javadoc/liquibase/class-use/Liquibase.html deleted file mode 100644 index 7dbe76322..000000000 --- a/javadoc/liquibase/class-use/Liquibase.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -Uses of Class liquibase.Liquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.Liquibase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/RuntimeEnvironment.html b/javadoc/liquibase/class-use/RuntimeEnvironment.html deleted file mode 100644 index 5b8330c61..000000000 --- a/javadoc/liquibase/class-use/RuntimeEnvironment.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Class liquibase.RuntimeEnvironment (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.RuntimeEnvironment

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Scope.Attr.html b/javadoc/liquibase/class-use/Scope.Attr.html deleted file mode 100644 index f76961f7f..000000000 --- a/javadoc/liquibase/class-use/Scope.Attr.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Uses of Class liquibase.Scope.Attr (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.Scope.Attr

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Packages that use Scope.Attr 
      PackageDescription
      liquibase -
      Liquibase top level namespace package.
      -
      -
    • -
    • -
        -
      • - - -

        Uses of Scope.Attr in liquibase

        - - - - - - - - - - - - - - - - -
        Methods in liquibase that return Scope.Attr 
        Modifier and TypeMethod and Description
        static Scope.AttrScope.Attr.valueOf(String name) -
        Returns the enum constant of this type with the specified name.
        -
        static Scope.Attr[]Scope.Attr.values() -
        Returns an array containing the constants of this enum type, in -the order they are declared.
        -
        -
      • -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Scope.ScopedRunner.html b/javadoc/liquibase/class-use/Scope.ScopedRunner.html deleted file mode 100644 index 23ee46650..000000000 --- a/javadoc/liquibase/class-use/Scope.ScopedRunner.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -Uses of Interface liquibase.Scope.ScopedRunner (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.Scope.ScopedRunner

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/Scope.html b/javadoc/liquibase/class-use/Scope.html deleted file mode 100644 index b37c6d08b..000000000 --- a/javadoc/liquibase/class-use/Scope.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - -Uses of Class liquibase.Scope (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.Scope

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/ScopeManager.html b/javadoc/liquibase/class-use/ScopeManager.html deleted file mode 100644 index 1cba8189a..000000000 --- a/javadoc/liquibase/class-use/ScopeManager.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.ScopeManager (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.ScopeManager

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/SingletonObject.html b/javadoc/liquibase/class-use/SingletonObject.html deleted file mode 100644 index c12dea685..000000000 --- a/javadoc/liquibase/class-use/SingletonObject.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Interface liquibase.SingletonObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.SingletonObject

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/class-use/SingletonScopeFactory.html b/javadoc/liquibase/class-use/SingletonScopeFactory.html deleted file mode 100644 index e3f6e11c7..000000000 --- a/javadoc/liquibase/class-use/SingletonScopeFactory.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.SingletonScopeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.SingletonScopeFactory

    -
    -
    No usage of liquibase.SingletonScopeFactory
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/AbstractCommand.html b/javadoc/liquibase/command/AbstractCommand.html deleted file mode 100644 index 50d388de0..000000000 --- a/javadoc/liquibase/command/AbstractCommand.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -AbstractCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Class AbstractCommand<T extends CommandResult>

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/CommandExecutionException.html b/javadoc/liquibase/command/CommandExecutionException.html deleted file mode 100644 index 12e532a39..000000000 --- a/javadoc/liquibase/command/CommandExecutionException.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -CommandExecutionException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Class CommandExecutionException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandExecutionException

          -
          public CommandExecutionException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/CommandFactory.html b/javadoc/liquibase/command/CommandFactory.html deleted file mode 100644 index cdcf93fd7..000000000 --- a/javadoc/liquibase/command/CommandFactory.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -CommandFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Class CommandFactory

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/CommandResult.html b/javadoc/liquibase/command/CommandResult.html deleted file mode 100644 index 1ca39f25d..000000000 --- a/javadoc/liquibase/command/CommandResult.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -CommandResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Class CommandResult

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          message

          -
          public String message
          -
        • -
        - - - -
          -
        • -

          succeeded

          -
          public boolean succeeded
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandResult

          -
          public CommandResult()
          -
          Creates new CommandResult with succeeded=true and message="Successful"
          -
        • -
        - - - -
          -
        • -

          CommandResult

          -
          public CommandResult(String message)
          -
          Creates new CommandResult with the given message and succeeded=true
          -
        • -
        - - - -
          -
        • -

          CommandResult

          -
          public CommandResult(String message,
          -                     boolean succeeded)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          print

          -
          public String print()
          -             throws LiquibaseException
          -
          Return a string version of the result. - Default implementation returns message but subclasses can return string versions of stored objects like Snapshots etc.
          -
          -
          Throws:
          -
          LiquibaseException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/CommandValidationErrors.html b/javadoc/liquibase/command/CommandValidationErrors.html deleted file mode 100644 index 6c02f4a7b..000000000 --- a/javadoc/liquibase/command/CommandValidationErrors.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -CommandValidationErrors (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Class CommandValidationErrors

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CommandValidationErrors
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandValidationErrors

          -
          public CommandValidationErrors(LiquibaseCommand command)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/LiquibaseCommand.html b/javadoc/liquibase/command/LiquibaseCommand.html deleted file mode 100644 index d5c243644..000000000 --- a/javadoc/liquibase/command/LiquibaseCommand.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -LiquibaseCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command
    -

    Interface LiquibaseCommand<T extends CommandResult>

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/AbstractCommand.html b/javadoc/liquibase/command/class-use/AbstractCommand.html deleted file mode 100644 index e065406ba..000000000 --- a/javadoc/liquibase/command/class-use/AbstractCommand.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - -Uses of Class liquibase.command.AbstractCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.AbstractCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/CommandExecutionException.html b/javadoc/liquibase/command/class-use/CommandExecutionException.html deleted file mode 100644 index adfb8f419..000000000 --- a/javadoc/liquibase/command/class-use/CommandExecutionException.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -Uses of Class liquibase.command.CommandExecutionException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.CommandExecutionException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/CommandFactory.html b/javadoc/liquibase/command/class-use/CommandFactory.html deleted file mode 100644 index 3d15887d0..000000000 --- a/javadoc/liquibase/command/class-use/CommandFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.command.CommandFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.CommandFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/CommandResult.html b/javadoc/liquibase/command/class-use/CommandResult.html deleted file mode 100644 index 050ecf2ac..000000000 --- a/javadoc/liquibase/command/class-use/CommandResult.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -Uses of Class liquibase.command.CommandResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.CommandResult

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/CommandValidationErrors.html b/javadoc/liquibase/command/class-use/CommandValidationErrors.html deleted file mode 100644 index 7af4feaf3..000000000 --- a/javadoc/liquibase/command/class-use/CommandValidationErrors.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Class liquibase.command.CommandValidationErrors (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.CommandValidationErrors

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/class-use/LiquibaseCommand.html b/javadoc/liquibase/command/class-use/LiquibaseCommand.html deleted file mode 100644 index ae101622b..000000000 --- a/javadoc/liquibase/command/class-use/LiquibaseCommand.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -Uses of Interface liquibase.command.LiquibaseCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.command.LiquibaseCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/DiffCommand.html b/javadoc/liquibase/command/core/DiffCommand.html deleted file mode 100644 index 8a949e232..000000000 --- a/javadoc/liquibase/command/core/DiffCommand.html +++ /dev/null @@ -1,620 +0,0 @@ - - - - - - -DiffCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class DiffCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/DiffToChangeLogCommand.html b/javadoc/liquibase/command/core/DiffToChangeLogCommand.html deleted file mode 100644 index fa26dfce1..000000000 --- a/javadoc/liquibase/command/core/DiffToChangeLogCommand.html +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - -DiffToChangeLogCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class DiffToChangeLogCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/DropAllCommand.html b/javadoc/liquibase/command/core/DropAllCommand.html deleted file mode 100644 index 18334f152..000000000 --- a/javadoc/liquibase/command/core/DropAllCommand.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - -DropAllCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class DropAllCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/ExecuteSqlCommand.html b/javadoc/liquibase/command/core/ExecuteSqlCommand.html deleted file mode 100644 index cc5befc39..000000000 --- a/javadoc/liquibase/command/core/ExecuteSqlCommand.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -ExecuteSqlCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class ExecuteSqlCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/GenerateChangeLogCommand.html b/javadoc/liquibase/command/core/GenerateChangeLogCommand.html deleted file mode 100644 index 988ec4209..000000000 --- a/javadoc/liquibase/command/core/GenerateChangeLogCommand.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -GenerateChangeLogCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class GenerateChangeLogCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/SnapshotCommand.SnapshotCommandResult.html b/javadoc/liquibase/command/core/SnapshotCommand.SnapshotCommandResult.html deleted file mode 100644 index 8ffaa3721..000000000 --- a/javadoc/liquibase/command/core/SnapshotCommand.SnapshotCommandResult.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -SnapshotCommand.SnapshotCommandResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class SnapshotCommand.SnapshotCommandResult

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/SnapshotCommand.html b/javadoc/liquibase/command/core/SnapshotCommand.html deleted file mode 100644 index acf7e333e..000000000 --- a/javadoc/liquibase/command/core/SnapshotCommand.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -SnapshotCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.command.core
    -

    Class SnapshotCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/DiffCommand.html b/javadoc/liquibase/command/core/class-use/DiffCommand.html deleted file mode 100644 index 716331b42..000000000 --- a/javadoc/liquibase/command/core/class-use/DiffCommand.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.DiffCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.DiffCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/DiffToChangeLogCommand.html b/javadoc/liquibase/command/core/class-use/DiffToChangeLogCommand.html deleted file mode 100644 index 0977b87b8..000000000 --- a/javadoc/liquibase/command/core/class-use/DiffToChangeLogCommand.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.DiffToChangeLogCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.DiffToChangeLogCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/DropAllCommand.html b/javadoc/liquibase/command/core/class-use/DropAllCommand.html deleted file mode 100644 index 6e61f8f5a..000000000 --- a/javadoc/liquibase/command/core/class-use/DropAllCommand.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.DropAllCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.DropAllCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/ExecuteSqlCommand.html b/javadoc/liquibase/command/core/class-use/ExecuteSqlCommand.html deleted file mode 100644 index 1b7d33978..000000000 --- a/javadoc/liquibase/command/core/class-use/ExecuteSqlCommand.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.ExecuteSqlCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.ExecuteSqlCommand

    -
    -
    No usage of liquibase.command.core.ExecuteSqlCommand
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/GenerateChangeLogCommand.html b/javadoc/liquibase/command/core/class-use/GenerateChangeLogCommand.html deleted file mode 100644 index 07b0d8459..000000000 --- a/javadoc/liquibase/command/core/class-use/GenerateChangeLogCommand.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.GenerateChangeLogCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.GenerateChangeLogCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/SnapshotCommand.SnapshotCommandResult.html b/javadoc/liquibase/command/core/class-use/SnapshotCommand.SnapshotCommandResult.html deleted file mode 100644 index e7d4968eb..000000000 --- a/javadoc/liquibase/command/core/class-use/SnapshotCommand.SnapshotCommandResult.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.SnapshotCommand.SnapshotCommandResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.SnapshotCommand.SnapshotCommandResult

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/class-use/SnapshotCommand.html b/javadoc/liquibase/command/core/class-use/SnapshotCommand.html deleted file mode 100644 index 63d98f92b..000000000 --- a/javadoc/liquibase/command/core/class-use/SnapshotCommand.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.command.core.SnapshotCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.command.core.SnapshotCommand

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/package-frame.html b/javadoc/liquibase/command/core/package-frame.html deleted file mode 100644 index 01c3ace33..000000000 --- a/javadoc/liquibase/command/core/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -liquibase.command.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.command.core

    - - - diff --git a/javadoc/liquibase/command/core/package-summary.html b/javadoc/liquibase/command/core/package-summary.html deleted file mode 100644 index af182a451..000000000 --- a/javadoc/liquibase/command/core/package-summary.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -liquibase.command.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.command.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/package-tree.html b/javadoc/liquibase/command/core/package-tree.html deleted file mode 100644 index 4d9837ddf..000000000 --- a/javadoc/liquibase/command/core/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -liquibase.command.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.command.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/core/package-use.html b/javadoc/liquibase/command/core/package-use.html deleted file mode 100644 index fcf5aeb76..000000000 --- a/javadoc/liquibase/command/core/package-use.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Package liquibase.command.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.command.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/package-frame.html b/javadoc/liquibase/command/package-frame.html deleted file mode 100644 index 3926746e0..000000000 --- a/javadoc/liquibase/command/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -liquibase.command (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.command

    - - - diff --git a/javadoc/liquibase/command/package-summary.html b/javadoc/liquibase/command/package-summary.html deleted file mode 100644 index ce1816d38..000000000 --- a/javadoc/liquibase/command/package-summary.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -liquibase.command (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.command

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/package-tree.html b/javadoc/liquibase/command/package-tree.html deleted file mode 100644 index f93b253c9..000000000 --- a/javadoc/liquibase/command/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - -liquibase.command Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.command

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/command/package-use.html b/javadoc/liquibase/command/package-use.html deleted file mode 100644 index d780925d7..000000000 --- a/javadoc/liquibase/command/package-use.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -Uses of Package liquibase.command (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.command

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/common/datatype/DataTypeWrapper.html b/javadoc/liquibase/common/datatype/DataTypeWrapper.html deleted file mode 100644 index 5c75a21df..000000000 --- a/javadoc/liquibase/common/datatype/DataTypeWrapper.html +++ /dev/null @@ -1,626 +0,0 @@ - - - - - - -DataTypeWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.common.datatype
    -

    Class DataTypeWrapper

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PrioritizedService
      -
      -
      -
      -
      public class DataTypeWrapper
      -extends LiquibaseDataType
      -
      A wrapper class for data types. - Wraps a LiquibaseDataType instance and replaces some of the - original data types with dbms-compatible ones.
      -
      -
      Author:
      -
      islavov
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/common/datatype/class-use/DataTypeWrapper.html b/javadoc/liquibase/common/datatype/class-use/DataTypeWrapper.html deleted file mode 100644 index 93a0082ce..000000000 --- a/javadoc/liquibase/common/datatype/class-use/DataTypeWrapper.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.common.datatype.DataTypeWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.common.datatype.DataTypeWrapper

    -
    -
    No usage of liquibase.common.datatype.DataTypeWrapper
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/common/datatype/package-frame.html b/javadoc/liquibase/common/datatype/package-frame.html deleted file mode 100644 index 599ab9c3f..000000000 --- a/javadoc/liquibase/common/datatype/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.common.datatype (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.common.datatype

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/common/datatype/package-summary.html b/javadoc/liquibase/common/datatype/package-summary.html deleted file mode 100644 index 5275f45fb..000000000 --- a/javadoc/liquibase/common/datatype/package-summary.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.common.datatype (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.common.datatype

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DataTypeWrapper -
      A wrapper class for data types.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/common/datatype/package-tree.html b/javadoc/liquibase/common/datatype/package-tree.html deleted file mode 100644 index b37b1851a..000000000 --- a/javadoc/liquibase/common/datatype/package-tree.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -liquibase.common.datatype Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.common.datatype

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/common/datatype/package-use.html b/javadoc/liquibase/common/datatype/package-use.html deleted file mode 100644 index e8540653b..000000000 --- a/javadoc/liquibase/common/datatype/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.common.datatype (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.common.datatype

    -
    -
    No usage of liquibase.common.datatype
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/AbstractConfigurationContainer.ConfigurationContainer.html b/javadoc/liquibase/configuration/AbstractConfigurationContainer.ConfigurationContainer.html deleted file mode 100644 index de14668e8..000000000 --- a/javadoc/liquibase/configuration/AbstractConfigurationContainer.ConfigurationContainer.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -AbstractConfigurationContainer.ConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class AbstractConfigurationContainer.ConfigurationContainer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      AbstractConfigurationContainer
      -
      -
      -
      -
      protected static class AbstractConfigurationContainer.ConfigurationContainer
      -extends Object
      -
      Like a java.util.Map, but with extra logic for working with ConfigurationProperties. - Used to define and hold available properties. Methods return "this" to allow easy chaining.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConfigurationContainer

          -
          protected ConfigurationContainer(String namespace)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getProperty

          -
          public ConfigurationProperty getProperty(String propertyName)
          -
          Returns the ConfigurationProperty object with the given name. If the property was not defined, an exception is thrown.
          -
        • -
        - - - -
          -
        • -

          getValue

          -
          public <T> T getValue(String propertyName,
          -                      Class<T> returnType)
          -
          Returns the value for the given property. If the property was not defined, an exception is thrown.
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          public void setValue(String propertyName,
          -                     Object value)
          -
          Sets the value for the given property. - Any value set through this method will overwrite any default values found by the configured ConfigurationPropertyProviders. - If the property was not defined, an exception is thrown.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/AbstractConfigurationContainer.html b/javadoc/liquibase/configuration/AbstractConfigurationContainer.html deleted file mode 100644 index e59dd7e69..000000000 --- a/javadoc/liquibase/configuration/AbstractConfigurationContainer.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - -AbstractConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class AbstractConfigurationContainer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.configuration.AbstractConfigurationContainer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/ConfigurationContainer.html b/javadoc/liquibase/configuration/ConfigurationContainer.html deleted file mode 100644 index dd3939f72..000000000 --- a/javadoc/liquibase/configuration/ConfigurationContainer.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -ConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Interface ConfigurationContainer

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/ConfigurationProperty.html b/javadoc/liquibase/configuration/ConfigurationProperty.html deleted file mode 100644 index d723e6b89..000000000 --- a/javadoc/liquibase/configuration/ConfigurationProperty.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - -ConfigurationProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class ConfigurationProperty

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ConfigurationProperty
      -extends Object
      -
      Contains the definition and current value of a given configuration property.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConfigurationProperty

          -
          public ConfigurationProperty(String namespace,
          -                             String propertyName,
          -                             Class type)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          init

          -
          protected void init(ConfigurationValueProvider[] configurationValueProviders)
          -
          Initialize this property with values in the given ConfigurationProvers. If the configurationValueProviders do not contain - a default value, the property is initialized with the value set by setDefaultValue(Object). - If multiple configurationValueProviders contain values, the first in the list wins.
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
          Returns the property name.
          -
        • -
        - - - - - - - -
          -
        • -

          getType

          -
          public Class getType()
          -
          Returns the type of value stored in this property
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          protected Object valueOf(Object value)
          -
          Converts an object of a different type to the type used by this property. If types are not convertible, an exception is thrown.
          -
        • -
        - - - -
          -
        • -

          getValue

          -
          public Object getValue()
          -
          Returns the value currently stored in this property without any casting.
          -
        • -
        - - - -
          -
        • -

          getValue

          -
          public <T> T getValue(Class<T> type)
          -
          Returns the value currently stored in this property cast to the given type.
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          public void setValue(Object value)
          -
          Overwrites the value currently stored in this property. It he passed type is not compatible with the defined type, an exception is thrown.
          -
        • -
        - - - -
          -
        • -

          addAlias

          -
          public ConfigurationProperty addAlias(String... aliases)
          -
          Adds an alias for this property. An alias is an alternate to the "name" field that can be used by the ConfigurationProvers to look up starting values.
          -
        • -
        - - - -
          -
        • -

          getDescription

          -
          public String getDescription()
          -
          Returns a human-readable definition of this property
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultValue

          -
          public Object getDefaultValue()
          -
          Returns the default value to use if no ConfigurationProviders override it.
          -
        • -
        - - - -
          -
        • -

          setDefaultValue

          -
          public ConfigurationProperty setDefaultValue(Object defaultValue)
          -
          Sets the default value to use if no ConfigurationProviders override it. Throws an exception if the given object is not compatible with the defined type.
          -
        • -
        - - - -
          -
        • -

          getWasOverridden

          -
          public boolean getWasOverridden()
          -
          Returns true if the value has been set by a ConfigurationValueProvider or by setValue(Object)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/ConfigurationValueProvider.html b/javadoc/liquibase/configuration/ConfigurationValueProvider.html deleted file mode 100644 index ad483a0cd..000000000 --- a/javadoc/liquibase/configuration/ConfigurationValueProvider.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -ConfigurationValueProvider (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Interface ConfigurationValueProvider

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/GlobalConfiguration.html b/javadoc/liquibase/configuration/GlobalConfiguration.html deleted file mode 100644 index 44bcba482..000000000 --- a/javadoc/liquibase/configuration/GlobalConfiguration.html +++ /dev/null @@ -1,972 +0,0 @@ - - - - - - -GlobalConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class GlobalConfiguration

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GlobalConfiguration

          -
          public GlobalConfiguration()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getShouldRun

          -
          public boolean getShouldRun()
          -
          Should Liquibase execute
          -
        • -
        - - - - - - - -
          -
        • -

          getDatabaseChangeLogTableName

          -
          public String getDatabaseChangeLogTableName()
          -
          Table name to use for DATABASECHANGELOG
          -
        • -
        - - - - - - - -
          -
        • -

          getDatabaseChangeLogLockTableName

          -
          public String getDatabaseChangeLogLockTableName()
          -
          Table name to use for DATABASECHANGELOGLOCK
          -
        • -
        - - - - - - - -
          -
        • -

          getDatabaseChangeLogLockWaitTime

          -
          public Long getDatabaseChangeLogLockWaitTime()
          -
          Wait time (in minutes) to wait to receive the changelog lock before giving up.
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockWaitTime

          -
          public GlobalConfiguration setDatabaseChangeLogLockWaitTime(Long minutes)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogLockPollRate

          -
          public Long getDatabaseChangeLogLockPollRate()
          -
          Wait time (in seconds) between polling requests to the changelog lock system.
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockPollRate

          -
          public GlobalConfiguration setDatabaseChangeLogLockPollRate(Long seconds)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseTablespaceName

          -
          public String getLiquibaseTablespaceName()
          -
          Name of the tablespace to use for liquibase database objects
          -
        • -
        - - - - - - - -
          -
        • -

          getLiquibaseCatalogName

          -
          public String getLiquibaseCatalogName()
          -
          Name of the catalog to use for liquibase database objects
          -
        • -
        - - - - - - - -
          -
        • -

          getLiquibaseSchemaName

          -
          public String getLiquibaseSchemaName()
          -
          Name of the schema to use for liquibase database objects
          -
        • -
        - - - - - - - -
          -
        • -

          getOutputLineSeparator

          -
          public String getOutputLineSeparator()
          -
          Line separator to use in output
          -
        • -
        - - - - - - - -
          -
        • -

          getOutputEncoding

          -
          public String getOutputEncoding()
          -
          String encoding to use in output.
          -
        • -
        - - - - - - - -
          -
        • -

          getDiffColumnOrder

          -
          public Boolean getDiffColumnOrder()
          -
        • -
        - - - - - - - -
          -
        • -

          getAlwaysOverrideStoredLogicSchema

          -
          public Boolean getAlwaysOverrideStoredLogicSchema()
          -
        • -
        - - - -
          -
        • -

          setAlwaysOverrideStoredLogicSchema

          -
          public GlobalConfiguration setAlwaysOverrideStoredLogicSchema(boolean override)
          -
        • -
        - - - -
          -
        • -

          getGeneratedChangeSetIdsContainDescription

          -
          public Boolean getGeneratedChangeSetIdsContainDescription()
          -
        • -
        - - - -
          -
        • -

          setGeneratedChangeSetIdsContainDescription

          -
          public GlobalConfiguration setGeneratedChangeSetIdsContainDescription(boolean containDescription)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/LiquibaseConfiguration.html b/javadoc/liquibase/configuration/LiquibaseConfiguration.html deleted file mode 100644 index fde1b8ba6..000000000 --- a/javadoc/liquibase/configuration/LiquibaseConfiguration.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - -LiquibaseConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class LiquibaseConfiguration

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LiquibaseConfiguration
      -extends Object
      -
      Provides unified management of configuration properties within Liquibase core and in extensions. -

      - This class is the top level container used to access ConfigurationContainer implementations which contain - the actual configuration properties. - Normal use is to call - LiquibaseConfiguration.getInstance().getConfiguration(NEEDED_CONFIGURATION.class).getYOUR_PROPERTY() -

      - This class is implemented as a singleton with a single global set of configuration objects, but the - setInstance(LiquibaseConfiguration) method can be used to replace - the singleton with an alternate implementation that uses ThreadLocal objects or any other way of managing - configurations.

      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseConfiguration

          -
          protected LiquibaseConfiguration()
          -
          Constructor protected to prevent construction outside getInstance()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          setInstance

          -
          public static void setInstance(LiquibaseConfiguration instance)
          -
          Overrides the standard singleton instance created by getInstance(). - Useful for alternate implementations with more complex AbstractConfigurationContainer lookup logic such - as different configurations per thread.
          -
        • -
        - - - -
          -
        • -

          init

          -
          public void init(ConfigurationValueProvider... configurationValueProviders)
          -
          Re-initialize the configuration with the given ConfigurationProviders. Any existing - AbstractConfigurationContainer instances are reset to defaults.
          -
        • -
        - - - -
          -
        • -

          reset

          -
          public void reset()
          -
          Resets existing AbstractConfigurationContainer instances to their default values.
          -
        • -
        - - - -
          -
        • -

          getConfiguration

          -
          public <T extends ConfigurationContainer> T getConfiguration(Class<T> type)
          -
          Return an instance of the passed AbstractConfigurationContainer type. - The same instance is returned from every call to getConfiguration()
          -
        • -
        - - - - - - - - - - - - - - - - - - - -
          -
        • -

          describeValueLookupLogic

          -
          public String describeValueLookupLogic(ConfigurationProperty property)
          -
          Generates a human consumable description of how the configured ConfigurationValueProvider(s) will - attempt to set a default value.
          -
        • -
        - - - -
          -
        • -

          shouldIncludeCatalogInSpecification

          -
          public boolean shouldIncludeCatalogInSpecification()
          -
          Convenience method to check if the object types should consider catalog name - also during comparision (equals(), hashcode() and compareTo())
          -
          -
          Returns:
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/SystemPropertyProvider.html b/javadoc/liquibase/configuration/SystemPropertyProvider.html deleted file mode 100644 index 59889318b..000000000 --- a/javadoc/liquibase/configuration/SystemPropertyProvider.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -SystemPropertyProvider (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.configuration
    -

    Class SystemPropertyProvider

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      ConfigurationValueProvider
      -
      -
      -
      -
      public class SystemPropertyProvider
      -extends Object
      -implements ConfigurationValueProvider
      -
      A ConfigurationValueProvider implementation that looks for overriding values in system properties. - Looks for system properties in the format "NAMESPACE.PROPERTY_NAME".
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.ConfigurationContainer.html b/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.ConfigurationContainer.html deleted file mode 100644 index 10f7cdc43..000000000 --- a/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.ConfigurationContainer.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.html b/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.html deleted file mode 100644 index b6159e6be..000000000 --- a/javadoc/liquibase/configuration/class-use/AbstractConfigurationContainer.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.AbstractConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.AbstractConfigurationContainer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/ConfigurationContainer.html b/javadoc/liquibase/configuration/class-use/ConfigurationContainer.html deleted file mode 100644 index 9dd827934..000000000 --- a/javadoc/liquibase/configuration/class-use/ConfigurationContainer.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -Uses of Interface liquibase.configuration.ConfigurationContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.configuration.ConfigurationContainer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/ConfigurationProperty.html b/javadoc/liquibase/configuration/class-use/ConfigurationProperty.html deleted file mode 100644 index f665a2d42..000000000 --- a/javadoc/liquibase/configuration/class-use/ConfigurationProperty.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.ConfigurationProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.ConfigurationProperty

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/ConfigurationValueProvider.html b/javadoc/liquibase/configuration/class-use/ConfigurationValueProvider.html deleted file mode 100644 index edd17c600..000000000 --- a/javadoc/liquibase/configuration/class-use/ConfigurationValueProvider.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -Uses of Interface liquibase.configuration.ConfigurationValueProvider (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.configuration.ConfigurationValueProvider

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/GlobalConfiguration.html b/javadoc/liquibase/configuration/class-use/GlobalConfiguration.html deleted file mode 100644 index ac4163d7e..000000000 --- a/javadoc/liquibase/configuration/class-use/GlobalConfiguration.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.GlobalConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.GlobalConfiguration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/LiquibaseConfiguration.html b/javadoc/liquibase/configuration/class-use/LiquibaseConfiguration.html deleted file mode 100644 index 9b4460dc3..000000000 --- a/javadoc/liquibase/configuration/class-use/LiquibaseConfiguration.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.LiquibaseConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.LiquibaseConfiguration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/class-use/SystemPropertyProvider.html b/javadoc/liquibase/configuration/class-use/SystemPropertyProvider.html deleted file mode 100644 index d71f60bf2..000000000 --- a/javadoc/liquibase/configuration/class-use/SystemPropertyProvider.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.configuration.SystemPropertyProvider (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.configuration.SystemPropertyProvider

    -
    -
    No usage of liquibase.configuration.SystemPropertyProvider
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/package-frame.html b/javadoc/liquibase/configuration/package-frame.html deleted file mode 100644 index 672fdd7aa..000000000 --- a/javadoc/liquibase/configuration/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - -liquibase.configuration (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.configuration

    - - - diff --git a/javadoc/liquibase/configuration/package-summary.html b/javadoc/liquibase/configuration/package-summary.html deleted file mode 100644 index 4e197fc68..000000000 --- a/javadoc/liquibase/configuration/package-summary.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -liquibase.configuration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.configuration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/package-tree.html b/javadoc/liquibase/configuration/package-tree.html deleted file mode 100644 index 91c1dc218..000000000 --- a/javadoc/liquibase/configuration/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.configuration Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.configuration

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/configuration/package-use.html b/javadoc/liquibase/configuration/package-use.html deleted file mode 100644 index 9baaa108e..000000000 --- a/javadoc/liquibase/configuration/package-use.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - -Uses of Package liquibase.configuration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.configuration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/AbstractJdbcDatabase.html b/javadoc/liquibase/database/AbstractJdbcDatabase.html deleted file mode 100644 index 10c8c1e1b..000000000 --- a/javadoc/liquibase/database/AbstractJdbcDatabase.html +++ /dev/null @@ -1,3506 +0,0 @@ - - - - - - -AbstractJdbcDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class AbstractJdbcDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/Database.html b/javadoc/liquibase/database/Database.html deleted file mode 100644 index f92873ed7..000000000 --- a/javadoc/liquibase/database/Database.html +++ /dev/null @@ -1,2347 +0,0 @@ - - - - - - -Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Interface Database

    -
    -
    -
    -
    - - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          databaseChangeLogTableName

          -
          static final String databaseChangeLogTableName
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogLockTableName

          -
          static final String databaseChangeLogLockTableName
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getDefaultDriver

          -
          String getDefaultDriver(String url)
          -
          If this database understands the given url, return the default driver class name. Otherwise return null.
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          requiresUsername

          -
          boolean requiresUsername()
          -
        • -
        - - - -
          -
        • -

          requiresPassword

          -
          boolean requiresPassword()
          -
        • -
        - - - -
          -
        • -

          getAutoCommitMode

          -
          boolean getAutoCommitMode()
          -
          Auto-commit mode to run in
          -
        • -
        - - - -
          -
        • -

          supportsDDLInTransaction

          -
          boolean supportsDDLInTransaction()
          -
          Determines if the database supports DDL within a transaction or not.
          -
          -
          Returns:
          -
          True if the database supports DDL within a transaction, otherwise false.
          -
          -
        • -
        - - - -
          -
        • -

          getDatabaseProductName

          -
          String getDatabaseProductName()
          -
          Returns the name of the database product according to the underlying database.
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          getShortName

          -
          String getShortName()
          -
          Returns an all-lower-case short name of the product. Used for end-user selecting of database type - such as the DBMS precondition.
          -
        • -
        - - - -
          -
        • -

          getDefaultCatalogName

          -
          String getDefaultCatalogName()
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultSchemaName

          -
          String getDefaultSchemaName()
          -
        • -
        - - - -
          -
        • -

          getDefaultScaleForNativeDataType

          -
          Integer getDefaultScaleForNativeDataType(String nativeDataType)
          -
          Returns the default precision for a given native data type, e.g. "datetime2" for Microsoft SQL Server.
          -
          -
          Parameters:
          -
          nativeDataType - the name of the native data type (case-insensitive).
          -
          Returns:
          -
          The default precision of the native data type, or null if the type is unknown to this database.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultPort

          -
          Integer getDefaultPort()
          -
        • -
        - - - -
          -
        • -

          getFetchSize

          -
          Integer getFetchSize()
          -
        • -
        - - - -
          -
        • -

          getLiquibaseCatalogName

          -
          String getLiquibaseCatalogName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseCatalogName

          -
          void setLiquibaseCatalogName(String catalogName)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseSchemaName

          -
          String getLiquibaseSchemaName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseSchemaName

          -
          void setLiquibaseSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          supportsInitiallyDeferrableColumns

          -
          boolean supportsInitiallyDeferrableColumns()
          -
          Returns whether this database support initially deferrable columns.
          -
        • -
        - - - -
          -
        • -

          supportsSequences

          -
          boolean supportsSequences()
          -
        • -
        - - - -
          -
        • -

          supportsDropTableCascadeConstraints

          -
          boolean supportsDropTableCascadeConstraints()
          -
        • -
        - - - -
          -
        • -

          supportsAutoIncrement

          -
          boolean supportsAutoIncrement()
          -
        • -
        - - - -
          -
        • -

          getDateLiteral

          -
          String getDateLiteral(String isoDate)
          -
        • -
        - - - -
          -
        • -

          getCurrentDateTimeFunction

          -
          String getCurrentDateTimeFunction()
          -
          Returns database-specific function for generating the current date/time.
          -
        • -
        - - - -
          -
        • -

          setCurrentDateTimeFunction

          -
          void setCurrentDateTimeFunction(String function)
          -
        • -
        - - - -
          -
        • -

          getLineComment

          -
          String getLineComment()
          -
        • -
        - - - -
          -
        • -

          getAutoIncrementClause

          -
          String getAutoIncrementClause(BigInteger startWith,
          -                              BigInteger incrementBy,
          -                              String generationType,
          -                              Boolean defaultOnNull)
          -
          Returns database-specific auto-increment DDL clause.
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogTableName

          -
          String getDatabaseChangeLogTableName()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogTableName

          -
          void setDatabaseChangeLogTableName(String tableName)
          -
          Set the table name of the change log to the given table name
          -
          -
          Parameters:
          -
          tableName -
          -
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogLockTableName

          -
          String getDatabaseChangeLogLockTableName()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockTableName

          -
          void setDatabaseChangeLogLockTableName(String tableName)
          -
          Set the table name of the change log lock to the given table name
          -
          -
          Parameters:
          -
          tableName -
          -
          -
        • -
        - - - -
          -
        • -

          getLiquibaseTablespaceName

          -
          String getLiquibaseTablespaceName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseTablespaceName

          -
          void setLiquibaseTablespaceName(String tablespaceName)
          -
        • -
        - - - -
          -
        • -

          getConcatSql

          -
          String getConcatSql(String... values)
          -
          Returns SQL to concat the passed values.
          -
        • -
        - - - -
          -
        • -

          setCanCacheLiquibaseTableInfo

          -
          void setCanCacheLiquibaseTableInfo(boolean canCacheLiquibaseTableInfo)
          -
        • -
        - - - -
          -
        • -

          dropDatabaseObjects

          -
          void dropDatabaseObjects(CatalogAndSchema schema)
          -                  throws LiquibaseException
          -
          Drops all objects in a specified schema.
          -
          -
          Parameters:
          -
          schema - schema (catalog+)schema to drop
          -
          Throws:
          -
          LiquibaseException - if any problem occurs
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          isSystemObject

          -
          boolean isSystemObject(DatabaseObject example)
          -
        • -
        - - - -
          -
        • -

          isLiquibaseObject

          -
          boolean isLiquibaseObject(DatabaseObject object)
          -
        • -
        - - - - - - - -
          -
        • -

          getDateLiteral

          -
          String getDateLiteral(Date date)
          -
        • -
        - - - -
          -
        • -

          getTimeLiteral

          -
          String getTimeLiteral(Time time)
          -
        • -
        - - - -
          -
        • -

          getDateTimeLiteral

          -
          String getDateTimeLiteral(Timestamp timeStamp)
          -
        • -
        - - - -
          -
        • -

          getDateLiteral

          -
          String getDateLiteral(Date defaultDateValue)
          -
        • -
        - - - - - - - - - - - - - - - - - - - -
          -
        • -

          getMaxFractionalDigitsForTimestamp

          -
          int getMaxFractionalDigitsForTimestamp()
          -
          Determines the maximum precision (number of fractional digits) for TIMESTAMP columns for the given database. - Might not always be able to give an exact answer since, for some DBMS, it depends on the actual software version - if fractional digits are supported. A warning should be logged in this case.
          -
          -
          Returns:
          -
          the number of allowed fractional digits for TIMESTAMP columns. May return 0.
          -
          -
        • -
        - - - -
          -
        • -

          getDefaultFractionalDigitsForTimestamp

          -
          int getDefaultFractionalDigitsForTimestamp()
          -
          When a TIMESTAMP column without the parameter "number of fractional digits" is created, what is the default - value?
          -
          -
          Returns:
          -
          The default number of fractional digits for TIMESTAMP columns
          -
          -
        • -
        - - - -
          -
        • -

          escapeColumnName

          -
          String escapeColumnName(String catalogName,
          -                        String schemaName,
          -                        String tableName,
          -                        String columnName)
          -
          Escapes a single column name in a database-dependent manner so reserved words can be used as a column - name (i.e. "return").
          -
          -
          Parameters:
          -
          schemaName -
          -
          tableName -
          -
          columnName - column name
          -
          Returns:
          -
          escaped column name
          -
          -
        • -
        - - - - - - - -
          -
        • -

          escapeColumnNameList

          -
          String escapeColumnNameList(String columnNames)
          -
          Escapes a list of column names in a database-dependent manner so reserved words can be used as a column - name (i.e. "return").
          -
          -
          Parameters:
          -
          columnNames - list of column names
          -
          Returns:
          -
          escaped column name list
          -
          -
        • -
        - - - -
          -
        • -

          supportsTablespaces

          -
          boolean supportsTablespaces()
          -
        • -
        - - - -
          -
        • -

          supportsCatalogs

          -
          boolean supportsCatalogs()
          -
        • -
        - - - - - - - -
          -
        • -

          supportsSchemas

          -
          boolean supportsSchemas()
          -
        • -
        - - - -
          -
        • -

          supportsCatalogInObjectName

          -
          boolean supportsCatalogInObjectName(Class<? extends DatabaseObject> type)
          -
        • -
        - - - -
          -
        • -

          generatePrimaryKeyName

          -
          String generatePrimaryKeyName(String tableName)
          -
        • -
        - - - -
          -
        • -

          escapeSequenceName

          -
          String escapeSequenceName(String catalogName,
          -                          String schemaName,
          -                          String sequenceName)
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          escapeStringForDatabase

          -
          String escapeStringForDatabase(String string)
          -
        • -
        - - - - - - - -
          -
        • -

          supportsRestrictForeignKeys

          -
          boolean supportsRestrictForeignKeys()
          -
        • -
        - - - -
          -
        • -

          escapeConstraintName

          -
          String escapeConstraintName(String constraintName)
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          getDateFunctions

          -
          List<DatabaseFunction> getDateFunctions()
          -
          Returns list of database native date functions
          -
        • -
        - - - -
          -
        • -

          resetInternalState

          -
          void resetInternalState()
          -
        • -
        - - - -
          -
        • -

          supportsForeignKeyDisable

          -
          boolean supportsForeignKeyDisable()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          isCaseSensitive

          -
          boolean isCaseSensitive()
          -
        • -
        - - - -
          -
        • -

          isReservedWord

          -
          boolean isReservedWord(String string)
          -
        • -
        - - - -
          -
        • -

          correctSchema

          -
          CatalogAndSchema correctSchema(CatalogAndSchema schema)
          - -
          Returns a new CatalogAndSchema adjusted for this database. Examples of adjustments include: - fixes for case issues, - replacing null schema or catalog names with the default values - removing set schema or catalog names if they are not supported
          -
        • -
        - - - -
          -
        • -

          correctObjectName

          -
          String correctObjectName(String name,
          -                         Class<? extends DatabaseObject> objectType)
          -
          Fix the object name to the format the database expects, handling changes in case, etc.
          -
        • -
        - - - -
          -
        • -

          isFunction

          -
          boolean isFunction(String string)
          -
        • -
        - - - -
          -
        • -

          getDataTypeMaxParameters

          -
          int getDataTypeMaxParameters(String dataTypeName)
          -
        • -
        - - - - - - - -
          -
        • -

          dataTypeIsNotModifiable

          -
          boolean dataTypeIsNotModifiable(String typeName)
          -
          Types like int4 in postgres cannot have a modifier. e.g. int4(10) - Checks whether the type is allowed to have a modifier
          -
          -
          Parameters:
          -
          typeName - type name
          -
          Returns:
          -
          Whether data type can have a modifier
          -
          -
        • -
        - - - -
          -
        • -

          generateDatabaseFunctionValue

          -
          String generateDatabaseFunctionValue(DatabaseFunction databaseFunction)
          -
          Some function names are placeholders that need to be replaced with the specific database value. - e.g. nextSequenceValue(sequenceName) should be replaced with NEXT_VAL('sequenceName') for Postgresql
          -
          -
          Parameters:
          -
          databaseFunction - database function to check.
          -
          Returns:
          -
          the string value to use for an update or generate
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          createsIndexesForForeignKeys

          -
          boolean createsIndexesForForeignKeys()
          -
        • -
        - - - -
          -
        • -

          getOutputDefaultSchema

          -
          boolean getOutputDefaultSchema()
          -
          Should the schema be included in identifiers even if it is the default schema?
          -
          -
          Returns:
          -
          true (if the schema should be included in every case) or false (omit if default schema)
          -
          -
        • -
        - - - -
          -
        • -

          setOutputDefaultSchema

          -
          void setOutputDefaultSchema(boolean outputDefaultSchema)
          -
          Whether the default schema should be included in generated SQL
          -
        • -
        - - - -
          -
        • -

          isDefaultSchema

          -
          boolean isDefaultSchema(String catalog,
          -                        String schema)
          -
          If the database supports schemas, test if a given combination of catalog and schema name equals to the default - catalog and schema of the current logged in user.
          -
          -
          Parameters:
          -
          catalog - catalog name to be tested
          -
          schema - schema name to be tested
          -
          Returns:
          -
          if the database supports catalogs: true if it is the default schema, false if not. If it does not - support schemas, the behaviour of this method is undefined (please call supportsSchemas first!)
          -
          -
        • -
        - - - -
          -
        • -

          isDefaultCatalog

          -
          boolean isDefaultCatalog(String catalog)
          -
          If the database supports catalogs, test if a given catalog name equals to the default catalog of the current - logged in user.
          -
          -
          Parameters:
          -
          catalog - catalog name to be tested
          -
          Returns:
          -
          if the database supports catalogs: true if it is the default catalog, false if not. If it does not - support catalogs, the behaviour of this method is undefined (please call supportsCatalog first!)
          -
          -
        • -
        - - - -
          -
        • -

          getOutputDefaultCatalog

          -
          boolean getOutputDefaultCatalog()
          -
        • -
        - - - -
          -
        • -

          setOutputDefaultCatalog

          -
          void setOutputDefaultCatalog(boolean outputDefaultCatalog)
          -
        • -
        - - - -
          -
        • -

          supportsPrimaryKeyNames

          -
          boolean supportsPrimaryKeyNames()
          -
        • -
        - - - -
          -
        • -

          supportsNotNullConstraintNames

          -
          boolean supportsNotNullConstraintNames()
          -
          Does this database treat NOT NULL as an own kind of CONSTRAINT (in addition of simply being a column property)? - This will affect the CONSTRAINT clause SQL generators.
          -
          -
          Returns:
          -
          true if the database supports naming NOT NULL constraints, false if not.
          -
          -
        • -
        - - - -
          -
        • -

          supportsBatchUpdates

          -
          boolean supportsBatchUpdates()
          -                      throws DatabaseException
          -
          Does the database support batched DML (INSERT/UPDATE/DELETE/MERGE/...) statements sent in a single call to - the database?
          -
          -
          Returns:
          -
          true if the database has this capability for all DML statements, false in all other cases
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        - - - -
          -
        • -

          requiresExplicitNullForColumns

          -
          boolean requiresExplicitNullForColumns()
          -
          Does the database require explicit NULL for nullable columns?
          -
          -
          Returns:
          -
          true if the database behaves incorrectly if NULL is not explicitly specified, - false if it behaves like any good RDBMS should.
          -
          -
        • -
        - - - -
          -
        • -

          getSystemSchema

          -
          String getSystemSchema()
          -
        • -
        - - - - - - - -
          -
        • -

          escapeDataTypeName

          -
          String escapeDataTypeName(String dataTypeName)
          -
        • -
        - - - -
          -
        • -

          unescapeDataTypeName

          -
          String unescapeDataTypeName(String dataTypeName)
          -
        • -
        - - - -
          -
        • -

          unescapeDataTypeString

          -
          String unescapeDataTypeString(String dataTypeString)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/DatabaseConnection.html b/javadoc/liquibase/database/DatabaseConnection.html deleted file mode 100644 index 1dcd9762e..000000000 --- a/javadoc/liquibase/database/DatabaseConnection.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - - -DatabaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Interface DatabaseConnection

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/DatabaseFactory.html b/javadoc/liquibase/database/DatabaseFactory.html deleted file mode 100644 index 53ca73dfd..000000000 --- a/javadoc/liquibase/database/DatabaseFactory.html +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - -DatabaseFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class DatabaseFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DatabaseFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/DatabaseList.html b/javadoc/liquibase/database/DatabaseList.html deleted file mode 100644 index 2b041f582..000000000 --- a/javadoc/liquibase/database/DatabaseList.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -DatabaseList (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class DatabaseList

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DatabaseList
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseList

          -
          public DatabaseList()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          definitionMatches

          -
          public static boolean definitionMatches(String definition,
          -                                        String databaseShortName,
          -                                        boolean returnValueIfEmpty)
          -
          Compares a given database to a database definition string. -

          - Definition syntax: Comma separated list of database shortNames. Doesn't matter if it includes spaces. - Can exclude a database by prepending its name with a '!'. - The string "all" will match all databases. The string "none" will match no databases, even if others are listed. - If an empty or null definition or null is passed, it will return the passed returnValueIfEmpty value.
          -
        • -
        - - - -
          -
        • -

          definitionMatches

          -
          public static boolean definitionMatches(String definition,
          -                                        Database database,
          -                                        boolean returnValueIfEmpty)
          -
        • -
        - - - - - - - -
          -
        • -

          definitionMatches

          -
          public static boolean definitionMatches(Collection<String> definition,
          -                                        Database database,
          -                                        boolean returnValueIfEmptyList)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/InternalDatabase.html b/javadoc/liquibase/database/InternalDatabase.html deleted file mode 100644 index 0c8ff028b..000000000 --- a/javadoc/liquibase/database/InternalDatabase.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -InternalDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Interface InternalDatabase

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      MockDatabase
      -
      -
      -
      -
      public interface InternalDatabase
      -
      Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/LiquibaseExtDriver.html b/javadoc/liquibase/database/LiquibaseExtDriver.html deleted file mode 100644 index 6ae296fbb..000000000 --- a/javadoc/liquibase/database/LiquibaseExtDriver.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -LiquibaseExtDriver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Interface LiquibaseExtDriver

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface LiquibaseExtDriver
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/MockDatabaseConnection.html b/javadoc/liquibase/database/MockDatabaseConnection.html deleted file mode 100644 index a78a2081b..000000000 --- a/javadoc/liquibase/database/MockDatabaseConnection.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - -MockDatabaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class MockDatabaseConnection

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/ObjectQuotingStrategy.html b/javadoc/liquibase/database/ObjectQuotingStrategy.html deleted file mode 100644 index 05c028528..000000000 --- a/javadoc/liquibase/database/ObjectQuotingStrategy.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -ObjectQuotingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Enum ObjectQuotingStrategy

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ObjectQuotingStrategy[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ObjectQuotingStrategy c : ObjectQuotingStrategy.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ObjectQuotingStrategy valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/OfflineConnection.html b/javadoc/liquibase/database/OfflineConnection.html deleted file mode 100644 index 0c1420dea..000000000 --- a/javadoc/liquibase/database/OfflineConnection.html +++ /dev/null @@ -1,760 +0,0 @@ - - - - - - -OfflineConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class OfflineConnection

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/PreparedStatementFactory.html b/javadoc/liquibase/database/PreparedStatementFactory.html deleted file mode 100644 index 581446716..000000000 --- a/javadoc/liquibase/database/PreparedStatementFactory.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - -PreparedStatementFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database
    -

    Class PreparedStatementFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class PreparedStatementFactory
      -extends Object
      -
      Factory for PreparedStatements
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          PreparedStatementFactory

          -
          public PreparedStatementFactory(JdbcConnection con)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/AbstractJdbcDatabase.html b/javadoc/liquibase/database/class-use/AbstractJdbcDatabase.html deleted file mode 100644 index f84d14214..000000000 --- a/javadoc/liquibase/database/class-use/AbstractJdbcDatabase.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -Uses of Class liquibase.database.AbstractJdbcDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.AbstractJdbcDatabase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/Database.html b/javadoc/liquibase/database/class-use/Database.html deleted file mode 100644 index 436858a46..000000000 --- a/javadoc/liquibase/database/class-use/Database.html +++ /dev/null @@ -1,6704 +0,0 @@ - - - - - - -Uses of Interface liquibase.database.Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.database.Database

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/DatabaseConnection.html b/javadoc/liquibase/database/class-use/DatabaseConnection.html deleted file mode 100644 index 965d2ecdb..000000000 --- a/javadoc/liquibase/database/class-use/DatabaseConnection.html +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - -Uses of Interface liquibase.database.DatabaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.database.DatabaseConnection

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/DatabaseFactory.html b/javadoc/liquibase/database/class-use/DatabaseFactory.html deleted file mode 100644 index e7c5839df..000000000 --- a/javadoc/liquibase/database/class-use/DatabaseFactory.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.database.DatabaseFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.DatabaseFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/DatabaseList.html b/javadoc/liquibase/database/class-use/DatabaseList.html deleted file mode 100644 index 534c94c6f..000000000 --- a/javadoc/liquibase/database/class-use/DatabaseList.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.DatabaseList (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.DatabaseList

    -
    -
    No usage of liquibase.database.DatabaseList
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/InternalDatabase.html b/javadoc/liquibase/database/class-use/InternalDatabase.html deleted file mode 100644 index 9152e0a29..000000000 --- a/javadoc/liquibase/database/class-use/InternalDatabase.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Uses of Interface liquibase.database.InternalDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.database.InternalDatabase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/LiquibaseExtDriver.html b/javadoc/liquibase/database/class-use/LiquibaseExtDriver.html deleted file mode 100644 index bb74cb667..000000000 --- a/javadoc/liquibase/database/class-use/LiquibaseExtDriver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.database.LiquibaseExtDriver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.database.LiquibaseExtDriver

    -
    -
    No usage of liquibase.database.LiquibaseExtDriver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/MockDatabaseConnection.html b/javadoc/liquibase/database/class-use/MockDatabaseConnection.html deleted file mode 100644 index 2fac4d48e..000000000 --- a/javadoc/liquibase/database/class-use/MockDatabaseConnection.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.database.MockDatabaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.MockDatabaseConnection

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/ObjectQuotingStrategy.html b/javadoc/liquibase/database/class-use/ObjectQuotingStrategy.html deleted file mode 100644 index 91dd67277..000000000 --- a/javadoc/liquibase/database/class-use/ObjectQuotingStrategy.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - -Uses of Class liquibase.database.ObjectQuotingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.ObjectQuotingStrategy

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/OfflineConnection.html b/javadoc/liquibase/database/class-use/OfflineConnection.html deleted file mode 100644 index d416760e3..000000000 --- a/javadoc/liquibase/database/class-use/OfflineConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.OfflineConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.OfflineConnection

    -
    -
    No usage of liquibase.database.OfflineConnection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/class-use/PreparedStatementFactory.html b/javadoc/liquibase/database/class-use/PreparedStatementFactory.html deleted file mode 100644 index 09931d174..000000000 --- a/javadoc/liquibase/database/class-use/PreparedStatementFactory.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -Uses of Class liquibase.database.PreparedStatementFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.PreparedStatementFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/AbstractDb2Database.html b/javadoc/liquibase/database/core/AbstractDb2Database.html deleted file mode 100644 index 0656c8f7a..000000000 --- a/javadoc/liquibase/database/core/AbstractDb2Database.html +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - -AbstractDb2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class AbstractDb2Database

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/DB2Database.html b/javadoc/liquibase/database/core/DB2Database.html deleted file mode 100644 index 13723dc11..000000000 --- a/javadoc/liquibase/database/core/DB2Database.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -DB2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class DB2Database

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DB2Database

          -
          public DB2Database()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isCorrectDatabaseImplementation

          -
          public boolean isCorrectDatabaseImplementation(DatabaseConnection conn)
          -                                        throws DatabaseException
          -
          Description copied from interface: Database
          -
          Is this AbstractDatabase subclass the correct one to use for the given connection.
          -
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        - - - -
          -
        • -

          getShortName

          -
          public String getShortName()
          -
          Description copied from interface: Database
          -
          Returns an all-lower-case short name of the product. Used for end-user selecting of database type - such as the DBMS precondition.
          -
        • -
        - - - -
          -
        • -

          supportsBooleanDataType

          -
          public boolean supportsBooleanDataType()
          -
          boolean data type column are allowed for versions >= 11.1.1.1
          -
          -
          Returns:
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/Db2zDatabase.html b/javadoc/liquibase/database/core/Db2zDatabase.html deleted file mode 100644 index 86b2776f6..000000000 --- a/javadoc/liquibase/database/core/Db2zDatabase.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -Db2zDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class Db2zDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/DerbyDatabase.html b/javadoc/liquibase/database/core/DerbyDatabase.html deleted file mode 100644 index d8baa27e6..000000000 --- a/javadoc/liquibase/database/core/DerbyDatabase.html +++ /dev/null @@ -1,727 +0,0 @@ - - - - - - -DerbyDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class DerbyDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/Firebird3Database.html b/javadoc/liquibase/database/core/Firebird3Database.html deleted file mode 100644 index bda4d87c8..000000000 --- a/javadoc/liquibase/database/core/Firebird3Database.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -Firebird3Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class Firebird3Database

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Firebird3Database

          -
          public Firebird3Database()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/FirebirdDatabase.html b/javadoc/liquibase/database/core/FirebirdDatabase.html deleted file mode 100644 index ce6b9debf..000000000 --- a/javadoc/liquibase/database/core/FirebirdDatabase.html +++ /dev/null @@ -1,621 +0,0 @@ - - - - - - -FirebirdDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class FirebirdDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/H2Database.html b/javadoc/liquibase/database/core/H2Database.html deleted file mode 100644 index 1d7322e96..000000000 --- a/javadoc/liquibase/database/core/H2Database.html +++ /dev/null @@ -1,770 +0,0 @@ - - - - - - -H2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class H2Database

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/HsqlDatabase.html b/javadoc/liquibase/database/core/HsqlDatabase.html deleted file mode 100644 index 5a8aafa27..000000000 --- a/javadoc/liquibase/database/core/HsqlDatabase.html +++ /dev/null @@ -1,737 +0,0 @@ - - - - - - -HsqlDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class HsqlDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/InformixDatabase.html b/javadoc/liquibase/database/core/InformixDatabase.html deleted file mode 100644 index 4424e7eb0..000000000 --- a/javadoc/liquibase/database/core/InformixDatabase.html +++ /dev/null @@ -1,679 +0,0 @@ - - - - - - -InformixDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class InformixDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/Ingres9Database.html b/javadoc/liquibase/database/core/Ingres9Database.html deleted file mode 100644 index 963ea9bed..000000000 --- a/javadoc/liquibase/database/core/Ingres9Database.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - - -Ingres9Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class Ingres9Database

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html b/javadoc/liquibase/database/core/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html deleted file mode 100644 index bd3b8b73a..000000000 --- a/javadoc/liquibase/database/core/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -MSSQLDatabase.MSSQL_SERVER_VERSIONS (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class MSSQLDatabase.MSSQL_SERVER_VERSIONS

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      MSSQLDatabase
      -
      -
      -
      -
      public static final class MSSQLDatabase.MSSQL_SERVER_VERSIONS
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/MSSQLDatabase.html b/javadoc/liquibase/database/core/MSSQLDatabase.html deleted file mode 100644 index 408788de4..000000000 --- a/javadoc/liquibase/database/core/MSSQLDatabase.html +++ /dev/null @@ -1,1215 +0,0 @@ - - - - - - -MSSQLDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class MSSQLDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/MariaDBDatabase.html b/javadoc/liquibase/database/core/MariaDBDatabase.html deleted file mode 100644 index f4aba1a69..000000000 --- a/javadoc/liquibase/database/core/MariaDBDatabase.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - -MariaDBDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class MariaDBDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/MySQLDatabase.html b/javadoc/liquibase/database/core/MySQLDatabase.html deleted file mode 100644 index 0bb862b5b..000000000 --- a/javadoc/liquibase/database/core/MySQLDatabase.html +++ /dev/null @@ -1,1042 +0,0 @@ - - - - - - -MySQLDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class MySQLDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/OracleDatabase.html b/javadoc/liquibase/database/core/OracleDatabase.html deleted file mode 100644 index c65d4073a..000000000 --- a/javadoc/liquibase/database/core/OracleDatabase.html +++ /dev/null @@ -1,1055 +0,0 @@ - - - - - - -OracleDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class OracleDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/PostgresDatabase.DbTypes.html b/javadoc/liquibase/database/core/PostgresDatabase.DbTypes.html deleted file mode 100644 index 3fa11daeb..000000000 --- a/javadoc/liquibase/database/core/PostgresDatabase.DbTypes.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -PostgresDatabase.DbTypes (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Enum PostgresDatabase.DbTypes

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static PostgresDatabase.DbTypes[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (PostgresDatabase.DbTypes c : PostgresDatabase.DbTypes.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static PostgresDatabase.DbTypes valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/PostgresDatabase.html b/javadoc/liquibase/database/core/PostgresDatabase.html deleted file mode 100644 index 1b3fe9345..000000000 --- a/javadoc/liquibase/database/core/PostgresDatabase.html +++ /dev/null @@ -1,960 +0,0 @@ - - - - - - -PostgresDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class PostgresDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/SQLiteDatabase.AlterTableVisitor.html b/javadoc/liquibase/database/core/SQLiteDatabase.AlterTableVisitor.html deleted file mode 100644 index 3db10ad9e..000000000 --- a/javadoc/liquibase/database/core/SQLiteDatabase.AlterTableVisitor.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -SQLiteDatabase.AlterTableVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Interface SQLiteDatabase.AlterTableVisitor

    -
    -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      SQLiteDatabase
      -
      -
      -
      -
      public static interface SQLiteDatabase.AlterTableVisitor
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          copyThisColumn

          -
          boolean copyThisColumn(ColumnConfig column)
          -
        • -
        - - - -
          -
        • -

          createThisColumn

          -
          boolean createThisColumn(ColumnConfig column)
          -
        • -
        - - - -
          -
        • -

          createThisIndex

          -
          boolean createThisIndex(Index index)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/SQLiteDatabase.html b/javadoc/liquibase/database/core/SQLiteDatabase.html deleted file mode 100644 index 224a4eb51..000000000 --- a/javadoc/liquibase/database/core/SQLiteDatabase.html +++ /dev/null @@ -1,750 +0,0 @@ - - - - - - -SQLiteDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class SQLiteDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/SybaseASADatabase.html b/javadoc/liquibase/database/core/SybaseASADatabase.html deleted file mode 100644 index 1aa86cfef..000000000 --- a/javadoc/liquibase/database/core/SybaseASADatabase.html +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - -SybaseASADatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class SybaseASADatabase

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Database, PrioritizedService
      -
      -
      -
      -
      public class SybaseASADatabase
      -extends AbstractJdbcDatabase
      -
      Support for SAP (formely: Siebel) AS (Adapter Server) Anywhere embedded/mobile database.
      -
      -
      Author:
      -
      otaranenko
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/SybaseDatabase.html b/javadoc/liquibase/database/core/SybaseDatabase.html deleted file mode 100644 index 49b99a3d9..000000000 --- a/javadoc/liquibase/database/core/SybaseDatabase.html +++ /dev/null @@ -1,913 +0,0 @@ - - - - - - -SybaseDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class SybaseDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/UnsupportedDatabase.html b/javadoc/liquibase/database/core/UnsupportedDatabase.html deleted file mode 100644 index bb01af0c9..000000000 --- a/javadoc/liquibase/database/core/UnsupportedDatabase.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - - - -UnsupportedDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.core
    -

    Class UnsupportedDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/AbstractDb2Database.html b/javadoc/liquibase/database/core/class-use/AbstractDb2Database.html deleted file mode 100644 index 03c5dda4b..000000000 --- a/javadoc/liquibase/database/core/class-use/AbstractDb2Database.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.AbstractDb2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.AbstractDb2Database

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/DB2Database.html b/javadoc/liquibase/database/core/class-use/DB2Database.html deleted file mode 100644 index 7dfe6479c..000000000 --- a/javadoc/liquibase/database/core/class-use/DB2Database.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.DB2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.DB2Database

    -
    -
    No usage of liquibase.database.core.DB2Database
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/Db2zDatabase.html b/javadoc/liquibase/database/core/class-use/Db2zDatabase.html deleted file mode 100644 index 9e3057783..000000000 --- a/javadoc/liquibase/database/core/class-use/Db2zDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.Db2zDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.Db2zDatabase

    -
    -
    No usage of liquibase.database.core.Db2zDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/DerbyDatabase.html b/javadoc/liquibase/database/core/class-use/DerbyDatabase.html deleted file mode 100644 index 1de2e59b7..000000000 --- a/javadoc/liquibase/database/core/class-use/DerbyDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.DerbyDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.DerbyDatabase

    -
    -
    No usage of liquibase.database.core.DerbyDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/Firebird3Database.html b/javadoc/liquibase/database/core/class-use/Firebird3Database.html deleted file mode 100644 index 1265a1e97..000000000 --- a/javadoc/liquibase/database/core/class-use/Firebird3Database.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.Firebird3Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.Firebird3Database

    -
    -
    No usage of liquibase.database.core.Firebird3Database
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/FirebirdDatabase.html b/javadoc/liquibase/database/core/class-use/FirebirdDatabase.html deleted file mode 100644 index 968754e66..000000000 --- a/javadoc/liquibase/database/core/class-use/FirebirdDatabase.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.FirebirdDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.FirebirdDatabase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/H2Database.html b/javadoc/liquibase/database/core/class-use/H2Database.html deleted file mode 100644 index 35d45e3c7..000000000 --- a/javadoc/liquibase/database/core/class-use/H2Database.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.H2Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.H2Database

    -
    -
    No usage of liquibase.database.core.H2Database
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/HsqlDatabase.html b/javadoc/liquibase/database/core/class-use/HsqlDatabase.html deleted file mode 100644 index 69154cf56..000000000 --- a/javadoc/liquibase/database/core/class-use/HsqlDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.HsqlDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.HsqlDatabase

    -
    -
    No usage of liquibase.database.core.HsqlDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/InformixDatabase.html b/javadoc/liquibase/database/core/class-use/InformixDatabase.html deleted file mode 100644 index f704a1404..000000000 --- a/javadoc/liquibase/database/core/class-use/InformixDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.InformixDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.InformixDatabase

    -
    -
    No usage of liquibase.database.core.InformixDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/Ingres9Database.html b/javadoc/liquibase/database/core/class-use/Ingres9Database.html deleted file mode 100644 index 7eff964e3..000000000 --- a/javadoc/liquibase/database/core/class-use/Ingres9Database.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.Ingres9Database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.Ingres9Database

    -
    -
    No usage of liquibase.database.core.Ingres9Database
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html b/javadoc/liquibase/database/core/class-use/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html deleted file mode 100644 index a385d2a91..000000000 --- a/javadoc/liquibase/database/core/class-use/MSSQLDatabase.MSSQL_SERVER_VERSIONS.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS

    -
    -
    No usage of liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/MSSQLDatabase.html b/javadoc/liquibase/database/core/class-use/MSSQLDatabase.html deleted file mode 100644 index 93d05e39d..000000000 --- a/javadoc/liquibase/database/core/class-use/MSSQLDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.MSSQLDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.MSSQLDatabase

    -
    -
    No usage of liquibase.database.core.MSSQLDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/MariaDBDatabase.html b/javadoc/liquibase/database/core/class-use/MariaDBDatabase.html deleted file mode 100644 index 588e59e4d..000000000 --- a/javadoc/liquibase/database/core/class-use/MariaDBDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.MariaDBDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.MariaDBDatabase

    -
    -
    No usage of liquibase.database.core.MariaDBDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/MySQLDatabase.html b/javadoc/liquibase/database/core/class-use/MySQLDatabase.html deleted file mode 100644 index 10da16c30..000000000 --- a/javadoc/liquibase/database/core/class-use/MySQLDatabase.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.MySQLDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.MySQLDatabase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/OracleDatabase.html b/javadoc/liquibase/database/core/class-use/OracleDatabase.html deleted file mode 100644 index 54a1fa612..000000000 --- a/javadoc/liquibase/database/core/class-use/OracleDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.OracleDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.OracleDatabase

    -
    -
    No usage of liquibase.database.core.OracleDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/PostgresDatabase.DbTypes.html b/javadoc/liquibase/database/core/class-use/PostgresDatabase.DbTypes.html deleted file mode 100644 index dc2023b9b..000000000 --- a/javadoc/liquibase/database/core/class-use/PostgresDatabase.DbTypes.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.PostgresDatabase.DbTypes (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.PostgresDatabase.DbTypes

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/PostgresDatabase.html b/javadoc/liquibase/database/core/class-use/PostgresDatabase.html deleted file mode 100644 index a94519484..000000000 --- a/javadoc/liquibase/database/core/class-use/PostgresDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.PostgresDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.PostgresDatabase

    -
    -
    No usage of liquibase.database.core.PostgresDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/SQLiteDatabase.AlterTableVisitor.html b/javadoc/liquibase/database/core/class-use/SQLiteDatabase.AlterTableVisitor.html deleted file mode 100644 index 8ce5ae411..000000000 --- a/javadoc/liquibase/database/core/class-use/SQLiteDatabase.AlterTableVisitor.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.database.core.SQLiteDatabase.AlterTableVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/SQLiteDatabase.html b/javadoc/liquibase/database/core/class-use/SQLiteDatabase.html deleted file mode 100644 index f5af9d5a8..000000000 --- a/javadoc/liquibase/database/core/class-use/SQLiteDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.SQLiteDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.SQLiteDatabase

    -
    -
    No usage of liquibase.database.core.SQLiteDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/SybaseASADatabase.html b/javadoc/liquibase/database/core/class-use/SybaseASADatabase.html deleted file mode 100644 index 72405ec46..000000000 --- a/javadoc/liquibase/database/core/class-use/SybaseASADatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.SybaseASADatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.SybaseASADatabase

    -
    -
    No usage of liquibase.database.core.SybaseASADatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/SybaseDatabase.html b/javadoc/liquibase/database/core/class-use/SybaseDatabase.html deleted file mode 100644 index 06e43eaaa..000000000 --- a/javadoc/liquibase/database/core/class-use/SybaseDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.SybaseDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.SybaseDatabase

    -
    -
    No usage of liquibase.database.core.SybaseDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/class-use/UnsupportedDatabase.html b/javadoc/liquibase/database/core/class-use/UnsupportedDatabase.html deleted file mode 100644 index 908f3e7eb..000000000 --- a/javadoc/liquibase/database/core/class-use/UnsupportedDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.core.UnsupportedDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.core.UnsupportedDatabase

    -
    -
    No usage of liquibase.database.core.UnsupportedDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/package-frame.html b/javadoc/liquibase/database/core/package-frame.html deleted file mode 100644 index b3fdc3aa7..000000000 --- a/javadoc/liquibase/database/core/package-frame.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - -liquibase.database.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.database.core

    - - - diff --git a/javadoc/liquibase/database/core/package-summary.html b/javadoc/liquibase/database/core/package-summary.html deleted file mode 100644 index 6e1577e3f..000000000 --- a/javadoc/liquibase/database/core/package-summary.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -liquibase.database.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.database.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/package-tree.html b/javadoc/liquibase/database/core/package-tree.html deleted file mode 100644 index 484788f96..000000000 --- a/javadoc/liquibase/database/core/package-tree.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -liquibase.database.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.database.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/core/package-use.html b/javadoc/liquibase/database/core/package-use.html deleted file mode 100644 index 89ed95b7f..000000000 --- a/javadoc/liquibase/database/core/package-use.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Uses of Package liquibase.database.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.database.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/DerbyConnection.html b/javadoc/liquibase/database/jvm/DerbyConnection.html deleted file mode 100644 index c9fe79595..000000000 --- a/javadoc/liquibase/database/jvm/DerbyConnection.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -DerbyConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.jvm
    -

    Class DerbyConnection

    -
    -
    - -
    - -
    - -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/HsqlConnection.html b/javadoc/liquibase/database/jvm/HsqlConnection.html deleted file mode 100644 index 7bbe97930..000000000 --- a/javadoc/liquibase/database/jvm/HsqlConnection.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -HsqlConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.jvm
    -

    Class HsqlConnection

    -
    -
    - -
    - -
    - -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/JdbcConnection.html b/javadoc/liquibase/database/jvm/JdbcConnection.html deleted file mode 100644 index 610db6a7c..000000000 --- a/javadoc/liquibase/database/jvm/JdbcConnection.html +++ /dev/null @@ -1,1183 +0,0 @@ - - - - - - -JdbcConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.jvm
    -

    Class JdbcConnection

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/SybaseASAConnection.html b/javadoc/liquibase/database/jvm/SybaseASAConnection.html deleted file mode 100644 index 7a0b84020..000000000 --- a/javadoc/liquibase/database/jvm/SybaseASAConnection.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -SybaseASAConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.jvm
    -

    Class SybaseASAConnection

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      DatabaseConnection
      -
      -
      -
      -
      public class SybaseASAConnection
      -extends JdbcConnection
      -
      A SybaseASA specific Delegate that removes the calls - to nativeSQL due to driver issues.
      -
      -
      Author:
      -
      Andreas Pohl
      -
      -
    • -
    -
    - -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/SybaseConnection.html b/javadoc/liquibase/database/jvm/SybaseConnection.html deleted file mode 100644 index 2220ff62a..000000000 --- a/javadoc/liquibase/database/jvm/SybaseConnection.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -SybaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.database.jvm
    -

    Class SybaseConnection

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      DatabaseConnection
      -
      -
      -
      -
      public class SybaseConnection
      -extends JdbcConnection
      -
      A Sybase specific Delegate that removes the calls to commit - and rollback as Sybase requires that autocommit be set to true.
      -
    • -
    -
    - -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/class-use/DerbyConnection.html b/javadoc/liquibase/database/jvm/class-use/DerbyConnection.html deleted file mode 100644 index edd8fa76e..000000000 --- a/javadoc/liquibase/database/jvm/class-use/DerbyConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.jvm.DerbyConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.jvm.DerbyConnection

    -
    -
    No usage of liquibase.database.jvm.DerbyConnection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/class-use/HsqlConnection.html b/javadoc/liquibase/database/jvm/class-use/HsqlConnection.html deleted file mode 100644 index 27f5ed483..000000000 --- a/javadoc/liquibase/database/jvm/class-use/HsqlConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.jvm.HsqlConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.jvm.HsqlConnection

    -
    -
    No usage of liquibase.database.jvm.HsqlConnection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/class-use/JdbcConnection.html b/javadoc/liquibase/database/jvm/class-use/JdbcConnection.html deleted file mode 100644 index ec8b08dd1..000000000 --- a/javadoc/liquibase/database/jvm/class-use/JdbcConnection.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -Uses of Class liquibase.database.jvm.JdbcConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.jvm.JdbcConnection

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/class-use/SybaseASAConnection.html b/javadoc/liquibase/database/jvm/class-use/SybaseASAConnection.html deleted file mode 100644 index 7e4743a65..000000000 --- a/javadoc/liquibase/database/jvm/class-use/SybaseASAConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.jvm.SybaseASAConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.jvm.SybaseASAConnection

    -
    -
    No usage of liquibase.database.jvm.SybaseASAConnection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/class-use/SybaseConnection.html b/javadoc/liquibase/database/jvm/class-use/SybaseConnection.html deleted file mode 100644 index cf159763a..000000000 --- a/javadoc/liquibase/database/jvm/class-use/SybaseConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.database.jvm.SybaseConnection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.database.jvm.SybaseConnection

    -
    -
    No usage of liquibase.database.jvm.SybaseConnection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/package-frame.html b/javadoc/liquibase/database/jvm/package-frame.html deleted file mode 100644 index 8ee3b5d2b..000000000 --- a/javadoc/liquibase/database/jvm/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -liquibase.database.jvm (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.database.jvm

    - - - diff --git a/javadoc/liquibase/database/jvm/package-summary.html b/javadoc/liquibase/database/jvm/package-summary.html deleted file mode 100644 index 10eab9fa7..000000000 --- a/javadoc/liquibase/database/jvm/package-summary.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -liquibase.database.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.database.jvm

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DerbyConnection 
      HsqlConnection 
      JdbcConnection -
      A ConnectionWrapper implementation which delegates completely to an - underlying java.sql.connection.
      -
      SybaseASAConnection -
      A SybaseASA specific Delegate that removes the calls - to nativeSQL due to driver issues.
      -
      SybaseConnection -
      A Sybase specific Delegate that removes the calls to commit - and rollback as Sybase requires that autocommit be set to true.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/package-tree.html b/javadoc/liquibase/database/jvm/package-tree.html deleted file mode 100644 index 3b4ed6027..000000000 --- a/javadoc/liquibase/database/jvm/package-tree.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.database.jvm Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.database.jvm

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/jvm/package-use.html b/javadoc/liquibase/database/jvm/package-use.html deleted file mode 100644 index 4cb3b3c44..000000000 --- a/javadoc/liquibase/database/jvm/package-use.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Package liquibase.database.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.database.jvm

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/package-frame.html b/javadoc/liquibase/database/package-frame.html deleted file mode 100644 index 3367462f6..000000000 --- a/javadoc/liquibase/database/package-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - -liquibase.database (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.database

    - - - diff --git a/javadoc/liquibase/database/package-summary.html b/javadoc/liquibase/database/package-summary.html deleted file mode 100644 index 1db272b4d..000000000 --- a/javadoc/liquibase/database/package-summary.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -liquibase.database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.database

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/package-tree.html b/javadoc/liquibase/database/package-tree.html deleted file mode 100644 index 5a10220f2..000000000 --- a/javadoc/liquibase/database/package-tree.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -liquibase.database Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.database

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/database/package-use.html b/javadoc/liquibase/database/package-use.html deleted file mode 100644 index 38069d9c1..000000000 --- a/javadoc/liquibase/database/package-use.html +++ /dev/null @@ -1,1128 +0,0 @@ - - - - - - -Uses of Package liquibase.database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.database

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/DataTypeFactory.html b/javadoc/liquibase/datatype/DataTypeFactory.html deleted file mode 100644 index 328cc6cf2..000000000 --- a/javadoc/liquibase/datatype/DataTypeFactory.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -DataTypeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype
    -

    Class DataTypeFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DataTypeFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DataTypeFactory

          -
          protected DataTypeFactory()
          -
          Build the factory registry from all classes in the classpath that implement - LiquibaseDataType
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getInstance

          -
          public static DataTypeFactory getInstance()
          -
          Get this factory singleton
          -
          -
          Returns:
          -
          a reference to this factory
          -
          -
        • -
        - - - -
          -
        • -

          reset

          -
          public static void reset()
          -
          Discards the active factory and creates a new singleton instance.
          -
        • -
        - - - -
          -
        • -

          register

          -
          public void register(Class<? extends LiquibaseDataType> dataTypeClass)
          -
          Registers an implementation of LiquibaseDataType with both its name and all aliases for the data type - as a handler in the factory's registry. Classes implement the LiquibaseDataType.getPriority(), which will - cause the class with the highest priority to become the primary handler for the data type.
          -
          -
          Parameters:
          -
          dataTypeClass - the implementation to register
          -
          -
        • -
        - - - -
          -
        • -

          unregister

          -
          public void unregister(String name)
          -
          Remove
          -
          -
          Parameters:
          -
          name -
          -
          -
        • -
        - - - -
          -
        • -

          fromDescription

          -
          public LiquibaseDataType fromDescription(String dataTypeDefinition,
          -                                         Database database)
          -
          Translates a column data type definition (e.g. varchar(255), java.sql.Types.NVARCHAR(10), - VARCHAR2(255 BYTE)... ) into a normalized data type in object form. Note that, due to variety of allowed ways - to specify a data type (SQL-Standard, Java type, native RDBMS type...), the dataTypeDefinition we receive for - processing may already be the native type for the target RDBMS.
          -
          -
          Parameters:
          -
          dataTypeDefinition - the definition from the changeSet
          -
          database - the Database object from for which the native definition is to be generated
          -
          Returns:
          -
          the corresponding Liquibase data type in object form.
          -
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          getTrueBooleanValue

          -
          public String getTrueBooleanValue(Database database)
          -
        • -
        - - - -
          -
        • -

          getFalseBooleanValue

          -
          public String getFalseBooleanValue(Database database)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/DataTypeInfo.html b/javadoc/liquibase/datatype/DataTypeInfo.html deleted file mode 100644 index e24e41d1b..000000000 --- a/javadoc/liquibase/datatype/DataTypeInfo.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -DataTypeInfo (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype
    -

    Annotation Type DataTypeInfo

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Element Detail

        - - - -
          -
        • -

          name

          -
          public abstract String name
          -
        • -
        -
      • -
      -
        -
      • - - -
          -
        • -

          minParameters

          -
          public abstract int minParameters
          -
        • -
        -
      • -
      -
        -
      • - - -
          -
        • -

          maxParameters

          -
          public abstract int maxParameters
          -
        • -
        -
      • -
      -
        -
      • - - -
          -
        • -

          priority

          -
          public abstract int priority
          -
        • -
        -
      • -
      - -
        -
      • - - -
          -
        • -

          aliases

          -
          public abstract String[] aliases
          -
          -
          Default:
          -
          {}
          -
          -
        • -
        -
      • -
      -
        -
      • - - -
          -
        • -

          description

          -
          public abstract String description
          -
          -
          Default:
          -
          "##default"
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/DatabaseDataType.html b/javadoc/liquibase/datatype/DatabaseDataType.html deleted file mode 100644 index 3631417db..000000000 --- a/javadoc/liquibase/datatype/DatabaseDataType.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - -DatabaseDataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype
    -

    Class DatabaseDataType

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DatabaseDataType
      -extends Object
      -
      This class represents a native data type used by a specific RDBMS. This is in contrast of - LiquibaseDataType, which represents data types used in changeSets (which will later be translated into - the RDBMS-specific data type if required).
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseDataType

          -
          public DatabaseDataType(String type)
          -
        • -
        - - - -
          -
        • -

          DatabaseDataType

          -
          public DatabaseDataType(String name,
          -                        Object... parameters)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          addAdditionalInformation

          -
          public void addAdditionalInformation(String additionalInformation)
          -
        • -
        - - - -
          -
        • -

          isAutoIncrement

          -
          public boolean isAutoIncrement()
          -
          Mainly for postgres, check if the column is a serial data type.
          -
          -
          Returns:
          -
          Whether the type is serial
          -
          -
        • -
        - - - -
          -
        • -

          toSql

          -
          public String toSql()
          -
        • -
        - - - - - - - -
          -
        • -

          getType

          -
          public String getType()
          -
        • -
        - - - -
          -
        • -

          setType

          -
          public void setType(String type)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/LiquibaseDataType.html b/javadoc/liquibase/datatype/LiquibaseDataType.html deleted file mode 100644 index 56ec7219f..000000000 --- a/javadoc/liquibase/datatype/LiquibaseDataType.html +++ /dev/null @@ -1,754 +0,0 @@ - - - - - - -LiquibaseDataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype
    -

    Class LiquibaseDataType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseDataType

          -
          protected LiquibaseDataType(LiquibaseDataType originalType)
          -
        • -
        - - - -
          -
        • -

          LiquibaseDataType

          -
          public LiquibaseDataType()
          -
        • -
        - - - -
          -
        • -

          LiquibaseDataType

          -
          protected LiquibaseDataType(String name,
          -                            int minParameters,
          -                            int maxParameters)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          getAliases

          -
          public String[] getAliases()
          -
        • -
        - - - - - - - -
          -
        • -

          supports

          -
          public boolean supports(Database database)
          -
        • -
        - - - -
          -
        • -

          getMinParameters

          -
          public int getMinParameters(Database database)
          -
        • -
        - - - -
          -
        • -

          getMaxParameters

          -
          public int getMaxParameters(Database database)
          -
        • -
        - - - -
          -
        • -

          getParameters

          -
          public Object[] getParameters()
          -
          Returns an array with the parameters to the data type, e.g. NUMBER(10, 2) would return - an array with the items 10 and 2.
          -
          -
          Returns:
          -
          An array with the parameters. May contain 0 items.
          -
          -
        • -
        - - - -
          -
        • -

          addParameter

          -
          public void addParameter(Object value)
          -
          Adds an object to the list of this data type's parameters. Note that it is possible to temporarily exceed the - allowed number of allowed parameters until validate(Database) is called, because the number of - allowed parameters might differ between DBMS.
          -
          -
          Parameters:
          -
          value - the new value to add as parameter.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          setAdditionalInformation

          -
          public void setAdditionalInformation(String additionalInformation)
          -
        • -
        - - - -
          -
        • -

          getRawDefinition

          -
          public String getRawDefinition()
          -
          Obtains the "raw" data type definition if one was used to create this object as a result of parsing
          -
          -
          Returns:
          -
          the raw definition, or null.
          -
          -
        • -
        - - - -
          -
        • -

          validate

          -
          public boolean validate(Database database)
          -
          Validates the correct state of this data type against a given database.
          -
          -
          Parameters:
          -
          database - the database to validate against
          -
          Returns:
          -
          true if the current settings for this data type can be implemented on the given database, false otherwise
          -
          -
        • -
        - - - -
          -
        • -

          toDatabaseDataType

          -
          public DatabaseDataType toDatabaseDataType(Database database)
          -
          Transforms this data type into the native data type of the target DBMS.
          -
          -
          Parameters:
          -
          database - the Database for which the native data type is to be constructed
          -
          Returns:
          -
          the new, native data type
          -
          -
        • -
        - - - -
          -
        • -

          objectToSql

          -
          public String objectToSql(Object value,
          -                          Database database)
          -
          Returns the value object in a format to include in SQL. Quote if necessary.
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - -
          -
        • -

          isCurrentDateTimeFunction

          -
          protected boolean isCurrentDateTimeFunction(String string,
          -                                            Database database)
          -
          Determines if the given function name refers to the function that returns the current - time and date for a specific DBMS. Also returns true if the name returns the Liquibase wildcard - CURRENT_DATE_TIME_PLACE_HOLDER, which will later be translated into the appropriate function.
          -
          -
          Parameters:
          -
          string - The database function name to test
          -
          database - A database object to test against
          -
          Returns:
          -
          see above
          -
          -
        • -
        - - - -
          -
        • -

          finishInitialization

          -
          public void finishInitialization(String originalDefinition)
          -
        • -
        - - - -
          -
        • -

          formatNumber

          -
          protected String formatNumber(String value)
          -
          Removes any trailing ".0[...]0" from the end of a number
          -
          -
          Parameters:
          -
          value - the number (in String form) to format
          -
          Returns:
          -
          the formatted number
          -
          -
        • -
        - - - -
          -
        • -

          getLoadTypeName

          -
          public abstract LoadDataChange.LOAD_DATA_TYPE getLoadTypeName()
          -
          Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
          -
          -
          Returns:
          -
          one of the above Strings
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/class-use/DataTypeFactory.html b/javadoc/liquibase/datatype/class-use/DataTypeFactory.html deleted file mode 100644 index d70060ecd..000000000 --- a/javadoc/liquibase/datatype/class-use/DataTypeFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.DataTypeFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.DataTypeFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/class-use/DataTypeInfo.html b/javadoc/liquibase/datatype/class-use/DataTypeInfo.html deleted file mode 100644 index ab0fc36ad..000000000 --- a/javadoc/liquibase/datatype/class-use/DataTypeInfo.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.DataTypeInfo (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.DataTypeInfo

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/class-use/DatabaseDataType.html b/javadoc/liquibase/datatype/class-use/DatabaseDataType.html deleted file mode 100644 index 5245e35fa..000000000 --- a/javadoc/liquibase/datatype/class-use/DatabaseDataType.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.DatabaseDataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.DatabaseDataType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/class-use/LiquibaseDataType.html b/javadoc/liquibase/datatype/class-use/LiquibaseDataType.html deleted file mode 100644 index 3ace75927..000000000 --- a/javadoc/liquibase/datatype/class-use/LiquibaseDataType.html +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.LiquibaseDataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.LiquibaseDataType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/BigIntType.html b/javadoc/liquibase/datatype/core/BigIntType.html deleted file mode 100644 index 2f91b4a5e..000000000 --- a/javadoc/liquibase/datatype/core/BigIntType.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - -BigIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class BigIntType

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PrioritizedService
      -
      -
      -
      -
      public class BigIntType
      -extends LiquibaseDataType
      -
      Represents a signed integer number using 64 bits of storage.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/BlobType.html b/javadoc/liquibase/datatype/core/BlobType.html deleted file mode 100644 index 15bd54245..000000000 --- a/javadoc/liquibase/datatype/core/BlobType.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -BlobType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class BlobType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/BooleanType.html b/javadoc/liquibase/datatype/core/BooleanType.html deleted file mode 100644 index 82a7f6378..000000000 --- a/javadoc/liquibase/datatype/core/BooleanType.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -BooleanType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class BooleanType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          BooleanType

          -
          public BooleanType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          isNumericBoolean

          -
          protected boolean isNumericBoolean(Database database)
          -
        • -
        - - - -
          -
        • -

          getFalseBooleanValue

          -
          public String getFalseBooleanValue(Database database)
          -
          The database-specific value to use for "false" "boolean" columns.
          -
        • -
        - - - -
          -
        • -

          getTrueBooleanValue

          -
          public String getTrueBooleanValue(Database database)
          -
          The database-specific value to use for "true" "boolean" columns.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/CharType.html b/javadoc/liquibase/datatype/core/CharType.html deleted file mode 100644 index 7ae1b671a..000000000 --- a/javadoc/liquibase/datatype/core/CharType.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -CharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class CharType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CharType

          -
          public CharType()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/ClobType.html b/javadoc/liquibase/datatype/core/ClobType.html deleted file mode 100644 index 9f30d5db3..000000000 --- a/javadoc/liquibase/datatype/core/ClobType.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -ClobType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class ClobType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/CurrencyType.html b/javadoc/liquibase/datatype/core/CurrencyType.html deleted file mode 100644 index b4566c591..000000000 --- a/javadoc/liquibase/datatype/core/CurrencyType.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -CurrencyType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class CurrencyType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/DatabaseFunctionType.html b/javadoc/liquibase/datatype/core/DatabaseFunctionType.html deleted file mode 100644 index d3282ab63..000000000 --- a/javadoc/liquibase/datatype/core/DatabaseFunctionType.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -DatabaseFunctionType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class DatabaseFunctionType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/DateTimeType.html b/javadoc/liquibase/datatype/core/DateTimeType.html deleted file mode 100644 index 3f1b2e92b..000000000 --- a/javadoc/liquibase/datatype/core/DateTimeType.html +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - -DateTimeType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class DateTimeType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/DateType.html b/javadoc/liquibase/datatype/core/DateType.html deleted file mode 100644 index 67eb0d320..000000000 --- a/javadoc/liquibase/datatype/core/DateType.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - -DateType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class DateType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/DecimalType.html b/javadoc/liquibase/datatype/core/DecimalType.html deleted file mode 100644 index 2eb78db7f..000000000 --- a/javadoc/liquibase/datatype/core/DecimalType.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -DecimalType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class DecimalType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DecimalType

          -
          public DecimalType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isAutoIncrement

          -
          public boolean isAutoIncrement()
          -
        • -
        - - - -
          -
        • -

          setAutoIncrement

          -
          public void setAutoIncrement(boolean autoIncrement)
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/DoubleType.html b/javadoc/liquibase/datatype/core/DoubleType.html deleted file mode 100644 index defa853de..000000000 --- a/javadoc/liquibase/datatype/core/DoubleType.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -DoubleType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class DoubleType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/FloatType.html b/javadoc/liquibase/datatype/core/FloatType.html deleted file mode 100644 index b9987ad21..000000000 --- a/javadoc/liquibase/datatype/core/FloatType.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -FloatType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class FloatType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/IntType.html b/javadoc/liquibase/datatype/core/IntType.html deleted file mode 100644 index e4696536f..000000000 --- a/javadoc/liquibase/datatype/core/IntType.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - -IntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class IntType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/MediumIntType.html b/javadoc/liquibase/datatype/core/MediumIntType.html deleted file mode 100644 index 952b65d0c..000000000 --- a/javadoc/liquibase/datatype/core/MediumIntType.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -MediumIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class MediumIntType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MediumIntType

          -
          public MediumIntType()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/NCharType.html b/javadoc/liquibase/datatype/core/NCharType.html deleted file mode 100644 index a950dc34f..000000000 --- a/javadoc/liquibase/datatype/core/NCharType.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -NCharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class NCharType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          NCharType

          -
          public NCharType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          toDatabaseDataType

          -
          public DatabaseDataType toDatabaseDataType(Database database)
          -
          Description copied from class: LiquibaseDataType
          -
          Transforms this data type into the native data type of the target DBMS.
          -
          -
          Overrides:
          -
          toDatabaseDataType in class CharType
          -
          Parameters:
          -
          database - the Database for which the native data type is to be constructed
          -
          Returns:
          -
          the new, native data type
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/NVarcharType.html b/javadoc/liquibase/datatype/core/NVarcharType.html deleted file mode 100644 index 145a8bf02..000000000 --- a/javadoc/liquibase/datatype/core/NVarcharType.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - -NVarcharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class NVarcharType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          NVarcharType

          -
          public NVarcharType()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/NumberType.html b/javadoc/liquibase/datatype/core/NumberType.html deleted file mode 100644 index 90490a46d..000000000 --- a/javadoc/liquibase/datatype/core/NumberType.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -NumberType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class NumberType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          NumberType

          -
          public NumberType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isAutoIncrement

          -
          public boolean isAutoIncrement()
          -
        • -
        - - - -
          -
        • -

          setAutoIncrement

          -
          public void setAutoIncrement(boolean autoIncrement)
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/SmallIntType.html b/javadoc/liquibase/datatype/core/SmallIntType.html deleted file mode 100644 index 54e35791e..000000000 --- a/javadoc/liquibase/datatype/core/SmallIntType.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -SmallIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class SmallIntType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SmallIntType

          -
          public SmallIntType()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/TimeType.html b/javadoc/liquibase/datatype/core/TimeType.html deleted file mode 100644 index df44f7bd5..000000000 --- a/javadoc/liquibase/datatype/core/TimeType.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - -TimeType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class TimeType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/TimestampType.html b/javadoc/liquibase/datatype/core/TimestampType.html deleted file mode 100644 index 8578437b9..000000000 --- a/javadoc/liquibase/datatype/core/TimestampType.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - -TimestampType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class TimestampType

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PrioritizedService
      -
      -
      -
      -
      public class TimestampType
      -extends DateTimeType
      -
      Data type support for TIMESTAMP data types in various DBMS. All DBMS are at least expected to support the - year, month, day, hour, minute and second parts. Optionally, fractional seconds and time zone information can be - specified as well.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TimestampType

          -
          public TimestampType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          toDatabaseDataType

          -
          public DatabaseDataType toDatabaseDataType(Database database)
          -
          Returns a DBMS-specific String representation of this TimestampType for use in SQL statements.
          -
          -
          Overrides:
          -
          toDatabaseDataType in class DateTimeType
          -
          Parameters:
          -
          database - the database for which the String must be generated
          -
          Returns:
          -
          a String with the DBMS-specific type specification
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/TinyIntType.html b/javadoc/liquibase/datatype/core/TinyIntType.html deleted file mode 100644 index 4d7f329ae..000000000 --- a/javadoc/liquibase/datatype/core/TinyIntType.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -TinyIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class TinyIntType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TinyIntType

          -
          public TinyIntType()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/UUIDType.html b/javadoc/liquibase/datatype/core/UUIDType.html deleted file mode 100644 index 5e9f5b5ae..000000000 --- a/javadoc/liquibase/datatype/core/UUIDType.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -UUIDType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class UUIDType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/UnknownType.html b/javadoc/liquibase/datatype/core/UnknownType.html deleted file mode 100644 index 66979d1d4..000000000 --- a/javadoc/liquibase/datatype/core/UnknownType.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - -UnknownType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class UnknownType

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PrioritizedService
      -
      -
      -
      -
      public class UnknownType
      -extends LiquibaseDataType
      -
      Container for a data type that is not covered by any implementation in liquibase.datatype.core. Most often, - this class is used when a DBMS-specific data type is given of which Liquibase does not know anything about yet.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnknownType

          -
          public UnknownType()
          -
        • -
        - - - -
          -
        • -

          UnknownType

          -
          public UnknownType(String name)
          -
        • -
        - - - -
          -
        • -

          UnknownType

          -
          public UnknownType(String name,
          -                   int minParameters,
          -                   int maxParameters)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/VarcharType.html b/javadoc/liquibase/datatype/core/VarcharType.html deleted file mode 100644 index 058c43f44..000000000 --- a/javadoc/liquibase/datatype/core/VarcharType.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -VarcharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class VarcharType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          VarcharType

          -
          public VarcharType()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          toDatabaseDataType

          -
          public DatabaseDataType toDatabaseDataType(Database database)
          -
          Description copied from class: LiquibaseDataType
          -
          Transforms this data type into the native data type of the target DBMS.
          -
          -
          Overrides:
          -
          toDatabaseDataType in class CharType
          -
          Parameters:
          -
          database - the Database for which the native data type is to be constructed
          -
          Returns:
          -
          the new, native data type
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/XMLType.html b/javadoc/liquibase/datatype/core/XMLType.html deleted file mode 100644 index ac2cdc857..000000000 --- a/javadoc/liquibase/datatype/core/XMLType.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -XMLType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.datatype.core
    -

    Class XMLType

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/BigIntType.html b/javadoc/liquibase/datatype/core/class-use/BigIntType.html deleted file mode 100644 index aafa5b89c..000000000 --- a/javadoc/liquibase/datatype/core/class-use/BigIntType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.BigIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.BigIntType

    -
    -
    No usage of liquibase.datatype.core.BigIntType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/BlobType.html b/javadoc/liquibase/datatype/core/class-use/BlobType.html deleted file mode 100644 index 0cc60aba2..000000000 --- a/javadoc/liquibase/datatype/core/class-use/BlobType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.BlobType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.BlobType

    -
    -
    No usage of liquibase.datatype.core.BlobType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/BooleanType.html b/javadoc/liquibase/datatype/core/class-use/BooleanType.html deleted file mode 100644 index b47d55f84..000000000 --- a/javadoc/liquibase/datatype/core/class-use/BooleanType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.BooleanType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.BooleanType

    -
    -
    No usage of liquibase.datatype.core.BooleanType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/CharType.html b/javadoc/liquibase/datatype/core/class-use/CharType.html deleted file mode 100644 index 2d9b42b55..000000000 --- a/javadoc/liquibase/datatype/core/class-use/CharType.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.CharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.CharType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/ClobType.html b/javadoc/liquibase/datatype/core/class-use/ClobType.html deleted file mode 100644 index 360b1d4c9..000000000 --- a/javadoc/liquibase/datatype/core/class-use/ClobType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.ClobType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.ClobType

    -
    -
    No usage of liquibase.datatype.core.ClobType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/CurrencyType.html b/javadoc/liquibase/datatype/core/class-use/CurrencyType.html deleted file mode 100644 index 3eeeeac89..000000000 --- a/javadoc/liquibase/datatype/core/class-use/CurrencyType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.CurrencyType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.CurrencyType

    -
    -
    No usage of liquibase.datatype.core.CurrencyType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/DatabaseFunctionType.html b/javadoc/liquibase/datatype/core/class-use/DatabaseFunctionType.html deleted file mode 100644 index 4b4ede613..000000000 --- a/javadoc/liquibase/datatype/core/class-use/DatabaseFunctionType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.DatabaseFunctionType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.DatabaseFunctionType

    -
    -
    No usage of liquibase.datatype.core.DatabaseFunctionType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/DateTimeType.html b/javadoc/liquibase/datatype/core/class-use/DateTimeType.html deleted file mode 100644 index 9a2901c23..000000000 --- a/javadoc/liquibase/datatype/core/class-use/DateTimeType.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.DateTimeType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.DateTimeType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/DateType.html b/javadoc/liquibase/datatype/core/class-use/DateType.html deleted file mode 100644 index 7de857cdc..000000000 --- a/javadoc/liquibase/datatype/core/class-use/DateType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.DateType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.DateType

    -
    -
    No usage of liquibase.datatype.core.DateType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/DecimalType.html b/javadoc/liquibase/datatype/core/class-use/DecimalType.html deleted file mode 100644 index 022236aab..000000000 --- a/javadoc/liquibase/datatype/core/class-use/DecimalType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.DecimalType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.DecimalType

    -
    -
    No usage of liquibase.datatype.core.DecimalType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/DoubleType.html b/javadoc/liquibase/datatype/core/class-use/DoubleType.html deleted file mode 100644 index 4642b10ef..000000000 --- a/javadoc/liquibase/datatype/core/class-use/DoubleType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.DoubleType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.DoubleType

    -
    -
    No usage of liquibase.datatype.core.DoubleType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/FloatType.html b/javadoc/liquibase/datatype/core/class-use/FloatType.html deleted file mode 100644 index 0cd84252b..000000000 --- a/javadoc/liquibase/datatype/core/class-use/FloatType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.FloatType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.FloatType

    -
    -
    No usage of liquibase.datatype.core.FloatType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/IntType.html b/javadoc/liquibase/datatype/core/class-use/IntType.html deleted file mode 100644 index 89b2e261e..000000000 --- a/javadoc/liquibase/datatype/core/class-use/IntType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.IntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.IntType

    -
    -
    No usage of liquibase.datatype.core.IntType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/MediumIntType.html b/javadoc/liquibase/datatype/core/class-use/MediumIntType.html deleted file mode 100644 index cb44ec7a3..000000000 --- a/javadoc/liquibase/datatype/core/class-use/MediumIntType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.MediumIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.MediumIntType

    -
    -
    No usage of liquibase.datatype.core.MediumIntType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/NCharType.html b/javadoc/liquibase/datatype/core/class-use/NCharType.html deleted file mode 100644 index e9b659fc4..000000000 --- a/javadoc/liquibase/datatype/core/class-use/NCharType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.NCharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.NCharType

    -
    -
    No usage of liquibase.datatype.core.NCharType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/NVarcharType.html b/javadoc/liquibase/datatype/core/class-use/NVarcharType.html deleted file mode 100644 index f2dd32a4b..000000000 --- a/javadoc/liquibase/datatype/core/class-use/NVarcharType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.NVarcharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.NVarcharType

    -
    -
    No usage of liquibase.datatype.core.NVarcharType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/NumberType.html b/javadoc/liquibase/datatype/core/class-use/NumberType.html deleted file mode 100644 index f13e1b7d6..000000000 --- a/javadoc/liquibase/datatype/core/class-use/NumberType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.NumberType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.NumberType

    -
    -
    No usage of liquibase.datatype.core.NumberType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/SmallIntType.html b/javadoc/liquibase/datatype/core/class-use/SmallIntType.html deleted file mode 100644 index feeb53246..000000000 --- a/javadoc/liquibase/datatype/core/class-use/SmallIntType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.SmallIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.SmallIntType

    -
    -
    No usage of liquibase.datatype.core.SmallIntType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/TimeType.html b/javadoc/liquibase/datatype/core/class-use/TimeType.html deleted file mode 100644 index 5135eeae3..000000000 --- a/javadoc/liquibase/datatype/core/class-use/TimeType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.TimeType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.TimeType

    -
    -
    No usage of liquibase.datatype.core.TimeType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/TimestampType.html b/javadoc/liquibase/datatype/core/class-use/TimestampType.html deleted file mode 100644 index 39faed5b5..000000000 --- a/javadoc/liquibase/datatype/core/class-use/TimestampType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.TimestampType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.TimestampType

    -
    -
    No usage of liquibase.datatype.core.TimestampType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/TinyIntType.html b/javadoc/liquibase/datatype/core/class-use/TinyIntType.html deleted file mode 100644 index b4964d6ff..000000000 --- a/javadoc/liquibase/datatype/core/class-use/TinyIntType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.TinyIntType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.TinyIntType

    -
    -
    No usage of liquibase.datatype.core.TinyIntType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/UUIDType.html b/javadoc/liquibase/datatype/core/class-use/UUIDType.html deleted file mode 100644 index db279fa7a..000000000 --- a/javadoc/liquibase/datatype/core/class-use/UUIDType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.UUIDType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.UUIDType

    -
    -
    No usage of liquibase.datatype.core.UUIDType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/UnknownType.html b/javadoc/liquibase/datatype/core/class-use/UnknownType.html deleted file mode 100644 index 1bd61c95e..000000000 --- a/javadoc/liquibase/datatype/core/class-use/UnknownType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.UnknownType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.UnknownType

    -
    -
    No usage of liquibase.datatype.core.UnknownType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/VarcharType.html b/javadoc/liquibase/datatype/core/class-use/VarcharType.html deleted file mode 100644 index f11e61fc8..000000000 --- a/javadoc/liquibase/datatype/core/class-use/VarcharType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.VarcharType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.VarcharType

    -
    -
    No usage of liquibase.datatype.core.VarcharType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/class-use/XMLType.html b/javadoc/liquibase/datatype/core/class-use/XMLType.html deleted file mode 100644 index 3bdeb09d3..000000000 --- a/javadoc/liquibase/datatype/core/class-use/XMLType.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.datatype.core.XMLType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.datatype.core.XMLType

    -
    -
    No usage of liquibase.datatype.core.XMLType
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/package-frame.html b/javadoc/liquibase/datatype/core/package-frame.html deleted file mode 100644 index fbe02c4f7..000000000 --- a/javadoc/liquibase/datatype/core/package-frame.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -liquibase.datatype.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.datatype.core

    - - - diff --git a/javadoc/liquibase/datatype/core/package-summary.html b/javadoc/liquibase/datatype/core/package-summary.html deleted file mode 100644 index 569a494e3..000000000 --- a/javadoc/liquibase/datatype/core/package-summary.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - -liquibase.datatype.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.datatype.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/package-tree.html b/javadoc/liquibase/datatype/core/package-tree.html deleted file mode 100644 index bf196bed1..000000000 --- a/javadoc/liquibase/datatype/core/package-tree.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -liquibase.datatype.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.datatype.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/core/package-use.html b/javadoc/liquibase/datatype/core/package-use.html deleted file mode 100644 index 070cc53a2..000000000 --- a/javadoc/liquibase/datatype/core/package-use.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Package liquibase.datatype.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.datatype.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/package-frame.html b/javadoc/liquibase/datatype/package-frame.html deleted file mode 100644 index cd88df241..000000000 --- a/javadoc/liquibase/datatype/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -liquibase.datatype (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.datatype

    -
    -

    Classes

    - -

    Annotation Types

    - -
    - - diff --git a/javadoc/liquibase/datatype/package-summary.html b/javadoc/liquibase/datatype/package-summary.html deleted file mode 100644 index 541341659..000000000 --- a/javadoc/liquibase/datatype/package-summary.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -liquibase.datatype (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.datatype

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DatabaseDataType -
      This class represents a native data type used by a specific RDBMS.
      -
      DataTypeFactory 
      LiquibaseDataType -
      Object representing a data type, instead of a plain string.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Annotation Types Summary 
      Annotation TypeDescription
      DataTypeInfo 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/package-tree.html b/javadoc/liquibase/datatype/package-tree.html deleted file mode 100644 index 368a3d040..000000000 --- a/javadoc/liquibase/datatype/package-tree.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -liquibase.datatype Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.datatype

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Annotation Type Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/datatype/package-use.html b/javadoc/liquibase/datatype/package-use.html deleted file mode 100644 index 560385c2d..000000000 --- a/javadoc/liquibase/datatype/package-use.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -Uses of Package liquibase.datatype (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.datatype

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/AuthorListWriter.html b/javadoc/liquibase/dbdoc/AuthorListWriter.html deleted file mode 100644 index 707dc16d8..000000000 --- a/javadoc/liquibase/dbdoc/AuthorListWriter.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -AuthorListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class AuthorListWriter

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AuthorListWriter

          -
          public AuthorListWriter(File outputDir)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/AuthorWriter.html b/javadoc/liquibase/dbdoc/AuthorWriter.html deleted file mode 100644 index 34362d9a1..000000000 --- a/javadoc/liquibase/dbdoc/AuthorWriter.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -AuthorWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class AuthorWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class AuthorWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/ChangeLogListWriter.html b/javadoc/liquibase/dbdoc/ChangeLogListWriter.html deleted file mode 100644 index 7e14ecdc8..000000000 --- a/javadoc/liquibase/dbdoc/ChangeLogListWriter.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -ChangeLogListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class ChangeLogListWriter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/ChangeLogWriter.html b/javadoc/liquibase/dbdoc/ChangeLogWriter.html deleted file mode 100644 index 27afbe8d9..000000000 --- a/javadoc/liquibase/dbdoc/ChangeLogWriter.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -ChangeLogWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class ChangeLogWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeLogWriter
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          outputDir

          -
          protected File outputDir
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogWriter

          -
          public ChangeLogWriter(ResourceAccessor resourceAccessor,
          -                       File rootOutputDir)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/ColumnWriter.html b/javadoc/liquibase/dbdoc/ColumnWriter.html deleted file mode 100644 index 0743e5c51..000000000 --- a/javadoc/liquibase/dbdoc/ColumnWriter.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -ColumnWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class ColumnWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ColumnWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/DBDocUtil.html b/javadoc/liquibase/dbdoc/DBDocUtil.html deleted file mode 100644 index e0b5e71f0..000000000 --- a/javadoc/liquibase/dbdoc/DBDocUtil.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -DBDocUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class DBDocUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DBDocUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DBDocUtil

          -
          public DBDocUtil()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          toFileName

          -
          public static String toFileName(String string)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/HTMLListWriter.html b/javadoc/liquibase/dbdoc/HTMLListWriter.html deleted file mode 100644 index dbde95ebb..000000000 --- a/javadoc/liquibase/dbdoc/HTMLListWriter.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -HTMLListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class HTMLListWriter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/HTMLWriter.html b/javadoc/liquibase/dbdoc/HTMLWriter.html deleted file mode 100644 index 95a125598..000000000 --- a/javadoc/liquibase/dbdoc/HTMLWriter.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -HTMLWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class HTMLWriter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/PendingChangesWriter.html b/javadoc/liquibase/dbdoc/PendingChangesWriter.html deleted file mode 100644 index deb867151..000000000 --- a/javadoc/liquibase/dbdoc/PendingChangesWriter.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -PendingChangesWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class PendingChangesWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PendingChangesWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/PendingSQLWriter.html b/javadoc/liquibase/dbdoc/PendingSQLWriter.html deleted file mode 100644 index 7e0eec1ec..000000000 --- a/javadoc/liquibase/dbdoc/PendingSQLWriter.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -PendingSQLWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class PendingSQLWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PendingSQLWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/RecentChangesWriter.html b/javadoc/liquibase/dbdoc/RecentChangesWriter.html deleted file mode 100644 index 5dc78307d..000000000 --- a/javadoc/liquibase/dbdoc/RecentChangesWriter.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -RecentChangesWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class RecentChangesWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class RecentChangesWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/TableListWriter.html b/javadoc/liquibase/dbdoc/TableListWriter.html deleted file mode 100644 index 7ddf6b924..000000000 --- a/javadoc/liquibase/dbdoc/TableListWriter.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -TableListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class TableListWriter

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TableListWriter

          -
          public TableListWriter(File outputDir)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/TableWriter.html b/javadoc/liquibase/dbdoc/TableWriter.html deleted file mode 100644 index 879158945..000000000 --- a/javadoc/liquibase/dbdoc/TableWriter.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -TableWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.dbdoc
    -

    Class TableWriter

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class TableWriter
      -extends HTMLWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/AuthorListWriter.html b/javadoc/liquibase/dbdoc/class-use/AuthorListWriter.html deleted file mode 100644 index b4c7a3d11..000000000 --- a/javadoc/liquibase/dbdoc/class-use/AuthorListWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.AuthorListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.AuthorListWriter

    -
    -
    No usage of liquibase.dbdoc.AuthorListWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/AuthorWriter.html b/javadoc/liquibase/dbdoc/class-use/AuthorWriter.html deleted file mode 100644 index 617945acf..000000000 --- a/javadoc/liquibase/dbdoc/class-use/AuthorWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.AuthorWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.AuthorWriter

    -
    -
    No usage of liquibase.dbdoc.AuthorWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/ChangeLogListWriter.html b/javadoc/liquibase/dbdoc/class-use/ChangeLogListWriter.html deleted file mode 100644 index 06adce40c..000000000 --- a/javadoc/liquibase/dbdoc/class-use/ChangeLogListWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.ChangeLogListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.ChangeLogListWriter

    -
    -
    No usage of liquibase.dbdoc.ChangeLogListWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/ChangeLogWriter.html b/javadoc/liquibase/dbdoc/class-use/ChangeLogWriter.html deleted file mode 100644 index 4bcbf68b1..000000000 --- a/javadoc/liquibase/dbdoc/class-use/ChangeLogWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.ChangeLogWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.ChangeLogWriter

    -
    -
    No usage of liquibase.dbdoc.ChangeLogWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/ColumnWriter.html b/javadoc/liquibase/dbdoc/class-use/ColumnWriter.html deleted file mode 100644 index 8de0a292e..000000000 --- a/javadoc/liquibase/dbdoc/class-use/ColumnWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.ColumnWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.ColumnWriter

    -
    -
    No usage of liquibase.dbdoc.ColumnWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/DBDocUtil.html b/javadoc/liquibase/dbdoc/class-use/DBDocUtil.html deleted file mode 100644 index df5fe1bf7..000000000 --- a/javadoc/liquibase/dbdoc/class-use/DBDocUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.DBDocUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.DBDocUtil

    -
    -
    No usage of liquibase.dbdoc.DBDocUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/HTMLListWriter.html b/javadoc/liquibase/dbdoc/class-use/HTMLListWriter.html deleted file mode 100644 index 55d81a2a1..000000000 --- a/javadoc/liquibase/dbdoc/class-use/HTMLListWriter.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.HTMLListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.HTMLListWriter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/HTMLWriter.html b/javadoc/liquibase/dbdoc/class-use/HTMLWriter.html deleted file mode 100644 index cc776eb0b..000000000 --- a/javadoc/liquibase/dbdoc/class-use/HTMLWriter.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.HTMLWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.HTMLWriter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/PendingChangesWriter.html b/javadoc/liquibase/dbdoc/class-use/PendingChangesWriter.html deleted file mode 100644 index ce34b78d8..000000000 --- a/javadoc/liquibase/dbdoc/class-use/PendingChangesWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.PendingChangesWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.PendingChangesWriter

    -
    -
    No usage of liquibase.dbdoc.PendingChangesWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/PendingSQLWriter.html b/javadoc/liquibase/dbdoc/class-use/PendingSQLWriter.html deleted file mode 100644 index 0e75b84aa..000000000 --- a/javadoc/liquibase/dbdoc/class-use/PendingSQLWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.PendingSQLWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.PendingSQLWriter

    -
    -
    No usage of liquibase.dbdoc.PendingSQLWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/RecentChangesWriter.html b/javadoc/liquibase/dbdoc/class-use/RecentChangesWriter.html deleted file mode 100644 index 480e6d5fa..000000000 --- a/javadoc/liquibase/dbdoc/class-use/RecentChangesWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.RecentChangesWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.RecentChangesWriter

    -
    -
    No usage of liquibase.dbdoc.RecentChangesWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/TableListWriter.html b/javadoc/liquibase/dbdoc/class-use/TableListWriter.html deleted file mode 100644 index f4a2be11e..000000000 --- a/javadoc/liquibase/dbdoc/class-use/TableListWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.TableListWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.TableListWriter

    -
    -
    No usage of liquibase.dbdoc.TableListWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/class-use/TableWriter.html b/javadoc/liquibase/dbdoc/class-use/TableWriter.html deleted file mode 100644 index 232d21ade..000000000 --- a/javadoc/liquibase/dbdoc/class-use/TableWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.dbdoc.TableWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.dbdoc.TableWriter

    -
    -
    No usage of liquibase.dbdoc.TableWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/package-frame.html b/javadoc/liquibase/dbdoc/package-frame.html deleted file mode 100644 index 76e4b08e7..000000000 --- a/javadoc/liquibase/dbdoc/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -liquibase.dbdoc (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.dbdoc

    - - - diff --git a/javadoc/liquibase/dbdoc/package-summary.html b/javadoc/liquibase/dbdoc/package-summary.html deleted file mode 100644 index 2e9a964f0..000000000 --- a/javadoc/liquibase/dbdoc/package-summary.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -liquibase.dbdoc (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.dbdoc

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/package-tree.html b/javadoc/liquibase/dbdoc/package-tree.html deleted file mode 100644 index 3f138b3c1..000000000 --- a/javadoc/liquibase/dbdoc/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -liquibase.dbdoc Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.dbdoc

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/dbdoc/package-use.html b/javadoc/liquibase/dbdoc/package-use.html deleted file mode 100644 index 90360e288..000000000 --- a/javadoc/liquibase/dbdoc/package-use.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Package liquibase.dbdoc (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.dbdoc

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/DiffGenerator.html b/javadoc/liquibase/diff/DiffGenerator.html deleted file mode 100644 index 8f50d35cb..000000000 --- a/javadoc/liquibase/diff/DiffGenerator.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -DiffGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Interface DiffGenerator

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/DiffGeneratorFactory.html b/javadoc/liquibase/diff/DiffGeneratorFactory.html deleted file mode 100644 index 140484376..000000000 --- a/javadoc/liquibase/diff/DiffGeneratorFactory.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -DiffGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class DiffGeneratorFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DiffGeneratorFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/DiffResult.html b/javadoc/liquibase/diff/DiffResult.html deleted file mode 100644 index d25017c56..000000000 --- a/javadoc/liquibase/diff/DiffResult.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - - -DiffResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class DiffResult

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DiffResult
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/DiffStatusListener.html b/javadoc/liquibase/diff/DiffStatusListener.html deleted file mode 100644 index b020816d3..000000000 --- a/javadoc/liquibase/diff/DiffStatusListener.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -DiffStatusListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Interface DiffStatusListener

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface DiffStatusListener
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          statusUpdate

          -
          void statusUpdate(String message)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/Difference.html b/javadoc/liquibase/diff/Difference.html deleted file mode 100644 index 43226cdaa..000000000 --- a/javadoc/liquibase/diff/Difference.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -Difference (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class Difference

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Difference

          -
          public Difference(String field,
          -                  Object referenceValue,
          -                  Object comparedValue)
          -
        • -
        - - - -
          -
        • -

          Difference

          -
          public Difference(String message,
          -                  String field,
          -                  Object referenceValue,
          -                  Object comparedValue)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.CompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.CompareFunction.html deleted file mode 100644 index 9f2e61e64..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.CompareFunction.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -ObjectDifferences.CompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Interface ObjectDifferences.CompareFunction

    -
    -
    - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          areEqual

          -
          boolean areEqual(Object referenceValue,
          -                 Object compareToValue)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.DataTypeCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.DataTypeCompareFunction.html deleted file mode 100644 index 253cb43e4..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.DataTypeCompareFunction.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ObjectDifferences.DataTypeCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.DataTypeCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.DataTypeCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.DatabaseObjectNameCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.DatabaseObjectNameCompareFunction.html deleted file mode 100644 index 96c2c8f20..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.DatabaseObjectNameCompareFunction.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -ObjectDifferences.DatabaseObjectNameCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.DatabaseObjectNameCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.OrderedCollectionCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.OrderedCollectionCompareFunction.html deleted file mode 100644 index 088f1c659..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.OrderedCollectionCompareFunction.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ObjectDifferences.OrderedCollectionCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.OrderedCollectionCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.StandardCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.StandardCompareFunction.html deleted file mode 100644 index 2d27800c5..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.StandardCompareFunction.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -ObjectDifferences.StandardCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.StandardCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.StandardCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.ToStringCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.ToStringCompareFunction.html deleted file mode 100644 index 927c88847..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.ToStringCompareFunction.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ObjectDifferences.ToStringCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.ToStringCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.ToStringCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.UnOrderedCollectionCompareFunction.html b/javadoc/liquibase/diff/ObjectDifferences.UnOrderedCollectionCompareFunction.html deleted file mode 100644 index bd598d1ae..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.UnOrderedCollectionCompareFunction.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ObjectDifferences.UnOrderedCollectionCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences.UnOrderedCollectionCompareFunction

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/ObjectDifferences.html b/javadoc/liquibase/diff/ObjectDifferences.html deleted file mode 100644 index 608d22f95..000000000 --- a/javadoc/liquibase/diff/ObjectDifferences.html +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - -ObjectDifferences (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class ObjectDifferences

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ObjectDifferences
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/StringDiff.html b/javadoc/liquibase/diff/StringDiff.html deleted file mode 100644 index 7dbe78cbc..000000000 --- a/javadoc/liquibase/diff/StringDiff.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -StringDiff (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff
    -

    Class StringDiff

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class StringDiff
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StringDiff

          -
          public StringDiff(String baseVersion,
          -                  String targetVersion)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getReferenceVersion

          -
          public String getReferenceVersion()
          -
        • -
        - - - -
          -
        • -

          getTargetVersion

          -
          public String getTargetVersion()
          -
        • -
        - - - -
          -
        • -

          areEqual

          -
          public boolean areEqual()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/DiffGenerator.html b/javadoc/liquibase/diff/class-use/DiffGenerator.html deleted file mode 100644 index 897e6303f..000000000 --- a/javadoc/liquibase/diff/class-use/DiffGenerator.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.DiffGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.DiffGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/DiffGeneratorFactory.html b/javadoc/liquibase/diff/class-use/DiffGeneratorFactory.html deleted file mode 100644 index 89af53204..000000000 --- a/javadoc/liquibase/diff/class-use/DiffGeneratorFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.DiffGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.DiffGeneratorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/DiffResult.html b/javadoc/liquibase/diff/class-use/DiffResult.html deleted file mode 100644 index 59aa8615a..000000000 --- a/javadoc/liquibase/diff/class-use/DiffResult.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.DiffResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.DiffResult

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/DiffStatusListener.html b/javadoc/liquibase/diff/class-use/DiffStatusListener.html deleted file mode 100644 index cf33eddc1..000000000 --- a/javadoc/liquibase/diff/class-use/DiffStatusListener.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.DiffStatusListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.DiffStatusListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/Difference.html b/javadoc/liquibase/diff/class-use/Difference.html deleted file mode 100644 index b2aa40651..000000000 --- a/javadoc/liquibase/diff/class-use/Difference.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.Difference (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.Difference

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.CompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.CompareFunction.html deleted file mode 100644 index 45bee9e92..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.CompareFunction.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.ObjectDifferences.CompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.ObjectDifferences.CompareFunction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.DataTypeCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.DataTypeCompareFunction.html deleted file mode 100644 index 18a04d9e1..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.DataTypeCompareFunction.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.DataTypeCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.DataTypeCompareFunction

    -
    -
    No usage of liquibase.diff.ObjectDifferences.DataTypeCompareFunction
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.DatabaseObjectNameCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.DatabaseObjectNameCompareFunction.html deleted file mode 100644 index e3f89089b..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.DatabaseObjectNameCompareFunction.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction

    -
    -
    No usage of liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.OrderedCollectionCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.OrderedCollectionCompareFunction.html deleted file mode 100644 index 8e272904d..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.OrderedCollectionCompareFunction.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction

    -
    -
    No usage of liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.StandardCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.StandardCompareFunction.html deleted file mode 100644 index f66ee689c..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.StandardCompareFunction.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.StandardCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.StandardCompareFunction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.ToStringCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.ToStringCompareFunction.html deleted file mode 100644 index 5ba211d68..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.ToStringCompareFunction.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.ToStringCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.ToStringCompareFunction

    -
    -
    No usage of liquibase.diff.ObjectDifferences.ToStringCompareFunction
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.UnOrderedCollectionCompareFunction.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.UnOrderedCollectionCompareFunction.html deleted file mode 100644 index 115595379..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.UnOrderedCollectionCompareFunction.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction

    -
    -
    No usage of liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/ObjectDifferences.html b/javadoc/liquibase/diff/class-use/ObjectDifferences.html deleted file mode 100644 index 1210a15e3..000000000 --- a/javadoc/liquibase/diff/class-use/ObjectDifferences.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.ObjectDifferences (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.ObjectDifferences

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/class-use/StringDiff.html b/javadoc/liquibase/diff/class-use/StringDiff.html deleted file mode 100644 index 67b0715fa..000000000 --- a/javadoc/liquibase/diff/class-use/StringDiff.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.StringDiff (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.StringDiff

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/CompareControl.ComputedSchemas.html b/javadoc/liquibase/diff/compare/CompareControl.ComputedSchemas.html deleted file mode 100644 index 8c72a855f..000000000 --- a/javadoc/liquibase/diff/compare/CompareControl.ComputedSchemas.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -CompareControl.ComputedSchemas (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Class CompareControl.ComputedSchemas

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.CompareControl.ComputedSchemas
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      CompareControl
      -
      -
      -
      -
      public static class CompareControl.ComputedSchemas
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/CompareControl.DatabaseRole.html b/javadoc/liquibase/diff/compare/CompareControl.DatabaseRole.html deleted file mode 100644 index 9e7ea886e..000000000 --- a/javadoc/liquibase/diff/compare/CompareControl.DatabaseRole.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -CompareControl.DatabaseRole (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Enum CompareControl.DatabaseRole

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static CompareControl.DatabaseRole[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (CompareControl.DatabaseRole c : CompareControl.DatabaseRole.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static CompareControl.DatabaseRole valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/CompareControl.SchemaComparison.html b/javadoc/liquibase/diff/compare/CompareControl.SchemaComparison.html deleted file mode 100644 index 17ae27cc6..000000000 --- a/javadoc/liquibase/diff/compare/CompareControl.SchemaComparison.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - -CompareControl.SchemaComparison (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Class CompareControl.SchemaComparison

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.CompareControl.SchemaComparison
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      CompareControl
      -
      -
      -
      -
      public static class CompareControl.SchemaComparison
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/CompareControl.html b/javadoc/liquibase/diff/compare/CompareControl.html deleted file mode 100644 index bf61d393f..000000000 --- a/javadoc/liquibase/diff/compare/CompareControl.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - - - -CompareControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Class CompareControl

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CompareControl
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/DatabaseObjectComparator.html b/javadoc/liquibase/diff/compare/DatabaseObjectComparator.html deleted file mode 100644 index 473bc1cae..000000000 --- a/javadoc/liquibase/diff/compare/DatabaseObjectComparator.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -DatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Interface DatabaseObjectComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/DatabaseObjectComparatorChain.html b/javadoc/liquibase/diff/compare/DatabaseObjectComparatorChain.html deleted file mode 100644 index 4b9b8048c..000000000 --- a/javadoc/liquibase/diff/compare/DatabaseObjectComparatorChain.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -DatabaseObjectComparatorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Class DatabaseObjectComparatorChain

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.DatabaseObjectComparatorChain
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class DatabaseObjectComparatorChain
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/DatabaseObjectComparatorFactory.html b/javadoc/liquibase/diff/compare/DatabaseObjectComparatorFactory.html deleted file mode 100644 index 86850fdfe..000000000 --- a/javadoc/liquibase/diff/compare/DatabaseObjectComparatorFactory.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -DatabaseObjectComparatorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare
    -

    Class DatabaseObjectComparatorFactory

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.DatabaseObjectComparatorFactory
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class DatabaseObjectComparatorFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/CompareControl.ComputedSchemas.html b/javadoc/liquibase/diff/compare/class-use/CompareControl.ComputedSchemas.html deleted file mode 100644 index fce170a76..000000000 --- a/javadoc/liquibase/diff/compare/class-use/CompareControl.ComputedSchemas.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.CompareControl.ComputedSchemas (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.CompareControl.ComputedSchemas

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/CompareControl.DatabaseRole.html b/javadoc/liquibase/diff/compare/class-use/CompareControl.DatabaseRole.html deleted file mode 100644 index 2de779c31..000000000 --- a/javadoc/liquibase/diff/compare/class-use/CompareControl.DatabaseRole.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.CompareControl.DatabaseRole (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.CompareControl.DatabaseRole

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/CompareControl.SchemaComparison.html b/javadoc/liquibase/diff/compare/class-use/CompareControl.SchemaComparison.html deleted file mode 100644 index 4138c923b..000000000 --- a/javadoc/liquibase/diff/compare/class-use/CompareControl.SchemaComparison.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.CompareControl.SchemaComparison (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.CompareControl.SchemaComparison

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/CompareControl.html b/javadoc/liquibase/diff/compare/class-use/CompareControl.html deleted file mode 100644 index 566b87f76..000000000 --- a/javadoc/liquibase/diff/compare/class-use/CompareControl.html +++ /dev/null @@ -1,470 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.CompareControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.CompareControl

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparator.html b/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparator.html deleted file mode 100644 index d740bd888..000000000 --- a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparator.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.compare.DatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.compare.DatabaseObjectComparator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorChain.html b/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorChain.html deleted file mode 100644 index 85a6735ee..000000000 --- a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorChain.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.DatabaseObjectComparatorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.DatabaseObjectComparatorChain

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorFactory.html b/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorFactory.html deleted file mode 100644 index 70b5c491b..000000000 --- a/javadoc/liquibase/diff/compare/class-use/DatabaseObjectComparatorFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.DatabaseObjectComparatorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.DatabaseObjectComparatorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/CatalogComparator.html b/javadoc/liquibase/diff/compare/core/CatalogComparator.html deleted file mode 100644 index 502dd7b07..000000000 --- a/javadoc/liquibase/diff/compare/core/CatalogComparator.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -CatalogComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class CatalogComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/ColumnComparator.html b/javadoc/liquibase/diff/compare/core/ColumnComparator.html deleted file mode 100644 index 409e52103..000000000 --- a/javadoc/liquibase/diff/compare/core/ColumnComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -ColumnComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class ColumnComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/CommonCatalogSchemaComparator.html b/javadoc/liquibase/diff/compare/core/CommonCatalogSchemaComparator.html deleted file mode 100644 index 3124243fe..000000000 --- a/javadoc/liquibase/diff/compare/core/CommonCatalogSchemaComparator.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -CommonCatalogSchemaComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class CommonCatalogSchemaComparator

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.core.CommonCatalogSchemaComparator
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/DefaultDatabaseObjectComparator.html b/javadoc/liquibase/diff/compare/core/DefaultDatabaseObjectComparator.html deleted file mode 100644 index b889df6c4..000000000 --- a/javadoc/liquibase/diff/compare/core/DefaultDatabaseObjectComparator.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -DefaultDatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class DefaultDatabaseObjectComparator

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.core.DefaultDatabaseObjectComparator
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/ForeignKeyComparator.html b/javadoc/liquibase/diff/compare/core/ForeignKeyComparator.html deleted file mode 100644 index 302d2a778..000000000 --- a/javadoc/liquibase/diff/compare/core/ForeignKeyComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -ForeignKeyComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class ForeignKeyComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/IndexComparator.html b/javadoc/liquibase/diff/compare/core/IndexComparator.html deleted file mode 100644 index 263e5c07d..000000000 --- a/javadoc/liquibase/diff/compare/core/IndexComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -IndexComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class IndexComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/PrimaryKeyComparator.html b/javadoc/liquibase/diff/compare/core/PrimaryKeyComparator.html deleted file mode 100644 index c68401f7a..000000000 --- a/javadoc/liquibase/diff/compare/core/PrimaryKeyComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -PrimaryKeyComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class PrimaryKeyComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/SchemaComparator.html b/javadoc/liquibase/diff/compare/core/SchemaComparator.html deleted file mode 100644 index bce77ffd2..000000000 --- a/javadoc/liquibase/diff/compare/core/SchemaComparator.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -SchemaComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class SchemaComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/TableComparator.html b/javadoc/liquibase/diff/compare/core/TableComparator.html deleted file mode 100644 index 0a8f1a818..000000000 --- a/javadoc/liquibase/diff/compare/core/TableComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -TableComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class TableComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/UniqueConstraintComparator.html b/javadoc/liquibase/diff/compare/core/UniqueConstraintComparator.html deleted file mode 100644 index 20e61f3f6..000000000 --- a/javadoc/liquibase/diff/compare/core/UniqueConstraintComparator.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -UniqueConstraintComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.compare.core
    -

    Class UniqueConstraintComparator

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.compare.core.UniqueConstraintComparator
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/CatalogComparator.html b/javadoc/liquibase/diff/compare/core/class-use/CatalogComparator.html deleted file mode 100644 index d98ee38da..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/CatalogComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.CatalogComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.CatalogComparator

    -
    -
    No usage of liquibase.diff.compare.core.CatalogComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/ColumnComparator.html b/javadoc/liquibase/diff/compare/core/class-use/ColumnComparator.html deleted file mode 100644 index 889109821..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/ColumnComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.ColumnComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.ColumnComparator

    -
    -
    No usage of liquibase.diff.compare.core.ColumnComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/CommonCatalogSchemaComparator.html b/javadoc/liquibase/diff/compare/core/class-use/CommonCatalogSchemaComparator.html deleted file mode 100644 index 6dfe12fe0..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/CommonCatalogSchemaComparator.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.CommonCatalogSchemaComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.CommonCatalogSchemaComparator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/DefaultDatabaseObjectComparator.html b/javadoc/liquibase/diff/compare/core/class-use/DefaultDatabaseObjectComparator.html deleted file mode 100644 index add32b088..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/DefaultDatabaseObjectComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.DefaultDatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.DefaultDatabaseObjectComparator

    -
    -
    No usage of liquibase.diff.compare.core.DefaultDatabaseObjectComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/ForeignKeyComparator.html b/javadoc/liquibase/diff/compare/core/class-use/ForeignKeyComparator.html deleted file mode 100644 index dc82d224c..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/ForeignKeyComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.ForeignKeyComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.ForeignKeyComparator

    -
    -
    No usage of liquibase.diff.compare.core.ForeignKeyComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/IndexComparator.html b/javadoc/liquibase/diff/compare/core/class-use/IndexComparator.html deleted file mode 100644 index 26287fda5..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/IndexComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.IndexComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.IndexComparator

    -
    -
    No usage of liquibase.diff.compare.core.IndexComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/PrimaryKeyComparator.html b/javadoc/liquibase/diff/compare/core/class-use/PrimaryKeyComparator.html deleted file mode 100644 index a5159be2d..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/PrimaryKeyComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.PrimaryKeyComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.PrimaryKeyComparator

    -
    -
    No usage of liquibase.diff.compare.core.PrimaryKeyComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/SchemaComparator.html b/javadoc/liquibase/diff/compare/core/class-use/SchemaComparator.html deleted file mode 100644 index 59bcce9ac..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/SchemaComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.SchemaComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.SchemaComparator

    -
    -
    No usage of liquibase.diff.compare.core.SchemaComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/TableComparator.html b/javadoc/liquibase/diff/compare/core/class-use/TableComparator.html deleted file mode 100644 index 0301007a3..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/TableComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.TableComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.TableComparator

    -
    -
    No usage of liquibase.diff.compare.core.TableComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/class-use/UniqueConstraintComparator.html b/javadoc/liquibase/diff/compare/core/class-use/UniqueConstraintComparator.html deleted file mode 100644 index 88924ad6c..000000000 --- a/javadoc/liquibase/diff/compare/core/class-use/UniqueConstraintComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.compare.core.UniqueConstraintComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.compare.core.UniqueConstraintComparator

    -
    -
    No usage of liquibase.diff.compare.core.UniqueConstraintComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/package-frame.html b/javadoc/liquibase/diff/compare/core/package-frame.html deleted file mode 100644 index 4a7259fac..000000000 --- a/javadoc/liquibase/diff/compare/core/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -liquibase.diff.compare.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.compare.core

    - - - diff --git a/javadoc/liquibase/diff/compare/core/package-summary.html b/javadoc/liquibase/diff/compare/core/package-summary.html deleted file mode 100644 index 0f79d3764..000000000 --- a/javadoc/liquibase/diff/compare/core/package-summary.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -liquibase.diff.compare.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.compare.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/package-tree.html b/javadoc/liquibase/diff/compare/core/package-tree.html deleted file mode 100644 index c80b34f7f..000000000 --- a/javadoc/liquibase/diff/compare/core/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -liquibase.diff.compare.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.compare.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/core/package-use.html b/javadoc/liquibase/diff/compare/core/package-use.html deleted file mode 100644 index 91f85ba9c..000000000 --- a/javadoc/liquibase/diff/compare/core/package-use.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.compare.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.compare.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/package-frame.html b/javadoc/liquibase/diff/compare/package-frame.html deleted file mode 100644 index 5105ddcd5..000000000 --- a/javadoc/liquibase/diff/compare/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -liquibase.diff.compare (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.compare

    - - - diff --git a/javadoc/liquibase/diff/compare/package-summary.html b/javadoc/liquibase/diff/compare/package-summary.html deleted file mode 100644 index edfab74a6..000000000 --- a/javadoc/liquibase/diff/compare/package-summary.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -liquibase.diff.compare (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.compare

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/package-tree.html b/javadoc/liquibase/diff/compare/package-tree.html deleted file mode 100644 index 662ce5a17..000000000 --- a/javadoc/liquibase/diff/compare/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -liquibase.diff.compare Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.compare

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/compare/package-use.html b/javadoc/liquibase/diff/compare/package-use.html deleted file mode 100644 index 0e6ef8ce6..000000000 --- a/javadoc/liquibase/diff/compare/package-use.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.compare (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.compare

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/core/StandardDiffGenerator.html b/javadoc/liquibase/diff/core/StandardDiffGenerator.html deleted file mode 100644 index 7ac302ad7..000000000 --- a/javadoc/liquibase/diff/core/StandardDiffGenerator.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -StandardDiffGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.core
    -

    Class StandardDiffGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/core/class-use/StandardDiffGenerator.html b/javadoc/liquibase/diff/core/class-use/StandardDiffGenerator.html deleted file mode 100644 index a7c7fde51..000000000 --- a/javadoc/liquibase/diff/core/class-use/StandardDiffGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.core.StandardDiffGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.core.StandardDiffGenerator

    -
    -
    No usage of liquibase.diff.core.StandardDiffGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/core/package-frame.html b/javadoc/liquibase/diff/core/package-frame.html deleted file mode 100644 index d6b2394b0..000000000 --- a/javadoc/liquibase/diff/core/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.diff.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.core

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/diff/core/package-summary.html b/javadoc/liquibase/diff/core/package-summary.html deleted file mode 100644 index d5275074e..000000000 --- a/javadoc/liquibase/diff/core/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.diff.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/core/package-tree.html b/javadoc/liquibase/diff/core/package-tree.html deleted file mode 100644 index 0fa223992..000000000 --- a/javadoc/liquibase/diff/core/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.diff.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/core/package-use.html b/javadoc/liquibase/diff/core/package-use.html deleted file mode 100644 index 1a64ae5fe..000000000 --- a/javadoc/liquibase/diff/core/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.core

    -
    -
    No usage of liquibase.diff.core
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/DiffOutputControl.html b/javadoc/liquibase/diff/output/DiffOutputControl.html deleted file mode 100644 index 78e4ad6a9..000000000 --- a/javadoc/liquibase/diff/output/DiffOutputControl.html +++ /dev/null @@ -1,663 +0,0 @@ - - - - - - -DiffOutputControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output
    -

    Class DiffOutputControl

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DiffOutputControl
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DiffOutputControl

          -
          public DiffOutputControl()
          -
        • -
        - - - -
          -
        • -

          DiffOutputControl

          -
          public DiffOutputControl(boolean includeCatalog,
          -                         boolean includeSchema,
          -                         boolean includeTablespace,
          -                         CompareControl.SchemaComparison[] schemaComparisons)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/ObjectChangeFilter.html b/javadoc/liquibase/diff/output/ObjectChangeFilter.html deleted file mode 100644 index 050a9f2ba..000000000 --- a/javadoc/liquibase/diff/output/ObjectChangeFilter.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - -ObjectChangeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output
    -

    Interface ObjectChangeFilter

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.Filter.html b/javadoc/liquibase/diff/output/StandardObjectChangeFilter.Filter.html deleted file mode 100644 index 5322a9716..000000000 --- a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.Filter.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -StandardObjectChangeFilter.Filter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output
    -

    Class StandardObjectChangeFilter.Filter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.output.StandardObjectChangeFilter.Filter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.FilterType.html b/javadoc/liquibase/diff/output/StandardObjectChangeFilter.FilterType.html deleted file mode 100644 index 8e50a863d..000000000 --- a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.FilterType.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -StandardObjectChangeFilter.FilterType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output
    -

    Enum StandardObjectChangeFilter.FilterType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static StandardObjectChangeFilter.FilterType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (StandardObjectChangeFilter.FilterType c : StandardObjectChangeFilter.FilterType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static StandardObjectChangeFilter.FilterType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.html b/javadoc/liquibase/diff/output/StandardObjectChangeFilter.html deleted file mode 100644 index fe20c2156..000000000 --- a/javadoc/liquibase/diff/output/StandardObjectChangeFilter.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - -StandardObjectChangeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output
    -

    Class StandardObjectChangeFilter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/AbstractChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/AbstractChangeGenerator.html deleted file mode 100644 index 303ba0617..000000000 --- a/javadoc/liquibase/diff/output/changelog/AbstractChangeGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -AbstractChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Class AbstractChangeGenerator

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.output.changelog.AbstractChangeGenerator
      • -
      -
    • -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/ChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/ChangeGenerator.html deleted file mode 100644 index ff68444fc..000000000 --- a/javadoc/liquibase/diff/output/changelog/ChangeGenerator.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -ChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Interface ChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorChain.html b/javadoc/liquibase/diff/output/changelog/ChangeGeneratorChain.html deleted file mode 100644 index 3b78bd365..000000000 --- a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorChain.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -ChangeGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Class ChangeGeneratorChain

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.output.changelog.ChangeGeneratorChain
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class ChangeGeneratorChain
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorComparator.html b/javadoc/liquibase/diff/output/changelog/ChangeGeneratorComparator.html deleted file mode 100644 index 30af481cf..000000000 --- a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorComparator.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -ChangeGeneratorComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Class ChangeGeneratorComparator

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.output.changelog.ChangeGeneratorComparator
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorFactory.html b/javadoc/liquibase/diff/output/changelog/ChangeGeneratorFactory.html deleted file mode 100644 index 78a5a1d42..000000000 --- a/javadoc/liquibase/diff/output/changelog/ChangeGeneratorFactory.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -ChangeGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Class ChangeGeneratorFactory

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.diff.output.changelog.ChangeGeneratorFactory
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class ChangeGeneratorFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/ChangedObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/ChangedObjectChangeGenerator.html deleted file mode 100644 index 7e59756e3..000000000 --- a/javadoc/liquibase/diff/output/changelog/ChangedObjectChangeGenerator.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -ChangedObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Interface ChangedObjectChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/DiffToChangeLog.html b/javadoc/liquibase/diff/output/changelog/DiffToChangeLog.html deleted file mode 100644 index f5ef0be29..000000000 --- a/javadoc/liquibase/diff/output/changelog/DiffToChangeLog.html +++ /dev/null @@ -1,641 +0,0 @@ - - - - - - -DiffToChangeLog (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Class DiffToChangeLog

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DiffToChangeLog
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/MissingObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/MissingObjectChangeGenerator.html deleted file mode 100644 index eb2cad23c..000000000 --- a/javadoc/liquibase/diff/output/changelog/MissingObjectChangeGenerator.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -MissingObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Interface MissingObjectChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/UnexpectedObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/UnexpectedObjectChangeGenerator.html deleted file mode 100644 index 1a3b0bbd0..000000000 --- a/javadoc/liquibase/diff/output/changelog/UnexpectedObjectChangeGenerator.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -UnexpectedObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog
    -

    Interface UnexpectedObjectChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/AbstractChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/class-use/AbstractChangeGenerator.html deleted file mode 100644 index a14198a39..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/AbstractChangeGenerator.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.AbstractChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.AbstractChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/class-use/ChangeGenerator.html deleted file mode 100644 index 67af6ad3f..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGenerator.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.output.changelog.ChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.output.changelog.ChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorChain.html b/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorChain.html deleted file mode 100644 index 38ab9a1cd..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorChain.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.ChangeGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.ChangeGeneratorChain

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorComparator.html b/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorComparator.html deleted file mode 100644 index 93ef414ab..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.ChangeGeneratorComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.ChangeGeneratorComparator

    -
    -
    No usage of liquibase.diff.output.changelog.ChangeGeneratorComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorFactory.html b/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorFactory.html deleted file mode 100644 index 3956af824..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/ChangeGeneratorFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.ChangeGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.ChangeGeneratorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/ChangedObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/class-use/ChangedObjectChangeGenerator.html deleted file mode 100644 index d6f76e7ce..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/ChangedObjectChangeGenerator.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.output.changelog.ChangedObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.output.changelog.ChangedObjectChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/DiffToChangeLog.html b/javadoc/liquibase/diff/output/changelog/class-use/DiffToChangeLog.html deleted file mode 100644 index 7b0724fb8..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/DiffToChangeLog.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.DiffToChangeLog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.DiffToChangeLog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/MissingObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/class-use/MissingObjectChangeGenerator.html deleted file mode 100644 index e6626af5f..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/MissingObjectChangeGenerator.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.output.changelog.MissingObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.output.changelog.MissingObjectChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/class-use/UnexpectedObjectChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/class-use/UnexpectedObjectChangeGenerator.html deleted file mode 100644 index b0ac8e4de..000000000 --- a/javadoc/liquibase/diff/output/changelog/class-use/UnexpectedObjectChangeGenerator.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.output.changelog.UnexpectedObjectChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.output.changelog.UnexpectedObjectChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedColumnChangeGenerator.html deleted file mode 100644 index 35be6a02a..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedColumnChangeGenerator.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -ChangedColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedColumnChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedForeignKeyChangeGenerator.html deleted file mode 100644 index 35b4a0196..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedForeignKeyChangeGenerator.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -ChangedForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedForeignKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedIndexChangeGenerator.html deleted file mode 100644 index 4e867644c..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedIndexChangeGenerator.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - -ChangedIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedIndexChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedPrimaryKeyChangeGenerator.html deleted file mode 100644 index 13fbd6c3b..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -ChangedPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedPrimaryKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedSequenceChangeGenerator.html deleted file mode 100644 index e0b2cbe48..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedSequenceChangeGenerator.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - -ChangedSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedSequenceChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedTableChangeGenerator.html deleted file mode 100644 index 1cd775dee..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedTableChangeGenerator.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -ChangedTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedTableChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedUniqueConstraintChangeGenerator.html deleted file mode 100644 index 8fd079062..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - -ChangedUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedUniqueConstraintChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/ChangedViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/ChangedViewChangeGenerator.html deleted file mode 100644 index e6988cb37..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/ChangedViewChangeGenerator.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - -ChangedViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class ChangedViewChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingColumnChangeGenerator.html deleted file mode 100644 index 8e708ea8a..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingColumnChangeGenerator.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -MissingColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingColumnChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingDataChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingDataChangeGenerator.html deleted file mode 100644 index d5d53b372..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingDataChangeGenerator.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -MissingDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingDataChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingDataExternalFileChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingDataExternalFileChangeGenerator.html deleted file mode 100644 index aeb508af9..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingDataExternalFileChangeGenerator.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -MissingDataExternalFileChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingDataExternalFileChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingForeignKeyChangeGenerator.html deleted file mode 100644 index 3d4bd8bc5..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingForeignKeyChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -MissingForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingForeignKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingIndexChangeGenerator.html deleted file mode 100644 index 576962a81..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingIndexChangeGenerator.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -MissingIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingIndexChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingPrimaryKeyChangeGenerator.html deleted file mode 100644 index 876fa9d9d..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -MissingPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingPrimaryKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingSequenceChangeGenerator.html deleted file mode 100644 index bd2fa2436..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingSequenceChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -MissingSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingSequenceChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingTableChangeGenerator.html deleted file mode 100644 index 08cbddba8..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingTableChangeGenerator.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - -MissingTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingTableChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingUniqueConstraintChangeGenerator.html deleted file mode 100644 index 069d9fc91..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -MissingUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingUniqueConstraintChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/MissingViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/MissingViewChangeGenerator.html deleted file mode 100644 index 4e086ff01..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/MissingViewChangeGenerator.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -MissingViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class MissingViewChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedColumnChangeGenerator.html deleted file mode 100644 index 319d657a8..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedColumnChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedColumnChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedForeignKeyChangeGenerator.html deleted file mode 100644 index 0970a515f..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedForeignKeyChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedForeignKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedIndexChangeGenerator.html deleted file mode 100644 index 7b51506da..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedIndexChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedIndexChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedPrimaryKeyChangeGenerator.html deleted file mode 100644 index 0ceb7839c..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedPrimaryKeyChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedSequenceChangeGenerator.html deleted file mode 100644 index fe395c22c..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedSequenceChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedSequenceChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedTableChangeGenerator.html deleted file mode 100644 index 9deb87fcd..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedTableChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedTableChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedUniqueConstraintChangeGenerator.html deleted file mode 100644 index 12999d00e..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedUniqueConstraintChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/UnexpectedViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/UnexpectedViewChangeGenerator.html deleted file mode 100644 index 457fef938..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/UnexpectedViewChangeGenerator.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -UnexpectedViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.changelog.core
    -

    Class UnexpectedViewChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedColumnChangeGenerator.html deleted file mode 100644 index 5c38393fe..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedColumnChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedForeignKeyChangeGenerator.html deleted file mode 100644 index d0b86be73..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedForeignKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedIndexChangeGenerator.html deleted file mode 100644 index a47e7559f..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedIndexChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedPrimaryKeyChangeGenerator.html deleted file mode 100644 index 6fcddaa07..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedSequenceChangeGenerator.html deleted file mode 100644 index b4a605f27..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedSequenceChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedTableChangeGenerator.html deleted file mode 100644 index ea5f2e812..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedTableChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedTableChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedUniqueConstraintChangeGenerator.html deleted file mode 100644 index d6faca6bc..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedViewChangeGenerator.html deleted file mode 100644 index 79692430c..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/ChangedViewChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.ChangedViewChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingColumnChangeGenerator.html deleted file mode 100644 index e277ffe73..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingColumnChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingColumnChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataChangeGenerator.html deleted file mode 100644 index 0c72f4848..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataChangeGenerator.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingDataChangeGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataExternalFileChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataExternalFileChangeGenerator.html deleted file mode 100644 index 356d2e08e..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingDataExternalFileChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingForeignKeyChangeGenerator.html deleted file mode 100644 index 89cca066d..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingForeignKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingIndexChangeGenerator.html deleted file mode 100644 index 441a4879f..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingIndexChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingIndexChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingPrimaryKeyChangeGenerator.html deleted file mode 100644 index 01c1605f5..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingSequenceChangeGenerator.html deleted file mode 100644 index 2ce375997..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingSequenceChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingTableChangeGenerator.html deleted file mode 100644 index b344f2258..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingTableChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingTableChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingTableChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingUniqueConstraintChangeGenerator.html deleted file mode 100644 index b9525f462..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/MissingViewChangeGenerator.html deleted file mode 100644 index 410de0084..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/MissingViewChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.MissingViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.MissingViewChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.MissingViewChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedColumnChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedColumnChangeGenerator.html deleted file mode 100644 index 4be66382f..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedColumnChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedForeignKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedForeignKeyChangeGenerator.html deleted file mode 100644 index ca987e770..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedForeignKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedIndexChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedIndexChangeGenerator.html deleted file mode 100644 index edfc4a4f3..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedIndexChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedPrimaryKeyChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedPrimaryKeyChangeGenerator.html deleted file mode 100644 index b2382d429..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedPrimaryKeyChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedSequenceChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedSequenceChangeGenerator.html deleted file mode 100644 index 6cb9c8cfe..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedSequenceChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedTableChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedTableChangeGenerator.html deleted file mode 100644 index a289c479b..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedTableChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedUniqueConstraintChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedUniqueConstraintChangeGenerator.html deleted file mode 100644 index 8998c7ee2..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedUniqueConstraintChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedViewChangeGenerator.html b/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedViewChangeGenerator.html deleted file mode 100644 index 7abb1a7c1..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/class-use/UnexpectedViewChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator

    -
    -
    No usage of liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/package-frame.html b/javadoc/liquibase/diff/output/changelog/core/package-frame.html deleted file mode 100644 index 077609a4d..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/package-frame.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -liquibase.diff.output.changelog.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.output.changelog.core

    - - - diff --git a/javadoc/liquibase/diff/output/changelog/core/package-summary.html b/javadoc/liquibase/diff/output/changelog/core/package-summary.html deleted file mode 100644 index 18e93e910..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/package-summary.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - -liquibase.diff.output.changelog.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.output.changelog.core

    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/package-tree.html b/javadoc/liquibase/diff/output/changelog/core/package-tree.html deleted file mode 100644 index e0a17ed74..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/package-tree.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -liquibase.diff.output.changelog.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.output.changelog.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/core/package-use.html b/javadoc/liquibase/diff/output/changelog/core/package-use.html deleted file mode 100644 index a730e14db..000000000 --- a/javadoc/liquibase/diff/output/changelog/core/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.output.changelog.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.output.changelog.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/package-frame.html b/javadoc/liquibase/diff/output/changelog/package-frame.html deleted file mode 100644 index 4ff2fd6eb..000000000 --- a/javadoc/liquibase/diff/output/changelog/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -liquibase.diff.output.changelog (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.output.changelog

    - - - diff --git a/javadoc/liquibase/diff/output/changelog/package-summary.html b/javadoc/liquibase/diff/output/changelog/package-summary.html deleted file mode 100644 index b31f0ea0f..000000000 --- a/javadoc/liquibase/diff/output/changelog/package-summary.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -liquibase.diff.output.changelog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.output.changelog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/package-tree.html b/javadoc/liquibase/diff/output/changelog/package-tree.html deleted file mode 100644 index e78e2b0c7..000000000 --- a/javadoc/liquibase/diff/output/changelog/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -liquibase.diff.output.changelog Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.output.changelog

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/changelog/package-use.html b/javadoc/liquibase/diff/output/changelog/package-use.html deleted file mode 100644 index 8b04f27b0..000000000 --- a/javadoc/liquibase/diff/output/changelog/package-use.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.output.changelog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.output.changelog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/class-use/DiffOutputControl.html b/javadoc/liquibase/diff/output/class-use/DiffOutputControl.html deleted file mode 100644 index d4cb97d5d..000000000 --- a/javadoc/liquibase/diff/output/class-use/DiffOutputControl.html +++ /dev/null @@ -1,681 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.DiffOutputControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.DiffOutputControl

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/class-use/ObjectChangeFilter.html b/javadoc/liquibase/diff/output/class-use/ObjectChangeFilter.html deleted file mode 100644 index 5d259d7f6..000000000 --- a/javadoc/liquibase/diff/output/class-use/ObjectChangeFilter.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -Uses of Interface liquibase.diff.output.ObjectChangeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.diff.output.ObjectChangeFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.Filter.html b/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.Filter.html deleted file mode 100644 index d113964f8..000000000 --- a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.Filter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.StandardObjectChangeFilter.Filter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.StandardObjectChangeFilter.Filter

    -
    -
    No usage of liquibase.diff.output.StandardObjectChangeFilter.Filter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.FilterType.html b/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.FilterType.html deleted file mode 100644 index 73499917e..000000000 --- a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.FilterType.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.StandardObjectChangeFilter.FilterType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.StandardObjectChangeFilter.FilterType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.html b/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.html deleted file mode 100644 index d953d398b..000000000 --- a/javadoc/liquibase/diff/output/class-use/StandardObjectChangeFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.StandardObjectChangeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.StandardObjectChangeFilter

    -
    -
    No usage of liquibase.diff.output.StandardObjectChangeFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/package-frame.html b/javadoc/liquibase/diff/output/package-frame.html deleted file mode 100644 index 1e0f396e0..000000000 --- a/javadoc/liquibase/diff/output/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - -liquibase.diff.output (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.output

    - - - diff --git a/javadoc/liquibase/diff/output/package-summary.html b/javadoc/liquibase/diff/output/package-summary.html deleted file mode 100644 index b3f81a5b7..000000000 --- a/javadoc/liquibase/diff/output/package-summary.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -liquibase.diff.output (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.output

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/package-tree.html b/javadoc/liquibase/diff/output/package-tree.html deleted file mode 100644 index 2fdab28f7..000000000 --- a/javadoc/liquibase/diff/output/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -liquibase.diff.output Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.output

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/package-use.html b/javadoc/liquibase/diff/output/package-use.html deleted file mode 100644 index fc4b751ac..000000000 --- a/javadoc/liquibase/diff/output/package-use.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.output (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.output

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/report/DiffToReport.html b/javadoc/liquibase/diff/output/report/DiffToReport.html deleted file mode 100644 index 2035dcbd1..000000000 --- a/javadoc/liquibase/diff/output/report/DiffToReport.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -DiffToReport (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.diff.output.report
    -

    Class DiffToReport

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DiffToReport
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/report/class-use/DiffToReport.html b/javadoc/liquibase/diff/output/report/class-use/DiffToReport.html deleted file mode 100644 index d92970be2..000000000 --- a/javadoc/liquibase/diff/output/report/class-use/DiffToReport.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.diff.output.report.DiffToReport (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.diff.output.report.DiffToReport

    -
    -
    No usage of liquibase.diff.output.report.DiffToReport
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/report/package-frame.html b/javadoc/liquibase/diff/output/report/package-frame.html deleted file mode 100644 index ab586edd9..000000000 --- a/javadoc/liquibase/diff/output/report/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.diff.output.report (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff.output.report

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/diff/output/report/package-summary.html b/javadoc/liquibase/diff/output/report/package-summary.html deleted file mode 100644 index 9582eead6..000000000 --- a/javadoc/liquibase/diff/output/report/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.diff.output.report (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff.output.report

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DiffToReport 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/report/package-tree.html b/javadoc/liquibase/diff/output/report/package-tree.html deleted file mode 100644 index 0f30e2789..000000000 --- a/javadoc/liquibase/diff/output/report/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.diff.output.report Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff.output.report

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/output/report/package-use.html b/javadoc/liquibase/diff/output/report/package-use.html deleted file mode 100644 index e15858e9c..000000000 --- a/javadoc/liquibase/diff/output/report/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.diff.output.report (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff.output.report

    -
    -
    No usage of liquibase.diff.output.report
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/package-frame.html b/javadoc/liquibase/diff/package-frame.html deleted file mode 100644 index cbf036f21..000000000 --- a/javadoc/liquibase/diff/package-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - -liquibase.diff (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.diff

    - - - diff --git a/javadoc/liquibase/diff/package-summary.html b/javadoc/liquibase/diff/package-summary.html deleted file mode 100644 index 1af9d250c..000000000 --- a/javadoc/liquibase/diff/package-summary.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -liquibase.diff (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.diff

    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/package-tree.html b/javadoc/liquibase/diff/package-tree.html deleted file mode 100644 index d78a80b2f..000000000 --- a/javadoc/liquibase/diff/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -liquibase.diff Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.diff

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/diff/package-use.html b/javadoc/liquibase/diff/package-use.html deleted file mode 100644 index 93a82c778..000000000 --- a/javadoc/liquibase/diff/package-use.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -Uses of Package liquibase.diff (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.diff

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/ChangeLogParseException.html b/javadoc/liquibase/exception/ChangeLogParseException.html deleted file mode 100644 index f88dd961c..000000000 --- a/javadoc/liquibase/exception/ChangeLogParseException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -ChangeLogParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class ChangeLogParseException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogParseException

          -
          public ChangeLogParseException(Throwable cause)
          -
        • -
        - - - -
          -
        • -

          ChangeLogParseException

          -
          public ChangeLogParseException(String message)
          -
        • -
        - - - -
          -
        • -

          ChangeLogParseException

          -
          public ChangeLogParseException(String message,
          -                               Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/ChangeNotFoundException.html b/javadoc/liquibase/exception/ChangeNotFoundException.html deleted file mode 100644 index 65149690c..000000000 --- a/javadoc/liquibase/exception/ChangeNotFoundException.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -ChangeNotFoundException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class ChangeNotFoundException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeNotFoundException

          -
          public ChangeNotFoundException(String name,
          -                               Database database)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/CommandLineParsingException.html b/javadoc/liquibase/exception/CommandLineParsingException.html deleted file mode 100644 index ec521ff0c..000000000 --- a/javadoc/liquibase/exception/CommandLineParsingException.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -CommandLineParsingException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class CommandLineParsingException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandLineParsingException

          -
          public CommandLineParsingException()
          -
        • -
        - - - -
          -
        • -

          CommandLineParsingException

          -
          public CommandLineParsingException(String message)
          -
        • -
        - - - -
          -
        • -

          CommandLineParsingException

          -
          public CommandLineParsingException(String message,
          -                                   Throwable cause)
          -
        • -
        - - - -
          -
        • -

          CommandLineParsingException

          -
          public CommandLineParsingException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/CustomChangeException.html b/javadoc/liquibase/exception/CustomChangeException.html deleted file mode 100644 index c5e18510f..000000000 --- a/javadoc/liquibase/exception/CustomChangeException.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -CustomChangeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class CustomChangeException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CustomChangeException

          -
          public CustomChangeException()
          -
        • -
        - - - -
          -
        • -

          CustomChangeException

          -
          public CustomChangeException(String message)
          -
        • -
        - - - -
          -
        • -

          CustomChangeException

          -
          public CustomChangeException(String message,
          -                             Throwable cause)
          -
        • -
        - - - -
          -
        • -

          CustomChangeException

          -
          public CustomChangeException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/CustomPreconditionErrorException.html b/javadoc/liquibase/exception/CustomPreconditionErrorException.html deleted file mode 100644 index 7ff330aba..000000000 --- a/javadoc/liquibase/exception/CustomPreconditionErrorException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -CustomPreconditionErrorException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class CustomPreconditionErrorException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class CustomPreconditionErrorException
      -extends Exception
      -
      Thrown when a precondition failed.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CustomPreconditionErrorException

          -
          public CustomPreconditionErrorException(String message)
          -
        • -
        - - - -
          -
        • -

          CustomPreconditionErrorException

          -
          public CustomPreconditionErrorException(String message,
          -                                        Throwable e)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/CustomPreconditionFailedException.html b/javadoc/liquibase/exception/CustomPreconditionFailedException.html deleted file mode 100644 index bdb348691..000000000 --- a/javadoc/liquibase/exception/CustomPreconditionFailedException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -CustomPreconditionFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class CustomPreconditionFailedException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class CustomPreconditionFailedException
      -extends Exception
      -
      Thrown when a precondition failed.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CustomPreconditionFailedException

          -
          public CustomPreconditionFailedException(String message)
          -
        • -
        - - - -
          -
        • -

          CustomPreconditionFailedException

          -
          public CustomPreconditionFailedException(String message,
          -                                         Throwable e)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DatabaseException.html b/javadoc/liquibase/exception/DatabaseException.html deleted file mode 100644 index 7384675ea..000000000 --- a/javadoc/liquibase/exception/DatabaseException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -DatabaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DatabaseException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseException

          -
          public DatabaseException()
          -
        • -
        - - - -
          -
        • -

          DatabaseException

          -
          public DatabaseException(String message)
          -
        • -
        - - - -
          -
        • -

          DatabaseException

          -
          public DatabaseException(String message,
          -                         Throwable cause)
          -
        • -
        - - - -
          -
        • -

          DatabaseException

          -
          public DatabaseException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DatabaseHistoryException.html b/javadoc/liquibase/exception/DatabaseHistoryException.html deleted file mode 100644 index 54ce3b7ec..000000000 --- a/javadoc/liquibase/exception/DatabaseHistoryException.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -DatabaseHistoryException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DatabaseHistoryException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseHistoryException

          -
          public DatabaseHistoryException(String message)
          -
        • -
        - - - -
          -
        • -

          DatabaseHistoryException

          -
          public DatabaseHistoryException(String message,
          -                                Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DatabaseIncapableOfOperation.html b/javadoc/liquibase/exception/DatabaseIncapableOfOperation.html deleted file mode 100644 index 9d089ed8a..000000000 --- a/javadoc/liquibase/exception/DatabaseIncapableOfOperation.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -DatabaseIncapableOfOperation (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DatabaseIncapableOfOperation

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseIncapableOfOperation

          -
          public DatabaseIncapableOfOperation(String operation,
          -                                    String reason,
          -                                    Database database)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getOperation

          -
          public String getOperation()
          -
        • -
        - - - -
          -
        • -

          getReason

          -
          public String getReason()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DateParseException.html b/javadoc/liquibase/exception/DateParseException.html deleted file mode 100644 index 9fb31c416..000000000 --- a/javadoc/liquibase/exception/DateParseException.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -DateParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DateParseException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DateParseException

          -
          public DateParseException(String s)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DuplicateChangeSetException.html b/javadoc/liquibase/exception/DuplicateChangeSetException.html deleted file mode 100644 index 7141c68ee..000000000 --- a/javadoc/liquibase/exception/DuplicateChangeSetException.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -DuplicateChangeSetException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DuplicateChangeSetException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DuplicateChangeSetException

          -
          public DuplicateChangeSetException(String message)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/DuplicateStatementIdentifierException.html b/javadoc/liquibase/exception/DuplicateStatementIdentifierException.html deleted file mode 100644 index 0f630a0de..000000000 --- a/javadoc/liquibase/exception/DuplicateStatementIdentifierException.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -DuplicateStatementIdentifierException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class DuplicateStatementIdentifierException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DuplicateStatementIdentifierException

          -
          public DuplicateStatementIdentifierException(String message)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/InvalidChangeDefinitionException.html b/javadoc/liquibase/exception/InvalidChangeDefinitionException.html deleted file mode 100644 index 66dee13fc..000000000 --- a/javadoc/liquibase/exception/InvalidChangeDefinitionException.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -InvalidChangeDefinitionException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class InvalidChangeDefinitionException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InvalidChangeDefinitionException

          -
          public InvalidChangeDefinitionException(String message,
          -                                        Change change)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/LiquibaseException.html b/javadoc/liquibase/exception/LiquibaseException.html deleted file mode 100644 index 6351a8200..000000000 --- a/javadoc/liquibase/exception/LiquibaseException.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -LiquibaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class LiquibaseException

    -
    -
    - - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseException

          -
          public LiquibaseException()
          -
        • -
        - - - -
          -
        • -

          LiquibaseException

          -
          public LiquibaseException(String message)
          -
        • -
        - - - -
          -
        • -

          LiquibaseException

          -
          public LiquibaseException(String message,
          -                          Throwable cause)
          -
        • -
        - - - -
          -
        • -

          LiquibaseException

          -
          public LiquibaseException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/LiquibaseParseException.html b/javadoc/liquibase/exception/LiquibaseParseException.html deleted file mode 100644 index 63349a8c2..000000000 --- a/javadoc/liquibase/exception/LiquibaseParseException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -LiquibaseParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class LiquibaseParseException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseParseException

          -
          public LiquibaseParseException()
          -
        • -
        - - - -
          -
        • -

          LiquibaseParseException

          -
          public LiquibaseParseException(String message)
          -
        • -
        - - - -
          -
        • -

          LiquibaseParseException

          -
          public LiquibaseParseException(String message,
          -                               Throwable cause)
          -
        • -
        - - - -
          -
        • -

          LiquibaseParseException

          -
          public LiquibaseParseException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/LockException.html b/javadoc/liquibase/exception/LockException.html deleted file mode 100644 index ebafb4e53..000000000 --- a/javadoc/liquibase/exception/LockException.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -LockException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class LockException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LockException

          -
          public LockException(String message)
          -
        • -
        - - - -
          -
        • -

          LockException

          -
          public LockException(Throwable cause)
          -
        • -
        - - - -
          -
        • -

          LockException

          -
          public LockException(String message,
          -                     Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/MigrationFailedException.html b/javadoc/liquibase/exception/MigrationFailedException.html deleted file mode 100644 index 801b22c31..000000000 --- a/javadoc/liquibase/exception/MigrationFailedException.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -MigrationFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class MigrationFailedException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MigrationFailedException

          -
          public MigrationFailedException()
          -
        • -
        - - - -
          -
        • -

          MigrationFailedException

          -
          public MigrationFailedException(ChangeSet failedChangeSet,
          -                                String message)
          -
        • -
        - - - -
          -
        • -

          MigrationFailedException

          -
          public MigrationFailedException(ChangeSet failedChangeSet,
          -                                String message,
          -                                Throwable cause)
          -
        • -
        - - - -
          -
        • -

          MigrationFailedException

          -
          public MigrationFailedException(ChangeSet failedChangeSet,
          -                                Throwable cause)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/PreconditionErrorException.html b/javadoc/liquibase/exception/PreconditionErrorException.html deleted file mode 100644 index 136f10bd5..000000000 --- a/javadoc/liquibase/exception/PreconditionErrorException.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -PreconditionErrorException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class PreconditionErrorException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class PreconditionErrorException
      -extends Exception
      -
      Thrown when a problem occurs in the evaluation of a precondition (which, under normal circumstances, should never - happen).
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/PreconditionFailedException.html b/javadoc/liquibase/exception/PreconditionFailedException.html deleted file mode 100644 index 522808a9f..000000000 --- a/javadoc/liquibase/exception/PreconditionFailedException.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -PreconditionFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class PreconditionFailedException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class PreconditionFailedException
      -extends Exception
      -
      Thrown when a precondition failed. This is NOT the same as a PreconditionErrorException: A failure just means that - the specified condition evaluated to "does not apply".
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/RollbackFailedException.html b/javadoc/liquibase/exception/RollbackFailedException.html deleted file mode 100644 index 36c8df53e..000000000 --- a/javadoc/liquibase/exception/RollbackFailedException.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -RollbackFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class RollbackFailedException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RollbackFailedException

          -
          public RollbackFailedException()
          -
        • -
        - - - -
          -
        • -

          RollbackFailedException

          -
          public RollbackFailedException(String message)
          -
        • -
        - - - -
          -
        • -

          RollbackFailedException

          -
          public RollbackFailedException(String message,
          -                               Throwable cause)
          -
        • -
        - - - -
          -
        • -

          RollbackFailedException

          -
          public RollbackFailedException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/RollbackImpossibleException.html b/javadoc/liquibase/exception/RollbackImpossibleException.html deleted file mode 100644 index 7a9ba5efa..000000000 --- a/javadoc/liquibase/exception/RollbackImpossibleException.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -RollbackImpossibleException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class RollbackImpossibleException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RollbackImpossibleException

          -
          public RollbackImpossibleException()
          -
        • -
        - - - -
          -
        • -

          RollbackImpossibleException

          -
          public RollbackImpossibleException(String message)
          -
        • -
        - - - -
          -
        • -

          RollbackImpossibleException

          -
          public RollbackImpossibleException(String message,
          -                                   Throwable cause)
          -
        • -
        - - - -
          -
        • -

          RollbackImpossibleException

          -
          public RollbackImpossibleException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/ServiceNotFoundException.html b/javadoc/liquibase/exception/ServiceNotFoundException.html deleted file mode 100644 index 69aa2a93a..000000000 --- a/javadoc/liquibase/exception/ServiceNotFoundException.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -ServiceNotFoundException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class ServiceNotFoundException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ServiceNotFoundException

          -
          public ServiceNotFoundException(String message)
          -
        • -
        - - - -
          -
        • -

          ServiceNotFoundException

          -
          public ServiceNotFoundException(String message,
          -                                Throwable cause)
          -
        • -
        - - - -
          -
        • -

          ServiceNotFoundException

          -
          public ServiceNotFoundException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/SetupException.html b/javadoc/liquibase/exception/SetupException.html deleted file mode 100644 index eecb04dd1..000000000 --- a/javadoc/liquibase/exception/SetupException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -SetupException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class SetupException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class SetupException
      -extends LiquibaseException
      -
      If there is an error with setting up a Change this Exception - will be thrown. - - A message must always be provided, if none is then the message - from the cause exception will be used.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SetupException

          -
          public SetupException(String message,
          -                      Throwable cause)
          -
        • -
        - - - -
          -
        • -

          SetupException

          -
          public SetupException(String message)
          -
        • -
        - - - -
          -
        • -

          SetupException

          -
          public SetupException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/StatementNotSupportedOnDatabaseException.html b/javadoc/liquibase/exception/StatementNotSupportedOnDatabaseException.html deleted file mode 100644 index 6250fa24b..000000000 --- a/javadoc/liquibase/exception/StatementNotSupportedOnDatabaseException.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -StatementNotSupportedOnDatabaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class StatementNotSupportedOnDatabaseException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StatementNotSupportedOnDatabaseException

          -
          public StatementNotSupportedOnDatabaseException(SqlStatement statement,
          -                                                Database database)
          -
        • -
        - - - -
          -
        • -

          StatementNotSupportedOnDatabaseException

          -
          public StatementNotSupportedOnDatabaseException(String reason,
          -                                                SqlStatement statement,
          -                                                Database database)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getReason

          -
          public String getReason()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/UnexpectedLiquibaseException.html b/javadoc/liquibase/exception/UnexpectedLiquibaseException.html deleted file mode 100644 index 7676f2fce..000000000 --- a/javadoc/liquibase/exception/UnexpectedLiquibaseException.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -UnexpectedLiquibaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class UnexpectedLiquibaseException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class UnexpectedLiquibaseException
      -extends RuntimeException
      -
      Marks an internal error (runtime exception) that prevents this software from further processing. Should - only be thrown in "impossible" cases where the software suspects a bug in itself.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnexpectedLiquibaseException

          -
          public UnexpectedLiquibaseException(String message)
          -
          Constructs a new UnexpectedLiquibaseException with the given message
          -
          -
          Parameters:
          -
          message - a message describing what should never have happened
          -
          -
        • -
        - - - -
          -
        • -

          UnexpectedLiquibaseException

          -
          public UnexpectedLiquibaseException(String message,
          -                                    Throwable cause)
          -
          Constructs a new UnexpectedLiquibaseException with the given message - and adds information about the Throwable cause of the problem.
          -
          -
          Parameters:
          -
          message - a message describing what should never have happened
          -
          cause - The Throwable event that should never have happened
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/UnknownChangelogFormatException.html b/javadoc/liquibase/exception/UnknownChangelogFormatException.html deleted file mode 100644 index 13f29868a..000000000 --- a/javadoc/liquibase/exception/UnknownChangelogFormatException.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -UnknownChangelogFormatException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class UnknownChangelogFormatException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnknownChangelogFormatException

          -
          public UnknownChangelogFormatException()
          -
        • -
        - - - -
          -
        • -

          UnknownChangelogFormatException

          -
          public UnknownChangelogFormatException(String message)
          -
        • -
        - - - -
          -
        • -

          UnknownChangelogFormatException

          -
          public UnknownChangelogFormatException(String message,
          -                                       Throwable cause)
          -
        • -
        - - - -
          -
        • -

          UnknownChangelogFormatException

          -
          public UnknownChangelogFormatException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/UnknownFormatException.html b/javadoc/liquibase/exception/UnknownFormatException.html deleted file mode 100644 index 5c4489f70..000000000 --- a/javadoc/liquibase/exception/UnknownFormatException.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -UnknownFormatException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class UnknownFormatException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class UnknownFormatException
      -extends LiquibaseException
      -
      Thrown by SnapshotParserFactory if it cannot find a parser for a given file format.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnknownFormatException

          -
          public UnknownFormatException()
          -
        • -
        - - - -
          -
        • -

          UnknownFormatException

          -
          public UnknownFormatException(String message)
          -
        • -
        - - - -
          -
        • -

          UnknownFormatException

          -
          public UnknownFormatException(String message,
          -                              Throwable cause)
          -
        • -
        - - - -
          -
        • -

          UnknownFormatException

          -
          public UnknownFormatException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/ValidationErrors.html b/javadoc/liquibase/exception/ValidationErrors.html deleted file mode 100644 index cda1d6375..000000000 --- a/javadoc/liquibase/exception/ValidationErrors.html +++ /dev/null @@ -1,532 +0,0 @@ - - - - - - -ValidationErrors (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class ValidationErrors

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ValidationErrors
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          errorMessages

          -
          protected List<String> errorMessages
          -
        • -
        - - - -
          -
        • -

          warningMessages

          -
          protected List<String> warningMessages
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ValidationErrors

          -
          public ValidationErrors()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          hasErrors

          -
          public boolean hasErrors()
          -
        • -
        - - - -
          -
        • -

          checkRequiredField

          -
          public void checkRequiredField(String requiredFieldName,
          -                               Object value)
          -
        • -
        - - - -
          -
        • -

          checkDisallowedField

          -
          @SafeVarargs
          -public final void checkDisallowedField(String disallowedFieldName,
          -                                                     Object value,
          -                                                     Database database,
          -                                                     Class<? extends Database>... disallowedDatabases)
          -

          Checks if a field is forbidden in combination with a given Database (most often because that database - does not implement the features required by the field/value combination). If a "forbidden" use is detected, - a validation error is added to the current list of ValidationErrors.

          - Note: -
            -
          • if value==null, the field is ALLOWED for all DBs
          • -
          • if the disallowedDatabases list does not at least contain 1 entry, the field is NOT allowed
          • -
          -
          -
          Parameters:
          -
          disallowedFieldName - field whose value is checked
          -
          value - value that might be disallowed
          -
          database - database the object/value combination is checked against
          -
          disallowedDatabases - a list of "forbidden" databases that do not allow this field/value combination
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getErrorMessages

          -
          public List<String> getErrorMessages()
          -
        • -
        - - - - - - - -
          -
        • -

          getWarningMessages

          -
          public List<String> getWarningMessages()
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public boolean equals(Object obj)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          getRequiredErrorMessages

          -
          public List<String> getRequiredErrorMessages()
          -
        • -
        - - - -
          -
        • -

          getUnsupportedErrorMessages

          -
          public List<String> getUnsupportedErrorMessages()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/ValidationFailedException.html b/javadoc/liquibase/exception/ValidationFailedException.html deleted file mode 100644 index dedc98564..000000000 --- a/javadoc/liquibase/exception/ValidationFailedException.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -ValidationFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class ValidationFailedException

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/Warnings.html b/javadoc/liquibase/exception/Warnings.html deleted file mode 100644 index 167133be8..000000000 --- a/javadoc/liquibase/exception/Warnings.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -Warnings (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.exception
    -

    Class Warnings

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Warnings
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Warnings

          -
          public Warnings()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/ChangeLogParseException.html b/javadoc/liquibase/exception/class-use/ChangeLogParseException.html deleted file mode 100644 index ca39167ef..000000000 --- a/javadoc/liquibase/exception/class-use/ChangeLogParseException.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.ChangeLogParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.ChangeLogParseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/ChangeNotFoundException.html b/javadoc/liquibase/exception/class-use/ChangeNotFoundException.html deleted file mode 100644 index a9b71fa60..000000000 --- a/javadoc/liquibase/exception/class-use/ChangeNotFoundException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.ChangeNotFoundException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.ChangeNotFoundException

    -
    -
    No usage of liquibase.exception.ChangeNotFoundException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/CommandLineParsingException.html b/javadoc/liquibase/exception/class-use/CommandLineParsingException.html deleted file mode 100644 index d4688081b..000000000 --- a/javadoc/liquibase/exception/class-use/CommandLineParsingException.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.CommandLineParsingException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.CommandLineParsingException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/CustomChangeException.html b/javadoc/liquibase/exception/class-use/CustomChangeException.html deleted file mode 100644 index 74a89398a..000000000 --- a/javadoc/liquibase/exception/class-use/CustomChangeException.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.CustomChangeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.CustomChangeException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/CustomPreconditionErrorException.html b/javadoc/liquibase/exception/class-use/CustomPreconditionErrorException.html deleted file mode 100644 index 5f18dadd4..000000000 --- a/javadoc/liquibase/exception/class-use/CustomPreconditionErrorException.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.CustomPreconditionErrorException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.CustomPreconditionErrorException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/CustomPreconditionFailedException.html b/javadoc/liquibase/exception/class-use/CustomPreconditionFailedException.html deleted file mode 100644 index c3fc40d3c..000000000 --- a/javadoc/liquibase/exception/class-use/CustomPreconditionFailedException.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.CustomPreconditionFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.CustomPreconditionFailedException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DatabaseException.html b/javadoc/liquibase/exception/class-use/DatabaseException.html deleted file mode 100644 index 59d10eac8..000000000 --- a/javadoc/liquibase/exception/class-use/DatabaseException.html +++ /dev/null @@ -1,2499 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DatabaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DatabaseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DatabaseHistoryException.html b/javadoc/liquibase/exception/class-use/DatabaseHistoryException.html deleted file mode 100644 index 7ea36e7f5..000000000 --- a/javadoc/liquibase/exception/class-use/DatabaseHistoryException.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DatabaseHistoryException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DatabaseHistoryException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DatabaseIncapableOfOperation.html b/javadoc/liquibase/exception/class-use/DatabaseIncapableOfOperation.html deleted file mode 100644 index 9f27fe5f5..000000000 --- a/javadoc/liquibase/exception/class-use/DatabaseIncapableOfOperation.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DatabaseIncapableOfOperation (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DatabaseIncapableOfOperation

    -
    -
    No usage of liquibase.exception.DatabaseIncapableOfOperation
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DateParseException.html b/javadoc/liquibase/exception/class-use/DateParseException.html deleted file mode 100644 index 7e461b8d9..000000000 --- a/javadoc/liquibase/exception/class-use/DateParseException.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DateParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DateParseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DuplicateChangeSetException.html b/javadoc/liquibase/exception/class-use/DuplicateChangeSetException.html deleted file mode 100644 index 843a405ef..000000000 --- a/javadoc/liquibase/exception/class-use/DuplicateChangeSetException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DuplicateChangeSetException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DuplicateChangeSetException

    -
    -
    No usage of liquibase.exception.DuplicateChangeSetException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/DuplicateStatementIdentifierException.html b/javadoc/liquibase/exception/class-use/DuplicateStatementIdentifierException.html deleted file mode 100644 index 93ecad67d..000000000 --- a/javadoc/liquibase/exception/class-use/DuplicateStatementIdentifierException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.DuplicateStatementIdentifierException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.DuplicateStatementIdentifierException

    -
    -
    No usage of liquibase.exception.DuplicateStatementIdentifierException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/InvalidChangeDefinitionException.html b/javadoc/liquibase/exception/class-use/InvalidChangeDefinitionException.html deleted file mode 100644 index debf51953..000000000 --- a/javadoc/liquibase/exception/class-use/InvalidChangeDefinitionException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.InvalidChangeDefinitionException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.InvalidChangeDefinitionException

    -
    -
    No usage of liquibase.exception.InvalidChangeDefinitionException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/LiquibaseException.html b/javadoc/liquibase/exception/class-use/LiquibaseException.html deleted file mode 100644 index 544efc8e9..000000000 --- a/javadoc/liquibase/exception/class-use/LiquibaseException.html +++ /dev/null @@ -1,1446 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.LiquibaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.LiquibaseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/LiquibaseParseException.html b/javadoc/liquibase/exception/class-use/LiquibaseParseException.html deleted file mode 100644 index 0d6207703..000000000 --- a/javadoc/liquibase/exception/class-use/LiquibaseParseException.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.LiquibaseParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.LiquibaseParseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/LockException.html b/javadoc/liquibase/exception/class-use/LockException.html deleted file mode 100644 index 728b1180e..000000000 --- a/javadoc/liquibase/exception/class-use/LockException.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.LockException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.LockException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/MigrationFailedException.html b/javadoc/liquibase/exception/class-use/MigrationFailedException.html deleted file mode 100644 index e0dd893f8..000000000 --- a/javadoc/liquibase/exception/class-use/MigrationFailedException.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.MigrationFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.MigrationFailedException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/PreconditionErrorException.html b/javadoc/liquibase/exception/class-use/PreconditionErrorException.html deleted file mode 100644 index 5063a67da..000000000 --- a/javadoc/liquibase/exception/class-use/PreconditionErrorException.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.PreconditionErrorException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.PreconditionErrorException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/PreconditionFailedException.html b/javadoc/liquibase/exception/class-use/PreconditionFailedException.html deleted file mode 100644 index 22b66d1ca..000000000 --- a/javadoc/liquibase/exception/class-use/PreconditionFailedException.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.PreconditionFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.PreconditionFailedException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/RollbackFailedException.html b/javadoc/liquibase/exception/class-use/RollbackFailedException.html deleted file mode 100644 index c6e68ed05..000000000 --- a/javadoc/liquibase/exception/class-use/RollbackFailedException.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.RollbackFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.RollbackFailedException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/RollbackImpossibleException.html b/javadoc/liquibase/exception/class-use/RollbackImpossibleException.html deleted file mode 100644 index 154a4c4a9..000000000 --- a/javadoc/liquibase/exception/class-use/RollbackImpossibleException.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.RollbackImpossibleException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.RollbackImpossibleException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/ServiceNotFoundException.html b/javadoc/liquibase/exception/class-use/ServiceNotFoundException.html deleted file mode 100644 index af0fce9ab..000000000 --- a/javadoc/liquibase/exception/class-use/ServiceNotFoundException.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.ServiceNotFoundException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.ServiceNotFoundException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/SetupException.html b/javadoc/liquibase/exception/class-use/SetupException.html deleted file mode 100644 index 50acb5483..000000000 --- a/javadoc/liquibase/exception/class-use/SetupException.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.SetupException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.SetupException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/StatementNotSupportedOnDatabaseException.html b/javadoc/liquibase/exception/class-use/StatementNotSupportedOnDatabaseException.html deleted file mode 100644 index 2b67e84d3..000000000 --- a/javadoc/liquibase/exception/class-use/StatementNotSupportedOnDatabaseException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.StatementNotSupportedOnDatabaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.StatementNotSupportedOnDatabaseException

    -
    -
    No usage of liquibase.exception.StatementNotSupportedOnDatabaseException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/UnexpectedLiquibaseException.html b/javadoc/liquibase/exception/class-use/UnexpectedLiquibaseException.html deleted file mode 100644 index c920a088a..000000000 --- a/javadoc/liquibase/exception/class-use/UnexpectedLiquibaseException.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.UnexpectedLiquibaseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.UnexpectedLiquibaseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/UnknownChangelogFormatException.html b/javadoc/liquibase/exception/class-use/UnknownChangelogFormatException.html deleted file mode 100644 index 394dbef4b..000000000 --- a/javadoc/liquibase/exception/class-use/UnknownChangelogFormatException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.UnknownChangelogFormatException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.UnknownChangelogFormatException

    -
    -
    No usage of liquibase.exception.UnknownChangelogFormatException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/UnknownFormatException.html b/javadoc/liquibase/exception/class-use/UnknownFormatException.html deleted file mode 100644 index 2956e096e..000000000 --- a/javadoc/liquibase/exception/class-use/UnknownFormatException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.UnknownFormatException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.UnknownFormatException

    -
    -
    No usage of liquibase.exception.UnknownFormatException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/ValidationErrors.html b/javadoc/liquibase/exception/class-use/ValidationErrors.html deleted file mode 100644 index a36ab2769..000000000 --- a/javadoc/liquibase/exception/class-use/ValidationErrors.html +++ /dev/null @@ -1,1042 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.ValidationErrors (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.ValidationErrors

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/ValidationFailedException.html b/javadoc/liquibase/exception/class-use/ValidationFailedException.html deleted file mode 100644 index b75599e2f..000000000 --- a/javadoc/liquibase/exception/class-use/ValidationFailedException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.ValidationFailedException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.ValidationFailedException

    -
    -
    No usage of liquibase.exception.ValidationFailedException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/class-use/Warnings.html b/javadoc/liquibase/exception/class-use/Warnings.html deleted file mode 100644 index 62677d84c..000000000 --- a/javadoc/liquibase/exception/class-use/Warnings.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - -Uses of Class liquibase.exception.Warnings (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.exception.Warnings

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/package-frame.html b/javadoc/liquibase/exception/package-frame.html deleted file mode 100644 index ce4f456fb..000000000 --- a/javadoc/liquibase/exception/package-frame.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - -liquibase.exception (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.exception

    - - - diff --git a/javadoc/liquibase/exception/package-summary.html b/javadoc/liquibase/exception/package-summary.html deleted file mode 100644 index 2dc64d468..000000000 --- a/javadoc/liquibase/exception/package-summary.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -liquibase.exception (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.exception

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/package-tree.html b/javadoc/liquibase/exception/package-tree.html deleted file mode 100644 index 95be4d89c..000000000 --- a/javadoc/liquibase/exception/package-tree.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -liquibase.exception Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.exception

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/exception/package-use.html b/javadoc/liquibase/exception/package-use.html deleted file mode 100644 index 08fd966a7..000000000 --- a/javadoc/liquibase/exception/package-use.html +++ /dev/null @@ -1,1175 +0,0 @@ - - - - - - -Uses of Package liquibase.exception (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.exception

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/AbstractExecutor.html b/javadoc/liquibase/executor/AbstractExecutor.html deleted file mode 100644 index b4819e7ac..000000000 --- a/javadoc/liquibase/executor/AbstractExecutor.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - -AbstractExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor
    -

    Class AbstractExecutor

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Executor
      -
      -
      -
      Direct Known Subclasses:
      -
      JdbcExecutor, LoggingExecutor
      -
      -
      -
      -
      public abstract class AbstractExecutor
      -extends Object
      -implements Executor
      -
      Code common to all Executor services / blueprint for Executor service classes.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/Executor.html b/javadoc/liquibase/executor/Executor.html deleted file mode 100644 index c28b687ac..000000000 --- a/javadoc/liquibase/executor/Executor.html +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - -Executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor
    -

    Interface Executor

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setDatabase

          -
          void setDatabase(Database database)
          -
          Configures the Executor for the Database to run statements/queries against.
          -
          -
          Parameters:
          -
          database - The database
          -
          -
        • -
        - - - -
          -
        • -

          queryForObject

          -
          <T> T queryForObject(SqlStatement sql,
          -                     Class<T> requiredType)
          -              throws DatabaseException
          -
          Execute a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForObject

          -
          <T> T queryForObject(SqlStatement sql,
          -                     Class<T> requiredType,
          -                     List<SqlVisitor> sqlVisitors)
          -              throws DatabaseException
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column). - That scalar is expected to return a single value that can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          long queryForLong(SqlStatement sql)
          -           throws DatabaseException
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into a long.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          long queryForLong(SqlStatement sql,
          -                  List<SqlVisitor> sqlVisitors)
          -           throws DatabaseException
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be a long value.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          int queryForInt(SqlStatement sql)
          -         throws DatabaseException
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          int queryForInt(SqlStatement sql,
          -                List<SqlVisitor> sqlVisitors)
          -         throws DatabaseException
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          queryForList

          -
          List<Map<String,?>> queryForList(SqlStatement sql)
          -                          throws DatabaseException
          -
          Executes a given SQL statement and returns a List of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - -
          -
        • -

          queryForList

          -
          List<Map<String,?>> queryForList(SqlStatement sql,
          -                                 List<SqlVisitor> sqlVisitors)
          -                          throws DatabaseException
          -
          Applies a list of SqlVisitors to the SQL query, then executes the (possibly modified) SQL query and lastly, - returns the list of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          comment

          -
          void comment(String message)
          -      throws DatabaseException
          -
          Adds a comment to the database. Currently does nothing but is overridden in the output JDBC template
          -
          -
          Parameters:
          -
          message -
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        - - - -
          -
        • -

          updatesDatabase

          -
          boolean updatesDatabase()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/ExecutorService.html b/javadoc/liquibase/executor/ExecutorService.html deleted file mode 100644 index e174aba42..000000000 --- a/javadoc/liquibase/executor/ExecutorService.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -ExecutorService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor
    -

    Class ExecutorService

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ExecutorService
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          setExecutor

          -
          public void setExecutor(Database database,
          -                        Executor executor)
          -
        • -
        - - - -
          -
        • -

          clearExecutor

          -
          public void clearExecutor(Database database)
          -
        • -
        - - - -
          -
        • -

          reset

          -
          public void reset()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/LoggingExecutor.html b/javadoc/liquibase/executor/LoggingExecutor.html deleted file mode 100644 index 630a7891d..000000000 --- a/javadoc/liquibase/executor/LoggingExecutor.html +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - -LoggingExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor
    -

    Class LoggingExecutor

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Executor
      -
      -
      -
      Direct Known Subclasses:
      -
      MockExecutor
      -
      -
      -
      -
      public class LoggingExecutor
      -extends AbstractExecutor
      -
      A variant of the Executor service that does not actually modify the target database(s). Instead, it creates - the SQL statements that would be executed. This is intended for cautious DBAs who want to examine and verify - the generated changes.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LoggingExecutor

          -
          public LoggingExecutor(Executor delegatedExecutor,
          -                       Writer output,
          -                       Database database)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getOutput

          -
          protected Writer getOutput()
          -
        • -
        - - - - - - - - - - - - - - - - - - - -
          -
        • -

          comment

          -
          public void comment(String message)
          -             throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Adds a comment to the database. Currently does nothing but is overridden in the output JDBC template
          -
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        - - - -
          -
        • -

          queryForObject

          -
          public <T> T queryForObject(SqlStatement sql,
          -                            Class<T> requiredType)
          -                     throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Execute a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForObject

          -
          public <T> T queryForObject(SqlStatement sql,
          -                            Class<T> requiredType,
          -                            List<SqlVisitor> sqlVisitors)
          -                     throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column). - That scalar is expected to return a single value that can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          public long queryForLong(SqlStatement sql)
          -                  throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into a long.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          public long queryForLong(SqlStatement sql,
          -                         List<SqlVisitor> sqlVisitors)
          -                  throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be a long value.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          public int queryForInt(SqlStatement sql)
          -                throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          public int queryForInt(SqlStatement sql,
          -                       List<SqlVisitor> sqlVisitors)
          -                throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          queryForList

          -
          public List<Map<String,?>> queryForList(SqlStatement sql)
          -                                 throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a given SQL statement and returns a List of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - -
          -
        • -

          queryForList

          -
          public List<Map<String,?>> queryForList(SqlStatement sql,
          -                                        List<SqlVisitor> sqlVisitors)
          -                                 throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a list of SqlVisitors to the SQL query, then executes the (possibly modified) SQL query and lastly, - returns the list of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - -
          -
        • -

          updatesDatabase

          -
          public boolean updatesDatabase()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/class-use/AbstractExecutor.html b/javadoc/liquibase/executor/class-use/AbstractExecutor.html deleted file mode 100644 index 9d2c26378..000000000 --- a/javadoc/liquibase/executor/class-use/AbstractExecutor.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.AbstractExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.AbstractExecutor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/class-use/Executor.html b/javadoc/liquibase/executor/class-use/Executor.html deleted file mode 100644 index 1a6dc5ae5..000000000 --- a/javadoc/liquibase/executor/class-use/Executor.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -Uses of Interface liquibase.executor.Executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.executor.Executor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/class-use/ExecutorService.html b/javadoc/liquibase/executor/class-use/ExecutorService.html deleted file mode 100644 index 1102c179e..000000000 --- a/javadoc/liquibase/executor/class-use/ExecutorService.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.ExecutorService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.ExecutorService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/class-use/LoggingExecutor.html b/javadoc/liquibase/executor/class-use/LoggingExecutor.html deleted file mode 100644 index 15e6fb4e6..000000000 --- a/javadoc/liquibase/executor/class-use/LoggingExecutor.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.LoggingExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.LoggingExecutor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/ColumnMapRowMapper.html b/javadoc/liquibase/executor/jvm/ColumnMapRowMapper.html deleted file mode 100644 index b976fbd3b..000000000 --- a/javadoc/liquibase/executor/jvm/ColumnMapRowMapper.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -ColumnMapRowMapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor.jvm
    -

    Class ColumnMapRowMapper

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      RowMapper
      -
      -
      -
      -
      public class ColumnMapRowMapper
      -extends Object
      -implements RowMapper
      -
      RowMapper implementation that creates a java.util.Map - for each row, representing all columns as key-value pairs: one - entry for each column, with the column name as key. -

      -

      The Map implementation to use and the key to use for each column - in the column Map can be customized through overriding - createColumnMap(int) and getColumnKey(java.lang.String), respectively. -

      -
      -
      Author:
      -
      Spring Framework
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnMapRowMapper

          -
          public ColumnMapRowMapper()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          mapRow

          -
          public Object mapRow(ResultSet rs,
          -                     int rowNum)
          -              throws SQLException
          -
          Description copied from interface: RowMapper
          -
          Implementations must implement this method to map each row of data - in the ResultSet. This method should not call next() on - the ResultSet; it is only supposed to map values of the current row.
          -
          -
          Specified by:
          -
          mapRow in interface RowMapper
          -
          Parameters:
          -
          rs - the ResultSet to map (pre-initialized for the current row)
          -
          rowNum - the number of the current row
          -
          Returns:
          -
          the result object for the current row
          -
          Throws:
          -
          SQLException - if a SQLException is encountered getting - column values (that is, there's no need to catch SQLException)
          -
          -
        • -
        - - - -
          -
        • -

          createColumnMap

          -
          protected Map createColumnMap(int columnCount)
          -
          Create a Map instance to be used as column map.
          -
          -
          Parameters:
          -
          columnCount - the column count, to be used as initial - capacity for the Map
          -
          Returns:
          -
          the new Map instance
          -
          -
        • -
        - - - -
          -
        • -

          getColumnKey

          -
          protected String getColumnKey(String columnName)
          -
          Determine the key to use for the given column in the column Map.
          -
          -
          Parameters:
          -
          columnName - the column name (uppercase) as returned by the ResultSet
          -
          Returns:
          -
          the column key to use
          -
          See Also:
          -
          ResultSetMetaData.getColumnName(int)
          -
          -
        • -
        - - - -
          -
        • -

          getColumnValue

          -
          protected Object getColumnValue(ResultSet rs,
          -                                int index)
          -                         throws SQLException
          -
          Retrieve a JDBC object value for the specified column. -

          The default implementation uses the getObject method. - Additionally, this implementation includes a "hack" to get around Oracle - returning a non standard object for their TIMESTAMP datatype.

          -
          -
          Parameters:
          -
          rs - is the ResultSet holding the data
          -
          index - is the column index
          -
          Returns:
          -
          the Object returned
          -
          Throws:
          -
          SQLException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/JdbcExecutor.html b/javadoc/liquibase/executor/jvm/JdbcExecutor.html deleted file mode 100644 index 94f716a1b..000000000 --- a/javadoc/liquibase/executor/jvm/JdbcExecutor.html +++ /dev/null @@ -1,893 +0,0 @@ - - - - - - -JdbcExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor.jvm
    -

    Class JdbcExecutor

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Executor
      -
      -
      -
      -
      public class JdbcExecutor
      -extends AbstractExecutor
      -
      Class to simplify execution of SqlStatements. Based heavily on Spring's JdbcTemplate. -

      - Note: This class is currently intended for Liquibase-internal use only and may change without notice in the future
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JdbcExecutor

          -
          public JdbcExecutor()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          updatesDatabase

          -
          public boolean updatesDatabase()
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          queryForObject

          -
          public <T> T queryForObject(SqlStatement sql,
          -                            Class<T> requiredType)
          -                     throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Execute a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForObject

          -
          public <T> T queryForObject(SqlStatement sql,
          -                            Class<T> requiredType,
          -                            List<SqlVisitor> sqlVisitors)
          -                     throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column). - That scalar is expected to return a single value that can be cast into an object of type T.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An object of type T, if successful. May also return null if no object is found.
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          public long queryForLong(SqlStatement sql)
          -                  throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into a long.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForLong

          -
          public long queryForLong(SqlStatement sql,
          -                         List<SqlVisitor> sqlVisitors)
          -                  throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be a long value.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          A long value, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          public int queryForInt(SqlStatement sql)
          -                throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a query that is expected to return a scalar (1 row, 1 column). - It is expected that the scalar can be cast into an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - -
          -
        • -

          queryForInt

          -
          public int queryForInt(SqlStatement sql,
          -                       List<SqlVisitor> sqlVisitors)
          -                throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a number of SqlVisitors to the sql query. - Then, executes the (possibly modified) query. - The query is expected to return a scalar (1 row, 1 column), and that scalar is expected to be an int.
          -
          -
          Parameters:
          -
          sql - The query to execute
          -
          Returns:
          -
          An integer, if successful
          -
          Throws:
          -
          DatabaseException - in case something goes wrong during the query execution
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          queryForList

          -
          public List<Map<String,?>> queryForList(SqlStatement sql)
          -                                 throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Executes a given SQL statement and returns a List of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - -
          -
        • -

          queryForList

          -
          public List<Map<String,?>> queryForList(SqlStatement sql,
          -                                        List<SqlVisitor> sqlVisitors)
          -                                 throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Applies a list of SqlVisitors to the SQL query, then executes the (possibly modified) SQL query and lastly, - returns the list of rows. Each row is represented a a Map, - where the String is the column name and the value if the content of the column in the row (=cell).
          -
          -
          Parameters:
          -
          sql - the SQL query to execute
          -
          Returns:
          -
          a List of [Column name] -> [column value]-mapped rows.
          -
          Throws:
          -
          DatabaseException - if an error occurs during SQL processing (e.g. the SQL is not valid for the database)
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getColumnMapRowMapper

          -
          protected RowMapper getColumnMapRowMapper()
          -
          Create a new RowMapper for reading columns as key-value pairs.
          -
          -
          Returns:
          -
          the RowMapper to use
          -
          See Also:
          -
          ColumnMapRowMapper
          -
          -
        • -
        - - - -
          -
        • -

          getSingleColumnRowMapper

          -
          protected RowMapper getSingleColumnRowMapper(Class requiredType)
          -
          Create a new RowMapper for reading result objects from a single column.
          -
          -
          Parameters:
          -
          requiredType - the type that each result object is expected to match
          -
          Returns:
          -
          the RowMapper to use
          -
          See Also:
          -
          SingleColumnRowMapper
          -
          -
        • -
        - - - -
          -
        • -

          comment

          -
          public void comment(String message)
          -             throws DatabaseException
          -
          Description copied from interface: Executor
          -
          Adds a comment to the database. Currently does nothing but is overridden in the output JDBC template
          -
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/RowMapper.html b/javadoc/liquibase/executor/jvm/RowMapper.html deleted file mode 100644 index 14f277e97..000000000 --- a/javadoc/liquibase/executor/jvm/RowMapper.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -RowMapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor.jvm
    -

    Interface RowMapper

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      ColumnMapRowMapper
      -
      -
      -
      -
      public interface RowMapper
      -
      An interface used by Executor for mapping rows of a - ResultSet on a per-row basis. Implementations of this - interface perform the actual work of mapping each row to a result object, - but don't need to worry about exception handling. - SQLExceptions will be caught and handled - by the calling JdbcTemplate. -

      -
      -
      Author:
      -
      Spring Framework
      -
      See Also:
      -
      Executor, -RowCallbackHandler, -ResultSetExtractor
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          mapRow

          -
          Object mapRow(ResultSet rs,
          -              int rowNum)
          -       throws SQLException
          -
          Implementations must implement this method to map each row of data - in the ResultSet. This method should not call next() on - the ResultSet; it is only supposed to map values of the current row.
          -
          -
          Parameters:
          -
          rs - the ResultSet to map (pre-initialized for the current row)
          -
          rowNum - the number of the current row
          -
          Returns:
          -
          the result object for the current row
          -
          Throws:
          -
          SQLException - if a SQLException is encountered getting - column values (that is, there's no need to catch SQLException)
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/RowMapperNotNullConstraintsResultSetExtractor.html b/javadoc/liquibase/executor/jvm/RowMapperNotNullConstraintsResultSetExtractor.html deleted file mode 100644 index f9a2061d8..000000000 --- a/javadoc/liquibase/executor/jvm/RowMapperNotNullConstraintsResultSetExtractor.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -RowMapperNotNullConstraintsResultSetExtractor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor.jvm
    -

    Class RowMapperNotNullConstraintsResultSetExtractor

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class RowMapperNotNullConstraintsResultSetExtractor
      -extends RowMapperResultSetExtractor
      -
      Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create a not null constraint object for each row. - - Special mapper needed because sys table ALL_CONSTRAINTS provides info about not null constraints - that have type 'C' and SEARCH_CONDITION(Text of search condition for a check constraint) field with 'is not null' string - of data type: 'LONG' But type 'LONG' limits us to do any text operations (match, contains, etc.) on DB level - Only one way to do this on backend side
      -
      -
      See Also:
      -
      RowMapper, -RowMapperResultSetExtractor, -Executor
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RowMapperNotNullConstraintsResultSetExtractor

          -
          public RowMapperNotNullConstraintsResultSetExtractor(RowMapper rowMapper)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          extractData

          -
          public Object extractData(ResultSet resultSet)
          -                   throws SQLException
          -
          Implementations must implement this method to process the entire ResultSet.
          -
          -
          Overrides:
          -
          extractData in class RowMapperResultSetExtractor
          -
          Parameters:
          -
          resultSet - ResultSet to extract data from. Implementations should - not close this: it will be closed by the calling JdbcTemplate.
          -
          Returns:
          -
          an arbitrary result object, or null if none - (the extractor will typically be stateful in the latter case).
          -
          Throws:
          -
          SQLException - if a SQLException is encountered getting column - values or navigating (that is, there's no need to catch SQLException)
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/RowMapperResultSetExtractor.html b/javadoc/liquibase/executor/jvm/RowMapperResultSetExtractor.html deleted file mode 100644 index 56693abd0..000000000 --- a/javadoc/liquibase/executor/jvm/RowMapperResultSetExtractor.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -RowMapperResultSetExtractor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.executor.jvm
    -

    Class RowMapperResultSetExtractor

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.executor.jvm.RowMapperResultSetExtractor
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Direct Known Subclasses:
      -
      RowMapperNotNullConstraintsResultSetExtractor
      -
      -
      -
      -
      public class RowMapperResultSetExtractor
      -extends Object
      -
      Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create an object for each row. - Each object is added to the results List of this ResultSetExtractor. -

      -

      Useful for the typical case of one object per row in the database table. - The number of entries in the results list will match the number of rows. -

      -

      Note that a RowMapper object is typically stateless and thus reusable; - just the RowMapperResultSetExtractor adapter is stateful. -

      -

      A usage example with JdbcTemplate: -

      -

      JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource);  // reusable object
      - RowMapper rowMapper = new UserRowMapper();  // reusable object
      - 

      - List allUsers = (List) jdbcTemplate.query( - "select * from user", - new RowMapperResultSetExtractor(rowMapper, 10)); -

      - User user = (User) jdbcTemplate.queryForObject( - "select * from user where id=?", new Object[] {id}, - new RowMapperResultSetExtractor(rowMapper, 1));

      -

      -
      -
      Author:
      -
      Spring Framework
      -
      See Also:
      -
      RowMapper, -Executor
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          rowMapper

          -
          protected final RowMapper rowMapper
          -
        • -
        - - - -
          -
        • -

          rowsExpected

          -
          protected final int rowsExpected
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RowMapperResultSetExtractor

          -
          public RowMapperResultSetExtractor(RowMapper rowMapper)
          -
          Create a new RowMapperResultSetExtractor.
          -
          -
          Parameters:
          -
          rowMapper - the RowMapper which creates an object for each row
          -
          -
        • -
        - - - -
          -
        • -

          RowMapperResultSetExtractor

          -
          public RowMapperResultSetExtractor(RowMapper rowMapper,
          -                                   int rowsExpected)
          -
          Create a new RowMapperResultSetExtractor.
          -
          -
          Parameters:
          -
          rowMapper - the RowMapper which creates an object for each row
          -
          rowsExpected - the number of expected rows - (just used for optimized collection handling)
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          extractData

          -
          public Object extractData(ResultSet rs)
          -                   throws SQLException
          -
          Implementations must implement this method to process the entire ResultSet.
          -
          -
          Parameters:
          -
          rs - ResultSet to extract data from. Implementations should - not close this: it will be closed by the calling JdbcTemplate.
          -
          Returns:
          -
          an arbitrary result object, or null if none - (the extractor will typically be stateful in the latter case).
          -
          Throws:
          -
          SQLException - if a SQLException is encountered getting column - values or navigating (that is, there's no need to catch SQLException)
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/class-use/ColumnMapRowMapper.html b/javadoc/liquibase/executor/jvm/class-use/ColumnMapRowMapper.html deleted file mode 100644 index fd4b4b580..000000000 --- a/javadoc/liquibase/executor/jvm/class-use/ColumnMapRowMapper.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.jvm.ColumnMapRowMapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.jvm.ColumnMapRowMapper

    -
    -
    No usage of liquibase.executor.jvm.ColumnMapRowMapper
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/class-use/JdbcExecutor.html b/javadoc/liquibase/executor/jvm/class-use/JdbcExecutor.html deleted file mode 100644 index 82c4d48d2..000000000 --- a/javadoc/liquibase/executor/jvm/class-use/JdbcExecutor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.jvm.JdbcExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.jvm.JdbcExecutor

    -
    -
    No usage of liquibase.executor.jvm.JdbcExecutor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/class-use/RowMapper.html b/javadoc/liquibase/executor/jvm/class-use/RowMapper.html deleted file mode 100644 index 6cce07560..000000000 --- a/javadoc/liquibase/executor/jvm/class-use/RowMapper.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - -Uses of Interface liquibase.executor.jvm.RowMapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.executor.jvm.RowMapper

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/class-use/RowMapperNotNullConstraintsResultSetExtractor.html b/javadoc/liquibase/executor/jvm/class-use/RowMapperNotNullConstraintsResultSetExtractor.html deleted file mode 100644 index 44af7a07c..000000000 --- a/javadoc/liquibase/executor/jvm/class-use/RowMapperNotNullConstraintsResultSetExtractor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor

    -
    -
    No usage of liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/class-use/RowMapperResultSetExtractor.html b/javadoc/liquibase/executor/jvm/class-use/RowMapperResultSetExtractor.html deleted file mode 100644 index 8181e5d41..000000000 --- a/javadoc/liquibase/executor/jvm/class-use/RowMapperResultSetExtractor.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Uses of Class liquibase.executor.jvm.RowMapperResultSetExtractor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.executor.jvm.RowMapperResultSetExtractor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/package-frame.html b/javadoc/liquibase/executor/jvm/package-frame.html deleted file mode 100644 index 1fe188d05..000000000 --- a/javadoc/liquibase/executor/jvm/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -liquibase.executor.jvm (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.executor.jvm

    - - - diff --git a/javadoc/liquibase/executor/jvm/package-summary.html b/javadoc/liquibase/executor/jvm/package-summary.html deleted file mode 100644 index bbb15b988..000000000 --- a/javadoc/liquibase/executor/jvm/package-summary.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -liquibase.executor.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.executor.jvm

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      RowMapper -
      An interface used by Executor for mapping rows of a - ResultSet on a per-row basis.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      ColumnMapRowMapper -
      RowMapper implementation that creates a java.util.Map - for each row, representing all columns as key-value pairs: one - entry for each column, with the column name as key.
      -
      JdbcExecutor -
      Class to simplify execution of SqlStatements.
      -
      RowMapperNotNullConstraintsResultSetExtractor -
      Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create a not null constraint object for each row.
      -
      RowMapperResultSetExtractor -
      Adapter implementation of the ResultSetExtractor interface that delegates - to a RowMapper which is supposed to create an object for each row.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/package-tree.html b/javadoc/liquibase/executor/jvm/package-tree.html deleted file mode 100644 index 8ae709d28..000000000 --- a/javadoc/liquibase/executor/jvm/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -liquibase.executor.jvm Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.executor.jvm

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/jvm/package-use.html b/javadoc/liquibase/executor/jvm/package-use.html deleted file mode 100644 index d010de242..000000000 --- a/javadoc/liquibase/executor/jvm/package-use.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Package liquibase.executor.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.executor.jvm

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/package-frame.html b/javadoc/liquibase/executor/package-frame.html deleted file mode 100644 index e1fca5d8b..000000000 --- a/javadoc/liquibase/executor/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -liquibase.executor (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.executor

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/executor/package-summary.html b/javadoc/liquibase/executor/package-summary.html deleted file mode 100644 index 851452737..000000000 --- a/javadoc/liquibase/executor/package-summary.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -liquibase.executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.executor

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      Executor -
      Interface for a class that is capable of executing statements/queries against a DBMS.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      AbstractExecutor -
      Code common to all Executor services / blueprint for Executor service classes.
      -
      ExecutorService 
      LoggingExecutor -
      A variant of the Executor service that does not actually modify the target database(s).
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/package-tree.html b/javadoc/liquibase/executor/package-tree.html deleted file mode 100644 index 59b39c06c..000000000 --- a/javadoc/liquibase/executor/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.executor Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.executor

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/executor/package-use.html b/javadoc/liquibase/executor/package-use.html deleted file mode 100644 index c270f4495..000000000 --- a/javadoc/liquibase/executor/package-use.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -Uses of Package liquibase.executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.executor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/AbstractChangeLogBasedTask.html b/javadoc/liquibase/integration/ant/AbstractChangeLogBasedTask.html deleted file mode 100644 index d640d8433..000000000 --- a/javadoc/liquibase/integration/ant/AbstractChangeLogBasedTask.html +++ /dev/null @@ -1,600 +0,0 @@ - - - - - - -AbstractChangeLogBasedTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class AbstractChangeLogBasedTask

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/AbstractDatabaseDiffTask.html b/javadoc/liquibase/integration/ant/AbstractDatabaseDiffTask.html deleted file mode 100644 index 6976c93aa..000000000 --- a/javadoc/liquibase/integration/ant/AbstractDatabaseDiffTask.html +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - -AbstractDatabaseDiffTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class AbstractDatabaseDiffTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractDatabaseDiffTask

          -
          public AbstractDatabaseDiffTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getDiffResult

          -
          protected DiffResult getDiffResult()
          -
        • -
        - - - -
          -
        • -

          validateParameters

          -
          protected void validateParameters()
          -
          Description copied from class: BaseLiquibaseTask
          -
          Subclasses that override this method must always call super.validateParameters() method.
          -
          -
          Overrides:
          -
          validateParameters in class BaseLiquibaseTask
          -
          -
        • -
        - - - -
          -
        • -

          addReferenceDatabase

          -
          public void addReferenceDatabase(DatabaseType referenceDatabase)
          -
        • -
        - - - -
          -
        • -

          setReferenceDatabaseRef

          -
          public void setReferenceDatabaseRef(org.apache.tools.ant.types.Reference referenceDatabaseRef)
          -
        • -
        - - - -
          -
        • -

          getDiffTypes

          -
          public String getDiffTypes()
          -
        • -
        - - - -
          -
        • -

          setDiffTypes

          -
          public void setDiffTypes(String diffTypes)
          -
        • -
        - - - -
          -
        • -

          getReferenceDriver

          -
          @Deprecated
          -public String getReferenceDriver()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferenceDriver

          -
          @Deprecated
          -public void setReferenceDriver(String referenceDriver)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getReferenceUrl

          -
          @Deprecated
          -public String getReferenceUrl()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferenceUrl

          -
          @Deprecated
          -public void setReferenceUrl(String referenceUrl)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getReferenceUsername

          -
          @Deprecated
          -public String getReferenceUsername()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferenceUsername

          -
          @Deprecated
          -public void setReferenceUsername(String referenceUsername)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getReferencePassword

          -
          @Deprecated
          -public String getReferencePassword()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferencePassword

          -
          @Deprecated
          -public void setReferencePassword(String referencePassword)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getReferenceDefaultCatalogName

          -
          @Deprecated
          -public String getReferenceDefaultCatalogName()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferenceDefaultCatalogName

          -
          @Deprecated
          -public void setReferenceDefaultCatalogName(String referenceDefaultCatalogName)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getReferenceDefaultSchemaName

          -
          @Deprecated
          -public String getReferenceDefaultSchemaName()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setReferenceDefaultSchemaName

          -
          @Deprecated
          -public void setReferenceDefaultSchemaName(String referenceDefaultSchemaName)
          -
          Deprecated. 
          -
        • -
        - - - - - - - -
          -
        • -

          setDataDir

          -
          @Deprecated
          -public void setDataDir(String dataDir)
          -
          Deprecated. 
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/AntResourceAccessor.html b/javadoc/liquibase/integration/ant/AntResourceAccessor.html deleted file mode 100644 index e4dc5b36d..000000000 --- a/javadoc/liquibase/integration/ant/AntResourceAccessor.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -AntResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class AntResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AntResourceAccessor

          -
          public AntResourceAccessor(org.apache.tools.ant.Project project,
          -                           org.apache.tools.ant.types.Path classpath)
          -
          Deprecated. 
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.ChangeLogProperty.html b/javadoc/liquibase/integration/ant/BaseLiquibaseTask.ChangeLogProperty.html deleted file mode 100644 index f251bcadb..000000000 --- a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.ChangeLogProperty.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -BaseLiquibaseTask.ChangeLogProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class BaseLiquibaseTask.ChangeLogProperty

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogProperty

          -
          public ChangeLogProperty()
          -
          Deprecated. 
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public void setName(String name)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getValue

          -
          public String getValue()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          public void setValue(String value)
          -
          Deprecated. 
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.LogRedirector.html b/javadoc/liquibase/integration/ant/BaseLiquibaseTask.LogRedirector.html deleted file mode 100644 index d8ef2e1ea..000000000 --- a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.LogRedirector.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -BaseLiquibaseTask.LogRedirector (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class BaseLiquibaseTask.LogRedirector

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      BaseLiquibaseTask
      -
      -
      -
      Deprecated.
      -
      -
      @Deprecated
      -protected static class BaseLiquibaseTask.LogRedirector
      -extends Object
      -
      Redirector of logs from java.util.logging to ANT's logging
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LogRedirector

          -
          protected LogRedirector(org.apache.tools.ant.Task task)
          -
          Deprecated. 
          -
          Constructor
          -
          -
          Parameters:
          -
          task - Ant task
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          redirectLogger

          -
          protected void redirectLogger()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          registerHandler

          -
          protected void registerHandler(Handler theHandler)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          createHandler

          -
          protected Handler createHandler()
          -
          Deprecated. 
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.html b/javadoc/liquibase/integration/ant/BaseLiquibaseTask.html deleted file mode 100644 index 519a3b15f..000000000 --- a/javadoc/liquibase/integration/ant/BaseLiquibaseTask.html +++ /dev/null @@ -1,1401 +0,0 @@ - - - - - - -BaseLiquibaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class BaseLiquibaseTask

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • -
          -
        • org.apache.tools.ant.Task
        • -
        • -
            -
          • liquibase.integration.ant.BaseLiquibaseTask
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/ChangeLogSyncTask.html b/javadoc/liquibase/integration/ant/ChangeLogSyncTask.html deleted file mode 100644 index 8b9b96d91..000000000 --- a/javadoc/liquibase/integration/ant/ChangeLogSyncTask.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -ChangeLogSyncTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class ChangeLogSyncTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogSyncTask

          -
          public ChangeLogSyncTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DBDocTask.html b/javadoc/liquibase/integration/ant/DBDocTask.html deleted file mode 100644 index 8a2d9820b..000000000 --- a/javadoc/liquibase/integration/ant/DBDocTask.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - -DBDocTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DBDocTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DBDocTask

          -
          public DBDocTask()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DatabaseRollbackFutureTask.html b/javadoc/liquibase/integration/ant/DatabaseRollbackFutureTask.html deleted file mode 100644 index 0e0fdf78b..000000000 --- a/javadoc/liquibase/integration/ant/DatabaseRollbackFutureTask.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -DatabaseRollbackFutureTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DatabaseRollbackFutureTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseRollbackFutureTask

          -
          public DatabaseRollbackFutureTask()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DatabaseRollbackTask.html b/javadoc/liquibase/integration/ant/DatabaseRollbackTask.html deleted file mode 100644 index 2501eeb30..000000000 --- a/javadoc/liquibase/integration/ant/DatabaseRollbackTask.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - -DatabaseRollbackTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DatabaseRollbackTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseRollbackTask

          -
          public DatabaseRollbackTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          getRollbackDate

          -
          public Date getRollbackDate()
          -
        • -
        - - - -
          -
        • -

          setRollbackDate

          -
          public void setRollbackDate(String rollbackDateStr)
          -
        • -
        - - - -
          -
        • -

          getRollbackTag

          -
          public String getRollbackTag()
          -
        • -
        - - - -
          -
        • -

          setRollbackTag

          -
          public void setRollbackTag(String rollbackTag)
          -
        • -
        - - - -
          -
        • -

          getRollbackCount

          -
          public Integer getRollbackCount()
          -
        • -
        - - - -
          -
        • -

          setRollbackCount

          -
          public void setRollbackCount(Integer rollbackCount)
          -
        • -
        - - - -
          -
        • -

          getRollbackScript

          -
          public String getRollbackScript()
          -
        • -
        - - - -
          -
        • -

          setRollbackScript

          -
          public void setRollbackScript(String rollbackScript)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DatabaseUpdateTask.html b/javadoc/liquibase/integration/ant/DatabaseUpdateTask.html deleted file mode 100644 index 1d8557309..000000000 --- a/javadoc/liquibase/integration/ant/DatabaseUpdateTask.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - - -DatabaseUpdateTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DatabaseUpdateTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseUpdateTask

          -
          public DatabaseUpdateTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          isDropFirst

          -
          public boolean isDropFirst()
          -
        • -
        - - - -
          -
        • -

          setDropFirst

          -
          public void setDropFirst(boolean dropFirst)
          -
        • -
        - - - -
          -
        • -

          getToTag

          -
          public String getToTag()
          -
        • -
        - - - -
          -
        • -

          setToTag

          -
          public void setToTag(String toTag)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DatabaseUpdateTestingRollbackTask.html b/javadoc/liquibase/integration/ant/DatabaseUpdateTestingRollbackTask.html deleted file mode 100644 index a9a3a5e05..000000000 --- a/javadoc/liquibase/integration/ant/DatabaseUpdateTestingRollbackTask.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -DatabaseUpdateTestingRollbackTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DatabaseUpdateTestingRollbackTask

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Cloneable
      -
      -
      -
      -
      public class DatabaseUpdateTestingRollbackTask
      -extends AbstractChangeLogBasedTask
      -
      Ant task for migrating a database forward testing rollback.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseUpdateTestingRollbackTask

          -
          public DatabaseUpdateTestingRollbackTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          isDropFirst

          -
          public boolean isDropFirst()
          -
        • -
        - - - -
          -
        • -

          setDropFirst

          -
          public void setDropFirst(boolean dropFirst)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DiffDatabaseTask.html b/javadoc/liquibase/integration/ant/DiffDatabaseTask.html deleted file mode 100644 index 1768d54f6..000000000 --- a/javadoc/liquibase/integration/ant/DiffDatabaseTask.html +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - -DiffDatabaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DiffDatabaseTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DiffDatabaseTask

          -
          public DiffDatabaseTask()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DiffDatabaseToChangeLogTask.html b/javadoc/liquibase/integration/ant/DiffDatabaseToChangeLogTask.html deleted file mode 100644 index 2b496a235..000000000 --- a/javadoc/liquibase/integration/ant/DiffDatabaseToChangeLogTask.html +++ /dev/null @@ -1,612 +0,0 @@ - - - - - - -DiffDatabaseToChangeLogTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DiffDatabaseToChangeLogTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DiffDatabaseToChangeLogTask

          -
          public DiffDatabaseToChangeLogTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          protected void executeWithLiquibaseClassloader()
          -                                        throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          addConfiguredJson

          -
          public void addConfiguredJson(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredXml

          -
          public void addConfiguredXml(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredYaml

          -
          public void addConfiguredYaml(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredTxt

          -
          public void addConfiguredTxt(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          getIncludeCatalog

          -
          public boolean getIncludeCatalog()
          -
        • -
        - - - -
          -
        • -

          setIncludeCatalog

          -
          public void setIncludeCatalog(boolean includeCatalog)
          -
        • -
        - - - -
          -
        • -

          getIncludeSchema

          -
          public boolean getIncludeSchema()
          -
        • -
        - - - -
          -
        • -

          setIncludeSchema

          -
          public void setIncludeSchema(boolean includeSchema)
          -
        • -
        - - - -
          -
        • -

          getIncludeTablespace

          -
          public boolean getIncludeTablespace()
          -
        • -
        - - - -
          -
        • -

          setIncludeTablespace

          -
          public void setIncludeTablespace(boolean includeTablespace)
          -
        • -
        - - - -
          -
        • -

          getIncludeObjects

          -
          public String getIncludeObjects()
          -
        • -
        - - - -
          -
        • -

          setIncludeObjects

          -
          public void setIncludeObjects(String includeObjects)
          -
        • -
        - - - -
          -
        • -

          getExcludeObjects

          -
          public String getExcludeObjects()
          -
        • -
        - - - -
          -
        • -

          setExcludeObjects

          -
          public void setExcludeObjects(String excludeObjects)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/DropAllTask.html b/javadoc/liquibase/integration/ant/DropAllTask.html deleted file mode 100644 index e6585f713..000000000 --- a/javadoc/liquibase/integration/ant/DropAllTask.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -DropAllTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class DropAllTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropAllTask

          -
          public DropAllTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          getCatalog

          -
          public String getCatalog()
          -
        • -
        - - - -
          -
        • -

          setCatalog

          -
          public void setCatalog(String catalog)
          -
        • -
        - - - -
          -
        • -

          getSchemas

          -
          public String getSchemas()
          -
        • -
        - - - -
          -
        • -

          setSchemas

          -
          public void setSchemas(String schemas)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/GenerateChangeLogTask.html b/javadoc/liquibase/integration/ant/GenerateChangeLogTask.html deleted file mode 100644 index f5b81ab6e..000000000 --- a/javadoc/liquibase/integration/ant/GenerateChangeLogTask.html +++ /dev/null @@ -1,585 +0,0 @@ - - - - - - -GenerateChangeLogTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class GenerateChangeLogTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GenerateChangeLogTask

          -
          public GenerateChangeLogTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          validateParameters

          -
          protected void validateParameters()
          -
          Description copied from class: BaseLiquibaseTask
          -
          Subclasses that override this method must always call super.validateParameters() method.
          -
          -
          Overrides:
          -
          validateParameters in class BaseLiquibaseTask
          -
          -
        • -
        - - - -
          -
        • -

          addConfiguredJson

          -
          public void addConfiguredJson(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredXml

          -
          public void addConfiguredXml(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredYaml

          -
          public void addConfiguredYaml(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          addConfiguredTxt

          -
          public void addConfiguredTxt(ChangeLogOutputFile changeLogOutputFile)
          -
        • -
        - - - -
          -
        • -

          getIncludeCatalog

          -
          public boolean getIncludeCatalog()
          -
        • -
        - - - -
          -
        • -

          setIncludeCatalog

          -
          public void setIncludeCatalog(boolean includeCatalog)
          -
        • -
        - - - -
          -
        • -

          getIncludeSchema

          -
          public boolean getIncludeSchema()
          -
        • -
        - - - -
          -
        • -

          setIncludeSchema

          -
          public void setIncludeSchema(boolean includeSchema)
          -
        • -
        - - - -
          -
        • -

          getIncludeTablespace

          -
          public boolean getIncludeTablespace()
          -
        • -
        - - - -
          -
        • -

          setIncludeTablespace

          -
          public void setIncludeTablespace(boolean includeTablespace)
          -
        • -
        - - - -
          -
        • -

          getIncludeObjects

          -
          public String getIncludeObjects()
          -
        • -
        - - - -
          -
        • -

          setIncludeObjects

          -
          public void setIncludeObjects(String includeObjects)
          -
        • -
        - - - -
          -
        • -

          getExcludeObjects

          -
          public String getExcludeObjects()
          -
        • -
        - - - -
          -
        • -

          setExcludeObjects

          -
          public void setExcludeObjects(String excludeObjects)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/MarkNextChangeSetRanTask.html b/javadoc/liquibase/integration/ant/MarkNextChangeSetRanTask.html deleted file mode 100644 index ba3e4852e..000000000 --- a/javadoc/liquibase/integration/ant/MarkNextChangeSetRanTask.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -MarkNextChangeSetRanTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class MarkNextChangeSetRanTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MarkNextChangeSetRanTask

          -
          public MarkNextChangeSetRanTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/TagDatabaseTask.html b/javadoc/liquibase/integration/ant/TagDatabaseTask.html deleted file mode 100644 index 2fde22879..000000000 --- a/javadoc/liquibase/integration/ant/TagDatabaseTask.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -TagDatabaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant
    -

    Class TagDatabaseTask

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TagDatabaseTask

          -
          public TagDatabaseTask()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          executeWithLiquibaseClassloader

          -
          public void executeWithLiquibaseClassloader()
          -                                     throws org.apache.tools.ant.BuildException
          -
          -
          Specified by:
          -
          executeWithLiquibaseClassloader in class BaseLiquibaseTask
          -
          Throws:
          -
          org.apache.tools.ant.BuildException
          -
          -
        • -
        - - - -
          -
        • -

          validateParameters

          -
          protected void validateParameters()
          -
          Description copied from class: BaseLiquibaseTask
          -
          Subclasses that override this method must always call super.validateParameters() method.
          -
          -
          Overrides:
          -
          validateParameters in class BaseLiquibaseTask
          -
          -
        • -
        - - - -
          -
        • -

          getTag

          -
          public String getTag()
          -
        • -
        - - - -
          -
        • -

          setTag

          -
          public void setTag(String tag)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/AbstractChangeLogBasedTask.html b/javadoc/liquibase/integration/ant/class-use/AbstractChangeLogBasedTask.html deleted file mode 100644 index c72e7646d..000000000 --- a/javadoc/liquibase/integration/ant/class-use/AbstractChangeLogBasedTask.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.AbstractChangeLogBasedTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.AbstractChangeLogBasedTask

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/AbstractDatabaseDiffTask.html b/javadoc/liquibase/integration/ant/class-use/AbstractDatabaseDiffTask.html deleted file mode 100644 index f3a61d137..000000000 --- a/javadoc/liquibase/integration/ant/class-use/AbstractDatabaseDiffTask.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.AbstractDatabaseDiffTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.AbstractDatabaseDiffTask

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/AntResourceAccessor.html b/javadoc/liquibase/integration/ant/class-use/AntResourceAccessor.html deleted file mode 100644 index ddc9ebd62..000000000 --- a/javadoc/liquibase/integration/ant/class-use/AntResourceAccessor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.AntResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.AntResourceAccessor

    -
    -
    No usage of liquibase.integration.ant.AntResourceAccessor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.ChangeLogProperty.html b/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.ChangeLogProperty.html deleted file mode 100644 index 31fe79822..000000000 --- a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.ChangeLogProperty.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.LogRedirector.html b/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.LogRedirector.html deleted file mode 100644 index 0065cecc5..000000000 --- a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.LogRedirector.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.BaseLiquibaseTask.LogRedirector

    -
    -
    No usage of liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.html b/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.html deleted file mode 100644 index 6f252a1a8..000000000 --- a/javadoc/liquibase/integration/ant/class-use/BaseLiquibaseTask.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.BaseLiquibaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.BaseLiquibaseTask

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/ChangeLogSyncTask.html b/javadoc/liquibase/integration/ant/class-use/ChangeLogSyncTask.html deleted file mode 100644 index 0d261c886..000000000 --- a/javadoc/liquibase/integration/ant/class-use/ChangeLogSyncTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.ChangeLogSyncTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.ChangeLogSyncTask

    -
    -
    No usage of liquibase.integration.ant.ChangeLogSyncTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DBDocTask.html b/javadoc/liquibase/integration/ant/class-use/DBDocTask.html deleted file mode 100644 index 49e0c4f2d..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DBDocTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DBDocTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DBDocTask

    -
    -
    No usage of liquibase.integration.ant.DBDocTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackFutureTask.html b/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackFutureTask.html deleted file mode 100644 index 90f6f39ea..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackFutureTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DatabaseRollbackFutureTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DatabaseRollbackFutureTask

    -
    -
    No usage of liquibase.integration.ant.DatabaseRollbackFutureTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackTask.html b/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackTask.html deleted file mode 100644 index c4ec682eb..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DatabaseRollbackTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DatabaseRollbackTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DatabaseRollbackTask

    -
    -
    No usage of liquibase.integration.ant.DatabaseRollbackTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTask.html b/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTask.html deleted file mode 100644 index 0a7e14eea..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DatabaseUpdateTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DatabaseUpdateTask

    -
    -
    No usage of liquibase.integration.ant.DatabaseUpdateTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTestingRollbackTask.html b/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTestingRollbackTask.html deleted file mode 100644 index 88bc6844e..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTestingRollbackTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DatabaseUpdateTestingRollbackTask

    -
    -
    No usage of liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DiffDatabaseTask.html b/javadoc/liquibase/integration/ant/class-use/DiffDatabaseTask.html deleted file mode 100644 index b0f6873be..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DiffDatabaseTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DiffDatabaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DiffDatabaseTask

    -
    -
    No usage of liquibase.integration.ant.DiffDatabaseTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DiffDatabaseToChangeLogTask.html b/javadoc/liquibase/integration/ant/class-use/DiffDatabaseToChangeLogTask.html deleted file mode 100644 index 12c2e631f..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DiffDatabaseToChangeLogTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DiffDatabaseToChangeLogTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DiffDatabaseToChangeLogTask

    -
    -
    No usage of liquibase.integration.ant.DiffDatabaseToChangeLogTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/DropAllTask.html b/javadoc/liquibase/integration/ant/class-use/DropAllTask.html deleted file mode 100644 index 8c1ce6251..000000000 --- a/javadoc/liquibase/integration/ant/class-use/DropAllTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.DropAllTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.DropAllTask

    -
    -
    No usage of liquibase.integration.ant.DropAllTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/GenerateChangeLogTask.html b/javadoc/liquibase/integration/ant/class-use/GenerateChangeLogTask.html deleted file mode 100644 index a880c518f..000000000 --- a/javadoc/liquibase/integration/ant/class-use/GenerateChangeLogTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.GenerateChangeLogTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.GenerateChangeLogTask

    -
    -
    No usage of liquibase.integration.ant.GenerateChangeLogTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/MarkNextChangeSetRanTask.html b/javadoc/liquibase/integration/ant/class-use/MarkNextChangeSetRanTask.html deleted file mode 100644 index 32703873c..000000000 --- a/javadoc/liquibase/integration/ant/class-use/MarkNextChangeSetRanTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.MarkNextChangeSetRanTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.MarkNextChangeSetRanTask

    -
    -
    No usage of liquibase.integration.ant.MarkNextChangeSetRanTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/class-use/TagDatabaseTask.html b/javadoc/liquibase/integration/ant/class-use/TagDatabaseTask.html deleted file mode 100644 index 092686cb3..000000000 --- a/javadoc/liquibase/integration/ant/class-use/TagDatabaseTask.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.TagDatabaseTask (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.TagDatabaseTask

    -
    -
    No usage of liquibase.integration.ant.TagDatabaseTask
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/AntTaskLogFactory.html b/javadoc/liquibase/integration/ant/logging/AntTaskLogFactory.html deleted file mode 100644 index bb0d6a3ad..000000000 --- a/javadoc/liquibase/integration/ant/logging/AntTaskLogFactory.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -AntTaskLogFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.logging
    -

    Class AntTaskLogFactory

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.ant.logging.AntTaskLogFactory
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      LoggerFactory
      -
      -
      -
      -
      public final class AntTaskLogFactory
      -extends Object
      -implements LoggerFactory
      -
      An implementation of the Liquibase LogService that logs all messages to the given Ant task. This should only be used - inside of Ant tasks.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AntTaskLogFactory

          -
          public AntTaskLogFactory(org.apache.tools.ant.Task task)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLog

          -
          public Logger getLog(Class clazz)
          -
          Description copied from interface: LoggerFactory
          -
          Creates a logger for logging from the given class. - Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
          -
          -
          Specified by:
          -
          getLog in interface LoggerFactory
          -
          -
        • -
        - - - - - - - -
          -
        • -

          close

          -
          public void close()
          -
          Description copied from interface: LoggerFactory
          -
          Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
          -
          -
          Specified by:
          -
          close in interface LoggerFactory
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/AntTaskLogger.html b/javadoc/liquibase/integration/ant/logging/AntTaskLogger.html deleted file mode 100644 index f02bf7d2c..000000000 --- a/javadoc/liquibase/integration/ant/logging/AntTaskLogger.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - -AntTaskLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.logging
    -

    Class AntTaskLogger

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Logger
      -
      -
      -
      -
      public final class AntTaskLogger
      -extends AbstractLogger
      -
      An implementation of the Liquibase logger that logs to the given Ant task.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AntTaskLogger

          -
          public AntTaskLogger(org.apache.tools.ant.Task task)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          severe

          -
          public void severe(LogType target,
          -                   String message)
          -
          Description copied from interface: Logger
          -
          Log an error that occurred.
          -
        • -
        - - - -
          -
        • -

          severe

          -
          public void severe(LogType target,
          -                   String message,
          -                   Throwable e)
          -
          Description copied from interface: Logger
          -
          Log an error together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(LogType target,
          -                    String message)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(LogType target,
          -                    String message,
          -                    Throwable e)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(LogType logType,
          -                 String message)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user.
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(LogType target,
          -                 String message,
          -                 Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(LogType target,
          -                  String message)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(LogType target,
          -                  String message,
          -                  Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting together with data from an error/exception
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogFactory.html b/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogFactory.html deleted file mode 100644 index 4919c117b..000000000 --- a/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogFactory.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.logging.AntTaskLogFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.logging.AntTaskLogFactory

    -
    -
    No usage of liquibase.integration.ant.logging.AntTaskLogFactory
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogger.html b/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogger.html deleted file mode 100644 index 14cc20ecb..000000000 --- a/javadoc/liquibase/integration/ant/logging/class-use/AntTaskLogger.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.logging.AntTaskLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.logging.AntTaskLogger

    -
    -
    No usage of liquibase.integration.ant.logging.AntTaskLogger
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/package-frame.html b/javadoc/liquibase/integration/ant/logging/package-frame.html deleted file mode 100644 index 086ec4b3f..000000000 --- a/javadoc/liquibase/integration/ant/logging/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.integration.ant.logging (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.ant.logging

    - - - diff --git a/javadoc/liquibase/integration/ant/logging/package-summary.html b/javadoc/liquibase/integration/ant/logging/package-summary.html deleted file mode 100644 index dde7e0a07..000000000 --- a/javadoc/liquibase/integration/ant/logging/package-summary.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.integration.ant.logging (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.ant.logging

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      AntTaskLogFactory -
      An implementation of the Liquibase LogService that logs all messages to the given Ant task.
      -
      AntTaskLogger -
      An implementation of the Liquibase logger that logs to the given Ant task.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/package-tree.html b/javadoc/liquibase/integration/ant/logging/package-tree.html deleted file mode 100644 index 8e6f98373..000000000 --- a/javadoc/liquibase/integration/ant/logging/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.integration.ant.logging Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.ant.logging

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/logging/package-use.html b/javadoc/liquibase/integration/ant/logging/package-use.html deleted file mode 100644 index 2469868a3..000000000 --- a/javadoc/liquibase/integration/ant/logging/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.ant.logging (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.ant.logging

    -
    -
    No usage of liquibase.integration.ant.logging
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/package-frame.html b/javadoc/liquibase/integration/ant/package-frame.html deleted file mode 100644 index da45caf4a..000000000 --- a/javadoc/liquibase/integration/ant/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - -liquibase.integration.ant (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.ant

    - - - diff --git a/javadoc/liquibase/integration/ant/package-summary.html b/javadoc/liquibase/integration/ant/package-summary.html deleted file mode 100644 index 6c329e7fe..000000000 --- a/javadoc/liquibase/integration/ant/package-summary.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -liquibase.integration.ant (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.ant

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/package-tree.html b/javadoc/liquibase/integration/ant/package-tree.html deleted file mode 100644 index c6fb52ab3..000000000 --- a/javadoc/liquibase/integration/ant/package-tree.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -liquibase.integration.ant Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.ant

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/package-use.html b/javadoc/liquibase/integration/ant/package-use.html deleted file mode 100644 index f2e801513..000000000 --- a/javadoc/liquibase/integration/ant/package-use.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.ant (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.ant

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/ChangeLogOutputFile.html b/javadoc/liquibase/integration/ant/type/ChangeLogOutputFile.html deleted file mode 100644 index 1517404b8..000000000 --- a/javadoc/liquibase/integration/ant/type/ChangeLogOutputFile.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -ChangeLogOutputFile (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.type
    -

    Class ChangeLogOutputFile

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.ant.type.ChangeLogOutputFile
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class ChangeLogOutputFile
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogOutputFile

          -
          public ChangeLogOutputFile()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          setChangeLogSerializer

          -
          public void setChangeLogSerializer(ChangeLogSerializer changeLogSerializer)
          -
        • -
        - - - -
          -
        • -

          getOutputFile

          -
          public org.apache.tools.ant.types.resources.FileResource getOutputFile()
          -
        • -
        - - - -
          -
        • -

          setOutputFile

          -
          public void setOutputFile(org.apache.tools.ant.types.resources.FileResource outputFile)
          -
        • -
        - - - -
          -
        • -

          getEncoding

          -
          public String getEncoding()
          -
        • -
        - - - -
          -
        • -

          setEncoding

          -
          public void setEncoding(String encoding)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/ChangeLogParametersType.html b/javadoc/liquibase/integration/ant/type/ChangeLogParametersType.html deleted file mode 100644 index 53e95500f..000000000 --- a/javadoc/liquibase/integration/ant/type/ChangeLogParametersType.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - -ChangeLogParametersType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.type
    -

    Class ChangeLogParametersType

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • -
          -
        • org.apache.tools.ant.types.DataType
        • -
        • -
            -
          • liquibase.integration.ant.type.ChangeLogParametersType
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Cloneable
      -
      -
      -
      -
      public class ChangeLogParametersType
      -extends org.apache.tools.ant.types.DataType
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class org.apache.tools.ant.types.DataType

          -checked, ref
        • -
        -
          -
        • - - -

          Fields inherited from class org.apache.tools.ant.ProjectComponent

          -description, location, project
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        ChangeLogParametersType(org.apache.tools.ant.Project project) 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        voidaddConfigured(org.apache.tools.ant.types.PropertySet propertySet) 
        voidaddConfiguredChangeLogParameter(org.apache.tools.ant.taskdefs.Property parameter) 
        voidapplyParameters(Liquibase liquibase) 
        List<org.apache.tools.ant.taskdefs.Property>getChangeLogParameters() 
        List<org.apache.tools.ant.types.PropertySet>getPropertySets() 
        voidsetRefid(org.apache.tools.ant.types.Reference ref) 
        -
          -
        • - - -

          Methods inherited from class org.apache.tools.ant.types.DataType

          -checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
        • -
        -
          -
        • - - -

          Methods inherited from class org.apache.tools.ant.ProjectComponent

          -getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
        • -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogParametersType

          -
          public ChangeLogParametersType(org.apache.tools.ant.Project project)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          applyParameters

          -
          public void applyParameters(Liquibase liquibase)
          -
        • -
        - - - -
          -
        • -

          setRefid

          -
          public void setRefid(org.apache.tools.ant.types.Reference ref)
          -
          -
          Overrides:
          -
          setRefid in class org.apache.tools.ant.types.DataType
          -
          -
        • -
        - - - -
          -
        • -

          getPropertySets

          -
          public List<org.apache.tools.ant.types.PropertySet> getPropertySets()
          -
        • -
        - - - -
          -
        • -

          addConfigured

          -
          public void addConfigured(org.apache.tools.ant.types.PropertySet propertySet)
          -
        • -
        - - - -
          -
        • -

          getChangeLogParameters

          -
          public List<org.apache.tools.ant.taskdefs.Property> getChangeLogParameters()
          -
        • -
        - - - -
          -
        • -

          addConfiguredChangeLogParameter

          -
          public void addConfiguredChangeLogParameter(org.apache.tools.ant.taskdefs.Property parameter)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/ConnectionProperties.html b/javadoc/liquibase/integration/ant/type/ConnectionProperties.html deleted file mode 100644 index 9b6711ffb..000000000 --- a/javadoc/liquibase/integration/ant/type/ConnectionProperties.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -ConnectionProperties (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.type
    -

    Class ConnectionProperties

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.ant.type.ConnectionProperties
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class ConnectionProperties
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConnectionProperties

          -
          public ConnectionProperties()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          buildProperties

          -
          public Properties buildProperties()
          -
        • -
        - - - -
          -
        • -

          add

          -
          public void add(org.apache.tools.ant.types.PropertySet propertySet)
          -
        • -
        - - - -
          -
        • -

          addConnectionProperty

          -
          public void addConnectionProperty(org.apache.tools.ant.taskdefs.Property property)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/DatabaseType.html b/javadoc/liquibase/integration/ant/type/DatabaseType.html deleted file mode 100644 index 790e6988c..000000000 --- a/javadoc/liquibase/integration/ant/type/DatabaseType.html +++ /dev/null @@ -1,769 +0,0 @@ - - - - - - -DatabaseType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.ant.type
    -

    Class DatabaseType

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • -
          -
        • org.apache.tools.ant.types.DataType
        • -
        • -
            -
          • liquibase.integration.ant.type.DatabaseType
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Cloneable
      -
      -
      -
      -
      public class DatabaseType
      -extends org.apache.tools.ant.types.DataType
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseType

          -
          public DatabaseType(org.apache.tools.ant.Project project)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          createDatabase

          -
          public Database createDatabase()
          -
        • -
        - - - - - - - -
          -
        • -

          setRefid

          -
          public void setRefid(org.apache.tools.ant.types.Reference ref)
          -
          -
          Overrides:
          -
          setRefid in class org.apache.tools.ant.types.DataType
          -
          -
        • -
        - - - -
          -
        • -

          getDriver

          -
          public String getDriver()
          -
        • -
        - - - -
          -
        • -

          setDriver

          -
          public void setDriver(String driver)
          -
        • -
        - - - -
          -
        • -

          getUrl

          -
          public String getUrl()
          -
        • -
        - - - -
          -
        • -

          setUrl

          -
          public void setUrl(String url)
          -
        • -
        - - - -
          -
        • -

          getUser

          -
          public String getUser()
          -
        • -
        - - - -
          -
        • -

          setUser

          -
          public void setUser(String user)
          -
        • -
        - - - -
          -
        • -

          getPassword

          -
          public String getPassword()
          -
        • -
        - - - -
          -
        • -

          setPassword

          -
          public void setPassword(String password)
          -
        • -
        - - - - - - - -
          -
        • -

          addConnectionProperties

          -
          public void addConnectionProperties(ConnectionProperties connectionProperties)
          -
        • -
        - - - -
          -
        • -

          getDefaultSchemaName

          -
          public String getDefaultSchemaName()
          -
        • -
        - - - -
          -
        • -

          setDefaultSchemaName

          -
          public void setDefaultSchemaName(String defaultSchemaName)
          -
        • -
        - - - -
          -
        • -

          getDefaultCatalogName

          -
          public String getDefaultCatalogName()
          -
        • -
        - - - -
          -
        • -

          setDefaultCatalogName

          -
          public void setDefaultCatalogName(String defaultCatalogName)
          -
        • -
        - - - -
          -
        • -

          getCurrentDateTimeFunction

          -
          public String getCurrentDateTimeFunction()
          -
        • -
        - - - -
          -
        • -

          setCurrentDateTimeFunction

          -
          public void setCurrentDateTimeFunction(String currentDateTimeFunction)
          -
        • -
        - - - -
          -
        • -

          isOutputDefaultSchema

          -
          public boolean isOutputDefaultSchema()
          -
        • -
        - - - -
          -
        • -

          setOutputDefaultSchema

          -
          public void setOutputDefaultSchema(boolean outputDefaultSchema)
          -
        • -
        - - - -
          -
        • -

          isOutputDefaultCatalog

          -
          public boolean isOutputDefaultCatalog()
          -
        • -
        - - - -
          -
        • -

          setOutputDefaultCatalog

          -
          public void setOutputDefaultCatalog(boolean outputDefaultCatalog)
          -
        • -
        - - - -
          -
        • -

          getDatabaseClass

          -
          public String getDatabaseClass()
          -
        • -
        - - - -
          -
        • -

          setDatabaseClass

          -
          public void setDatabaseClass(String databaseClass)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseSchemaName

          -
          public String getLiquibaseSchemaName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseSchemaName

          -
          public void setLiquibaseSchemaName(String liquibaseSchemaName)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseCatalogName

          -
          public String getLiquibaseCatalogName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseCatalogName

          -
          public void setLiquibaseCatalogName(String liquibaseCatalogName)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogTableName

          -
          public String getDatabaseChangeLogTableName()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogTableName

          -
          public void setDatabaseChangeLogTableName(String databaseChangeLogTableName)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogLockTableName

          -
          public String getDatabaseChangeLogLockTableName()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockTableName

          -
          public void setDatabaseChangeLogLockTableName(String databaseChangeLogLockTableName)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseTablespaceName

          -
          public String getLiquibaseTablespaceName()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseTablespaceName

          -
          public void setLiquibaseTablespaceName(String liquibaseTablespaceName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/class-use/ChangeLogOutputFile.html b/javadoc/liquibase/integration/ant/type/class-use/ChangeLogOutputFile.html deleted file mode 100644 index 88f8923e2..000000000 --- a/javadoc/liquibase/integration/ant/type/class-use/ChangeLogOutputFile.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.type.ChangeLogOutputFile (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.type.ChangeLogOutputFile

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/class-use/ChangeLogParametersType.html b/javadoc/liquibase/integration/ant/type/class-use/ChangeLogParametersType.html deleted file mode 100644 index d47531c72..000000000 --- a/javadoc/liquibase/integration/ant/type/class-use/ChangeLogParametersType.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.type.ChangeLogParametersType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.type.ChangeLogParametersType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/class-use/ConnectionProperties.html b/javadoc/liquibase/integration/ant/type/class-use/ConnectionProperties.html deleted file mode 100644 index 56b914cb6..000000000 --- a/javadoc/liquibase/integration/ant/type/class-use/ConnectionProperties.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.type.ConnectionProperties (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.type.ConnectionProperties

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/class-use/DatabaseType.html b/javadoc/liquibase/integration/ant/type/class-use/DatabaseType.html deleted file mode 100644 index 0f3ee8fc8..000000000 --- a/javadoc/liquibase/integration/ant/type/class-use/DatabaseType.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.ant.type.DatabaseType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.ant.type.DatabaseType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/package-frame.html b/javadoc/liquibase/integration/ant/type/package-frame.html deleted file mode 100644 index 15e7c4645..000000000 --- a/javadoc/liquibase/integration/ant/type/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -liquibase.integration.ant.type (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.ant.type

    - - - diff --git a/javadoc/liquibase/integration/ant/type/package-summary.html b/javadoc/liquibase/integration/ant/type/package-summary.html deleted file mode 100644 index 0a1c06017..000000000 --- a/javadoc/liquibase/integration/ant/type/package-summary.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -liquibase.integration.ant.type (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.ant.type

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/package-tree.html b/javadoc/liquibase/integration/ant/type/package-tree.html deleted file mode 100644 index 127c4a380..000000000 --- a/javadoc/liquibase/integration/ant/type/package-tree.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -liquibase.integration.ant.type Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.ant.type

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/ant/type/package-use.html b/javadoc/liquibase/integration/ant/type/package-use.html deleted file mode 100644 index 0a5dc3529..000000000 --- a/javadoc/liquibase/integration/ant/type/package-use.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.ant.type (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.ant.type

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/ChangeExecListenerUtils.html b/javadoc/liquibase/integration/commandline/ChangeExecListenerUtils.html deleted file mode 100644 index 26c1c8c1c..000000000 --- a/javadoc/liquibase/integration/commandline/ChangeExecListenerUtils.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - -ChangeExecListenerUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class ChangeExecListenerUtils

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.commandline.ChangeExecListenerUtils
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public final class ChangeExecListenerUtils
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.Mode.html b/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.Mode.html deleted file mode 100644 index 9a37c7a79..000000000 --- a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.Mode.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -CommandLineOutputAppender.Mode (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Enum CommandLineOutputAppender.Mode

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static CommandLineOutputAppender.Mode[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (CommandLineOutputAppender.Mode c : CommandLineOutputAppender.Mode.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static CommandLineOutputAppender.Mode valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.ModeFilter.html b/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.ModeFilter.html deleted file mode 100644 index 08d0d865d..000000000 --- a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.ModeFilter.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -CommandLineOutputAppender.ModeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class CommandLineOutputAppender.ModeFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • ch.qos.logback.core.spi.ContextAwareBase
      • -
      • -
          -
        • ch.qos.logback.core.filter.Filter
        • -
        • -
            -
          • liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
      -
      -
      -
      Enclosing class:
      -
      CommandLineOutputAppender
      -
      -
      -
      -
      protected class CommandLineOutputAppender.ModeFilter
      -extends ch.qos.logback.core.filter.Filter
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

          -context
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - -
        Constructors 
        ModifierConstructor and Description
        protected ModeFilter() 
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ModeFilter

          -
          protected ModeFilter()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          decide

          -
          public ch.qos.logback.core.spi.FilterReply decide(Object event)
          -
          -
          Specified by:
          -
          decide in class ch.qos.logback.core.filter.Filter
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.html b/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.html deleted file mode 100644 index 45e6a68dd..000000000 --- a/javadoc/liquibase/integration/commandline/CommandLineOutputAppender.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - -CommandLineOutputAppender (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class CommandLineOutputAppender

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • ch.qos.logback.core.spi.ContextAwareBase
      • -
      • -
          -
        • ch.qos.logback.core.UnsynchronizedAppenderBase<E>
        • -
        • -
            -
          • ch.qos.logback.core.OutputStreamAppender<E>
          • -
          • -
              -
            • ch.qos.logback.core.ConsoleAppender
            • -
            • -
                -
              • liquibase.integration.commandline.CommandLineOutputAppender
              • -
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      ch.qos.logback.core.Appender, ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.FilterAttachable, ch.qos.logback.core.spi.LifeCycle
      -
      -
      -
      -
      public class CommandLineOutputAppender
      -extends ch.qos.logback.core.ConsoleAppender
      -
      Customized SLF4j appender which outputs user message and/or SQL to pipe from the log to the console.
      -
    • -
    -
    -
    -
      -
    • - - - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class ch.qos.logback.core.ConsoleAppender

          -target, withJansi
        • -
        -
          -
        • - - -

          Fields inherited from class ch.qos.logback.core.OutputStreamAppender

          -encoder, lock
        • -
        -
          -
        • - - -

          Fields inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase

          -name, started
        • -
        -
          -
        • - - -

          Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

          -context
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        CommandLineOutputAppender(org.slf4j.ILoggerFactory loggerContext, - String target) 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - -
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        voidsetMode(CommandLineOutputAppender.Mode mode) -
        Sets the mode this command line logger should execute in.
        -
        protected static voidsetupLogging(org.slf4j.Logger rootLogger, - LogLevel defaultLogLevel) -
        Set up Logback logging to the STDOUT/STDERR console streams.
        -
        -
          -
        • - - -

          Methods inherited from class ch.qos.logback.core.ConsoleAppender

          -getTarget, isWithJansi, setTarget, setWithJansi, start
        • -
        -
          -
        • - - -

          Methods inherited from class ch.qos.logback.core.OutputStreamAppender

          -append, closeOutputStream, getEncoder, getOutputStream, isImmediateFlush, setEncoder, setImmediateFlush, setLayout, setOutputStream, stop, subAppend, writeOut
        • -
        -
          -
        • - - -

          Methods inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase

          -addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString
        • -
        -
          -
        • - - -

          Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

          -addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
        • -
        - -
          -
        • - - -

          Methods inherited from interface ch.qos.logback.core.spi.ContextAware

          -addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandLineOutputAppender

          -
          public CommandLineOutputAppender(org.slf4j.ILoggerFactory loggerContext,
          -                                 String target)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          setupLogging

          -
          protected static void setupLogging(org.slf4j.Logger rootLogger,
          -                                   LogLevel defaultLogLevel)
          -
          Set up Logback logging to the STDOUT/STDERR console streams.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/CommandLineResourceAccessor.html b/javadoc/liquibase/integration/commandline/CommandLineResourceAccessor.html deleted file mode 100644 index 14b188724..000000000 --- a/javadoc/liquibase/integration/commandline/CommandLineResourceAccessor.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - -CommandLineResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class CommandLineResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommandLineResourceAccessor

          -
          public CommandLineResourceAccessor(ClassLoader loader)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          list

          -
          public Set<String> list(String relativeTo,
          -                        String path,
          -                        boolean includeFiles,
          -                        boolean includeDirectories,
          -                        boolean recursive)
          -                 throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          Specified by:
          -
          list in interface ResourceAccessor
          -
          Overrides:
          -
          list in class ClassLoaderResourceAccessor
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - -
          -
        • -

          getAlternatePaths

          -
          protected List<String> getAlternatePaths(String path)
          -
          Return alternate options for the given path that the user maybe meant. Return in order of likelihood.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/CommandLineUtils.html b/javadoc/liquibase/integration/commandline/CommandLineUtils.html deleted file mode 100644 index 066b87d34..000000000 --- a/javadoc/liquibase/integration/commandline/CommandLineUtils.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - - -CommandLineUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class CommandLineUtils

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.commandline.CommandLineUtils
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class CommandLineUtils
      -extends Object
      -
      Common Utility methods used in the CommandLine application and the Maven plugin. - These methods were originally moved from Main so they could be shared.
      -
      -
      Author:
      -
      Peter Murray
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/Main.html b/javadoc/liquibase/integration/commandline/Main.html deleted file mode 100644 index c04f35d2c..000000000 --- a/javadoc/liquibase/integration/commandline/Main.html +++ /dev/null @@ -1,1286 +0,0 @@ - - - - - - -Main (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.commandline
    -

    Class Main

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Main
      -extends Object
      -
      Class for executing Liquibase via the command line.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          classLoader

          -
          protected ClassLoader classLoader
          -
        • -
        - - - -
          -
        • -

          driver

          -
          protected String driver
          -
        • -
        - - - -
          -
        • -

          username

          -
          protected String username
          -
        • -
        - - - -
          -
        • -

          password

          -
          protected String password
          -
        • -
        - - - -
          -
        • -

          url

          -
          protected String url
          -
        • -
        - - - -
          -
        • -

          databaseClass

          -
          protected String databaseClass
          -
        • -
        - - - -
          -
        • -

          defaultSchemaName

          -
          protected String defaultSchemaName
          -
        • -
        - - - -
          -
        • -

          outputDefaultSchema

          -
          protected String outputDefaultSchema
          -
        • -
        - - - -
          -
        • -

          outputDefaultCatalog

          -
          protected String outputDefaultCatalog
          -
        • -
        - - - -
          -
        • -

          liquibaseCatalogName

          -
          protected String liquibaseCatalogName
          -
        • -
        - - - -
          -
        • -

          liquibaseSchemaName

          -
          protected String liquibaseSchemaName
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogTableName

          -
          protected String databaseChangeLogTableName
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogLockTableName

          -
          protected String databaseChangeLogLockTableName
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogTablespaceName

          -
          protected String databaseChangeLogTablespaceName
          -
        • -
        - - - -
          -
        • -

          defaultCatalogName

          -
          protected String defaultCatalogName
          -
        • -
        - - - -
          -
        • -

          changeLogFile

          -
          protected String changeLogFile
          -
        • -
        - - - -
          -
        • -

          overwriteOutputFile

          -
          protected String overwriteOutputFile
          -
        • -
        - - - -
          -
        • -

          classpath

          -
          protected String classpath
          -
        • -
        - - - -
          -
        • -

          contexts

          -
          protected String contexts
          -
        • -
        - - - -
          -
        • -

          labels

          -
          protected String labels
          -
        • -
        - - - -
          -
        • -

          driverPropertiesFile

          -
          protected String driverPropertiesFile
          -
        • -
        - - - -
          -
        • -

          propertyProviderClass

          -
          protected String propertyProviderClass
          -
        • -
        - - - -
          -
        • -

          changeExecListenerClass

          -
          protected String changeExecListenerClass
          -
        • -
        - - - -
          -
        • -

          changeExecListenerPropertiesFile

          -
          protected String changeExecListenerPropertiesFile
          -
        • -
        - - - -
          -
        • -

          promptForNonLocalDatabase

          -
          protected Boolean promptForNonLocalDatabase
          -
        • -
        - - - -
          -
        • -

          includeSystemClasspath

          -
          protected Boolean includeSystemClasspath
          -
        • -
        - - - -
          -
        • -

          strict

          -
          protected Boolean strict
          -
        • -
        - - - -
          -
        • -

          defaultsFile

          -
          protected String defaultsFile
          -
        • -
        - - - -
          -
        • -

          diffTypes

          -
          protected String diffTypes
          -
        • -
        - - - -
          -
        • -

          changeSetAuthor

          -
          protected String changeSetAuthor
          -
        • -
        - - - -
          -
        • -

          changeSetContext

          -
          protected String changeSetContext
          -
        • -
        - - - -
          -
        • -

          dataOutputDirectory

          -
          protected String dataOutputDirectory
          -
        • -
        - - - -
          -
        • -

          referenceDriver

          -
          protected String referenceDriver
          -
        • -
        - - - -
          -
        • -

          referenceUrl

          -
          protected String referenceUrl
          -
        • -
        - - - -
          -
        • -

          referenceUsername

          -
          protected String referenceUsername
          -
        • -
        - - - -
          -
        • -

          referencePassword

          -
          protected String referencePassword
          -
        • -
        - - - -
          -
        • -

          referenceDefaultCatalogName

          -
          protected String referenceDefaultCatalogName
          -
        • -
        - - - -
          -
        • -

          referenceDefaultSchemaName

          -
          protected String referenceDefaultSchemaName
          -
        • -
        - - - -
          -
        • -

          currentDateTimeFunction

          -
          protected String currentDateTimeFunction
          -
        • -
        - - - -
          -
        • -

          command

          -
          protected String command
          -
        • -
        - - - -
          -
        • -

          commandParams

          -
          protected Set<String> commandParams
          -
        • -
        - - - -
          -
        • -

          logLevel

          -
          protected String logLevel
          -
        • -
        - - - -
          -
        • -

          logFile

          -
          protected String logFile
          -
        • -
        - - - -
          -
        • -

          changeLogParameters

          -
          protected Map<String,Object> changeLogParameters
          -
        • -
        - - - -
          -
        • -

          outputFile

          -
          protected String outputFile
          -
        • -
        - - - -
          -
        • -

          excludeObjects

          -
          protected String excludeObjects
          -
        • -
        - - - -
          -
        • -

          includeCatalog

          -
          protected Boolean includeCatalog
          -
        • -
        - - - -
          -
        • -

          includeObjects

          -
          protected String includeObjects
          -
        • -
        - - - -
          -
        • -

          includeSchema

          -
          protected Boolean includeSchema
          -
        • -
        - - - -
          -
        • -

          includeTablespace

          -
          protected Boolean includeTablespace
          -
        • -
        - - - -
          -
        • -

          outputSchemasAs

          -
          protected String outputSchemasAs
          -
        • -
        - - - -
          -
        • -

          referenceSchemas

          -
          protected String referenceSchemas
          -
        • -
        - - - -
          -
        • -

          schemas

          -
          protected String schemas
          -
        • -
        - - - -
          -
        • -

          snapshotFormat

          -
          protected String snapshotFormat
          -
        • -
        - - - -
          -
        • -

          liquibaseProLicenseKey

          -
          protected String liquibaseProLicenseKey
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Main

          -
          public Main()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] args)
          -
          Entry point. This is what gets executes when starting this program from the command line. This is actually - a simple wrapper so that an errorlevel of != 0 is guaranteed in case of an uncaught exception.
          -
          -
          Parameters:
          -
          args - the command line arguments
          -
          -
        • -
        - - - -
          -
        • -

          run

          -
          public static int run(String[] args)
          -               throws LiquibaseException
          -
          Process the command line arguments and perform the appropriate main action (update, rollback etc.)
          -
          -
          Parameters:
          -
          args - the command line arguments
          -
          Returns:
          -
          the errorlevel to be returned to the operating system, e.g. for further processing by scripts
          -
          Throws:
          -
          LiquibaseException - a runtime exception
          -
          -
        • -
        - - - -
          -
        • -

          setupLogging

          -
          protected static void setupLogging()
          -
          Set up the logging to the STDOUT/STDERR console streams.
          -
        • -
        - - - -
          -
        • -

          parseDefaultPropertyFiles

          -
          protected void parseDefaultPropertyFiles()
          -                                  throws CommandLineParsingException
          -
          Search for both liquibase.properties (or whatever the name of the current - defaultsFile is) and the "local" variant liquibase.local.properties. The contents of the local - variant overwrite parameters with the same name in the regular properties file.
          -
          -
          Throws:
          -
          CommandLineParsingException - if an error occurs during parsing
          -
          -
        • -
        - - - -
          -
        • -

          fixupArgs

          -
          protected String[] fixupArgs(String[] args)
          -
          On windows machines, it splits args on '=' signs. Put it back like it was.
          -
        • -
        - - - -
          -
        • -

          checkSetup

          -
          protected List<String> checkSetup()
          -
          After parsing, checks if the given combination of main command and can be executed.
          -
          -
          Returns:
          -
          an empty List if successful, or a list of error messages
          -
          -
        • -
        - - - -
          -
        • -

          parsePropertiesFile

          -
          protected void parsePropertiesFile(InputStream propertiesInputStream)
          -                            throws IOException,
          -                                   CommandLineParsingException
          -
          Reads various execution parameters from an InputStream and sets our internal state according to the values - found.
          -
          -
          Parameters:
          -
          propertiesInputStream - an InputStream from a Java properties file
          -
          Throws:
          -
          IOException - if there is a problem reading the InputStream
          -
          CommandLineParsingException - if an invalid property is encountered
          -
          -
        • -
        - - - -
          -
        • -

          printHelp

          -
          protected void printHelp(List<String> errorMessages,
          -                         PrintStream stream)
          -
          If any errors have been found, print the list of errors first, then print the command line help text.
          -
          -
          Parameters:
          -
          errorMessages - List of error messages
          -
          stream - the output stream to write the text to
          -
          -
        • -
        - - - -
          -
        • -

          printHelp

          -
          protected void printHelp(PrintStream stream)
          -
          Print instructions on how to use this program from the command line.
          -
          -
          Parameters:
          -
          stream - the output stream to write the help text to
          -
          -
        • -
        - - - -
          -
        • -

          parseOptions

          -
          protected void parseOptions(String[] paramArgs)
          -                     throws CommandLineParsingException
          -
          Parses the command line options. If an invalid argument is given, a CommandLineParsingException is thrown.
          -
          -
          Parameters:
          -
          paramArgs - the arguments to parse
          -
          Throws:
          -
          CommandLineParsingException - thrown if an invalid argument is passed
          -
          -
        • -
        - - - -
          -
        • -

          applyDefaults

          -
          protected void applyDefaults()
          -
        • -
        - - - - - - - -
          -
        • -

          doMigration

          -
          protected void doMigration()
          -                    throws Exception
          -
          Do the actual database migration, i.e. apply the ChangeSets.
          -
          -
          Throws:
          -
          Exception
          -
          -
        • -
        - - - -
          -
        • -

          isWindows

          -
          public boolean isWindows()
          -
          Determines if this program is executed on a Microsoft Windows-type of operating system.
          -
          -
          Returns:
          -
          true if running under some variant of MS Windows, false otherwise.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/ChangeExecListenerUtils.html b/javadoc/liquibase/integration/commandline/class-use/ChangeExecListenerUtils.html deleted file mode 100644 index 8ff2d58de..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/ChangeExecListenerUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.ChangeExecListenerUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.ChangeExecListenerUtils

    -
    -
    No usage of liquibase.integration.commandline.ChangeExecListenerUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.Mode.html b/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.Mode.html deleted file mode 100644 index 80c218e04..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.Mode.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.CommandLineOutputAppender.Mode (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.CommandLineOutputAppender.Mode

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.ModeFilter.html b/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.ModeFilter.html deleted file mode 100644 index 2d0f2f093..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.ModeFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter

    -
    -
    No usage of liquibase.integration.commandline.CommandLineOutputAppender.ModeFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.html b/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.html deleted file mode 100644 index 18e9350a0..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/CommandLineOutputAppender.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.CommandLineOutputAppender (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.CommandLineOutputAppender

    -
    -
    No usage of liquibase.integration.commandline.CommandLineOutputAppender
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/CommandLineResourceAccessor.html b/javadoc/liquibase/integration/commandline/class-use/CommandLineResourceAccessor.html deleted file mode 100644 index 66d48d84b..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/CommandLineResourceAccessor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.CommandLineResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.CommandLineResourceAccessor

    -
    -
    No usage of liquibase.integration.commandline.CommandLineResourceAccessor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/CommandLineUtils.html b/javadoc/liquibase/integration/commandline/class-use/CommandLineUtils.html deleted file mode 100644 index b4f8ff9ff..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/CommandLineUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.CommandLineUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.CommandLineUtils

    -
    -
    No usage of liquibase.integration.commandline.CommandLineUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/class-use/Main.html b/javadoc/liquibase/integration/commandline/class-use/Main.html deleted file mode 100644 index 021046850..000000000 --- a/javadoc/liquibase/integration/commandline/class-use/Main.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.commandline.Main (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.commandline.Main

    -
    -
    No usage of liquibase.integration.commandline.Main
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/package-frame.html b/javadoc/liquibase/integration/commandline/package-frame.html deleted file mode 100644 index 6f85505a9..000000000 --- a/javadoc/liquibase/integration/commandline/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -liquibase.integration.commandline (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.commandline

    - - - diff --git a/javadoc/liquibase/integration/commandline/package-summary.html b/javadoc/liquibase/integration/commandline/package-summary.html deleted file mode 100644 index 0d7fa6ae7..000000000 --- a/javadoc/liquibase/integration/commandline/package-summary.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -liquibase.integration.commandline (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.commandline

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/package-tree.html b/javadoc/liquibase/integration/commandline/package-tree.html deleted file mode 100644 index f6b4fd2a7..000000000 --- a/javadoc/liquibase/integration/commandline/package-tree.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -liquibase.integration.commandline Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.commandline

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/commandline/package-use.html b/javadoc/liquibase/integration/commandline/package-use.html deleted file mode 100644 index b03cedec7..000000000 --- a/javadoc/liquibase/integration/commandline/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.commandline (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.commandline

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/LiquibaseServletListener.ServletValueContainer.html b/javadoc/liquibase/integration/servlet/LiquibaseServletListener.ServletValueContainer.html deleted file mode 100644 index 6e6c8b004..000000000 --- a/javadoc/liquibase/integration/servlet/LiquibaseServletListener.ServletValueContainer.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -LiquibaseServletListener.ServletValueContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.servlet
    -

    Class LiquibaseServletListener.ServletValueContainer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/LiquibaseServletListener.html b/javadoc/liquibase/integration/servlet/LiquibaseServletListener.html deleted file mode 100644 index f9d4829bb..000000000 --- a/javadoc/liquibase/integration/servlet/LiquibaseServletListener.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - -LiquibaseServletListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.servlet
    -

    Class LiquibaseServletListener

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.servlet.LiquibaseServletListener
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      EventListener, javax.servlet.ServletContextListener
      -
      -
      -
      -
      public class LiquibaseServletListener
      -extends Object
      -implements javax.servlet.ServletContextListener
      -
      Servlet listener than can be added to web.xml to allow Liquibase to run on every application server startup. - Using this listener allows users to know that they always have the most up to date database, although it will - slow down application server startup slightly. - See the Liquibase documentation for - more information.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseServletListener

          -
          public LiquibaseServletListener()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getChangeLogFile

          -
          public String getChangeLogFile()
          -
        • -
        - - - -
          -
        • -

          setChangeLogFile

          -
          public void setChangeLogFile(String changeLogFile)
          -
        • -
        - - - -
          -
        • -

          getContexts

          -
          public String getContexts()
          -
        • -
        - - - -
          -
        • -

          setContexts

          -
          public void setContexts(String ctxt)
          -
        • -
        - - - -
          -
        • -

          getLabels

          -
          public String getLabels()
          -
        • -
        - - - -
          -
        • -

          setLabels

          -
          public void setLabels(String labels)
          -
        • -
        - - - -
          -
        • -

          getDataSource

          -
          public String getDataSource()
          -
        • -
        - - - -
          -
        • -

          setDataSource

          -
          public void setDataSource(String dataSource)
          -
          Sets the name of the data source.
          -
        • -
        - - - -
          -
        • -

          getDefaultSchema

          -
          public String getDefaultSchema()
          -
        • -
        - - - -
          -
        • -

          contextInitialized

          -
          public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
          -
          -
          Specified by:
          -
          contextInitialized in interface javax.servlet.ServletContextListener
          -
          -
        • -
        - - - -
          -
        • -

          contextDestroyed

          -
          public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
          -
          -
          Specified by:
          -
          contextDestroyed in interface javax.servlet.ServletContextListener
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/LiquibaseStatusServlet.html b/javadoc/liquibase/integration/servlet/LiquibaseStatusServlet.html deleted file mode 100644 index 6a77d3b95..000000000 --- a/javadoc/liquibase/integration/servlet/LiquibaseStatusServlet.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - -LiquibaseStatusServlet (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.servlet
    -

    Class LiquibaseStatusServlet

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • javax.servlet.GenericServlet
      • -
      • -
          -
        • javax.servlet.http.HttpServlet
        • -
        • -
            -
          • liquibase.integration.servlet.LiquibaseStatusServlet
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
      -
      -
      -
      -
      public class LiquibaseStatusServlet
      -extends javax.servlet.http.HttpServlet
      -
      Servlet that can be registered via web.xml to view the log of the Liquibase run from the LiquibaseServletListener.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - -
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        protected voiddoGet(javax.servlet.http.HttpServletRequest httpServletRequest, - javax.servlet.http.HttpServletResponse httpServletResponse) 
        static voidlogMessage(LogRecord message) 
        -
          -
        • - - -

          Methods inherited from class javax.servlet.http.HttpServlet

          -doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
        • -
        -
          -
        • - - -

          Methods inherited from class javax.servlet.GenericServlet

          -destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
        • -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseStatusServlet

          -
          public LiquibaseStatusServlet()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          logMessage

          -
          public static void logMessage(LogRecord message)
          -
        • -
        - - - -
          -
        • -

          doGet

          -
          protected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
          -                     javax.servlet.http.HttpServletResponse httpServletResponse)
          -              throws javax.servlet.ServletException,
          -                     IOException
          -
          -
          Overrides:
          -
          doGet in class javax.servlet.http.HttpServlet
          -
          Throws:
          -
          javax.servlet.ServletException
          -
          IOException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.ServletValueContainer.html b/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.ServletValueContainer.html deleted file mode 100644 index 604933ac9..000000000 --- a/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.ServletValueContainer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer

    -
    -
    No usage of liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.html b/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.html deleted file mode 100644 index 1b98be618..000000000 --- a/javadoc/liquibase/integration/servlet/class-use/LiquibaseServletListener.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.servlet.LiquibaseServletListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.servlet.LiquibaseServletListener

    -
    -
    No usage of liquibase.integration.servlet.LiquibaseServletListener
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/class-use/LiquibaseStatusServlet.html b/javadoc/liquibase/integration/servlet/class-use/LiquibaseStatusServlet.html deleted file mode 100644 index 8179b99ec..000000000 --- a/javadoc/liquibase/integration/servlet/class-use/LiquibaseStatusServlet.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.servlet.LiquibaseStatusServlet (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.servlet.LiquibaseStatusServlet

    -
    -
    No usage of liquibase.integration.servlet.LiquibaseStatusServlet
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/package-frame.html b/javadoc/liquibase/integration/servlet/package-frame.html deleted file mode 100644 index 5352ee9f5..000000000 --- a/javadoc/liquibase/integration/servlet/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.integration.servlet (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.servlet

    - - - diff --git a/javadoc/liquibase/integration/servlet/package-summary.html b/javadoc/liquibase/integration/servlet/package-summary.html deleted file mode 100644 index b9268f34e..000000000 --- a/javadoc/liquibase/integration/servlet/package-summary.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.integration.servlet (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.servlet

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      LiquibaseServletListener -
      Servlet listener than can be added to web.xml to allow Liquibase to run on every application server startup.
      -
      LiquibaseStatusServlet -
      Servlet that can be registered via web.xml to view the log of the Liquibase run from the LiquibaseServletListener.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/package-tree.html b/javadoc/liquibase/integration/servlet/package-tree.html deleted file mode 100644 index 0e6245157..000000000 --- a/javadoc/liquibase/integration/servlet/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -liquibase.integration.servlet Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.servlet

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/servlet/package-use.html b/javadoc/liquibase/integration/servlet/package-use.html deleted file mode 100644 index 80286a51b..000000000 --- a/javadoc/liquibase/integration/servlet/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.servlet (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.servlet

    -
    -
    No usage of liquibase.integration.servlet
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/MultiTenantSpringLiquibase.html b/javadoc/liquibase/integration/spring/MultiTenantSpringLiquibase.html deleted file mode 100644 index e22f9f179..000000000 --- a/javadoc/liquibase/integration/spring/MultiTenantSpringLiquibase.html +++ /dev/null @@ -1,741 +0,0 @@ - - - - - - -MultiTenantSpringLiquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.spring
    -

    Class MultiTenantSpringLiquibase

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.integration.spring.MultiTenantSpringLiquibase
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
      -
      -
      -
      -
      public class MultiTenantSpringLiquibase
      -extends Object
      -implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
      -
      A wrapper of Liquibase suitable in multi-tenant environments where multiple - data sources represent tenants. It utilizes SpringLiquibase per each - data source. All the parameters are the same as for SpringLiquibase - except of the data source definition - in this case it is a list of data - sources available under specified JNDI subtree. You have to define the - subtree with jndiBase property.
      -
      - The wrapper scans the subtree for all data sources and creates - SpringLiquibase instances.
      -
      - Example:
      -
      - <bean id="liquibase" class="liquibase.integration.spring.MultiTenantSpringLiquibase">
      -        <property name="jndiBase" value="java:comp/env/jdbc/db" />
      -        <property name="changeLog" value="classpath:db/migration/db-changelog.xml" />     
      - </bean>
      - 
      -
      -
      Author:
      -
      ladislav.gazo
      -
      See Also:
      -
      SpringLiquibase
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MultiTenantSpringLiquibase

          -
          public MultiTenantSpringLiquibase()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          afterPropertiesSet

          -
          public void afterPropertiesSet()
          -                        throws Exception
          -
          -
          Specified by:
          -
          afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
          -
          Throws:
          -
          Exception
          -
          -
        • -
        - - - -
          -
        • -

          getJndiBase

          -
          public String getJndiBase()
          -
        • -
        - - - -
          -
        • -

          setJndiBase

          -
          public void setJndiBase(String jndiBase)
          -
        • -
        - - - -
          -
        • -

          getChangeLog

          -
          public String getChangeLog()
          -
        • -
        - - - -
          -
        • -

          setChangeLog

          -
          public void setChangeLog(String changeLog)
          -
        • -
        - - - -
          -
        • -

          getContexts

          -
          public String getContexts()
          -
        • -
        - - - -
          -
        • -

          setContexts

          -
          public void setContexts(String contexts)
          -
        • -
        - - - -
          -
        • -

          getLabels

          -
          public String getLabels()
          -
        • -
        - - - -
          -
        • -

          setLabels

          -
          public void setLabels(String labels)
          -
        • -
        - - - - - - - -
          -
        • -

          setParameters

          -
          public void setParameters(Map<String,String> parameters)
          -
        • -
        - - - -
          -
        • -

          getDefaultSchema

          -
          public String getDefaultSchema()
          -
        • -
        - - - -
          -
        • -

          setDefaultSchema

          -
          public void setDefaultSchema(String defaultSchema)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseSchema

          -
          public String getLiquibaseSchema()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseSchema

          -
          public void setLiquibaseSchema(String liquibaseSchema)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseTablespace

          -
          public String getLiquibaseTablespace()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseTablespace

          -
          public void setLiquibaseTablespace(String liquibaseTablespace)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogTable

          -
          public String getDatabaseChangeLogTable()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogTable

          -
          public void setDatabaseChangeLogTable(String databaseChangeLogTable)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogLockTable

          -
          public String getDatabaseChangeLogLockTable()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockTable

          -
          public void setDatabaseChangeLogLockTable(String databaseChangeLogLockTable)
          -
        • -
        - - - -
          -
        • -

          isDropFirst

          -
          public boolean isDropFirst()
          -
        • -
        - - - -
          -
        • -

          setDropFirst

          -
          public void setDropFirst(boolean dropFirst)
          -
        • -
        - - - -
          -
        • -

          isClearCheckSums

          -
          public boolean isClearCheckSums()
          -
        • -
        - - - -
          -
        • -

          setClearCheckSums

          -
          public void setClearCheckSums(boolean clearCheckSums)
          -
        • -
        - - - -
          -
        • -

          isShouldRun

          -
          public boolean isShouldRun()
          -
        • -
        - - - -
          -
        • -

          setShouldRun

          -
          public void setShouldRun(boolean shouldRun)
          -
        • -
        - - - -
          -
        • -

          getRollbackFile

          -
          public File getRollbackFile()
          -
        • -
        - - - -
          -
        • -

          setRollbackFile

          -
          public void setRollbackFile(File rollbackFile)
          -
        • -
        - - - -
          -
        • -

          setResourceLoader

          -
          public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
          -
          -
          Specified by:
          -
          setResourceLoader in interface org.springframework.context.ResourceLoaderAware
          -
          -
        • -
        - - - -
          -
        • -

          getSchemas

          -
          public List<String> getSchemas()
          -
        • -
        - - - -
          -
        • -

          setSchemas

          -
          public void setSchemas(List<String> schemas)
          -
        • -
        - - - -
          -
        • -

          getDataSource

          -
          public DataSource getDataSource()
          -
        • -
        - - - -
          -
        • -

          setDataSource

          -
          public void setDataSource(DataSource dataSource)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/SpringLiquibase.SpringResourceOpener.html b/javadoc/liquibase/integration/spring/SpringLiquibase.SpringResourceOpener.html deleted file mode 100644 index 375cb45e6..000000000 --- a/javadoc/liquibase/integration/spring/SpringLiquibase.SpringResourceOpener.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - -SpringLiquibase.SpringResourceOpener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.spring
    -

    Class SpringLiquibase.SpringResourceOpener

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/SpringLiquibase.html b/javadoc/liquibase/integration/spring/SpringLiquibase.html deleted file mode 100644 index 1f58b11be..000000000 --- a/javadoc/liquibase/integration/spring/SpringLiquibase.html +++ /dev/null @@ -1,1216 +0,0 @@ - - - - - - -SpringLiquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.integration.spring
    -

    Class SpringLiquibase

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
      -
      -
      -
      -
      public class SpringLiquibase
      -extends Object
      -implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ResourceLoaderAware
      -
      A Spring-ified wrapper for Liquibase. -

      - Example Configuration: -

      -

      - This Spring configuration example will cause liquibase to run automatically when the Spring context is - initialized. It will load db-changelog.xml from the classpath and apply it against - myDataSource. -

      -

      - -

      - <bean id="myLiquibase"
      -          class="liquibase.spring.SpringLiquibase"
      -          >
      -
      -      <property name="dataSource" ref="myDataSource" />
      -
      -      <property name="changeLog" value="classpath:db-changelog.xml" />
      -
      - </bean>
      -
      - 
      -
      -
      Author:
      -
      Rob Schoening
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          log

          -
          protected final Logger log
          -
        • -
        - - - -
          -
        • -

          beanName

          -
          protected String beanName
          -
        • -
        - - - -
          -
        • -

          resourceLoader

          -
          protected org.springframework.core.io.ResourceLoader resourceLoader
          -
        • -
        - - - -
          -
        • -

          dataSource

          -
          protected DataSource dataSource
          -
        • -
        - - - -
          -
        • -

          changeLog

          -
          protected String changeLog
          -
        • -
        - - - -
          -
        • -

          contexts

          -
          protected String contexts
          -
        • -
        - - - -
          -
        • -

          labels

          -
          protected String labels
          -
        • -
        - - - -
          -
        • -

          tag

          -
          protected String tag
          -
        • -
        - - - - - - - -
          -
        • -

          defaultSchema

          -
          protected String defaultSchema
          -
        • -
        - - - -
          -
        • -

          liquibaseSchema

          -
          protected String liquibaseSchema
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogTable

          -
          protected String databaseChangeLogTable
          -
        • -
        - - - -
          -
        • -

          databaseChangeLogLockTable

          -
          protected String databaseChangeLogLockTable
          -
        • -
        - - - -
          -
        • -

          liquibaseTablespace

          -
          protected String liquibaseTablespace
          -
        • -
        - - - -
          -
        • -

          dropFirst

          -
          protected boolean dropFirst
          -
        • -
        - - - -
          -
        • -

          clearCheckSums

          -
          protected boolean clearCheckSums
          -
        • -
        - - - -
          -
        • -

          shouldRun

          -
          protected boolean shouldRun
          -
        • -
        - - - -
          -
        • -

          rollbackFile

          -
          protected File rollbackFile
          -
        • -
        - - - -
          -
        • -

          testRollbackOnUpdate

          -
          protected boolean testRollbackOnUpdate
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SpringLiquibase

          -
          public SpringLiquibase()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isDropFirst

          -
          public boolean isDropFirst()
          -
        • -
        - - - -
          -
        • -

          setDropFirst

          -
          public void setDropFirst(boolean dropFirst)
          -
        • -
        - - - -
          -
        • -

          isClearCheckSums

          -
          public boolean isClearCheckSums()
          -
        • -
        - - - -
          -
        • -

          setClearCheckSums

          -
          public void setClearCheckSums(boolean clearCheckSums)
          -
        • -
        - - - -
          -
        • -

          setShouldRun

          -
          public void setShouldRun(boolean shouldRun)
          -
        • -
        - - - - - - - -
          -
        • -

          getDataSource

          -
          public DataSource getDataSource()
          -
          The DataSource that liquibase will use to perform the migration.
          -
        • -
        - - - -
          -
        • -

          setDataSource

          -
          public void setDataSource(DataSource dataSource)
          -
          The DataSource that liquibase will use to perform the migration.
          -
        • -
        - - - -
          -
        • -

          getChangeLog

          -
          public String getChangeLog()
          -
          Returns a Resource that is able to resolve to a file or classpath resource.
          -
        • -
        - - - -
          -
        • -

          setChangeLog

          -
          public void setChangeLog(String dataModel)
          -
          Sets a Spring Resource that is able to resolve to a file or classpath resource. - An example might be classpath:db-changelog.xml.
          -
        • -
        - - - -
          -
        • -

          getContexts

          -
          public String getContexts()
          -
        • -
        - - - -
          -
        • -

          setContexts

          -
          public void setContexts(String contexts)
          -
        • -
        - - - -
          -
        • -

          getLabels

          -
          public String getLabels()
          -
        • -
        - - - -
          -
        • -

          setLabels

          -
          public void setLabels(String labels)
          -
        • -
        - - - -
          -
        • -

          getTag

          -
          public String getTag()
          -
        • -
        - - - -
          -
        • -

          setTag

          -
          public void setTag(String tag)
          -
        • -
        - - - -
          -
        • -

          getDefaultSchema

          -
          public String getDefaultSchema()
          -
        • -
        - - - -
          -
        • -

          setDefaultSchema

          -
          public void setDefaultSchema(String defaultSchema)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseTablespace

          -
          public String getLiquibaseTablespace()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseTablespace

          -
          public void setLiquibaseTablespace(String liquibaseTablespace)
          -
        • -
        - - - -
          -
        • -

          getLiquibaseSchema

          -
          public String getLiquibaseSchema()
          -
        • -
        - - - -
          -
        • -

          setLiquibaseSchema

          -
          public void setLiquibaseSchema(String liquibaseSchema)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogTable

          -
          public String getDatabaseChangeLogTable()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogTable

          -
          public void setDatabaseChangeLogTable(String databaseChangeLogTable)
          -
        • -
        - - - -
          -
        • -

          getDatabaseChangeLogLockTable

          -
          public String getDatabaseChangeLogLockTable()
          -
        • -
        - - - -
          -
        • -

          setDatabaseChangeLogLockTable

          -
          public void setDatabaseChangeLogLockTable(String databaseChangeLogLockTable)
          -
        • -
        - - - -
          -
        • -

          isTestRollbackOnUpdate

          -
          public boolean isTestRollbackOnUpdate()
          -
          Returns whether a rollback should be tested at update time or not.
          -
        • -
        - - - -
          -
        • -

          setTestRollbackOnUpdate

          -
          public void setTestRollbackOnUpdate(boolean testRollbackOnUpdate)
          -
          If testRollbackOnUpdate is set to true a rollback will be tested at tupdate time. - For doing so when the update is performed
          -
          -
          Parameters:
          -
          testRollbackOnUpdate -
          -
          -
        • -
        - - - -
          -
        • -

          afterPropertiesSet

          -
          public void afterPropertiesSet()
          -                        throws LiquibaseException
          -
          Executed automatically when the bean is initialized.
          -
          -
          Specified by:
          -
          afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
          -
          Throws:
          -
          LiquibaseException
          -
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          setChangeLogParameters

          -
          public void setChangeLogParameters(Map<String,String> parameters)
          -
        • -
        - - - - - - - -
          -
        • -

          getBeanName

          -
          public String getBeanName()
          -
          Gets the Spring-name of this instance.
          -
          -
          Returns:
          -
          -
        • -
        - - - -
          -
        • -

          setBeanName

          -
          public void setBeanName(String name)
          -
          Spring sets this automatically to the instance's configured bean name.
          -
          -
          Specified by:
          -
          setBeanName in interface org.springframework.beans.factory.BeanNameAware
          -
          -
        • -
        - - - -
          -
        • -

          getResourceLoader

          -
          public org.springframework.core.io.ResourceLoader getResourceLoader()
          -
        • -
        - - - -
          -
        • -

          setResourceLoader

          -
          public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
          -
          -
          Specified by:
          -
          setResourceLoader in interface org.springframework.context.ResourceLoaderAware
          -
          -
        • -
        - - - -
          -
        • -

          setRollbackFile

          -
          public void setRollbackFile(File rollbackFile)
          -
        • -
        - - - -
          -
        • -

          isIgnoreClasspathPrefix

          -
          public boolean isIgnoreClasspathPrefix()
          -
        • -
        - - - -
          -
        • -

          setIgnoreClasspathPrefix

          -
          public void setIgnoreClasspathPrefix(boolean ignoreClasspathPrefix)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/class-use/MultiTenantSpringLiquibase.html b/javadoc/liquibase/integration/spring/class-use/MultiTenantSpringLiquibase.html deleted file mode 100644 index 28e48da75..000000000 --- a/javadoc/liquibase/integration/spring/class-use/MultiTenantSpringLiquibase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.spring.MultiTenantSpringLiquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.spring.MultiTenantSpringLiquibase

    -
    -
    No usage of liquibase.integration.spring.MultiTenantSpringLiquibase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.SpringResourceOpener.html b/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.SpringResourceOpener.html deleted file mode 100644 index 712fbb792..000000000 --- a/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.SpringResourceOpener.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.spring.SpringLiquibase.SpringResourceOpener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.html b/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.html deleted file mode 100644 index 4e106623d..000000000 --- a/javadoc/liquibase/integration/spring/class-use/SpringLiquibase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.integration.spring.SpringLiquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.integration.spring.SpringLiquibase

    -
    -
    No usage of liquibase.integration.spring.SpringLiquibase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/package-frame.html b/javadoc/liquibase/integration/spring/package-frame.html deleted file mode 100644 index 809c53e24..000000000 --- a/javadoc/liquibase/integration/spring/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.integration.spring (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.integration.spring

    - - - diff --git a/javadoc/liquibase/integration/spring/package-summary.html b/javadoc/liquibase/integration/spring/package-summary.html deleted file mode 100644 index 387d70e02..000000000 --- a/javadoc/liquibase/integration/spring/package-summary.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -liquibase.integration.spring (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.integration.spring

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      MultiTenantSpringLiquibase -
      A wrapper of Liquibase suitable in multi-tenant environments where multiple - data sources represent tenants.
      -
      SpringLiquibase -
      A Spring-ified wrapper for Liquibase.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/package-tree.html b/javadoc/liquibase/integration/spring/package-tree.html deleted file mode 100644 index ea96b7329..000000000 --- a/javadoc/liquibase/integration/spring/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -liquibase.integration.spring Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.integration.spring

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/integration/spring/package-use.html b/javadoc/liquibase/integration/spring/package-use.html deleted file mode 100644 index f44cdf625..000000000 --- a/javadoc/liquibase/integration/spring/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.integration.spring (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.integration.spring

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/io/EmptyLineAndCommentSkippingInputStream.html b/javadoc/liquibase/io/EmptyLineAndCommentSkippingInputStream.html deleted file mode 100644 index 7a0187e49..000000000 --- a/javadoc/liquibase/io/EmptyLineAndCommentSkippingInputStream.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -EmptyLineAndCommentSkippingInputStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.io
    -

    Class EmptyLineAndCommentSkippingInputStream

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Closeable, AutoCloseable
      -
      -
      -
      -
      public class EmptyLineAndCommentSkippingInputStream
      -extends BufferedInputStream
      -
      Input stream that does not read (skips) lines starting with commentPattern and line endings. - read() method will not return either line endings or commented lines.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          MAX_CHAR_SIZE_IN_BYTES

          -
          public static final int MAX_CHAR_SIZE_IN_BYTES
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          EmptyLineAndCommentSkippingInputStream

          -
          public EmptyLineAndCommentSkippingInputStream(InputStream in,
          -                                              String commentLineStartsWith)
          -
          Creates Input stream that does not read (skips) lines starting with commentLineStartsWith
          -
          -
          Parameters:
          -
          in - original input stream
          -
          commentLineStartsWith - comment line pattern (if empty or null, comments will not be enabled)
          -
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/io/class-use/EmptyLineAndCommentSkippingInputStream.html b/javadoc/liquibase/io/class-use/EmptyLineAndCommentSkippingInputStream.html deleted file mode 100644 index d8860f619..000000000 --- a/javadoc/liquibase/io/class-use/EmptyLineAndCommentSkippingInputStream.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.io.EmptyLineAndCommentSkippingInputStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.io.EmptyLineAndCommentSkippingInputStream

    -
    -
    No usage of liquibase.io.EmptyLineAndCommentSkippingInputStream
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/io/package-frame.html b/javadoc/liquibase/io/package-frame.html deleted file mode 100644 index e480704f6..000000000 --- a/javadoc/liquibase/io/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.io (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.io

    - - - diff --git a/javadoc/liquibase/io/package-summary.html b/javadoc/liquibase/io/package-summary.html deleted file mode 100644 index 927a9174f..000000000 --- a/javadoc/liquibase/io/package-summary.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.io (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.io

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      EmptyLineAndCommentSkippingInputStream -
      Input stream that does not read (skips) lines starting with commentPattern and line endings.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/io/package-tree.html b/javadoc/liquibase/io/package-tree.html deleted file mode 100644 index dc09dc533..000000000 --- a/javadoc/liquibase/io/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -liquibase.io Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.io

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/io/package-use.html b/javadoc/liquibase/io/package-use.html deleted file mode 100644 index 32d4c5a72..000000000 --- a/javadoc/liquibase/io/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.io (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.io

    -
    -
    No usage of liquibase.io
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/LicenseInstallResult.html b/javadoc/liquibase/license/LicenseInstallResult.html deleted file mode 100644 index 31cc34522..000000000 --- a/javadoc/liquibase/license/LicenseInstallResult.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - -LicenseInstallResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Class LicenseInstallResult

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LicenseInstallResult
      -extends Object
      -
      encapsulates overall install result and any messages.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          code

          -
          public int code
          -
        • -
        - - - - -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LicenseInstallResult

          -
          public LicenseInstallResult(int code)
          -
        • -
        - - - -
          -
        • -

          LicenseInstallResult

          -
          public LicenseInstallResult(int code,
          -                            String message)
          -
        • -
        - - - -
          -
        • -

          LicenseInstallResult

          -
          public LicenseInstallResult(int code,
          -                            List<String> results)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/LicenseService.html b/javadoc/liquibase/license/LicenseService.html deleted file mode 100644 index b549f1356..000000000 --- a/javadoc/liquibase/license/LicenseService.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -LicenseService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Interface LicenseService

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface LicenseService
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        intdaysTilExpiration() -
        It is possible that users might have multiple licenses installed.
        -
        StringgetLicenseInfo() 
        intgetPriority() -
        This method returns a priority value for an implementation.
        -
        LicenseInstallResultinstallLicense(Location... locations) -
        Given a list of potential locations that a license file could be located, - check each one and install any .lic files that are found there, iterating until - a valid license is installed successfully or all the locations have been tried.
        -
        booleanlicenseIsAboutToExpire() 
        booleanlicenseIsInstalled() -
        This method checks whether there is any license with any valid subject installed.
        -
        booleanlicenseIsValid(String subject) -
        Check if an installed license with the given subject is valid or not.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          int getPriority()
          -
          This method returns a priority value for an implementation. Liquibase uses this to - determine which LicenseService is currently in use. There can only be a single - LicenseService used at a time, and the highest priority implementation wins.
          -
          -
          Returns:
          -
          int
          -
          -
        • -
        - - - -
          -
        • -

          licenseIsInstalled

          -
          boolean licenseIsInstalled()
          -
          This method checks whether there is any license with any valid subject installed.
          -
          -
          Returns:
          -
          true if any license with any valid subject is installed.
          -
          -
        • -
        - - - -
          -
        • -

          licenseIsValid

          -
          boolean licenseIsValid(String subject)
          -
          Check if an installed license with the given subject is valid or not. The set of - subjects that are valid is defined by the implementation.
          -
          -
          Returns:
          -
          true if the license with the given subject is valid.
          -
          -
        • -
        - - - -
          -
        • -

          getLicenseInfo

          -
          String getLicenseInfo()
          -
          -
          Returns:
          -
          a string representation of the license(s) installed for display in logs, etc.
          -
          -
        • -
        - - - -
          -
        • -

          installLicense

          -
          LicenseInstallResult installLicense(Location... locations)
          -
          Given a list of potential locations that a license file could be located, - check each one and install any .lic files that are found there, iterating until - a valid license is installed successfully or all the locations have been tried. - After calling this method, clients still need to check licenseIsValid().
          -
          -
          Parameters:
          -
          locations - - A variable number of Location objects, each of which has a name, - a type, and a value.
          -
          Returns:
          -
          A data structure that contains an overall exit code plus a list of strings - that detail the locations checked and the result of checking each location.
          -
          -
        • -
        - - - -
          -
        • -

          licenseIsAboutToExpire

          -
          boolean licenseIsAboutToExpire()
          -
          -
          Returns:
          -
          true if any installed license is valid but will expire within the next 30 days.
          -
          -
        • -
        - - - -
          -
        • -

          daysTilExpiration

          -
          int daysTilExpiration()
          -
          It is possible that users might have multiple licenses installed. In that case, - this will return the lowest number.
          -
          -
          Returns:
          -
          the number of whole days until the license expires. Negative numbers - would indicate that the license expired that many days ago.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/LicenseServiceFactory.html b/javadoc/liquibase/license/LicenseServiceFactory.html deleted file mode 100644 index 359ac9e81..000000000 --- a/javadoc/liquibase/license/LicenseServiceFactory.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -LicenseServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Class LicenseServiceFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LicenseServiceFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/LicenseServiceUtils.html b/javadoc/liquibase/license/LicenseServiceUtils.html deleted file mode 100644 index e48ab9c3d..000000000 --- a/javadoc/liquibase/license/LicenseServiceUtils.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -LicenseServiceUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Class LicenseServiceUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LicenseServiceUtils
      -extends Object
      -
      This class provides a static method for verifying licenses
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LicenseServiceUtils

          -
          public LicenseServiceUtils()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/Location.html b/javadoc/liquibase/license/Location.html deleted file mode 100644 index aca86d379..000000000 --- a/javadoc/liquibase/license/Location.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -Location (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Class Location

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Location
      -extends Object
      -
      A Location is an object that has a name, LocationType, value, and path. There are currently - four LocationTypes in use. The FILE_PATH type is the most direct. The ENVIRONMENT_VARIABLE - and SYSTEM_PROPERTY types are things that can refer to a path. These three types eventually - lead to a path on the filesystem that can be used to get a file. - The fourth type is BASE64_STRING. For this type, the value is a BASE64 encoded string of a - license file.
      -
      -
      Author:
      -
      Steve Donie
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - - - - - -
          -
        • -

          Location

          -
          public Location(String value,
          -                LocationType type)
          -
          Only use this constructor for things where the name and the value are the same
          -
          -
          Parameters:
          -
          value -
          -
          type -
          -
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/LocationType.html b/javadoc/liquibase/license/LocationType.html deleted file mode 100644 index a7ad2bd6b..000000000 --- a/javadoc/liquibase/license/LocationType.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -LocationType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.license
    -

    Enum LocationType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Enum Constant Detail

        - - - -
          -
        • -

          ENVIRONMENT_VARIABLE

          -
          public static final LocationType ENVIRONMENT_VARIABLE
          -
        • -
        - - - -
          -
        • -

          SYSTEM_PROPERTY

          -
          public static final LocationType SYSTEM_PROPERTY
          -
        • -
        - - - -
          -
        • -

          FILE_PATH

          -
          public static final LocationType FILE_PATH
          -
        • -
        - - - -
          -
        • -

          BASE64_STRING

          -
          public static final LocationType BASE64_STRING
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static LocationType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (LocationType c : LocationType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static LocationType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/LicenseInstallResult.html b/javadoc/liquibase/license/class-use/LicenseInstallResult.html deleted file mode 100644 index 81b421461..000000000 --- a/javadoc/liquibase/license/class-use/LicenseInstallResult.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.license.LicenseInstallResult (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.license.LicenseInstallResult

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/LicenseService.html b/javadoc/liquibase/license/class-use/LicenseService.html deleted file mode 100644 index c138a1be2..000000000 --- a/javadoc/liquibase/license/class-use/LicenseService.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Interface liquibase.license.LicenseService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.license.LicenseService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/LicenseServiceFactory.html b/javadoc/liquibase/license/class-use/LicenseServiceFactory.html deleted file mode 100644 index 8a10c687f..000000000 --- a/javadoc/liquibase/license/class-use/LicenseServiceFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.license.LicenseServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.license.LicenseServiceFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/LicenseServiceUtils.html b/javadoc/liquibase/license/class-use/LicenseServiceUtils.html deleted file mode 100644 index 503f481ae..000000000 --- a/javadoc/liquibase/license/class-use/LicenseServiceUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.license.LicenseServiceUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.license.LicenseServiceUtils

    -
    -
    No usage of liquibase.license.LicenseServiceUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/Location.html b/javadoc/liquibase/license/class-use/Location.html deleted file mode 100644 index 1a1a67f20..000000000 --- a/javadoc/liquibase/license/class-use/Location.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.license.Location (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.license.Location

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/class-use/LocationType.html b/javadoc/liquibase/license/class-use/LocationType.html deleted file mode 100644 index 86509677c..000000000 --- a/javadoc/liquibase/license/class-use/LocationType.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -Uses of Class liquibase.license.LocationType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.license.LocationType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/package-frame.html b/javadoc/liquibase/license/package-frame.html deleted file mode 100644 index cdfeb201e..000000000 --- a/javadoc/liquibase/license/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -liquibase.license (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.license

    - - - diff --git a/javadoc/liquibase/license/package-summary.html b/javadoc/liquibase/license/package-summary.html deleted file mode 100644 index 7bc814d82..000000000 --- a/javadoc/liquibase/license/package-summary.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -liquibase.license (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.license

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      LicenseService 
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      LicenseInstallResult -
      encapsulates overall install result and any messages.
      -
      LicenseServiceFactory 
      LicenseServiceUtils -
      This class provides a static method for verifying licenses
      -
      Location -
      A Location is an object that has a name, LocationType, value, and path.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Enum Summary 
      EnumDescription
      LocationType -
      Enumerate the different places that a license can be installed from.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/package-tree.html b/javadoc/liquibase/license/package-tree.html deleted file mode 100644 index 4af31e0c7..000000000 --- a/javadoc/liquibase/license/package-tree.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - -liquibase.license Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.license

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/license/package-use.html b/javadoc/liquibase/license/package-use.html deleted file mode 100644 index 83f70ddb4..000000000 --- a/javadoc/liquibase/license/package-use.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Uses of Package liquibase.license (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.license

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/listener/LiquibaseListener.html b/javadoc/liquibase/listener/LiquibaseListener.html deleted file mode 100644 index 2958e496a..000000000 --- a/javadoc/liquibase/listener/LiquibaseListener.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -LiquibaseListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.listener
    -

    Interface LiquibaseListener

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface LiquibaseListener
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/listener/class-use/LiquibaseListener.html b/javadoc/liquibase/listener/class-use/LiquibaseListener.html deleted file mode 100644 index 6ee1270ce..000000000 --- a/javadoc/liquibase/listener/class-use/LiquibaseListener.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Interface liquibase.listener.LiquibaseListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.listener.LiquibaseListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/listener/package-frame.html b/javadoc/liquibase/listener/package-frame.html deleted file mode 100644 index bbcbb9070..000000000 --- a/javadoc/liquibase/listener/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.listener (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.listener

    -
    -

    Interfaces

    - -
    - - diff --git a/javadoc/liquibase/listener/package-summary.html b/javadoc/liquibase/listener/package-summary.html deleted file mode 100644 index c18556964..000000000 --- a/javadoc/liquibase/listener/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.listener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.listener

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      LiquibaseListener 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/listener/package-tree.html b/javadoc/liquibase/listener/package-tree.html deleted file mode 100644 index fd897692c..000000000 --- a/javadoc/liquibase/listener/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - -liquibase.listener Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.listener

    -Package Hierarchies: - -
    -
    -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/listener/package-use.html b/javadoc/liquibase/listener/package-use.html deleted file mode 100644 index 1957a7615..000000000 --- a/javadoc/liquibase/listener/package-use.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Package liquibase.listener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.listener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/DatabaseChangeLogLock.html b/javadoc/liquibase/lockservice/DatabaseChangeLogLock.html deleted file mode 100644 index 1e2794fc7..000000000 --- a/javadoc/liquibase/lockservice/DatabaseChangeLogLock.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - -DatabaseChangeLogLock (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Class DatabaseChangeLogLock

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DatabaseChangeLogLock
      -extends Object
      -
      Information about the database changelog lock which allows only one instance of Liquibase to attempt to - update a database at a time. Immutable class
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseChangeLogLock

          -
          public DatabaseChangeLogLock(int id,
          -                             Date lockGranted,
          -                             String lockedBy)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getId

          -
          public int getId()
          -
        • -
        - - - -
          -
        • -

          getLockGranted

          -
          public Date getLockGranted()
          -
        • -
        - - - -
          -
        • -

          getLockedBy

          -
          public String getLockedBy()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/LockService.html b/javadoc/liquibase/lockservice/LockService.html deleted file mode 100644 index a4ef46c6a..000000000 --- a/javadoc/liquibase/lockservice/LockService.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - -LockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Interface LockService

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/LockServiceFactory.html b/javadoc/liquibase/lockservice/LockServiceFactory.html deleted file mode 100644 index 5ff80aa73..000000000 --- a/javadoc/liquibase/lockservice/LockServiceFactory.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -LockServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Class LockServiceFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LockServiceFactory
      -extends Object
      -
      -
      Author:
      -
      John Sanda
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          setInstance

          -
          public static void setInstance(LockServiceFactory lockServiceFactory)
          -
          Set the instance used by this singleton. Used primarily for testing.
          -
        • -
        - - - -
          -
        • -

          reset

          -
          public static void reset()
          -
        • -
        - - - -
          -
        • -

          register

          -
          public void register(LockService lockService)
          -
        • -
        - - - - - - - -
          -
        • -

          resetAll

          -
          public void resetAll()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/LockServiceImpl.html b/javadoc/liquibase/lockservice/LockServiceImpl.html deleted file mode 100644 index 39f75fc75..000000000 --- a/javadoc/liquibase/lockservice/LockServiceImpl.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -LockServiceImpl (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Class LockServiceImpl

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      LockService, PrioritizedService
      -
      -
      -
      Deprecated.  -
      use StandardLockService instead
      -
      -
      -
      public class LockServiceImpl
      -extends StandardLockService
      -
      LockServiceImpl has been renamed to StandardLockService. This stub class exists for backwards comparability
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/OfflineLockService.html b/javadoc/liquibase/lockservice/OfflineLockService.html deleted file mode 100644 index 15b45d5da..000000000 --- a/javadoc/liquibase/lockservice/OfflineLockService.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - - - -OfflineLockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Class OfflineLockService

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/StandardLockService.html b/javadoc/liquibase/lockservice/StandardLockService.html deleted file mode 100644 index 07972af48..000000000 --- a/javadoc/liquibase/lockservice/StandardLockService.html +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - -StandardLockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.lockservice
    -

    Class StandardLockService

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/DatabaseChangeLogLock.html b/javadoc/liquibase/lockservice/class-use/DatabaseChangeLogLock.html deleted file mode 100644 index 74a94b294..000000000 --- a/javadoc/liquibase/lockservice/class-use/DatabaseChangeLogLock.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Class liquibase.lockservice.DatabaseChangeLogLock (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.lockservice.DatabaseChangeLogLock

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/LockService.html b/javadoc/liquibase/lockservice/class-use/LockService.html deleted file mode 100644 index 74455ce7a..000000000 --- a/javadoc/liquibase/lockservice/class-use/LockService.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -Uses of Interface liquibase.lockservice.LockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.lockservice.LockService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/LockServiceFactory.html b/javadoc/liquibase/lockservice/class-use/LockServiceFactory.html deleted file mode 100644 index 1048417c3..000000000 --- a/javadoc/liquibase/lockservice/class-use/LockServiceFactory.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.lockservice.LockServiceFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.lockservice.LockServiceFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/LockServiceImpl.html b/javadoc/liquibase/lockservice/class-use/LockServiceImpl.html deleted file mode 100644 index 3706a3281..000000000 --- a/javadoc/liquibase/lockservice/class-use/LockServiceImpl.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.lockservice.LockServiceImpl (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.lockservice.LockServiceImpl

    -
    -
    No usage of liquibase.lockservice.LockServiceImpl
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/OfflineLockService.html b/javadoc/liquibase/lockservice/class-use/OfflineLockService.html deleted file mode 100644 index 8eb2ab328..000000000 --- a/javadoc/liquibase/lockservice/class-use/OfflineLockService.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.lockservice.OfflineLockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.lockservice.OfflineLockService

    -
    -
    No usage of liquibase.lockservice.OfflineLockService
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/class-use/StandardLockService.html b/javadoc/liquibase/lockservice/class-use/StandardLockService.html deleted file mode 100644 index 5034691f6..000000000 --- a/javadoc/liquibase/lockservice/class-use/StandardLockService.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.lockservice.StandardLockService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.lockservice.StandardLockService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/package-frame.html b/javadoc/liquibase/lockservice/package-frame.html deleted file mode 100644 index a72baa740..000000000 --- a/javadoc/liquibase/lockservice/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -liquibase.lockservice (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.lockservice

    - - - diff --git a/javadoc/liquibase/lockservice/package-summary.html b/javadoc/liquibase/lockservice/package-summary.html deleted file mode 100644 index 371430955..000000000 --- a/javadoc/liquibase/lockservice/package-summary.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -liquibase.lockservice (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.lockservice

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/package-tree.html b/javadoc/liquibase/lockservice/package-tree.html deleted file mode 100644 index d4014c5db..000000000 --- a/javadoc/liquibase/lockservice/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -liquibase.lockservice Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.lockservice

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/lockservice/package-use.html b/javadoc/liquibase/lockservice/package-use.html deleted file mode 100644 index 41c4bbf84..000000000 --- a/javadoc/liquibase/lockservice/package-use.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -Uses of Package liquibase.lockservice (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.lockservice

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LogFactory.html b/javadoc/liquibase/logging/LogFactory.html deleted file mode 100644 index d65becc43..000000000 --- a/javadoc/liquibase/logging/LogFactory.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - -LogFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Class LogFactory

    -
    -
    - -
    -
      -
    • -
      -
      Deprecated.  -
      use LogService now. - This class is kept for compatibility with Liquibase 3.5 and prior.
      -
      -
      -
      public class LogFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LogFactory

          -
          public LogFactory()
          -
          Deprecated. 
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          reset

          -
          public static void reset()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getInstance

          -
          public static LogFactory getInstance()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setInstance

          -
          public static void setInstance(LogFactory instance)
          -
          Deprecated. 
          -
          Set the instance used by this singleton. Used primarily for testing.
          -
        • -
        - - - -
          -
        • -

          getLogger

          -
          public static Logger getLogger(String name)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getLog

          -
          public Logger getLog(String name)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getLogger

          -
          public static Logger getLogger()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getLog

          -
          public Logger getLog()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setDefaultLoggingLevel

          -
          public void setDefaultLoggingLevel(String defaultLoggingLevel)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setDefaultLoggingLevel

          -
          public void setDefaultLoggingLevel(LogLevel defaultLoggingLevel)
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          setLoggingLevel

          -
          public static void setLoggingLevel(String defaultLoggingLevel)
          -
          Deprecated. 
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LogLevel.html b/javadoc/liquibase/logging/LogLevel.html deleted file mode 100644 index 0480c7699..000000000 --- a/javadoc/liquibase/logging/LogLevel.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - -LogLevel (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Enum LogLevel

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable, Comparable<LogLevel>
      -
      -
      -
      -
      public enum LogLevel
      -extends Enum<LogLevel>
      -
      The allowed levels for logging. The hierarchy is defined as following: - "<" means "returns fewer information than" - OFF < SEVERE < WARNING < INFO < DEBUG
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Enum Constant Summary

        - - - - - - - - - - - - - - - - - - - - -
        Enum Constants 
        Enum Constant and Description
        DEBUG -
        Very detailed information about every internal step this program takes.
        -
        INFO -
        Regular message of a successful completion of a working unit, or output of configuration - information that is expected to be essential for troubleshooting.
        -
        OFF -
        No logging at all
        -
        SEVERE -
        Errors and other severe events.
        -
        WARNING -
        An event that allows further processing, but should caution the user to have a thorough look at - the log message.
        -
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Enum Constant Detail

        - - - -
          -
        • -

          DEBUG

          -
          public static final LogLevel DEBUG
          -
          Very detailed information about every internal step this program takes. Normally only activated during - troubleshooting.
          -
        • -
        - - - -
          -
        • -

          INFO

          -
          public static final LogLevel INFO
          -
          Regular message of a successful completion of a working unit, or output of configuration - information that is expected to be essential for troubleshooting.
          -
        • -
        - - - -
          -
        • -

          WARNING

          -
          public static final LogLevel WARNING
          -
          An event that allows further processing, but should caution the user to have a thorough look at - the log message.
          -
        • -
        - - - -
          -
        • -

          SEVERE

          -
          public static final LogLevel SEVERE
          -
          Errors and other severe events. In most cases, these events will stop further processing of a change log.
          -
        • -
        - - - -
          -
        • -

          OFF

          -
          public static final LogLevel OFF
          -
          No logging at all
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static LogLevel[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (LogLevel c : LogLevel.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static LogLevel valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LogService.html b/javadoc/liquibase/logging/LogService.html deleted file mode 100644 index 2f0ffa1fc..000000000 --- a/javadoc/liquibase/logging/LogService.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -LogService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Class LogService

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LogService
      -extends Object
      -
      Primary facade for working with Logs in Liquibase. - - This service is used to create named Logger instances through a LoggerFactory. - - This service supports "nested diagnostic contexts" and progress tracking through pushContext(String, Object). - It is up to the underlying LoggerFactory implementations to support those features as they can. - - The default LoggerFactory used in Slf4JLoggerFactory which allows the log to be bound to most any underlying logging system - via SLF4j.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setLoggerFactory

          -
          public static void setLoggerFactory(LoggerFactory service)
          -
          Set the LoggerFactory used by this singleton.
          -
        • -
        - - - -
          -
        • -

          getLog

          -
          public static Logger getLog(Class clazz)
          -
          Returns a Logger for the given class based on the configured setLoggerFactory(LoggerFactory). - There is no string version of this class to force a class-based log pattern.
          -
        • -
        - - - - - - - -
          -
        • -

          close

          -
          public void close()
          -
          Close the current log factory.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LogType.html b/javadoc/liquibase/logging/LogType.html deleted file mode 100644 index e636c5117..000000000 --- a/javadoc/liquibase/logging/LogType.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -LogType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Enum LogType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Enum Constant Detail

        - - - -
          -
        • -

          USER_MESSAGE

          -
          public static final LogType USER_MESSAGE
          -
          A message that should always be shown in a user interface (like the CLI)
          -
        • -
        - - - -
          -
        • -

          READ_SQL

          -
          public static final LogType READ_SQL
          -
          An SQL statement that makes no changes to the database.
          -
        • -
        - - - -
          -
        • -

          WRITE_SQL

          -
          public static final LogType WRITE_SQL
          -
          An SQL statement that modified the state of the database.
          -
        • -
        - - - -
          -
        • -

          LOG

          -
          public static final LogType LOG
          -
          An message that can just be sent to a log file.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static LogType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (LogType c : LogType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static LogType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/Logger.html b/javadoc/liquibase/logging/Logger.html deleted file mode 100644 index 81c53838f..000000000 --- a/javadoc/liquibase/logging/Logger.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - -Logger (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Interface Logger

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      AbstractLogger, AntTaskLogger, Slf4jLogger
      -
      -
      -
      -
      public interface Logger
      -
      Interface to class that does the actual logging. - Instances will be created by LoggerFactory to know the class to log against. - - All log methods take a LogType to describe the type of message being logged. - - The hierarchy of log levels is: - (finest) DEBUG < INFO < WARN < ERROR (coarsest)
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        voiddebug(LogType target, - String message) -
        Logs a debugging event to aid in troubleshooting
        -
        voiddebug(LogType target, - String message, - Throwable e) -
        Logs a debugging event to aid in troubleshooting together with data from an error/exception
        -
        voiddebug(String message) -
        Logs a debugging event to aid in troubleshooting, using the LogType.LOG type.
        -
        voiddebug(String message, - Throwable e) -
        Logs a debugging event to aid in troubleshooting together with data from an error/exception, using the LogType.LOG type.
        -
        voidinfo(LogType logType, - String message) -
        Logs a general event that might be useful for the user.
        -
        voidinfo(LogType target, - String message, - Throwable e) -
        Logs a general event that might be useful for the user together with data from an error/exception
        -
        voidinfo(String message) -
        Logs a general event that might be useful for the user, using the LogType.LOG type.
        -
        voidinfo(String message, - Throwable e) -
        Logs a general event that might be useful for the user together with data from an error/exception, using the LogType.LOG type.
        -
        voidsevere(LogType target, - String message) -
        Log an error that occurred.
        -
        voidsevere(LogType target, - String message, - Throwable e) -
        Log an error together with data from an error/exception
        -
        voidsevere(String message) -
        Log an error that occurred, using the LogType.LOG type.
        -
        voidsevere(String message, - Throwable e) -
        Log an error together with data from an error/exception, using the LogType.LOG type.
        -
        voidwarning(LogType target, - String message) -
        Log a event the user should be warned about
        -
        voidwarning(LogType target, - String message, - Throwable e) -
        Log a event the user should be warned about together with data from an error/exception
        -
        voidwarning(String message) -
        Log a event the user should be warned about, using the LogType.LOG type.
        -
        voidwarning(String message, - Throwable e) -
        Log a event the user should be warned about together with data from an error/exception, using the LogType.LOG type.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          severe

          -
          void severe(String message)
          -
          Log an error that occurred, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          severe

          -
          void severe(String message,
          -            Throwable e)
          -
          Log an error together with data from an error/exception, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          severe

          -
          void severe(LogType target,
          -            String message)
          -
          Log an error that occurred.
          -
        • -
        - - - -
          -
        • -

          severe

          -
          void severe(LogType target,
          -            String message,
          -            Throwable e)
          -
          Log an error together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          warning

          -
          void warning(String message)
          -
          Log a event the user should be warned about, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          warning

          -
          void warning(String message,
          -             Throwable e)
          -
          Log a event the user should be warned about together with data from an error/exception, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          warning

          -
          void warning(LogType target,
          -             String message)
          -
          Log a event the user should be warned about
          -
        • -
        - - - -
          -
        • -

          warning

          -
          void warning(LogType target,
          -             String message,
          -             Throwable e)
          -
          Log a event the user should be warned about together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          info

          -
          void info(String message)
          -
          Logs a general event that might be useful for the user, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          info

          -
          void info(String message,
          -          Throwable e)
          -
          Logs a general event that might be useful for the user together with data from an error/exception, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          info

          -
          void info(LogType logType,
          -          String message)
          -
          Logs a general event that might be useful for the user.
          -
        • -
        - - - -
          -
        • -

          info

          -
          void info(LogType target,
          -          String message,
          -          Throwable e)
          -
          Logs a general event that might be useful for the user together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          debug

          -
          void debug(String message)
          -
          Logs a debugging event to aid in troubleshooting, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          debug

          -
          void debug(String message,
          -           Throwable e)
          -
          Logs a debugging event to aid in troubleshooting together with data from an error/exception, using the LogType.LOG type.
          -
        • -
        - - - -
          -
        • -

          debug

          -
          void debug(LogType target,
          -           String message)
          -
          Logs a debugging event to aid in troubleshooting
          -
        • -
        - - - -
          -
        • -

          debug

          -
          void debug(LogType target,
          -           String message,
          -           Throwable e)
          -
          Logs a debugging event to aid in troubleshooting together with data from an error/exception
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LoggerContext.html b/javadoc/liquibase/logging/LoggerContext.html deleted file mode 100644 index 486dae61e..000000000 --- a/javadoc/liquibase/logging/LoggerContext.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -LoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Interface LoggerContext

    -
    -
    -
    -
      -
    • -
      -
      All Superinterfaces:
      -
      AutoCloseable
      -
      -
      -
      All Known Implementing Classes:
      -
      NoOpLoggerContext, Slf4jLoggerContext
      -
      -
      -
      -
      public interface LoggerContext
      -extends AutoCloseable
      -
      LoggerContexts are used for tracking "nested diagnostic context" as well as tracking progress. - It is up to the @{link LoggerFactory implementations to support them as they can. - - Implements AutoCloseable so they can be used nicely in a "try with resources" statement.
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        voidclose() -
        Closes this LoggerContext and pops it off the LogFactory's context stack.
        -
        voidshowMoreProgress() -
        Mark that some additional progress has been completed, like by adding a "." to output.
        -
        voidshowMoreProgress(int percentComplete) -
        Mark that some progress within the context is the given percent complete.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          close

          -
          void close()
          -
          Closes this LoggerContext and pops it off the LogFactory's context stack.
          -
          -
          Specified by:
          -
          close in interface AutoCloseable
          -
          -
        • -
        - - - -
          -
        • -

          showMoreProgress

          -
          void showMoreProgress()
          -
          Mark that some additional progress has been completed, like by adding a "." to output. - Most non-UI loggers will not implement this.
          -
        • -
        - - - -
          -
        • -

          showMoreProgress

          -
          void showMoreProgress(int percentComplete)
          -
          Mark that some progress within the context is the given percent complete. - Most non-UI loggers will not implement this.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/LoggerFactory.html b/javadoc/liquibase/logging/LoggerFactory.html deleted file mode 100644 index a0eb83584..000000000 --- a/javadoc/liquibase/logging/LoggerFactory.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -LoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging
    -

    Interface LoggerFactory

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      AbstractLoggerFactory, AntTaskLogFactory, Slf4JLoggerFactory
      -
      -
      -
      -
      public interface LoggerFactory
      -
      Primary front-end for various Logging implementations by constructing the correct Logger version. - - This interface is also the front-end for managing Nested Diagnostic Contexts.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLog

          -
          Logger getLog(Class clazz)
          -
          Creates a logger for logging from the given class. - Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
          -
        • -
        - - - - - - - -
          -
        • -

          close

          -
          void close()
          -
          Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LogFactory.html b/javadoc/liquibase/logging/class-use/LogFactory.html deleted file mode 100644 index cdc056d1d..000000000 --- a/javadoc/liquibase/logging/class-use/LogFactory.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.LogFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.LogFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LogLevel.html b/javadoc/liquibase/logging/class-use/LogLevel.html deleted file mode 100644 index 71525f853..000000000 --- a/javadoc/liquibase/logging/class-use/LogLevel.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.LogLevel (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.LogLevel

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LogService.html b/javadoc/liquibase/logging/class-use/LogService.html deleted file mode 100644 index de5069dfa..000000000 --- a/javadoc/liquibase/logging/class-use/LogService.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.LogService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.LogService

    -
    -
    No usage of liquibase.logging.LogService
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LogType.html b/javadoc/liquibase/logging/class-use/LogType.html deleted file mode 100644 index 726fd3cfc..000000000 --- a/javadoc/liquibase/logging/class-use/LogType.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.LogType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.LogType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/Logger.html b/javadoc/liquibase/logging/class-use/Logger.html deleted file mode 100644 index 329886512..000000000 --- a/javadoc/liquibase/logging/class-use/Logger.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - -Uses of Interface liquibase.logging.Logger (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.logging.Logger

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LoggerContext.html b/javadoc/liquibase/logging/class-use/LoggerContext.html deleted file mode 100644 index f354b9d5d..000000000 --- a/javadoc/liquibase/logging/class-use/LoggerContext.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -Uses of Interface liquibase.logging.LoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.logging.LoggerContext

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/class-use/LoggerFactory.html b/javadoc/liquibase/logging/class-use/LoggerFactory.html deleted file mode 100644 index 9efb0ce80..000000000 --- a/javadoc/liquibase/logging/class-use/LoggerFactory.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -Uses of Interface liquibase.logging.LoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.logging.LoggerFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/AbstractLogger.html b/javadoc/liquibase/logging/core/AbstractLogger.html deleted file mode 100644 index 85e1b78a8..000000000 --- a/javadoc/liquibase/logging/core/AbstractLogger.html +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - -AbstractLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class AbstractLogger

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Logger
      -
      -
      -
      Direct Known Subclasses:
      -
      AntTaskLogger, Slf4jLogger
      -
      -
      -
      -
      public abstract class AbstractLogger
      -extends Object
      -implements Logger
      -
      Convenience base implementation of a Logger.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractLogger

          -
          public AbstractLogger()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          severe

          -
          public void severe(String message)
          -
          Description copied from interface: Logger
          -
          Log an error that occurred, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          severe in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          severe

          -
          public void severe(String message,
          -                   Throwable e)
          -
          Description copied from interface: Logger
          -
          Log an error together with data from an error/exception, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          severe in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(String message)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          warning in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(String message,
          -                    Throwable e)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about together with data from an error/exception, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          warning in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(String message)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          info in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(String message,
          -                 Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user together with data from an error/exception, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          info in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(String message)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          debug in interface Logger
          -
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(String message,
          -                  Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting together with data from an error/exception, using the LogType.LOG type.
          -
          -
          Specified by:
          -
          debug in interface Logger
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/AbstractLoggerFactory.html b/javadoc/liquibase/logging/core/AbstractLoggerFactory.html deleted file mode 100644 index 92e2c71bc..000000000 --- a/javadoc/liquibase/logging/core/AbstractLoggerFactory.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - -AbstractLoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class AbstractLoggerFactory

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractLoggerFactory

          -
          public AbstractLoggerFactory()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/DefaultLoggerConfiguration.html b/javadoc/liquibase/logging/core/DefaultLoggerConfiguration.html deleted file mode 100644 index e5152045d..000000000 --- a/javadoc/liquibase/logging/core/DefaultLoggerConfiguration.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -DefaultLoggerConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class DefaultLoggerConfiguration

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DefaultLoggerConfiguration

          -
          public DefaultLoggerConfiguration()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLogLevelName

          -
          public String getLogLevelName()
          -
        • -
        - - - -
          -
        • -

          getLogLevel

          -
          public LogLevel getLogLevel()
          -
          Transforms the strings DEBUG, INFO, WARNING, ERROR and OFF (case-insensitive) into the appropriate LogLevel.
          -
          -
          Returns:
          -
          a value from the LogLevel enum
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/NoOpLoggerContext.html b/javadoc/liquibase/logging/core/NoOpLoggerContext.html deleted file mode 100644 index 3f3b24cd6..000000000 --- a/javadoc/liquibase/logging/core/NoOpLoggerContext.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - -NoOpLoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class NoOpLoggerContext

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          NoOpLoggerContext

          -
          public NoOpLoggerContext()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          close

          -
          public void close()
          -
          Description copied from interface: LoggerContext
          -
          Closes this LoggerContext and pops it off the LogFactory's context stack.
          -
          -
          Specified by:
          -
          close in interface AutoCloseable
          -
          Specified by:
          -
          close in interface LoggerContext
          -
          -
        • -
        - - - -
          -
        • -

          showMoreProgress

          -
          public void showMoreProgress()
          -
          Description copied from interface: LoggerContext
          -
          Mark that some additional progress has been completed, like by adding a "." to output. - Most non-UI loggers will not implement this.
          -
          -
          Specified by:
          -
          showMoreProgress in interface LoggerContext
          -
          -
        • -
        - - - -
          -
        • -

          showMoreProgress

          -
          public void showMoreProgress(int percentComplete)
          -
          Description copied from interface: LoggerContext
          -
          Mark that some progress within the context is the given percent complete. - Most non-UI loggers will not implement this.
          -
          -
          Specified by:
          -
          showMoreProgress in interface LoggerContext
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/Slf4JLoggerFactory.html b/javadoc/liquibase/logging/core/Slf4JLoggerFactory.html deleted file mode 100644 index 0d2b20b58..000000000 --- a/javadoc/liquibase/logging/core/Slf4JLoggerFactory.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -Slf4JLoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class Slf4JLoggerFactory

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Slf4JLoggerFactory

          -
          public Slf4JLoggerFactory()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLog

          -
          public Logger getLog(Class clazz)
          -
          Description copied from interface: LoggerFactory
          -
          Creates a logger for logging from the given class. - Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
          -
        • -
        - - - - - - - -
          -
        • -

          createLoggerImpl

          -
          protected Logger createLoggerImpl(org.slf4j.Logger logger)
          -
        • -
        - - - -
          -
        • -

          close

          -
          public void close()
          -
          Description copied from interface: LoggerFactory
          -
          Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/Slf4jLogger.html b/javadoc/liquibase/logging/core/Slf4jLogger.html deleted file mode 100644 index 2d6def61c..000000000 --- a/javadoc/liquibase/logging/core/Slf4jLogger.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - -Slf4jLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class Slf4jLogger

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Logger
      -
      -
      -
      -
      public class Slf4jLogger
      -extends AbstractLogger
      -
      The default logger for Liquibase. Routes messages through SLF4j. - The command line app uses logback, but this logger can use any slf4j binding.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Slf4jLogger

          -
          public Slf4jLogger(org.slf4j.Logger logger)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          severe

          -
          public void severe(LogType target,
          -                   String message)
          -
          Description copied from interface: Logger
          -
          Log an error that occurred.
          -
        • -
        - - - -
          -
        • -

          severe

          -
          public void severe(LogType target,
          -                   String message,
          -                   Throwable e)
          -
          Description copied from interface: Logger
          -
          Log an error together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(LogType target,
          -                    String message)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about
          -
        • -
        - - - -
          -
        • -

          warning

          -
          public void warning(LogType target,
          -                    String message,
          -                    Throwable e)
          -
          Description copied from interface: Logger
          -
          Log a event the user should be warned about together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(LogType target,
          -                 String message)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user.
          -
        • -
        - - - -
          -
        • -

          info

          -
          public void info(LogType target,
          -                 String message,
          -                 Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a general event that might be useful for the user together with data from an error/exception
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(LogType target,
          -                  String message)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(LogType target,
          -                  String message,
          -                  Throwable e)
          -
          Description copied from interface: Logger
          -
          Logs a debugging event to aid in troubleshooting together with data from an error/exception
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/Slf4jLoggerContext.html b/javadoc/liquibase/logging/core/Slf4jLoggerContext.html deleted file mode 100644 index 20e14ced3..000000000 --- a/javadoc/liquibase/logging/core/Slf4jLoggerContext.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -Slf4jLoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.logging.core
    -

    Class Slf4jLoggerContext

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Slf4jLoggerContext

          -
          public Slf4jLoggerContext(String key,
          -                          Object value)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          showMoreProgress

          -
          public void showMoreProgress()
          -
          Description copied from interface: LoggerContext
          -
          Mark that some additional progress has been completed, like by adding a "." to output. - Most non-UI loggers will not implement this.
          -
          -
          Specified by:
          -
          showMoreProgress in interface LoggerContext
          -
          -
        • -
        - - - -
          -
        • -

          showMoreProgress

          -
          public void showMoreProgress(int percentComplete)
          -
          Description copied from interface: LoggerContext
          -
          Mark that some progress within the context is the given percent complete. - Most non-UI loggers will not implement this.
          -
          -
          Specified by:
          -
          showMoreProgress in interface LoggerContext
          -
          -
        • -
        - - - -
          -
        • -

          close

          -
          public void close()
          -
          Description copied from interface: LoggerContext
          -
          Closes this LoggerContext and pops it off the LogFactory's context stack.
          -
          -
          Specified by:
          -
          close in interface AutoCloseable
          -
          Specified by:
          -
          close in interface LoggerContext
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/AbstractLogger.html b/javadoc/liquibase/logging/core/class-use/AbstractLogger.html deleted file mode 100644 index 48b13d24c..000000000 --- a/javadoc/liquibase/logging/core/class-use/AbstractLogger.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.AbstractLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.AbstractLogger

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/AbstractLoggerFactory.html b/javadoc/liquibase/logging/core/class-use/AbstractLoggerFactory.html deleted file mode 100644 index 0b823aeec..000000000 --- a/javadoc/liquibase/logging/core/class-use/AbstractLoggerFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.AbstractLoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.AbstractLoggerFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/DefaultLoggerConfiguration.html b/javadoc/liquibase/logging/core/class-use/DefaultLoggerConfiguration.html deleted file mode 100644 index ebd1cb51b..000000000 --- a/javadoc/liquibase/logging/core/class-use/DefaultLoggerConfiguration.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.DefaultLoggerConfiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.DefaultLoggerConfiguration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/NoOpLoggerContext.html b/javadoc/liquibase/logging/core/class-use/NoOpLoggerContext.html deleted file mode 100644 index f6f97198c..000000000 --- a/javadoc/liquibase/logging/core/class-use/NoOpLoggerContext.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.NoOpLoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.NoOpLoggerContext

    -
    -
    No usage of liquibase.logging.core.NoOpLoggerContext
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/Slf4JLoggerFactory.html b/javadoc/liquibase/logging/core/class-use/Slf4JLoggerFactory.html deleted file mode 100644 index 0ebbd332b..000000000 --- a/javadoc/liquibase/logging/core/class-use/Slf4JLoggerFactory.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.Slf4JLoggerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.Slf4JLoggerFactory

    -
    -
    No usage of liquibase.logging.core.Slf4JLoggerFactory
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/Slf4jLogger.html b/javadoc/liquibase/logging/core/class-use/Slf4jLogger.html deleted file mode 100644 index 50003837d..000000000 --- a/javadoc/liquibase/logging/core/class-use/Slf4jLogger.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.Slf4jLogger (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.Slf4jLogger

    -
    -
    No usage of liquibase.logging.core.Slf4jLogger
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/class-use/Slf4jLoggerContext.html b/javadoc/liquibase/logging/core/class-use/Slf4jLoggerContext.html deleted file mode 100644 index a5d0d509f..000000000 --- a/javadoc/liquibase/logging/core/class-use/Slf4jLoggerContext.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.logging.core.Slf4jLoggerContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.logging.core.Slf4jLoggerContext

    -
    -
    No usage of liquibase.logging.core.Slf4jLoggerContext
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/package-frame.html b/javadoc/liquibase/logging/core/package-frame.html deleted file mode 100644 index 087cfdffc..000000000 --- a/javadoc/liquibase/logging/core/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -liquibase.logging.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.logging.core

    - - - diff --git a/javadoc/liquibase/logging/core/package-summary.html b/javadoc/liquibase/logging/core/package-summary.html deleted file mode 100644 index 9a511bc38..000000000 --- a/javadoc/liquibase/logging/core/package-summary.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -liquibase.logging.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.logging.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/package-tree.html b/javadoc/liquibase/logging/core/package-tree.html deleted file mode 100644 index f78be3246..000000000 --- a/javadoc/liquibase/logging/core/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - -liquibase.logging.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.logging.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/core/package-use.html b/javadoc/liquibase/logging/core/package-use.html deleted file mode 100644 index fd2f031cb..000000000 --- a/javadoc/liquibase/logging/core/package-use.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Package liquibase.logging.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.logging.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/package-frame.html b/javadoc/liquibase/logging/package-frame.html deleted file mode 100644 index 74d394bdf..000000000 --- a/javadoc/liquibase/logging/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -liquibase.logging (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.logging

    -
    -

    Interfaces

    - -

    Classes

    - -

    Enums

    - -
    - - diff --git a/javadoc/liquibase/logging/package-summary.html b/javadoc/liquibase/logging/package-summary.html deleted file mode 100644 index 0afde8575..000000000 --- a/javadoc/liquibase/logging/package-summary.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -liquibase.logging (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.logging

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      Logger -
      Interface to class that does the actual logging.
      -
      LoggerContext -
      LoggerContexts are used for tracking "nested diagnostic context" as well as tracking progress.
      -
      LoggerFactory -
      Primary front-end for various Logging implementations by constructing the correct Logger version.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      LogFactoryDeprecated -
      use LogService now.
      -
      LogService -
      Primary facade for working with Logs in Liquibase.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - -
      Enum Summary 
      EnumDescription
      LogLevel -
      The allowed levels for logging.
      -
      LogType -
      The type of message being logged.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/package-tree.html b/javadoc/liquibase/logging/package-tree.html deleted file mode 100644 index 83ce67421..000000000 --- a/javadoc/liquibase/logging/package-tree.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - -liquibase.logging Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.logging

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/logging/package-use.html b/javadoc/liquibase/logging/package-use.html deleted file mode 100644 index 3d8346dad..000000000 --- a/javadoc/liquibase/logging/package-use.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -Uses of Package liquibase.logging (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.logging

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/OSGiPackageScanClassResolver.html b/javadoc/liquibase/osgi/OSGiPackageScanClassResolver.html deleted file mode 100644 index e0236753a..000000000 --- a/javadoc/liquibase/osgi/OSGiPackageScanClassResolver.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -OSGiPackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.osgi
    -

    Class OSGiPackageScanClassResolver

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/OSGiResourceAccessor.html b/javadoc/liquibase/osgi/OSGiResourceAccessor.html deleted file mode 100644 index 153f3ec8b..000000000 --- a/javadoc/liquibase/osgi/OSGiResourceAccessor.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -OSGiResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.osgi
    -

    Class OSGiResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          OSGiResourceAccessor

          -
          public OSGiResourceAccessor(org.osgi.framework.Bundle bundle)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBundle

          -
          public org.osgi.framework.Bundle getBundle()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/OSGiUtil.html b/javadoc/liquibase/osgi/OSGiUtil.html deleted file mode 100644 index f761e72d7..000000000 --- a/javadoc/liquibase/osgi/OSGiUtil.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -OSGiUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.osgi
    -

    Class OSGiUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class OSGiUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isLiquibaseLoadedAsOSGiBundle

          -
          public static boolean isLiquibaseLoadedAsOSGiBundle()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/class-use/OSGiPackageScanClassResolver.html b/javadoc/liquibase/osgi/class-use/OSGiPackageScanClassResolver.html deleted file mode 100644 index 5dc79acbc..000000000 --- a/javadoc/liquibase/osgi/class-use/OSGiPackageScanClassResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.osgi.OSGiPackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.osgi.OSGiPackageScanClassResolver

    -
    -
    No usage of liquibase.osgi.OSGiPackageScanClassResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/class-use/OSGiResourceAccessor.html b/javadoc/liquibase/osgi/class-use/OSGiResourceAccessor.html deleted file mode 100644 index d4bc88982..000000000 --- a/javadoc/liquibase/osgi/class-use/OSGiResourceAccessor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.osgi.OSGiResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.osgi.OSGiResourceAccessor

    -
    -
    No usage of liquibase.osgi.OSGiResourceAccessor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/class-use/OSGiUtil.html b/javadoc/liquibase/osgi/class-use/OSGiUtil.html deleted file mode 100644 index 81072f3c9..000000000 --- a/javadoc/liquibase/osgi/class-use/OSGiUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.osgi.OSGiUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.osgi.OSGiUtil

    -
    -
    No usage of liquibase.osgi.OSGiUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/package-frame.html b/javadoc/liquibase/osgi/package-frame.html deleted file mode 100644 index 94d14b5e8..000000000 --- a/javadoc/liquibase/osgi/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -liquibase.osgi (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.osgi

    - - - diff --git a/javadoc/liquibase/osgi/package-summary.html b/javadoc/liquibase/osgi/package-summary.html deleted file mode 100644 index af6fb78b9..000000000 --- a/javadoc/liquibase/osgi/package-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -liquibase.osgi (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.osgi

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/package-tree.html b/javadoc/liquibase/osgi/package-tree.html deleted file mode 100644 index 67724e8c5..000000000 --- a/javadoc/liquibase/osgi/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -liquibase.osgi Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.osgi

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/osgi/package-use.html b/javadoc/liquibase/osgi/package-use.html deleted file mode 100644 index 8e9269699..000000000 --- a/javadoc/liquibase/osgi/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.osgi (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.osgi

    -
    -
    No usage of liquibase.osgi
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/package-frame.html b/javadoc/liquibase/package-frame.html deleted file mode 100644 index 8bdf199bf..000000000 --- a/javadoc/liquibase/package-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -liquibase (Liquibase Core 3.8.0 API) - - - - - -

    liquibase

    - - - diff --git a/javadoc/liquibase/package-summary.html b/javadoc/liquibase/package-summary.html deleted file mode 100644 index d5ff1c2ce..000000000 --- a/javadoc/liquibase/package-summary.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -liquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase

    -
    -
    Liquibase top level namespace package.
    -
    -

    See: Description

    -
    -
    - - - - -

    Package liquibase Description

    -
    Liquibase top level namespace package. -

    - The top level package contains the Liquibase class which basically is the entrance point to - all operations interested clients can perform through the software. It also contains some frequently used classes - like CatalogAndSchema and Contexts.

    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/package-tree.html b/javadoc/liquibase/package-tree.html deleted file mode 100644 index 806740276..000000000 --- a/javadoc/liquibase/package-tree.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -liquibase Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/package-use.html b/javadoc/liquibase/package-use.html deleted file mode 100644 index bb6858b36..000000000 --- a/javadoc/liquibase/package-use.html +++ /dev/null @@ -1,590 +0,0 @@ - - - - - - -Uses of Package liquibase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/ChangeLogParser.html b/javadoc/liquibase/parser/ChangeLogParser.html deleted file mode 100644 index 99f218e76..000000000 --- a/javadoc/liquibase/parser/ChangeLogParser.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -ChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Interface ChangeLogParser

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parse

          -
          DatabaseChangeLog parse(String physicalChangeLogLocation,
          -                        ChangeLogParameters changeLogParameters,
          -                        ResourceAccessor resourceAccessor)
          -                 throws ChangeLogParseException
          -
          Parses a Liquibase database changelog and returns the parsed form as an object.
          -
          -
          Parameters:
          -
          physicalChangeLogLocation - the physical location of the changelog. The exakt file formats and locations - where can load changelog files from depend on the implementations and capabilities of the implementing parsers.
          -
          changeLogParameters - parameters given by the end user that should be applied while parsing the changelog - (i.e. replacement of ${placeholders} inside the changelogs with user-defined content)
          -
          resourceAccessor - a Java resource accessor
          -
          Returns:
          -
          the parsed ChangeLog in object form
          -
          Throws:
          -
          ChangeLogParseException - if an error occurs during parsing of the ChangeLog
          -
          -
        • -
        - - - -
          -
        • -

          supports

          -
          boolean supports(String changeLogFile,
          -                 ResourceAccessor resourceAccessor)
          -
          Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
          -
          -
          Parameters:
          -
          changeLogFile - the location of the changelog file
          -
          resourceAccessor - the resource accessor
          -
          Returns:
          -
          true if the file format is supported, false if it is not.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/ChangeLogParserCofiguration.html b/javadoc/liquibase/parser/ChangeLogParserCofiguration.html deleted file mode 100644 index 9b95278fe..000000000 --- a/javadoc/liquibase/parser/ChangeLogParserCofiguration.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -ChangeLogParserCofiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Class ChangeLogParserCofiguration

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ChangeLogParserCofiguration

          -
          public ChangeLogParserCofiguration()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSupportPropertyEscaping

          -
          public boolean getSupportPropertyEscaping()
          -
        • -
        - - - - - - - -
          -
        • -

          getUseProcedureSchema

          -
          public boolean getUseProcedureSchema()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/ChangeLogParserFactory.html b/javadoc/liquibase/parser/ChangeLogParserFactory.html deleted file mode 100644 index 64517508c..000000000 --- a/javadoc/liquibase/parser/ChangeLogParserFactory.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -ChangeLogParserFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Class ChangeLogParserFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeLogParserFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/LiquibaseParser.html b/javadoc/liquibase/parser/LiquibaseParser.html deleted file mode 100644 index 1e32e78a4..000000000 --- a/javadoc/liquibase/parser/LiquibaseParser.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - -LiquibaseParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Interface LiquibaseParser

    -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/NamespaceDetails.html b/javadoc/liquibase/parser/NamespaceDetails.html deleted file mode 100644 index 3b22af85f..000000000 --- a/javadoc/liquibase/parser/NamespaceDetails.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -NamespaceDetails (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Interface NamespaceDetails

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/NamespaceDetailsFactory.html b/javadoc/liquibase/parser/NamespaceDetailsFactory.html deleted file mode 100644 index 7eca41d97..000000000 --- a/javadoc/liquibase/parser/NamespaceDetailsFactory.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - -NamespaceDetailsFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Class NamespaceDetailsFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class NamespaceDetailsFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/SnapshotParser.html b/javadoc/liquibase/parser/SnapshotParser.html deleted file mode 100644 index a787bf46e..000000000 --- a/javadoc/liquibase/parser/SnapshotParser.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -SnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Interface SnapshotParser

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/SnapshotParserFactory.html b/javadoc/liquibase/parser/SnapshotParserFactory.html deleted file mode 100644 index 446218667..000000000 --- a/javadoc/liquibase/parser/SnapshotParserFactory.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -SnapshotParserFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser
    -

    Class SnapshotParserFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SnapshotParserFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/ChangeLogParser.html b/javadoc/liquibase/parser/class-use/ChangeLogParser.html deleted file mode 100644 index bad56b271..000000000 --- a/javadoc/liquibase/parser/class-use/ChangeLogParser.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -Uses of Interface liquibase.parser.ChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.parser.ChangeLogParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/ChangeLogParserCofiguration.html b/javadoc/liquibase/parser/class-use/ChangeLogParserCofiguration.html deleted file mode 100644 index 7c869682f..000000000 --- a/javadoc/liquibase/parser/class-use/ChangeLogParserCofiguration.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.ChangeLogParserCofiguration (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.ChangeLogParserCofiguration

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/ChangeLogParserFactory.html b/javadoc/liquibase/parser/class-use/ChangeLogParserFactory.html deleted file mode 100644 index 02639afe6..000000000 --- a/javadoc/liquibase/parser/class-use/ChangeLogParserFactory.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.ChangeLogParserFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.ChangeLogParserFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/LiquibaseParser.html b/javadoc/liquibase/parser/class-use/LiquibaseParser.html deleted file mode 100644 index 5494789b0..000000000 --- a/javadoc/liquibase/parser/class-use/LiquibaseParser.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -Uses of Interface liquibase.parser.LiquibaseParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.parser.LiquibaseParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/NamespaceDetails.html b/javadoc/liquibase/parser/class-use/NamespaceDetails.html deleted file mode 100644 index dee43e379..000000000 --- a/javadoc/liquibase/parser/class-use/NamespaceDetails.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -Uses of Interface liquibase.parser.NamespaceDetails (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.parser.NamespaceDetails

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/NamespaceDetailsFactory.html b/javadoc/liquibase/parser/class-use/NamespaceDetailsFactory.html deleted file mode 100644 index 5dc6054bf..000000000 --- a/javadoc/liquibase/parser/class-use/NamespaceDetailsFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.NamespaceDetailsFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.NamespaceDetailsFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/SnapshotParser.html b/javadoc/liquibase/parser/class-use/SnapshotParser.html deleted file mode 100644 index 671d0001b..000000000 --- a/javadoc/liquibase/parser/class-use/SnapshotParser.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -Uses of Interface liquibase.parser.SnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.parser.SnapshotParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/class-use/SnapshotParserFactory.html b/javadoc/liquibase/parser/class-use/SnapshotParserFactory.html deleted file mode 100644 index 19cdec5b8..000000000 --- a/javadoc/liquibase/parser/class-use/SnapshotParserFactory.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.SnapshotParserFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.SnapshotParserFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/ParsedNode.html b/javadoc/liquibase/parser/core/ParsedNode.html deleted file mode 100644 index 238a5bbfe..000000000 --- a/javadoc/liquibase/parser/core/ParsedNode.html +++ /dev/null @@ -1,709 +0,0 @@ - - - - - - -ParsedNode (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core
    -

    Class ParsedNode

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ParsedNode
      -extends Object
      -
      Acts as a standard abstract syntax layer for changelogs defined in different formats. - ChangeLogParser implementations and other classes that work with multiple formats can create objects - directs or create instances of this class which can then be passed to the load() method of the object they want to configure. - For example, LiquibaseSerializable.load(ParsedNode, liquibase.resource.ResourceAccessor). -

      - ParsedNodes are a simple key/value structure with the following characteristics: -

        -
      • Keys include a namespace as well as the node name
      • -
      • There can be multiple children nodes with the same node namespace+name
      • -
      • There is an unkeyed "value" object in addition to the children nodes
      • -
      • The value node cannot be a ParsedNode. If you attempt to set value to be or contain a ParsedNode it will actually be set as a child
      • -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/ParsedNodeException.html b/javadoc/liquibase/parser/core/ParsedNodeException.html deleted file mode 100644 index bf836d0a8..000000000 --- a/javadoc/liquibase/parser/core/ParsedNodeException.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -ParsedNodeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core
    -

    Class ParsedNodeException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ParsedNodeException

          -
          public ParsedNodeException(String message)
          -
        • -
        - - - -
          -
        • -

          ParsedNodeException

          -
          public ParsedNodeException(String message,
          -                           Throwable cause)
          -
        • -
        - - - -
          -
        • -

          ParsedNodeException

          -
          public ParsedNodeException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/class-use/ParsedNode.html b/javadoc/liquibase/parser/core/class-use/ParsedNode.html deleted file mode 100644 index 82657a92d..000000000 --- a/javadoc/liquibase/parser/core/class-use/ParsedNode.html +++ /dev/null @@ -1,781 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.ParsedNode (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.ParsedNode

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/class-use/ParsedNodeException.html b/javadoc/liquibase/parser/core/class-use/ParsedNodeException.html deleted file mode 100644 index a75eb2373..000000000 --- a/javadoc/liquibase/parser/core/class-use/ParsedNodeException.html +++ /dev/null @@ -1,650 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.ParsedNodeException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.ParsedNodeException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.html b/javadoc/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.html deleted file mode 100644 index 43281a8d5..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -FormattedSqlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.formattedsql
    -

    Class FormattedSqlChangeLogParser

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FormattedSqlChangeLogParser

          -
          public FormattedSqlChangeLogParser()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          supports

          -
          public boolean supports(String changeLogFile,
          -                        ResourceAccessor resourceAccessor)
          -
          Description copied from interface: ChangeLogParser
          -
          Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
          -
          -
          Specified by:
          -
          supports in interface ChangeLogParser
          -
          Parameters:
          -
          changeLogFile - the location of the changelog file
          -
          resourceAccessor - the resource accessor
          -
          Returns:
          -
          true if the file format is supported, false if it is not.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          parse

          -
          public DatabaseChangeLog parse(String physicalChangeLogLocation,
          -                               ChangeLogParameters changeLogParameters,
          -                               ResourceAccessor resourceAccessor)
          -                        throws ChangeLogParseException
          -
          Description copied from interface: ChangeLogParser
          -
          Parses a Liquibase database changelog and returns the parsed form as an object.
          -
          -
          Specified by:
          -
          parse in interface ChangeLogParser
          -
          Parameters:
          -
          physicalChangeLogLocation - the physical location of the changelog. The exakt file formats and locations - where can load changelog files from depend on the implementations and capabilities of the implementing parsers.
          -
          changeLogParameters - parameters given by the end user that should be applied while parsing the changelog - (i.e. replacement of ${placeholders} inside the changelogs with user-defined content)
          -
          resourceAccessor - a Java resource accessor
          -
          Returns:
          -
          the parsed ChangeLog in object form
          -
          Throws:
          -
          ChangeLogParseException - if an error occurs during parsing of the ChangeLog
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/formattedsql/class-use/FormattedSqlChangeLogParser.html b/javadoc/liquibase/parser/core/formattedsql/class-use/FormattedSqlChangeLogParser.html deleted file mode 100644 index 33cf0e702..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/class-use/FormattedSqlChangeLogParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser

    -
    -
    No usage of liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/formattedsql/package-frame.html b/javadoc/liquibase/parser/core/formattedsql/package-frame.html deleted file mode 100644 index a4d366493..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.parser.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core.formattedsql

    - - - diff --git a/javadoc/liquibase/parser/core/formattedsql/package-summary.html b/javadoc/liquibase/parser/core/formattedsql/package-summary.html deleted file mode 100644 index daa95fb5e..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.parser.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core.formattedsql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/formattedsql/package-tree.html b/javadoc/liquibase/parser/core/formattedsql/package-tree.html deleted file mode 100644 index 221a50692..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.parser.core.formattedsql Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core.formattedsql

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/formattedsql/package-use.html b/javadoc/liquibase/parser/core/formattedsql/package-use.html deleted file mode 100644 index 5a14886bc..000000000 --- a/javadoc/liquibase/parser/core/formattedsql/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core.formattedsql

    -
    -
    No usage of liquibase.parser.core.formattedsql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/JsonChangeLogParser.html b/javadoc/liquibase/parser/core/json/JsonChangeLogParser.html deleted file mode 100644 index cf67e5f36..000000000 --- a/javadoc/liquibase/parser/core/json/JsonChangeLogParser.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - -JsonChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.json
    -

    Class JsonChangeLogParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JsonChangeLogParser

          -
          public JsonChangeLogParser()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/JsonSnapshotParser.html b/javadoc/liquibase/parser/core/json/JsonSnapshotParser.html deleted file mode 100644 index e9251fb5e..000000000 --- a/javadoc/liquibase/parser/core/json/JsonSnapshotParser.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - -JsonSnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.json
    -

    Class JsonSnapshotParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JsonSnapshotParser

          -
          public JsonSnapshotParser()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/class-use/JsonChangeLogParser.html b/javadoc/liquibase/parser/core/json/class-use/JsonChangeLogParser.html deleted file mode 100644 index 83cb84cbf..000000000 --- a/javadoc/liquibase/parser/core/json/class-use/JsonChangeLogParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.json.JsonChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.json.JsonChangeLogParser

    -
    -
    No usage of liquibase.parser.core.json.JsonChangeLogParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/class-use/JsonSnapshotParser.html b/javadoc/liquibase/parser/core/json/class-use/JsonSnapshotParser.html deleted file mode 100644 index 9d7f017a3..000000000 --- a/javadoc/liquibase/parser/core/json/class-use/JsonSnapshotParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.json.JsonSnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.json.JsonSnapshotParser

    -
    -
    No usage of liquibase.parser.core.json.JsonSnapshotParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/package-frame.html b/javadoc/liquibase/parser/core/json/package-frame.html deleted file mode 100644 index dd2c17981..000000000 --- a/javadoc/liquibase/parser/core/json/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.parser.core.json (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core.json

    - - - diff --git a/javadoc/liquibase/parser/core/json/package-summary.html b/javadoc/liquibase/parser/core/json/package-summary.html deleted file mode 100644 index eab13a121..000000000 --- a/javadoc/liquibase/parser/core/json/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.parser.core.json (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core.json

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/package-tree.html b/javadoc/liquibase/parser/core/json/package-tree.html deleted file mode 100644 index 15adc3e0d..000000000 --- a/javadoc/liquibase/parser/core/json/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.parser.core.json Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core.json

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/json/package-use.html b/javadoc/liquibase/parser/core/json/package-use.html deleted file mode 100644 index 181ced579..000000000 --- a/javadoc/liquibase/parser/core/json/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core.json (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core.json

    -
    -
    No usage of liquibase.parser.core.json
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/package-frame.html b/javadoc/liquibase/parser/core/package-frame.html deleted file mode 100644 index bfb1e3bf8..000000000 --- a/javadoc/liquibase/parser/core/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -liquibase.parser.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/javadoc/liquibase/parser/core/package-summary.html b/javadoc/liquibase/parser/core/package-summary.html deleted file mode 100644 index 8460eef44..000000000 --- a/javadoc/liquibase/parser/core/package-summary.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -liquibase.parser.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      ParsedNode -
      Acts as a standard abstract syntax layer for changelogs defined in different formats.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      ParsedNodeException 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/package-tree.html b/javadoc/liquibase/parser/core/package-tree.html deleted file mode 100644 index d2c9e4db3..000000000 --- a/javadoc/liquibase/parser/core/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.parser.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/package-use.html b/javadoc/liquibase/parser/core/package-use.html deleted file mode 100644 index a923491ac..000000000 --- a/javadoc/liquibase/parser/core/package-use.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/sql/SqlChangeLogParser.html b/javadoc/liquibase/parser/core/sql/SqlChangeLogParser.html deleted file mode 100644 index 9524a33d7..000000000 --- a/javadoc/liquibase/parser/core/sql/SqlChangeLogParser.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - -SqlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.sql
    -

    Class SqlChangeLogParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SqlChangeLogParser

          -
          public SqlChangeLogParser()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          supports

          -
          public boolean supports(String changeLogFile,
          -                        ResourceAccessor resourceAccessor)
          -
          Description copied from interface: ChangeLogParser
          -
          Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
          -
          -
          Specified by:
          -
          supports in interface ChangeLogParser
          -
          Parameters:
          -
          changeLogFile - the location of the changelog file
          -
          resourceAccessor - the resource accessor
          -
          Returns:
          -
          true if the file format is supported, false if it is not.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          parse

          -
          public DatabaseChangeLog parse(String physicalChangeLogLocation,
          -                               ChangeLogParameters changeLogParameters,
          -                               ResourceAccessor resourceAccessor)
          -                        throws ChangeLogParseException
          -
          Description copied from interface: ChangeLogParser
          -
          Parses a Liquibase database changelog and returns the parsed form as an object.
          -
          -
          Specified by:
          -
          parse in interface ChangeLogParser
          -
          Parameters:
          -
          physicalChangeLogLocation - the physical location of the changelog. The exakt file formats and locations - where can load changelog files from depend on the implementations and capabilities of the implementing parsers.
          -
          changeLogParameters - parameters given by the end user that should be applied while parsing the changelog - (i.e. replacement of ${placeholders} inside the changelogs with user-defined content)
          -
          resourceAccessor - a Java resource accessor
          -
          Returns:
          -
          the parsed ChangeLog in object form
          -
          Throws:
          -
          ChangeLogParseException - if an error occurs during parsing of the ChangeLog
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/sql/class-use/SqlChangeLogParser.html b/javadoc/liquibase/parser/core/sql/class-use/SqlChangeLogParser.html deleted file mode 100644 index d5e45297f..000000000 --- a/javadoc/liquibase/parser/core/sql/class-use/SqlChangeLogParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.sql.SqlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.sql.SqlChangeLogParser

    -
    -
    No usage of liquibase.parser.core.sql.SqlChangeLogParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/sql/package-frame.html b/javadoc/liquibase/parser/core/sql/package-frame.html deleted file mode 100644 index a0353e597..000000000 --- a/javadoc/liquibase/parser/core/sql/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.parser.core.sql (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core.sql

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/parser/core/sql/package-summary.html b/javadoc/liquibase/parser/core/sql/package-summary.html deleted file mode 100644 index b8d60b5ac..000000000 --- a/javadoc/liquibase/parser/core/sql/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.parser.core.sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core.sql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/sql/package-tree.html b/javadoc/liquibase/parser/core/sql/package-tree.html deleted file mode 100644 index f045acb7b..000000000 --- a/javadoc/liquibase/parser/core/sql/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.parser.core.sql Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core.sql

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/sql/package-use.html b/javadoc/liquibase/parser/core/sql/package-use.html deleted file mode 100644 index 1b24c59c8..000000000 --- a/javadoc/liquibase/parser/core/sql/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core.sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core.sql

    -
    -
    No usage of liquibase.parser.core.sql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/AbstractChangeLogParser.html b/javadoc/liquibase/parser/core/xml/AbstractChangeLogParser.html deleted file mode 100644 index 8f92eb1a0..000000000 --- a/javadoc/liquibase/parser/core/xml/AbstractChangeLogParser.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -AbstractChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class AbstractChangeLogParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractChangeLogParser

          -
          public AbstractChangeLogParser()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parse

          -
          public DatabaseChangeLog parse(String physicalChangeLogLocation,
          -                               ChangeLogParameters changeLogParameters,
          -                               ResourceAccessor resourceAccessor)
          -                        throws ChangeLogParseException
          -
          Description copied from interface: ChangeLogParser
          -
          Parses a Liquibase database changelog and returns the parsed form as an object.
          -
          -
          Specified by:
          -
          parse in interface ChangeLogParser
          -
          Parameters:
          -
          physicalChangeLogLocation - the physical location of the changelog. The exakt file formats and locations - where can load changelog files from depend on the implementations and capabilities of the implementing parsers.
          -
          changeLogParameters - parameters given by the end user that should be applied while parsing the changelog - (i.e. replacement of ${placeholders} inside the changelogs with user-defined content)
          -
          resourceAccessor - a Java resource accessor
          -
          Returns:
          -
          the parsed ChangeLog in object form
          -
          Throws:
          -
          ChangeLogParseException - if an error occurs during parsing of the ChangeLog
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/ClassLoaderXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/ClassLoaderXsdStreamResolver.html deleted file mode 100644 index 45ca56175..000000000 --- a/javadoc/liquibase/parser/core/xml/ClassLoaderXsdStreamResolver.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -ClassLoaderXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class ClassLoaderXsdStreamResolver

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/ContextClassLoaderXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/ContextClassLoaderXsdStreamResolver.html deleted file mode 100644 index c01558f26..000000000 --- a/javadoc/liquibase/parser/core/xml/ContextClassLoaderXsdStreamResolver.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -ContextClassLoaderXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class ContextClassLoaderXsdStreamResolver

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ContextClassLoaderXsdStreamResolver
      -extends XsdStreamResolver
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/LiquibaseEntityResolver.html b/javadoc/liquibase/parser/core/xml/LiquibaseEntityResolver.html deleted file mode 100644 index ec660120f..000000000 --- a/javadoc/liquibase/parser/core/xml/LiquibaseEntityResolver.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -LiquibaseEntityResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class LiquibaseEntityResolver

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      EntityResolver, EntityResolver2
      -
      -
      -
      -
      public class LiquibaseEntityResolver
      -extends Object
      -implements EntityResolver2
      -
      Finds the Liquibase schema from the classpath rather than fetching it over the Internet. - Also resolve external entities using a resourceAccessor if it's provided
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/ResourceAccessorXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/ResourceAccessorXsdStreamResolver.html deleted file mode 100644 index 6a6b6393b..000000000 --- a/javadoc/liquibase/parser/core/xml/ResourceAccessorXsdStreamResolver.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -ResourceAccessorXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class ResourceAccessorXsdStreamResolver

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ResourceAccessorXsdStreamResolver
      -extends XsdStreamResolver
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/StandardNamespaceDetails.html b/javadoc/liquibase/parser/core/xml/StandardNamespaceDetails.html deleted file mode 100644 index 9f5e7bc88..000000000 --- a/javadoc/liquibase/parser/core/xml/StandardNamespaceDetails.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - -StandardNamespaceDetails (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class StandardNamespaceDetails

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.parser.core.xml.StandardNamespaceDetails
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/XMLChangeLogSAXParser.html b/javadoc/liquibase/parser/core/xml/XMLChangeLogSAXParser.html deleted file mode 100644 index 2c1514785..000000000 --- a/javadoc/liquibase/parser/core/xml/XMLChangeLogSAXParser.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - -XMLChangeLogSAXParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class XMLChangeLogSAXParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XMLChangeLogSAXParser

          -
          public XMLChangeLogSAXParser()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/XsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/XsdStreamResolver.html deleted file mode 100644 index 8fbc19ebd..000000000 --- a/javadoc/liquibase/parser/core/xml/XsdStreamResolver.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -XsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.xml
    -

    Class XsdStreamResolver

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XsdStreamResolver

          -
          public XsdStreamResolver()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/AbstractChangeLogParser.html b/javadoc/liquibase/parser/core/xml/class-use/AbstractChangeLogParser.html deleted file mode 100644 index c282108ca..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/AbstractChangeLogParser.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.AbstractChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.AbstractChangeLogParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/ClassLoaderXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/class-use/ClassLoaderXsdStreamResolver.html deleted file mode 100644 index 4eaa86376..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/ClassLoaderXsdStreamResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.ClassLoaderXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.ClassLoaderXsdStreamResolver

    -
    -
    No usage of liquibase.parser.core.xml.ClassLoaderXsdStreamResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/ContextClassLoaderXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/class-use/ContextClassLoaderXsdStreamResolver.html deleted file mode 100644 index 684c67b8c..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/ContextClassLoaderXsdStreamResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.ContextClassLoaderXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.ContextClassLoaderXsdStreamResolver

    -
    -
    No usage of liquibase.parser.core.xml.ContextClassLoaderXsdStreamResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/LiquibaseEntityResolver.html b/javadoc/liquibase/parser/core/xml/class-use/LiquibaseEntityResolver.html deleted file mode 100644 index fc7975b1d..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/LiquibaseEntityResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.LiquibaseEntityResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.LiquibaseEntityResolver

    -
    -
    No usage of liquibase.parser.core.xml.LiquibaseEntityResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/ResourceAccessorXsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/class-use/ResourceAccessorXsdStreamResolver.html deleted file mode 100644 index f7857dcd2..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/ResourceAccessorXsdStreamResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.ResourceAccessorXsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.ResourceAccessorXsdStreamResolver

    -
    -
    No usage of liquibase.parser.core.xml.ResourceAccessorXsdStreamResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/StandardNamespaceDetails.html b/javadoc/liquibase/parser/core/xml/class-use/StandardNamespaceDetails.html deleted file mode 100644 index 2c1fd41c7..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/StandardNamespaceDetails.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.StandardNamespaceDetails (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.StandardNamespaceDetails

    -
    -
    No usage of liquibase.parser.core.xml.StandardNamespaceDetails
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/XMLChangeLogSAXParser.html b/javadoc/liquibase/parser/core/xml/class-use/XMLChangeLogSAXParser.html deleted file mode 100644 index 690674495..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/XMLChangeLogSAXParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.XMLChangeLogSAXParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.XMLChangeLogSAXParser

    -
    -
    No usage of liquibase.parser.core.xml.XMLChangeLogSAXParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/class-use/XsdStreamResolver.html b/javadoc/liquibase/parser/core/xml/class-use/XsdStreamResolver.html deleted file mode 100644 index c8b7434aa..000000000 --- a/javadoc/liquibase/parser/core/xml/class-use/XsdStreamResolver.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.xml.XsdStreamResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.xml.XsdStreamResolver

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/package-frame.html b/javadoc/liquibase/parser/core/xml/package-frame.html deleted file mode 100644 index 2bc2dba65..000000000 --- a/javadoc/liquibase/parser/core/xml/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -liquibase.parser.core.xml (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core.xml

    - - - diff --git a/javadoc/liquibase/parser/core/xml/package-summary.html b/javadoc/liquibase/parser/core/xml/package-summary.html deleted file mode 100644 index bc4e0b35a..000000000 --- a/javadoc/liquibase/parser/core/xml/package-summary.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -liquibase.parser.core.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core.xml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/package-tree.html b/javadoc/liquibase/parser/core/xml/package-tree.html deleted file mode 100644 index 7aa10bc51..000000000 --- a/javadoc/liquibase/parser/core/xml/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.parser.core.xml Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core.xml

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/xml/package-use.html b/javadoc/liquibase/parser/core/xml/package-use.html deleted file mode 100644 index fc1e39033..000000000 --- a/javadoc/liquibase/parser/core/xml/package-use.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core.xml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/YamlChangeLogParser.html b/javadoc/liquibase/parser/core/yaml/YamlChangeLogParser.html deleted file mode 100644 index 296b37999..000000000 --- a/javadoc/liquibase/parser/core/yaml/YamlChangeLogParser.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -YamlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.yaml
    -

    Class YamlChangeLogParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          YamlChangeLogParser

          -
          public YamlChangeLogParser()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parse

          -
          public DatabaseChangeLog parse(String physicalChangeLogLocation,
          -                               ChangeLogParameters changeLogParameters,
          -                               ResourceAccessor resourceAccessor)
          -                        throws ChangeLogParseException
          -
          Description copied from interface: ChangeLogParser
          -
          Parses a Liquibase database changelog and returns the parsed form as an object.
          -
          -
          Specified by:
          -
          parse in interface ChangeLogParser
          -
          Parameters:
          -
          physicalChangeLogLocation - the physical location of the changelog. The exakt file formats and locations - where can load changelog files from depend on the implementations and capabilities of the implementing parsers.
          -
          changeLogParameters - parameters given by the end user that should be applied while parsing the changelog - (i.e. replacement of ${placeholders} inside the changelogs with user-defined content)
          -
          resourceAccessor - a Java resource accessor
          -
          Returns:
          -
          the parsed ChangeLog in object form
          -
          Throws:
          -
          ChangeLogParseException - if an error occurs during parsing of the ChangeLog
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/YamlParser.html b/javadoc/liquibase/parser/core/yaml/YamlParser.html deleted file mode 100644 index 29643e983..000000000 --- a/javadoc/liquibase/parser/core/yaml/YamlParser.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -YamlParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.yaml
    -

    Class YamlParser

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          YamlParser

          -
          public YamlParser()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/YamlSnapshotParser.html b/javadoc/liquibase/parser/core/yaml/YamlSnapshotParser.html deleted file mode 100644 index d7f90ad55..000000000 --- a/javadoc/liquibase/parser/core/yaml/YamlSnapshotParser.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -YamlSnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.parser.core.yaml
    -

    Class YamlSnapshotParser

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/class-use/YamlChangeLogParser.html b/javadoc/liquibase/parser/core/yaml/class-use/YamlChangeLogParser.html deleted file mode 100644 index f474cd2db..000000000 --- a/javadoc/liquibase/parser/core/yaml/class-use/YamlChangeLogParser.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.yaml.YamlChangeLogParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.yaml.YamlChangeLogParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/class-use/YamlParser.html b/javadoc/liquibase/parser/core/yaml/class-use/YamlParser.html deleted file mode 100644 index f4ea5e01a..000000000 --- a/javadoc/liquibase/parser/core/yaml/class-use/YamlParser.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.yaml.YamlParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.yaml.YamlParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/class-use/YamlSnapshotParser.html b/javadoc/liquibase/parser/core/yaml/class-use/YamlSnapshotParser.html deleted file mode 100644 index 48b7b41bb..000000000 --- a/javadoc/liquibase/parser/core/yaml/class-use/YamlSnapshotParser.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.parser.core.yaml.YamlSnapshotParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.parser.core.yaml.YamlSnapshotParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/package-frame.html b/javadoc/liquibase/parser/core/yaml/package-frame.html deleted file mode 100644 index 2491ad63b..000000000 --- a/javadoc/liquibase/parser/core/yaml/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -liquibase.parser.core.yaml (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser.core.yaml

    - - - diff --git a/javadoc/liquibase/parser/core/yaml/package-summary.html b/javadoc/liquibase/parser/core/yaml/package-summary.html deleted file mode 100644 index f45c3bfdb..000000000 --- a/javadoc/liquibase/parser/core/yaml/package-summary.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.parser.core.yaml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser.core.yaml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/package-tree.html b/javadoc/liquibase/parser/core/yaml/package-tree.html deleted file mode 100644 index 1f1753769..000000000 --- a/javadoc/liquibase/parser/core/yaml/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.parser.core.yaml Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser.core.yaml

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/core/yaml/package-use.html b/javadoc/liquibase/parser/core/yaml/package-use.html deleted file mode 100644 index 00511e005..000000000 --- a/javadoc/liquibase/parser/core/yaml/package-use.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Package liquibase.parser.core.yaml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser.core.yaml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/package-frame.html b/javadoc/liquibase/parser/package-frame.html deleted file mode 100644 index 91fefcb8c..000000000 --- a/javadoc/liquibase/parser/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - -liquibase.parser (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.parser

    - - - diff --git a/javadoc/liquibase/parser/package-summary.html b/javadoc/liquibase/parser/package-summary.html deleted file mode 100644 index a0ad10784..000000000 --- a/javadoc/liquibase/parser/package-summary.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -liquibase.parser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.parser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/package-tree.html b/javadoc/liquibase/parser/package-tree.html deleted file mode 100644 index d5d5efdd0..000000000 --- a/javadoc/liquibase/parser/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -liquibase.parser Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.parser

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/parser/package-use.html b/javadoc/liquibase/parser/package-use.html deleted file mode 100644 index 5bebd97d5..000000000 --- a/javadoc/liquibase/parser/package-use.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -Uses of Package liquibase.parser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.parser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/AbstractPrecondition.html b/javadoc/liquibase/precondition/AbstractPrecondition.html deleted file mode 100644 index e69c6b122..000000000 --- a/javadoc/liquibase/precondition/AbstractPrecondition.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -AbstractPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class AbstractPrecondition

    -
    -
    - - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/Conditional.html b/javadoc/liquibase/precondition/Conditional.html deleted file mode 100644 index fa901b311..000000000 --- a/javadoc/liquibase/precondition/Conditional.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - -Conditional (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Interface Conditional

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/CustomPrecondition.html b/javadoc/liquibase/precondition/CustomPrecondition.html deleted file mode 100644 index 9b5c56de8..000000000 --- a/javadoc/liquibase/precondition/CustomPrecondition.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -CustomPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Interface CustomPrecondition

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface CustomPrecondition
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/CustomPreconditionWrapper.html b/javadoc/liquibase/precondition/CustomPreconditionWrapper.html deleted file mode 100644 index 180144ccf..000000000 --- a/javadoc/liquibase/precondition/CustomPreconditionWrapper.html +++ /dev/null @@ -1,539 +0,0 @@ - - - - - - -CustomPreconditionWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class CustomPreconditionWrapper

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/ErrorPrecondition.html b/javadoc/liquibase/precondition/ErrorPrecondition.html deleted file mode 100644 index 59e5235ab..000000000 --- a/javadoc/liquibase/precondition/ErrorPrecondition.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -ErrorPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class ErrorPrecondition

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ErrorPrecondition
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/FailedPrecondition.html b/javadoc/liquibase/precondition/FailedPrecondition.html deleted file mode 100644 index 8805b4e5a..000000000 --- a/javadoc/liquibase/precondition/FailedPrecondition.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -FailedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class FailedPrecondition

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class FailedPrecondition
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/Precondition.html b/javadoc/liquibase/precondition/Precondition.html deleted file mode 100644 index f3f5e5b90..000000000 --- a/javadoc/liquibase/precondition/Precondition.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -Precondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Interface Precondition

    -
    -
    - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/PreconditionFactory.html b/javadoc/liquibase/precondition/PreconditionFactory.html deleted file mode 100644 index 05edda474..000000000 --- a/javadoc/liquibase/precondition/PreconditionFactory.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -PreconditionFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class PreconditionFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PreconditionFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/PreconditionLogic.html b/javadoc/liquibase/precondition/PreconditionLogic.html deleted file mode 100644 index 8becacc7a..000000000 --- a/javadoc/liquibase/precondition/PreconditionLogic.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -PreconditionLogic (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition
    -

    Class PreconditionLogic

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/AbstractPrecondition.html b/javadoc/liquibase/precondition/class-use/AbstractPrecondition.html deleted file mode 100644 index cc568f4ae..000000000 --- a/javadoc/liquibase/precondition/class-use/AbstractPrecondition.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.AbstractPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.AbstractPrecondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/Conditional.html b/javadoc/liquibase/precondition/class-use/Conditional.html deleted file mode 100644 index 9aedd9e6c..000000000 --- a/javadoc/liquibase/precondition/class-use/Conditional.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Interface liquibase.precondition.Conditional (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.precondition.Conditional

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/CustomPrecondition.html b/javadoc/liquibase/precondition/class-use/CustomPrecondition.html deleted file mode 100644 index be3c6b415..000000000 --- a/javadoc/liquibase/precondition/class-use/CustomPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.precondition.CustomPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.precondition.CustomPrecondition

    -
    -
    No usage of liquibase.precondition.CustomPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/CustomPreconditionWrapper.html b/javadoc/liquibase/precondition/class-use/CustomPreconditionWrapper.html deleted file mode 100644 index 3c95e27d1..000000000 --- a/javadoc/liquibase/precondition/class-use/CustomPreconditionWrapper.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.CustomPreconditionWrapper (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.CustomPreconditionWrapper

    -
    -
    No usage of liquibase.precondition.CustomPreconditionWrapper
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/ErrorPrecondition.html b/javadoc/liquibase/precondition/class-use/ErrorPrecondition.html deleted file mode 100644 index 4a8a4543d..000000000 --- a/javadoc/liquibase/precondition/class-use/ErrorPrecondition.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.ErrorPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.ErrorPrecondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/FailedPrecondition.html b/javadoc/liquibase/precondition/class-use/FailedPrecondition.html deleted file mode 100644 index 7824f0c09..000000000 --- a/javadoc/liquibase/precondition/class-use/FailedPrecondition.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.FailedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.FailedPrecondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/Precondition.html b/javadoc/liquibase/precondition/class-use/Precondition.html deleted file mode 100644 index 1cdfe1980..000000000 --- a/javadoc/liquibase/precondition/class-use/Precondition.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -Uses of Interface liquibase.precondition.Precondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.precondition.Precondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/PreconditionFactory.html b/javadoc/liquibase/precondition/class-use/PreconditionFactory.html deleted file mode 100644 index f11f2e5bf..000000000 --- a/javadoc/liquibase/precondition/class-use/PreconditionFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.PreconditionFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.PreconditionFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/class-use/PreconditionLogic.html b/javadoc/liquibase/precondition/class-use/PreconditionLogic.html deleted file mode 100644 index 826c0d0ca..000000000 --- a/javadoc/liquibase/precondition/class-use/PreconditionLogic.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.PreconditionLogic (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.PreconditionLogic

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/AndPrecondition.html b/javadoc/liquibase/precondition/core/AndPrecondition.html deleted file mode 100644 index 6244344d8..000000000 --- a/javadoc/liquibase/precondition/core/AndPrecondition.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -AndPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class AndPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ChangeLogPropertyDefinedPrecondition.html b/javadoc/liquibase/precondition/core/ChangeLogPropertyDefinedPrecondition.html deleted file mode 100644 index 870c9e0a8..000000000 --- a/javadoc/liquibase/precondition/core/ChangeLogPropertyDefinedPrecondition.html +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - -ChangeLogPropertyDefinedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ChangeLogPropertyDefinedPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ChangeSetExecutedPrecondition.html b/javadoc/liquibase/precondition/core/ChangeSetExecutedPrecondition.html deleted file mode 100644 index 5fd54fa15..000000000 --- a/javadoc/liquibase/precondition/core/ChangeSetExecutedPrecondition.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - -ChangeSetExecutedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ChangeSetExecutedPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ColumnExistsPrecondition.html b/javadoc/liquibase/precondition/core/ColumnExistsPrecondition.html deleted file mode 100644 index f1e18ed13..000000000 --- a/javadoc/liquibase/precondition/core/ColumnExistsPrecondition.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - - -ColumnExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ColumnExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/DBMSPrecondition.html b/javadoc/liquibase/precondition/core/DBMSPrecondition.html deleted file mode 100644 index 5034d1c6d..000000000 --- a/javadoc/liquibase/precondition/core/DBMSPrecondition.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - -DBMSPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class DBMSPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ForeignKeyExistsPrecondition.html b/javadoc/liquibase/precondition/core/ForeignKeyExistsPrecondition.html deleted file mode 100644 index c30c8dbd8..000000000 --- a/javadoc/liquibase/precondition/core/ForeignKeyExistsPrecondition.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - - -ForeignKeyExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ForeignKeyExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/IndexExistsPrecondition.html b/javadoc/liquibase/precondition/core/IndexExistsPrecondition.html deleted file mode 100644 index f9bb296f3..000000000 --- a/javadoc/liquibase/precondition/core/IndexExistsPrecondition.html +++ /dev/null @@ -1,557 +0,0 @@ - - - - - - -IndexExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class IndexExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/NotPrecondition.html b/javadoc/liquibase/precondition/core/NotPrecondition.html deleted file mode 100644 index 554a018fc..000000000 --- a/javadoc/liquibase/precondition/core/NotPrecondition.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - -NotPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class NotPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ObjectQuotingStrategyPrecondition.html b/javadoc/liquibase/precondition/core/ObjectQuotingStrategyPrecondition.html deleted file mode 100644 index f7d6610ba..000000000 --- a/javadoc/liquibase/precondition/core/ObjectQuotingStrategyPrecondition.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - -ObjectQuotingStrategyPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ObjectQuotingStrategyPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/OrPrecondition.html b/javadoc/liquibase/precondition/core/OrPrecondition.html deleted file mode 100644 index 53e6cbd75..000000000 --- a/javadoc/liquibase/precondition/core/OrPrecondition.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - -OrPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class OrPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/PreconditionContainer.ErrorOption.html b/javadoc/liquibase/precondition/core/PreconditionContainer.ErrorOption.html deleted file mode 100644 index fb455a299..000000000 --- a/javadoc/liquibase/precondition/core/PreconditionContainer.ErrorOption.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -PreconditionContainer.ErrorOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Enum PreconditionContainer.ErrorOption

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/PreconditionContainer.FailOption.html b/javadoc/liquibase/precondition/core/PreconditionContainer.FailOption.html deleted file mode 100644 index f243a49eb..000000000 --- a/javadoc/liquibase/precondition/core/PreconditionContainer.FailOption.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -PreconditionContainer.FailOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Enum PreconditionContainer.FailOption

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/PreconditionContainer.OnSqlOutputOption.html b/javadoc/liquibase/precondition/core/PreconditionContainer.OnSqlOutputOption.html deleted file mode 100644 index e2039a6c6..000000000 --- a/javadoc/liquibase/precondition/core/PreconditionContainer.OnSqlOutputOption.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - -PreconditionContainer.OnSqlOutputOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Enum PreconditionContainer.OnSqlOutputOption

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/PreconditionContainer.html b/javadoc/liquibase/precondition/core/PreconditionContainer.html deleted file mode 100644 index a02f87d89..000000000 --- a/javadoc/liquibase/precondition/core/PreconditionContainer.html +++ /dev/null @@ -1,632 +0,0 @@ - - - - - - -PreconditionContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class PreconditionContainer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/PrimaryKeyExistsPrecondition.html b/javadoc/liquibase/precondition/core/PrimaryKeyExistsPrecondition.html deleted file mode 100644 index 6ef5705c5..000000000 --- a/javadoc/liquibase/precondition/core/PrimaryKeyExistsPrecondition.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - - -PrimaryKeyExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class PrimaryKeyExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/RowCountPrecondition.html b/javadoc/liquibase/precondition/core/RowCountPrecondition.html deleted file mode 100644 index 4c26e5655..000000000 --- a/javadoc/liquibase/precondition/core/RowCountPrecondition.html +++ /dev/null @@ -1,531 +0,0 @@ - - - - - - -RowCountPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class RowCountPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/RunningAsPrecondition.html b/javadoc/liquibase/precondition/core/RunningAsPrecondition.html deleted file mode 100644 index eaf5167a3..000000000 --- a/javadoc/liquibase/precondition/core/RunningAsPrecondition.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - -RunningAsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class RunningAsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/SequenceExistsPrecondition.html b/javadoc/liquibase/precondition/core/SequenceExistsPrecondition.html deleted file mode 100644 index b91a47aa5..000000000 --- a/javadoc/liquibase/precondition/core/SequenceExistsPrecondition.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - -SequenceExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class SequenceExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/SqlPrecondition.html b/javadoc/liquibase/precondition/core/SqlPrecondition.html deleted file mode 100644 index d25655ebb..000000000 --- a/javadoc/liquibase/precondition/core/SqlPrecondition.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - -SqlPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class SqlPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/TableExistsPrecondition.html b/javadoc/liquibase/precondition/core/TableExistsPrecondition.html deleted file mode 100644 index ec2f7f2fe..000000000 --- a/javadoc/liquibase/precondition/core/TableExistsPrecondition.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - -TableExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class TableExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/TableIsEmptyPrecondition.html b/javadoc/liquibase/precondition/core/TableIsEmptyPrecondition.html deleted file mode 100644 index 3da157682..000000000 --- a/javadoc/liquibase/precondition/core/TableIsEmptyPrecondition.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -TableIsEmptyPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class TableIsEmptyPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/ViewExistsPrecondition.html b/javadoc/liquibase/precondition/core/ViewExistsPrecondition.html deleted file mode 100644 index de3eeaaf4..000000000 --- a/javadoc/liquibase/precondition/core/ViewExistsPrecondition.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - -ViewExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.precondition.core
    -

    Class ViewExistsPrecondition

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/AndPrecondition.html b/javadoc/liquibase/precondition/core/class-use/AndPrecondition.html deleted file mode 100644 index e88207b68..000000000 --- a/javadoc/liquibase/precondition/core/class-use/AndPrecondition.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.AndPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.AndPrecondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ChangeLogPropertyDefinedPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ChangeLogPropertyDefinedPrecondition.html deleted file mode 100644 index 50e8bf3d8..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ChangeLogPropertyDefinedPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition

    -
    -
    No usage of liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ChangeSetExecutedPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ChangeSetExecutedPrecondition.html deleted file mode 100644 index e56e3726e..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ChangeSetExecutedPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ChangeSetExecutedPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ChangeSetExecutedPrecondition

    -
    -
    No usage of liquibase.precondition.core.ChangeSetExecutedPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ColumnExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ColumnExistsPrecondition.html deleted file mode 100644 index 064ba31aa..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ColumnExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ColumnExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ColumnExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.ColumnExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/DBMSPrecondition.html b/javadoc/liquibase/precondition/core/class-use/DBMSPrecondition.html deleted file mode 100644 index 8ea48e3a4..000000000 --- a/javadoc/liquibase/precondition/core/class-use/DBMSPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.DBMSPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.DBMSPrecondition

    -
    -
    No usage of liquibase.precondition.core.DBMSPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ForeignKeyExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ForeignKeyExistsPrecondition.html deleted file mode 100644 index bb6e383a0..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ForeignKeyExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ForeignKeyExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ForeignKeyExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.ForeignKeyExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/IndexExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/IndexExistsPrecondition.html deleted file mode 100644 index 1e5fa8bd7..000000000 --- a/javadoc/liquibase/precondition/core/class-use/IndexExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.IndexExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.IndexExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.IndexExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/NotPrecondition.html b/javadoc/liquibase/precondition/core/class-use/NotPrecondition.html deleted file mode 100644 index 4bd1625f2..000000000 --- a/javadoc/liquibase/precondition/core/class-use/NotPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.NotPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.NotPrecondition

    -
    -
    No usage of liquibase.precondition.core.NotPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ObjectQuotingStrategyPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ObjectQuotingStrategyPrecondition.html deleted file mode 100644 index 69ff5781e..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ObjectQuotingStrategyPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ObjectQuotingStrategyPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ObjectQuotingStrategyPrecondition

    -
    -
    No usage of liquibase.precondition.core.ObjectQuotingStrategyPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/OrPrecondition.html b/javadoc/liquibase/precondition/core/class-use/OrPrecondition.html deleted file mode 100644 index e38d82c7b..000000000 --- a/javadoc/liquibase/precondition/core/class-use/OrPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.OrPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.OrPrecondition

    -
    -
    No usage of liquibase.precondition.core.OrPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.ErrorOption.html b/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.ErrorOption.html deleted file mode 100644 index 3f478fa6f..000000000 --- a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.ErrorOption.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.PreconditionContainer.ErrorOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.PreconditionContainer.ErrorOption

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.FailOption.html b/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.FailOption.html deleted file mode 100644 index 228bd1de2..000000000 --- a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.FailOption.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.PreconditionContainer.FailOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.PreconditionContainer.FailOption

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.OnSqlOutputOption.html b/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.OnSqlOutputOption.html deleted file mode 100644 index b60f51f7f..000000000 --- a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.OnSqlOutputOption.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.html b/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.html deleted file mode 100644 index fab5241cb..000000000 --- a/javadoc/liquibase/precondition/core/class-use/PreconditionContainer.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.PreconditionContainer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.PreconditionContainer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/PrimaryKeyExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/PrimaryKeyExistsPrecondition.html deleted file mode 100644 index 096ed891e..000000000 --- a/javadoc/liquibase/precondition/core/class-use/PrimaryKeyExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.PrimaryKeyExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.PrimaryKeyExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.PrimaryKeyExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/RowCountPrecondition.html b/javadoc/liquibase/precondition/core/class-use/RowCountPrecondition.html deleted file mode 100644 index c5ecd3b21..000000000 --- a/javadoc/liquibase/precondition/core/class-use/RowCountPrecondition.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.RowCountPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.RowCountPrecondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/RunningAsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/RunningAsPrecondition.html deleted file mode 100644 index de2e0bd44..000000000 --- a/javadoc/liquibase/precondition/core/class-use/RunningAsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.RunningAsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.RunningAsPrecondition

    -
    -
    No usage of liquibase.precondition.core.RunningAsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/SequenceExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/SequenceExistsPrecondition.html deleted file mode 100644 index 905de6cc2..000000000 --- a/javadoc/liquibase/precondition/core/class-use/SequenceExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.SequenceExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.SequenceExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.SequenceExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/SqlPrecondition.html b/javadoc/liquibase/precondition/core/class-use/SqlPrecondition.html deleted file mode 100644 index 6b1bddbe5..000000000 --- a/javadoc/liquibase/precondition/core/class-use/SqlPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.SqlPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.SqlPrecondition

    -
    -
    No usage of liquibase.precondition.core.SqlPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/TableExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/TableExistsPrecondition.html deleted file mode 100644 index 1bef3d227..000000000 --- a/javadoc/liquibase/precondition/core/class-use/TableExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.TableExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.TableExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.TableExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/TableIsEmptyPrecondition.html b/javadoc/liquibase/precondition/core/class-use/TableIsEmptyPrecondition.html deleted file mode 100644 index 3281b829a..000000000 --- a/javadoc/liquibase/precondition/core/class-use/TableIsEmptyPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.TableIsEmptyPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.TableIsEmptyPrecondition

    -
    -
    No usage of liquibase.precondition.core.TableIsEmptyPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/class-use/ViewExistsPrecondition.html b/javadoc/liquibase/precondition/core/class-use/ViewExistsPrecondition.html deleted file mode 100644 index 8f66f0bd8..000000000 --- a/javadoc/liquibase/precondition/core/class-use/ViewExistsPrecondition.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.precondition.core.ViewExistsPrecondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.precondition.core.ViewExistsPrecondition

    -
    -
    No usage of liquibase.precondition.core.ViewExistsPrecondition
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/package-frame.html b/javadoc/liquibase/precondition/core/package-frame.html deleted file mode 100644 index 4b15bdca1..000000000 --- a/javadoc/liquibase/precondition/core/package-frame.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -liquibase.precondition.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.precondition.core

    - - - diff --git a/javadoc/liquibase/precondition/core/package-summary.html b/javadoc/liquibase/precondition/core/package-summary.html deleted file mode 100644 index 95aed79a2..000000000 --- a/javadoc/liquibase/precondition/core/package-summary.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - -liquibase.precondition.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.precondition.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/package-tree.html b/javadoc/liquibase/precondition/core/package-tree.html deleted file mode 100644 index 4872b2017..000000000 --- a/javadoc/liquibase/precondition/core/package-tree.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -liquibase.precondition.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.precondition.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/core/package-use.html b/javadoc/liquibase/precondition/core/package-use.html deleted file mode 100644 index d79ddbe8f..000000000 --- a/javadoc/liquibase/precondition/core/package-use.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -Uses of Package liquibase.precondition.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.precondition.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/package-frame.html b/javadoc/liquibase/precondition/package-frame.html deleted file mode 100644 index f8458496c..000000000 --- a/javadoc/liquibase/precondition/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -liquibase.precondition (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.precondition

    - - - diff --git a/javadoc/liquibase/precondition/package-summary.html b/javadoc/liquibase/precondition/package-summary.html deleted file mode 100644 index 03bcb4ac6..000000000 --- a/javadoc/liquibase/precondition/package-summary.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - -liquibase.precondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.precondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/package-tree.html b/javadoc/liquibase/precondition/package-tree.html deleted file mode 100644 index 24295f19c..000000000 --- a/javadoc/liquibase/precondition/package-tree.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -liquibase.precondition Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.precondition

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/precondition/package-use.html b/javadoc/liquibase/precondition/package-use.html deleted file mode 100644 index fe6482fbe..000000000 --- a/javadoc/liquibase/precondition/package-use.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -Uses of Package liquibase.precondition (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.precondition

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/AbstractResourceAccessor.html b/javadoc/liquibase/resource/AbstractResourceAccessor.html deleted file mode 100644 index 5a199eea5..000000000 --- a/javadoc/liquibase/resource/AbstractResourceAccessor.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - -AbstractResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class AbstractResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractResourceAccessor

          -
          protected AbstractResourceAccessor()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          init

          -
          protected void init()
          -
        • -
        - - - -
          -
        • -

          isCaseSensitive

          -
          protected boolean isCaseSensitive()
          -
          This method determines is access case sensitive or insensitive in terms of OS. - It could be wrong, since MacOS could be case sensitive, depending on file system.
          -
          -
          Returns:
          -
          true if OS is Windows, false otherwise
          -
          -
        • -
        - - - -
          -
        • -

          addRootPath

          -
          protected void addRootPath(URL path)
          -
        • -
        - - - -
          -
        • -

          getRootPaths

          -
          protected List<String> getRootPaths()
          -
        • -
        - - - -
          -
        • -

          getContents

          -
          protected void getContents(File rootFile,
          -                           boolean recursive,
          -                           boolean includeFiles,
          -                           boolean includeDirectories,
          -                           String basePath,
          -                           Set<String> returnSet)
          -
        • -
        - - - -
          -
        • -

          convertToPath

          -
          protected String convertToPath(String string)
          -
        • -
        - - - -
          -
        • -

          convertToPath

          -
          protected String convertToPath(String relativeTo,
          -                               String path)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/ClassLoaderResourceAccessor.html b/javadoc/liquibase/resource/ClassLoaderResourceAccessor.html deleted file mode 100644 index 923265a49..000000000 --- a/javadoc/liquibase/resource/ClassLoaderResourceAccessor.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - -ClassLoaderResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class ClassLoaderResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ClassLoaderResourceAccessor

          -
          public ClassLoaderResourceAccessor()
          -
        • -
        - - - -
          -
        • -

          ClassLoaderResourceAccessor

          -
          public ClassLoaderResourceAccessor(ClassLoader classLoader)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getResourcesAsStream

          -
          public Set<InputStream> getResourcesAsStream(String path)
          -                                      throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Return an InputStream for each resource mapped by the given path. - The path is often a URL but does not have to be.
          -
          -
          Returns:
          -
          null if the resource does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing path.
          -
          -
        • -
        - - - -
          -
        • -

          list

          -
          public Set<String> list(String relativeTo,
          -                        String path,
          -                        boolean includeFiles,
          -                        boolean includeDirectories,
          -                        boolean recursive)
          -                 throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - -
          -
        • -

          toClassLoader

          -
          public ClassLoader toClassLoader()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/CompositeResourceAccessor.html b/javadoc/liquibase/resource/CompositeResourceAccessor.html deleted file mode 100644 index e3109eac2..000000000 --- a/javadoc/liquibase/resource/CompositeResourceAccessor.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -CompositeResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class CompositeResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CompositeResourceAccessor

          -
          public CompositeResourceAccessor(List<ResourceAccessor> resourceAccessors)
          -
        • -
        - - - -
          -
        • -

          CompositeResourceAccessor

          -
          public CompositeResourceAccessor(ResourceAccessor... resourceAccessors)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getResourcesAsStream

          -
          public Set<InputStream> getResourcesAsStream(String path)
          -                                      throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Return an InputStream for each resource mapped by the given path. - The path is often a URL but does not have to be.
          -
          -
          Specified by:
          -
          getResourcesAsStream in interface ResourceAccessor
          -
          Returns:
          -
          null if the resource does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing path.
          -
          -
        • -
        - - - -
          -
        • -

          list

          -
          public Set<String> list(String relativeTo,
          -                        String path,
          -                        boolean includeFiles,
          -                        boolean includeDirectories,
          -                        boolean recursive)
          -                 throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          Specified by:
          -
          list in interface ResourceAccessor
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/FileSystemResourceAccessor.html b/javadoc/liquibase/resource/FileSystemResourceAccessor.html deleted file mode 100644 index 6af2dab0e..000000000 --- a/javadoc/liquibase/resource/FileSystemResourceAccessor.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - -FileSystemResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class FileSystemResourceAccessor

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      ResourceAccessor
      -
      -
      -
      -
      public class FileSystemResourceAccessor
      -extends AbstractResourceAccessor
      -
      A @{link ResourceAccessor} implementation which finds Files in the File System.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FileSystemResourceAccessor

          -
          public FileSystemResourceAccessor()
          -
          Creates with no base directory. All files will be resolved exactly as they are given.
          -
        • -
        - - - -
          -
        • -

          FileSystemResourceAccessor

          -
          public FileSystemResourceAccessor(String base)
          -
          Creates with base directory for relative path support.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          getResourcesAsStream

          -
          public Set<InputStream> getResourcesAsStream(String path)
          -                                      throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Return an InputStream for each resource mapped by the given path. - The path is often a URL but does not have to be.
          -
          -
          Returns:
          -
          null if the resource does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing path.
          -
          -
        • -
        - - - -
          -
        • -

          list

          -
          public Set<String> list(String relativeTo,
          -                        String path,
          -                        boolean includeFiles,
          -                        boolean includeDirectories,
          -                        boolean recursive)
          -                 throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          toClassLoader

          -
          public ClassLoader toClassLoader()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/ResourceAccessor.html b/javadoc/liquibase/resource/ResourceAccessor.html deleted file mode 100644 index d36325718..000000000 --- a/javadoc/liquibase/resource/ResourceAccessor.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Interface ResourceAccessor

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getResourcesAsStream

          -
          Set<InputStream> getResourcesAsStream(String path)
          -                               throws IOException
          -
          Return an InputStream for each resource mapped by the given path. - The path is often a URL but does not have to be.
          -
          -
          Returns:
          -
          null if the resource does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing path.
          -
          -
        • -
        - - - -
          -
        • -

          list

          -
          Set<String> list(String relativeTo,
          -                 String path,
          -                 boolean includeFiles,
          -                 boolean includeDirectories,
          -                 boolean recursive)
          -          throws IOException
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          Parameters:
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/UtfBomAwareReader.html b/javadoc/liquibase/resource/UtfBomAwareReader.html deleted file mode 100644 index d0e37da59..000000000 --- a/javadoc/liquibase/resource/UtfBomAwareReader.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -UtfBomAwareReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class UtfBomAwareReader

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Closeable, AutoCloseable, Readable
      -
      -
      -
      -
      public class UtfBomAwareReader
      -extends Reader
      -
      Reader that tries to identify the encoding by looking at the BOM. If no BOM - is found it defaults to the encoding givent at initialization. Original ideas - from Thomas Weidenfeller, Aki Nieminen.
      -
      -
      Author:
      -
      Dominique Broeglin
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UtfBomAwareReader

          -
          public UtfBomAwareReader(InputStream in)
          -
        • -
        - - - -
          -
        • -

          UtfBomAwareReader

          -
          public UtfBomAwareReader(InputStream in,
          -                         String defaultCharsetName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getDefaultEncoding

          -
          public String getDefaultEncoding()
          -
        • -
        - - - -
          -
        • -

          getEncoding

          -
          public String getEncoding()
          -
        • -
        - - - -
          -
        • -

          init

          -
          protected void init()
          -             throws IOException
          -
          Read up to 4 bytes to determine the BOM. Extra bytes, of if no BOM is - found are pushed back to the input stream. If no BOM is found, the - defaultCharsetName is used to initialize the reader.
          -
          -
          Throws:
          -
          IOException
          -
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/UtfBomStripperInputStream.html b/javadoc/liquibase/resource/UtfBomStripperInputStream.html deleted file mode 100644 index 1252773eb..000000000 --- a/javadoc/liquibase/resource/UtfBomStripperInputStream.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -UtfBomStripperInputStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.resource
    -

    Class UtfBomStripperInputStream

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Closeable, AutoCloseable
      -
      -
      -
      -
      public class UtfBomStripperInputStream
      -extends PushbackInputStream
      -
      Read up to 4 bytes to determine the BOM. Extra bytes, of if no BOM is - found are pushed back to the input stream. If no BOM is found, the - detectedCharsetName is null.
      -
      -
      Author:
      -
      Dominique Broeglin, Vity
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getDetectedCharsetName

          -
          public String getDetectedCharsetName()
          -
          Returns detected charset name. Null if no BOM header was found.
          -
          -
          Returns:
          -
          charset name - one of UTF-8, UTF-16BE, UTF-32LE, UTF-16LE, UTF-32BE or null if no BOM detected
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/AbstractResourceAccessor.html b/javadoc/liquibase/resource/class-use/AbstractResourceAccessor.html deleted file mode 100644 index 6ed10bf10..000000000 --- a/javadoc/liquibase/resource/class-use/AbstractResourceAccessor.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.AbstractResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.AbstractResourceAccessor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/ClassLoaderResourceAccessor.html b/javadoc/liquibase/resource/class-use/ClassLoaderResourceAccessor.html deleted file mode 100644 index a76d16e47..000000000 --- a/javadoc/liquibase/resource/class-use/ClassLoaderResourceAccessor.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.ClassLoaderResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.ClassLoaderResourceAccessor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/CompositeResourceAccessor.html b/javadoc/liquibase/resource/class-use/CompositeResourceAccessor.html deleted file mode 100644 index 263c064a5..000000000 --- a/javadoc/liquibase/resource/class-use/CompositeResourceAccessor.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.CompositeResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.CompositeResourceAccessor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/FileSystemResourceAccessor.html b/javadoc/liquibase/resource/class-use/FileSystemResourceAccessor.html deleted file mode 100644 index 7bafecfb5..000000000 --- a/javadoc/liquibase/resource/class-use/FileSystemResourceAccessor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.FileSystemResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.FileSystemResourceAccessor

    -
    -
    No usage of liquibase.resource.FileSystemResourceAccessor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/ResourceAccessor.html b/javadoc/liquibase/resource/class-use/ResourceAccessor.html deleted file mode 100644 index 0c0bb2b00..000000000 --- a/javadoc/liquibase/resource/class-use/ResourceAccessor.html +++ /dev/null @@ -1,1372 +0,0 @@ - - - - - - -Uses of Interface liquibase.resource.ResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.resource.ResourceAccessor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/UtfBomAwareReader.html b/javadoc/liquibase/resource/class-use/UtfBomAwareReader.html deleted file mode 100644 index 0777b6b6b..000000000 --- a/javadoc/liquibase/resource/class-use/UtfBomAwareReader.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.UtfBomAwareReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.UtfBomAwareReader

    -
    -
    No usage of liquibase.resource.UtfBomAwareReader
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/class-use/UtfBomStripperInputStream.html b/javadoc/liquibase/resource/class-use/UtfBomStripperInputStream.html deleted file mode 100644 index c518f5bb8..000000000 --- a/javadoc/liquibase/resource/class-use/UtfBomStripperInputStream.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.resource.UtfBomStripperInputStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.resource.UtfBomStripperInputStream

    -
    -
    No usage of liquibase.resource.UtfBomStripperInputStream
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/package-frame.html b/javadoc/liquibase/resource/package-frame.html deleted file mode 100644 index aa040eaff..000000000 --- a/javadoc/liquibase/resource/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -liquibase.resource (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.resource

    - - - diff --git a/javadoc/liquibase/resource/package-summary.html b/javadoc/liquibase/resource/package-summary.html deleted file mode 100644 index be161f9f4..000000000 --- a/javadoc/liquibase/resource/package-summary.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -liquibase.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.resource

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/package-tree.html b/javadoc/liquibase/resource/package-tree.html deleted file mode 100644 index 7ecf48e94..000000000 --- a/javadoc/liquibase/resource/package-tree.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -liquibase.resource Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.resource

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/resource/package-use.html b/javadoc/liquibase/resource/package-use.html deleted file mode 100644 index d7c5d148b..000000000 --- a/javadoc/liquibase/resource/package-use.html +++ /dev/null @@ -1,812 +0,0 @@ - - - - - - -Uses of Package liquibase.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.resource

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/Context.html b/javadoc/liquibase/sdk/Context.html deleted file mode 100644 index 01c94a5fb..000000000 --- a/javadoc/liquibase/sdk/Context.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -Context (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk
    -

    Class Context

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Context
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          reset

          -
          public static void reset()
          -
        • -
        - - - -
          -
        • -

          getInstance

          -
          public static Context getInstance()
          -
        • -
        - - - -
          -
        • -

          isInitialized

          -
          public boolean isInitialized()
          -
        • -
        - - - -
          -
        • -

          getAllClasses

          -
          public Set<Class> getAllClasses()
          -
        • -
        - - - -
          -
        • -

          getSeenExtensionClasses

          -
          public Map<Class,Set<Class>> getSeenExtensionClasses()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/Main.html b/javadoc/liquibase/sdk/Main.html deleted file mode 100644 index 26ee4a7f6..000000000 --- a/javadoc/liquibase/sdk/Main.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - -Main (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk
    -

    Class Main

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Main
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Main

          -
          public Main()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] args)
          -
        • -
        - - - -
          -
        • -

          init

          -
          public void init(String[] args)
          -          throws liquibase.sdk.Main.UserError
          -
          -
          Throws:
          -
          liquibase.sdk.Main.UserError
          -
          -
        • -
        - - - -
          -
        • -

          getSdkRoot

          -
          public File getSdkRoot()
          -
        • -
        - - - -
          -
        • -

          getCommand

          -
          public String getCommand()
          -
        • -
        - - - -
          -
        • -

          header

          -
          public void header(String... header)
          -
        • -
        - - - -
          -
        • -

          divider

          -
          public void divider()
          -
        • -
        - - - -
          -
        • -

          out

          -
          public void out(String message)
          -
        • -
        - - - -
          -
        • -

          debug

          -
          public void debug(String message)
          -
        • -
        - - - -
          -
        • -

          fatal

          -
          public void fatal(String error)
          -           throws liquibase.sdk.Main.UserError
          -
          -
          Throws:
          -
          liquibase.sdk.Main.UserError
          -
          -
        • -
        - - - -
          -
        • -

          fatal

          -
          public void fatal(Throwable exception)
          -
        • -
        - - - -
          -
        • -

          fatal

          -
          public void fatal(String error,
          -                  Throwable exception)
          -           throws liquibase.sdk.Main.UserError
          -
          -
          Throws:
          -
          liquibase.sdk.Main.UserError
          -
          -
        • -
        - - - -
          -
        • -

          getPath

          -
          public String getPath()
          -
        • -
        - - - -
          -
        • -

          getPath

          -
          public String getPath(String... possibleFileNames)
          -
        • -
        - - - -
          -
        • -

          printHelp

          -
          public void printHelp()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/class-use/Context.html b/javadoc/liquibase/sdk/class-use/Context.html deleted file mode 100644 index f1ef14a16..000000000 --- a/javadoc/liquibase/sdk/class-use/Context.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.Context (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.Context

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/class-use/Main.html b/javadoc/liquibase/sdk/class-use/Main.html deleted file mode 100644 index 6eebfa9ba..000000000 --- a/javadoc/liquibase/sdk/class-use/Main.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.Main (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.Main

    -
    -
    No usage of liquibase.sdk.Main
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/convert/ConvertCommand.html b/javadoc/liquibase/sdk/convert/ConvertCommand.html deleted file mode 100644 index e5e3099a1..000000000 --- a/javadoc/liquibase/sdk/convert/ConvertCommand.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -ConvertCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.convert
    -

    Class ConvertCommand

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/convert/class-use/ConvertCommand.html b/javadoc/liquibase/sdk/convert/class-use/ConvertCommand.html deleted file mode 100644 index 3b57302bd..000000000 --- a/javadoc/liquibase/sdk/convert/class-use/ConvertCommand.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.convert.ConvertCommand (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.convert.ConvertCommand

    -
    -
    No usage of liquibase.sdk.convert.ConvertCommand
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/convert/package-frame.html b/javadoc/liquibase/sdk/convert/package-frame.html deleted file mode 100644 index 528d5443f..000000000 --- a/javadoc/liquibase/sdk/convert/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.convert (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.convert

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/convert/package-summary.html b/javadoc/liquibase/sdk/convert/package-summary.html deleted file mode 100644 index a666a1a29..000000000 --- a/javadoc/liquibase/sdk/convert/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.sdk.convert (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.convert

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      ConvertCommand 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/convert/package-tree.html b/javadoc/liquibase/sdk/convert/package-tree.html deleted file mode 100644 index 384b98a4a..000000000 --- a/javadoc/liquibase/sdk/convert/package-tree.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -liquibase.sdk.convert Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.convert

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/convert/package-use.html b/javadoc/liquibase/sdk/convert/package-use.html deleted file mode 100644 index 460b849a2..000000000 --- a/javadoc/liquibase/sdk/convert/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.convert (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.convert

    -
    -
    No usage of liquibase.sdk.convert
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/database/MockDatabase.html b/javadoc/liquibase/sdk/database/MockDatabase.html deleted file mode 100644 index b20a95c3c..000000000 --- a/javadoc/liquibase/sdk/database/MockDatabase.html +++ /dev/null @@ -1,3086 +0,0 @@ - - - - - - -MockDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.database
    -

    Class MockDatabase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/database/class-use/MockDatabase.html b/javadoc/liquibase/sdk/database/class-use/MockDatabase.html deleted file mode 100644 index 9d8644165..000000000 --- a/javadoc/liquibase/sdk/database/class-use/MockDatabase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.database.MockDatabase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.database.MockDatabase

    -
    -
    No usage of liquibase.sdk.database.MockDatabase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/database/package-frame.html b/javadoc/liquibase/sdk/database/package-frame.html deleted file mode 100644 index c87c89290..000000000 --- a/javadoc/liquibase/sdk/database/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.database (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.database

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/database/package-summary.html b/javadoc/liquibase/sdk/database/package-summary.html deleted file mode 100644 index a42312b6a..000000000 --- a/javadoc/liquibase/sdk/database/package-summary.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -liquibase.sdk.database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.database

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      MockDatabase -
      A DBMS that effectively does nothing, but it is useful for tests where everything should work in the same way - for all databases.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/database/package-tree.html b/javadoc/liquibase/sdk/database/package-tree.html deleted file mode 100644 index bdae7df0a..000000000 --- a/javadoc/liquibase/sdk/database/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.sdk.database Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.database

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/database/package-use.html b/javadoc/liquibase/sdk/database/package-use.html deleted file mode 100644 index 1322ddf21..000000000 --- a/javadoc/liquibase/sdk/database/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.database (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.database

    -
    -
    No usage of liquibase.sdk.database
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/exception/UnexpectedLiquibaseSdkException.html b/javadoc/liquibase/sdk/exception/UnexpectedLiquibaseSdkException.html deleted file mode 100644 index 801dcfaf4..000000000 --- a/javadoc/liquibase/sdk/exception/UnexpectedLiquibaseSdkException.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -UnexpectedLiquibaseSdkException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.exception
    -

    Class UnexpectedLiquibaseSdkException

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnexpectedLiquibaseSdkException

          -
          public UnexpectedLiquibaseSdkException()
          -
        • -
        - - - -
          -
        • -

          UnexpectedLiquibaseSdkException

          -
          public UnexpectedLiquibaseSdkException(String message)
          -
        • -
        - - - -
          -
        • -

          UnexpectedLiquibaseSdkException

          -
          public UnexpectedLiquibaseSdkException(String message,
          -                                       Throwable cause)
          -
        • -
        - - - -
          -
        • -

          UnexpectedLiquibaseSdkException

          -
          public UnexpectedLiquibaseSdkException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/exception/class-use/UnexpectedLiquibaseSdkException.html b/javadoc/liquibase/sdk/exception/class-use/UnexpectedLiquibaseSdkException.html deleted file mode 100644 index f3f7fd38f..000000000 --- a/javadoc/liquibase/sdk/exception/class-use/UnexpectedLiquibaseSdkException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.exception.UnexpectedLiquibaseSdkException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.exception.UnexpectedLiquibaseSdkException

    -
    -
    No usage of liquibase.sdk.exception.UnexpectedLiquibaseSdkException
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/exception/package-frame.html b/javadoc/liquibase/sdk/exception/package-frame.html deleted file mode 100644 index 36113c34b..000000000 --- a/javadoc/liquibase/sdk/exception/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.exception (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.exception

    - - - diff --git a/javadoc/liquibase/sdk/exception/package-summary.html b/javadoc/liquibase/sdk/exception/package-summary.html deleted file mode 100644 index 464a29c42..000000000 --- a/javadoc/liquibase/sdk/exception/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.sdk.exception (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.exception

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/exception/package-tree.html b/javadoc/liquibase/sdk/exception/package-tree.html deleted file mode 100644 index 2b40478e9..000000000 --- a/javadoc/liquibase/sdk/exception/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -liquibase.sdk.exception Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.exception

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/exception/package-use.html b/javadoc/liquibase/sdk/exception/package-use.html deleted file mode 100644 index c5c9ef4b4..000000000 --- a/javadoc/liquibase/sdk/exception/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.exception (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.exception

    -
    -
    No usage of liquibase.sdk.exception
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/executor/MockExecutor.html b/javadoc/liquibase/sdk/executor/MockExecutor.html deleted file mode 100644 index 8a9001169..000000000 --- a/javadoc/liquibase/sdk/executor/MockExecutor.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -MockExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.executor
    -

    Class MockExecutor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MockExecutor

          -
          public MockExecutor()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getRanSql

          -
          public String getRanSql()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/executor/class-use/MockExecutor.html b/javadoc/liquibase/sdk/executor/class-use/MockExecutor.html deleted file mode 100644 index e5fb0fc35..000000000 --- a/javadoc/liquibase/sdk/executor/class-use/MockExecutor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.executor.MockExecutor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.executor.MockExecutor

    -
    -
    No usage of liquibase.sdk.executor.MockExecutor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/executor/package-frame.html b/javadoc/liquibase/sdk/executor/package-frame.html deleted file mode 100644 index b2506fa96..000000000 --- a/javadoc/liquibase/sdk/executor/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.executor (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.executor

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/executor/package-summary.html b/javadoc/liquibase/sdk/executor/package-summary.html deleted file mode 100644 index 194136880..000000000 --- a/javadoc/liquibase/sdk/executor/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.sdk.executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.executor

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      MockExecutor 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/executor/package-tree.html b/javadoc/liquibase/sdk/executor/package-tree.html deleted file mode 100644 index baa068f2f..000000000 --- a/javadoc/liquibase/sdk/executor/package-tree.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -liquibase.sdk.executor Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.executor

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/executor/package-use.html b/javadoc/liquibase/sdk/executor/package-use.html deleted file mode 100644 index bc78d338d..000000000 --- a/javadoc/liquibase/sdk/executor/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.executor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.executor

    -
    -
    No usage of liquibase.sdk.executor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/package-frame.html b/javadoc/liquibase/sdk/package-frame.html deleted file mode 100644 index f8fe8c20c..000000000 --- a/javadoc/liquibase/sdk/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.sdk (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/package-summary.html b/javadoc/liquibase/sdk/package-summary.html deleted file mode 100644 index dd3e625ad..000000000 --- a/javadoc/liquibase/sdk/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.sdk (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Context 
      Main 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/package-tree.html b/javadoc/liquibase/sdk/package-tree.html deleted file mode 100644 index c605e0fc9..000000000 --- a/javadoc/liquibase/sdk/package-tree.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - -liquibase.sdk Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/package-use.html b/javadoc/liquibase/sdk/package-use.html deleted file mode 100644 index ea24340f9..000000000 --- a/javadoc/liquibase/sdk/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/resource/MockResourceAccessor.html b/javadoc/liquibase/sdk/resource/MockResourceAccessor.html deleted file mode 100644 index 2944e4453..000000000 --- a/javadoc/liquibase/sdk/resource/MockResourceAccessor.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -MockResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.resource
    -

    Class MockResourceAccessor

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MockResourceAccessor

          -
          public MockResourceAccessor()
          -
        • -
        - - - -
          -
        • -

          MockResourceAccessor

          -
          public MockResourceAccessor(Map<String,String> contentByFileName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getResourcesAsStream

          -
          public Set<InputStream> getResourcesAsStream(String path)
          -                                      throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Return an InputStream for each resource mapped by the given path. - The path is often a URL but does not have to be.
          -
          -
          Specified by:
          -
          getResourcesAsStream in interface ResourceAccessor
          -
          Returns:
          -
          null if the resource does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing path.
          -
          -
        • -
        - - - -
          -
        • -

          list

          -
          public Set<String> list(String relativeTo,
          -                        String path,
          -                        boolean includeFiles,
          -                        boolean includeDirectories,
          -                        boolean recursive)
          -                 throws IOException
          -
          Description copied from interface: ResourceAccessor
          -
          Returns the path to all resources contained in the given root. - The passed root is not included in the returned set.
          -
          -
          Specified by:
          -
          list in interface ResourceAccessor
          -
          includeFiles - Set to false to exclude files in the returned set. Defaults to true
          -
          includeDirectories - Set to false to exclude directories in the returned set. Defaults to true
          -
          recursive - Set to true and will return paths to contents in sub directories as well. Defaults to false
          -
          Returns:
          -
          null if the root does not exist.
          -
          Throws:
          -
          IOException - if there is an error reading an existing root.
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/resource/class-use/MockResourceAccessor.html b/javadoc/liquibase/sdk/resource/class-use/MockResourceAccessor.html deleted file mode 100644 index d73b67f6c..000000000 --- a/javadoc/liquibase/sdk/resource/class-use/MockResourceAccessor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.resource.MockResourceAccessor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.resource.MockResourceAccessor

    -
    -
    No usage of liquibase.sdk.resource.MockResourceAccessor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/resource/package-frame.html b/javadoc/liquibase/sdk/resource/package-frame.html deleted file mode 100644 index b1b7ef858..000000000 --- a/javadoc/liquibase/sdk/resource/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.resource (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.resource

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/resource/package-summary.html b/javadoc/liquibase/sdk/resource/package-summary.html deleted file mode 100644 index d19192e5e..000000000 --- a/javadoc/liquibase/sdk/resource/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.sdk.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.resource

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/resource/package-tree.html b/javadoc/liquibase/sdk/resource/package-tree.html deleted file mode 100644 index c494e6a1e..000000000 --- a/javadoc/liquibase/sdk/resource/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.sdk.resource Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.resource

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/resource/package-use.html b/javadoc/liquibase/sdk/resource/package-use.html deleted file mode 100644 index 48b86f8ea..000000000 --- a/javadoc/liquibase/sdk/resource/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.resource

    -
    -
    No usage of liquibase.sdk.resource
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/ResourceSupplier.html b/javadoc/liquibase/sdk/supplier/resource/ResourceSupplier.html deleted file mode 100644 index bc16c2582..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/ResourceSupplier.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -ResourceSupplier (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sdk.supplier.resource
    -

    Class ResourceSupplier

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ResourceSupplier
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ResourceSupplier

          -
          public ResourceSupplier()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSimpleResourceAccessor

          -
          public ResourceAccessor getSimpleResourceAccessor()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/class-use/ResourceSupplier.html b/javadoc/liquibase/sdk/supplier/resource/class-use/ResourceSupplier.html deleted file mode 100644 index ca535b694..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/class-use/ResourceSupplier.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sdk.supplier.resource.ResourceSupplier (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sdk.supplier.resource.ResourceSupplier

    -
    -
    No usage of liquibase.sdk.supplier.resource.ResourceSupplier
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/package-frame.html b/javadoc/liquibase/sdk/supplier/resource/package-frame.html deleted file mode 100644 index 2ff5a758c..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.sdk.supplier.resource (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sdk.supplier.resource

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/package-summary.html b/javadoc/liquibase/sdk/supplier/resource/package-summary.html deleted file mode 100644 index 97c1c6285..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.sdk.supplier.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sdk.supplier.resource

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      ResourceSupplier 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/package-tree.html b/javadoc/liquibase/sdk/supplier/resource/package-tree.html deleted file mode 100644 index 889ffb1d1..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.sdk.supplier.resource Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sdk.supplier.resource

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sdk/supplier/resource/package-use.html b/javadoc/liquibase/sdk/supplier/resource/package-use.html deleted file mode 100644 index 6bd6ead3d..000000000 --- a/javadoc/liquibase/sdk/supplier/resource/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.sdk.supplier.resource (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sdk.supplier.resource

    -
    -
    No usage of liquibase.sdk.supplier.resource
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/AbstractLiquibaseSerializable.html b/javadoc/liquibase/serializer/AbstractLiquibaseSerializable.html deleted file mode 100644 index 87ac2903b..000000000 --- a/javadoc/liquibase/serializer/AbstractLiquibaseSerializable.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - - -AbstractLiquibaseSerializable (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Class AbstractLiquibaseSerializable

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.AbstractLiquibaseSerializable
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/ChangeLogSerializer.html b/javadoc/liquibase/serializer/ChangeLogSerializer.html deleted file mode 100644 index d877e875e..000000000 --- a/javadoc/liquibase/serializer/ChangeLogSerializer.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -ChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Interface ChangeLogSerializer

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/ChangeLogSerializerFactory.html b/javadoc/liquibase/serializer/ChangeLogSerializerFactory.html deleted file mode 100644 index afa6772e4..000000000 --- a/javadoc/liquibase/serializer/ChangeLogSerializerFactory.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -ChangeLogSerializerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Class ChangeLogSerializerFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ChangeLogSerializerFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/LiquibaseSerializable.SerializationType.html b/javadoc/liquibase/serializer/LiquibaseSerializable.SerializationType.html deleted file mode 100644 index 37e218b86..000000000 --- a/javadoc/liquibase/serializer/LiquibaseSerializable.SerializationType.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -LiquibaseSerializable.SerializationType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Enum LiquibaseSerializable.SerializationType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static LiquibaseSerializable.SerializationType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (LiquibaseSerializable.SerializationType c : LiquibaseSerializable.SerializationType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static LiquibaseSerializable.SerializationType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/LiquibaseSerializable.html b/javadoc/liquibase/serializer/LiquibaseSerializable.html deleted file mode 100644 index 185202008..000000000 --- a/javadoc/liquibase/serializer/LiquibaseSerializable.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - - -LiquibaseSerializable (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Interface LiquibaseSerializable

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/LiquibaseSerializer.html b/javadoc/liquibase/serializer/LiquibaseSerializer.html deleted file mode 100644 index 20a8d3dd1..000000000 --- a/javadoc/liquibase/serializer/LiquibaseSerializer.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -LiquibaseSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Interface LiquibaseSerializer

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/ReflectionSerializer.html b/javadoc/liquibase/serializer/ReflectionSerializer.html deleted file mode 100644 index 7faefe525..000000000 --- a/javadoc/liquibase/serializer/ReflectionSerializer.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -ReflectionSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Class ReflectionSerializer

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ReflectionSerializer
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/SnapshotSerializer.html b/javadoc/liquibase/serializer/SnapshotSerializer.html deleted file mode 100644 index 7dd863317..000000000 --- a/javadoc/liquibase/serializer/SnapshotSerializer.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -SnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Interface SnapshotSerializer

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/SnapshotSerializerFactory.html b/javadoc/liquibase/serializer/SnapshotSerializerFactory.html deleted file mode 100644 index ca1693c6d..000000000 --- a/javadoc/liquibase/serializer/SnapshotSerializerFactory.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -SnapshotSerializerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer
    -

    Class SnapshotSerializerFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SnapshotSerializerFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/AbstractLiquibaseSerializable.html b/javadoc/liquibase/serializer/class-use/AbstractLiquibaseSerializable.html deleted file mode 100644 index d36b8dcb5..000000000 --- a/javadoc/liquibase/serializer/class-use/AbstractLiquibaseSerializable.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.AbstractLiquibaseSerializable (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.AbstractLiquibaseSerializable

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/ChangeLogSerializer.html b/javadoc/liquibase/serializer/class-use/ChangeLogSerializer.html deleted file mode 100644 index 70e1f0ec7..000000000 --- a/javadoc/liquibase/serializer/class-use/ChangeLogSerializer.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - -Uses of Interface liquibase.serializer.ChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.serializer.ChangeLogSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/ChangeLogSerializerFactory.html b/javadoc/liquibase/serializer/class-use/ChangeLogSerializerFactory.html deleted file mode 100644 index d9cb244f1..000000000 --- a/javadoc/liquibase/serializer/class-use/ChangeLogSerializerFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.ChangeLogSerializerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.ChangeLogSerializerFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.SerializationType.html b/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.SerializationType.html deleted file mode 100644 index 307bc7d7b..000000000 --- a/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.SerializationType.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.LiquibaseSerializable.SerializationType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.LiquibaseSerializable.SerializationType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.html b/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.html deleted file mode 100644 index bae2dbc5a..000000000 --- a/javadoc/liquibase/serializer/class-use/LiquibaseSerializable.html +++ /dev/null @@ -1,1123 +0,0 @@ - - - - - - -Uses of Interface liquibase.serializer.LiquibaseSerializable (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.serializer.LiquibaseSerializable

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/LiquibaseSerializer.html b/javadoc/liquibase/serializer/class-use/LiquibaseSerializer.html deleted file mode 100644 index 11f5f723f..000000000 --- a/javadoc/liquibase/serializer/class-use/LiquibaseSerializer.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -Uses of Interface liquibase.serializer.LiquibaseSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.serializer.LiquibaseSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/ReflectionSerializer.html b/javadoc/liquibase/serializer/class-use/ReflectionSerializer.html deleted file mode 100644 index 92d139dfb..000000000 --- a/javadoc/liquibase/serializer/class-use/ReflectionSerializer.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.ReflectionSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.ReflectionSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/SnapshotSerializer.html b/javadoc/liquibase/serializer/class-use/SnapshotSerializer.html deleted file mode 100644 index 20b5e7672..000000000 --- a/javadoc/liquibase/serializer/class-use/SnapshotSerializer.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -Uses of Interface liquibase.serializer.SnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.serializer.SnapshotSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/class-use/SnapshotSerializerFactory.html b/javadoc/liquibase/serializer/class-use/SnapshotSerializerFactory.html deleted file mode 100644 index 7b5e97404..000000000 --- a/javadoc/liquibase/serializer/class-use/SnapshotSerializerFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.SnapshotSerializerFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.SnapshotSerializerFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.html b/javadoc/liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.html deleted file mode 100644 index a2ecb30a3..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - -FormattedSqlChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.formattedsql
    -

    Class FormattedSqlChangeLogSerializer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/class-use/FormattedSqlChangeLogSerializer.html b/javadoc/liquibase/serializer/core/formattedsql/class-use/FormattedSqlChangeLogSerializer.html deleted file mode 100644 index d3391aa2d..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/class-use/FormattedSqlChangeLogSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer

    -
    -
    No usage of liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/package-frame.html b/javadoc/liquibase/serializer/core/formattedsql/package-frame.html deleted file mode 100644 index 462f6ffd1..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.serializer.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer.core.formattedsql

    - - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/package-summary.html b/javadoc/liquibase/serializer/core/formattedsql/package-summary.html deleted file mode 100644 index eb42738ab..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.serializer.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer.core.formattedsql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/package-tree.html b/javadoc/liquibase/serializer/core/formattedsql/package-tree.html deleted file mode 100644 index 4b3bbca96..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.serializer.core.formattedsql Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer.core.formattedsql

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/formattedsql/package-use.html b/javadoc/liquibase/serializer/core/formattedsql/package-use.html deleted file mode 100644 index 6720c0ffe..000000000 --- a/javadoc/liquibase/serializer/core/formattedsql/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer.core.formattedsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer.core.formattedsql

    -
    -
    No usage of liquibase.serializer.core.formattedsql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/JsonChangeLogSerializer.html b/javadoc/liquibase/serializer/core/json/JsonChangeLogSerializer.html deleted file mode 100644 index c51a6ad5a..000000000 --- a/javadoc/liquibase/serializer/core/json/JsonChangeLogSerializer.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - -JsonChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.json
    -

    Class JsonChangeLogSerializer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/JsonSnapshotSerializer.html b/javadoc/liquibase/serializer/core/json/JsonSnapshotSerializer.html deleted file mode 100644 index 5e5bba39e..000000000 --- a/javadoc/liquibase/serializer/core/json/JsonSnapshotSerializer.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - -JsonSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.json
    -

    Class JsonSnapshotSerializer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/class-use/JsonChangeLogSerializer.html b/javadoc/liquibase/serializer/core/json/class-use/JsonChangeLogSerializer.html deleted file mode 100644 index 3dabcf4be..000000000 --- a/javadoc/liquibase/serializer/core/json/class-use/JsonChangeLogSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.json.JsonChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.json.JsonChangeLogSerializer

    -
    -
    No usage of liquibase.serializer.core.json.JsonChangeLogSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/class-use/JsonSnapshotSerializer.html b/javadoc/liquibase/serializer/core/json/class-use/JsonSnapshotSerializer.html deleted file mode 100644 index 72c94692c..000000000 --- a/javadoc/liquibase/serializer/core/json/class-use/JsonSnapshotSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.json.JsonSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.json.JsonSnapshotSerializer

    -
    -
    No usage of liquibase.serializer.core.json.JsonSnapshotSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/package-frame.html b/javadoc/liquibase/serializer/core/json/package-frame.html deleted file mode 100644 index 678b6c92a..000000000 --- a/javadoc/liquibase/serializer/core/json/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.serializer.core.json (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer.core.json

    - - - diff --git a/javadoc/liquibase/serializer/core/json/package-summary.html b/javadoc/liquibase/serializer/core/json/package-summary.html deleted file mode 100644 index b311b9437..000000000 --- a/javadoc/liquibase/serializer/core/json/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.serializer.core.json (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer.core.json

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/package-tree.html b/javadoc/liquibase/serializer/core/json/package-tree.html deleted file mode 100644 index 6401ff6a5..000000000 --- a/javadoc/liquibase/serializer/core/json/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -liquibase.serializer.core.json Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer.core.json

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/json/package-use.html b/javadoc/liquibase/serializer/core/json/package-use.html deleted file mode 100644 index 5f9ef2fa7..000000000 --- a/javadoc/liquibase/serializer/core/json/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer.core.json (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer.core.json

    -
    -
    No usage of liquibase.serializer.core.json
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.FieldFilter.html b/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.FieldFilter.html deleted file mode 100644 index 9ddca86dc..000000000 --- a/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.FieldFilter.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - -StringChangeLogSerializer.FieldFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.string
    -

    Class StringChangeLogSerializer.FieldFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FieldFilter

          -
          public FieldFilter()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.html b/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.html deleted file mode 100644 index 0211bb54d..000000000 --- a/javadoc/liquibase/serializer/core/string/StringChangeLogSerializer.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - -StringChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.string
    -

    Class StringChangeLogSerializer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.string.StringChangeLogSerializer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/StringSnapshotSerializer.html b/javadoc/liquibase/serializer/core/string/StringSnapshotSerializer.html deleted file mode 100644 index 20f58031c..000000000 --- a/javadoc/liquibase/serializer/core/string/StringSnapshotSerializer.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -StringSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.string
    -

    Class StringSnapshotSerializer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.string.StringSnapshotSerializer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/StringSnapshotSerializerReadable.html b/javadoc/liquibase/serializer/core/string/StringSnapshotSerializerReadable.html deleted file mode 100644 index 0d36a931f..000000000 --- a/javadoc/liquibase/serializer/core/string/StringSnapshotSerializerReadable.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -StringSnapshotSerializerReadable (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.string
    -

    Class StringSnapshotSerializerReadable

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.string.StringSnapshotSerializerReadable
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.FieldFilter.html b/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.FieldFilter.html deleted file mode 100644 index f4fce5a97..000000000 --- a/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.FieldFilter.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.html b/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.html deleted file mode 100644 index 6b8ca4609..000000000 --- a/javadoc/liquibase/serializer/core/string/class-use/StringChangeLogSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.string.StringChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.string.StringChangeLogSerializer

    -
    -
    No usage of liquibase.serializer.core.string.StringChangeLogSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializer.html b/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializer.html deleted file mode 100644 index 73180d578..000000000 --- a/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.string.StringSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.string.StringSnapshotSerializer

    -
    -
    No usage of liquibase.serializer.core.string.StringSnapshotSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializerReadable.html b/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializerReadable.html deleted file mode 100644 index 1a4ce5667..000000000 --- a/javadoc/liquibase/serializer/core/string/class-use/StringSnapshotSerializerReadable.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.string.StringSnapshotSerializerReadable (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.string.StringSnapshotSerializerReadable

    -
    -
    No usage of liquibase.serializer.core.string.StringSnapshotSerializerReadable
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/package-frame.html b/javadoc/liquibase/serializer/core/string/package-frame.html deleted file mode 100644 index 87846795e..000000000 --- a/javadoc/liquibase/serializer/core/string/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -liquibase.serializer.core.string (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer.core.string

    - - - diff --git a/javadoc/liquibase/serializer/core/string/package-summary.html b/javadoc/liquibase/serializer/core/string/package-summary.html deleted file mode 100644 index eb12eb67f..000000000 --- a/javadoc/liquibase/serializer/core/string/package-summary.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -liquibase.serializer.core.string (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer.core.string

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/package-tree.html b/javadoc/liquibase/serializer/core/string/package-tree.html deleted file mode 100644 index aad17252b..000000000 --- a/javadoc/liquibase/serializer/core/string/package-tree.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - -liquibase.serializer.core.string Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer.core.string

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/string/package-use.html b/javadoc/liquibase/serializer/core/string/package-use.html deleted file mode 100644 index 7574ee499..000000000 --- a/javadoc/liquibase/serializer/core/string/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer.core.string (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer.core.string

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/xml/XMLChangeLogSerializer.html b/javadoc/liquibase/serializer/core/xml/XMLChangeLogSerializer.html deleted file mode 100644 index 8900a1830..000000000 --- a/javadoc/liquibase/serializer/core/xml/XMLChangeLogSerializer.html +++ /dev/null @@ -1,532 +0,0 @@ - - - - - - -XMLChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.xml
    -

    Class XMLChangeLogSerializer

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.serializer.core.xml.XMLChangeLogSerializer
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/xml/class-use/XMLChangeLogSerializer.html b/javadoc/liquibase/serializer/core/xml/class-use/XMLChangeLogSerializer.html deleted file mode 100644 index b364eb4bc..000000000 --- a/javadoc/liquibase/serializer/core/xml/class-use/XMLChangeLogSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.xml.XMLChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.xml.XMLChangeLogSerializer

    -
    -
    No usage of liquibase.serializer.core.xml.XMLChangeLogSerializer
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/xml/package-frame.html b/javadoc/liquibase/serializer/core/xml/package-frame.html deleted file mode 100644 index 07ffb92d4..000000000 --- a/javadoc/liquibase/serializer/core/xml/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.serializer.core.xml (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer.core.xml

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/serializer/core/xml/package-summary.html b/javadoc/liquibase/serializer/core/xml/package-summary.html deleted file mode 100644 index 034086424..000000000 --- a/javadoc/liquibase/serializer/core/xml/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.serializer.core.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer.core.xml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/xml/package-tree.html b/javadoc/liquibase/serializer/core/xml/package-tree.html deleted file mode 100644 index 1a955a2e6..000000000 --- a/javadoc/liquibase/serializer/core/xml/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.serializer.core.xml Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer.core.xml

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/xml/package-use.html b/javadoc/liquibase/serializer/core/xml/package-use.html deleted file mode 100644 index 6c23b79a8..000000000 --- a/javadoc/liquibase/serializer/core/xml/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer.core.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer.core.xml

    -
    -
    No usage of liquibase.serializer.core.xml
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlChangeLogSerializer.html b/javadoc/liquibase/serializer/core/yaml/YamlChangeLogSerializer.html deleted file mode 100644 index 58afe7056..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlChangeLogSerializer.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -YamlChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlChangeLogSerializer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseRepresenter.html b/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseRepresenter.html deleted file mode 100644 index 95a730561..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseRepresenter.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - -YamlSerializer.LiquibaseRepresenter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlSerializer.LiquibaseRepresenter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.yaml.snakeyaml.representer.BaseRepresenter
      • -
      • -
          -
        • org.yaml.snakeyaml.representer.Representer
        • -
        • -
            -
          • liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        -
          -
        • - - -

          Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer

          -org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
        • -
        -
      • -
      - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag>classTags 
        static PatternMULTILINE_PATTERN 
        protected TimeZonetimeZone 
        -
          -
        • - - -

          Fields inherited from class org.yaml.snakeyaml.representer.Representer

          -typeDefinitions
        • -
        -
          -
        • - - -

          Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

          -defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
        • -
        -
      • -
      - - - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        protected Set<org.yaml.snakeyaml.introspector.Property>getProperties(Class<? extends Object> type) 
        protected org.yaml.snakeyaml.nodes.TaggetTag(Class<?> arg0, - org.yaml.snakeyaml.nodes.Tag arg1) 
        protected voidinit() 
        -
          -
        • - - -

          Methods inherited from class org.yaml.snakeyaml.representer.Representer

          -addTypeDescription, checkGlobalTag, representJavaBean, representJavaBeanProperty, setPropertyUtils
        • -
        -
          -
        • - - -

          Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

          -getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle
        • -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          classTags

          -
          protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
          -
        • -
        - - - -
          -
        • -

          timeZone

          -
          protected TimeZone timeZone
          -
        • -
        - - - -
          -
        • -

          MULTILINE_PATTERN

          -
          public static Pattern MULTILINE_PATTERN
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseRepresenter

          -
          public LiquibaseRepresenter()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          init

          -
          protected void init()
          -
        • -
        - - - -
          -
        • -

          getProperties

          -
          protected Set<org.yaml.snakeyaml.introspector.Property> getProperties(Class<? extends Object> type)
          -
          -
          Overrides:
          -
          getProperties in class org.yaml.snakeyaml.representer.Representer
          -
          -
        • -
        - - - -
          -
        • -

          getTag

          -
          protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0,
          -                                              org.yaml.snakeyaml.nodes.Tag arg1)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseResolver.html b/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseResolver.html deleted file mode 100644 index bd22703f9..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.LiquibaseResolver.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -YamlSerializer.LiquibaseResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlSerializer.LiquibaseResolver

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.yaml.snakeyaml.resolver.Resolver
      • -
      • -
          -
        • liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      YamlSerializer
      -
      -
      -
      -
      public static class YamlSerializer.LiquibaseResolver
      -extends org.yaml.snakeyaml.resolver.Resolver
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseResolver

          -
          public LiquibaseResolver()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          addImplicitResolvers

          -
          protected void addImplicitResolvers()
          -
          -
          Overrides:
          -
          addImplicitResolvers in class org.yaml.snakeyaml.resolver.Resolver
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.html b/javadoc/liquibase/serializer/core/yaml/YamlSerializer.html deleted file mode 100644 index c78c4a107..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlSerializer.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -YamlSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlSerializer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html b/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html deleted file mode 100644 index 678e632af..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - -YamlSnapshotSerializer.SnapshotLiquibaseRepresenter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlSnapshotSerializer.SnapshotLiquibaseRepresenter

    -
    -
    - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        -
          -
        • - - -

          Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer

          -org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
        • -
        -
      • -
      - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag>classTags 
        static PatternMULTILINE_PATTERN 
        protected TimeZonetimeZone 
        -
          -
        • - - -

          Fields inherited from class org.yaml.snakeyaml.representer.Representer

          -typeDefinitions
        • -
        -
          -
        • - - -

          Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

          -defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
        • -
        -
      • -
      - - - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        protected org.yaml.snakeyaml.nodes.TaggetTag(Class<?> arg0, - org.yaml.snakeyaml.nodes.Tag arg1) 
        protected voidinit() 
        - -
          -
        • - - -

          Methods inherited from class org.yaml.snakeyaml.representer.Representer

          -addTypeDescription, checkGlobalTag, representJavaBean, representJavaBeanProperty, setPropertyUtils
        • -
        -
          -
        • - - -

          Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

          -getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle
        • -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          classTags

          -
          protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
          -
        • -
        - - - -
          -
        • -

          timeZone

          -
          protected TimeZone timeZone
          -
        • -
        - - - -
          -
        • -

          MULTILINE_PATTERN

          -
          public static Pattern MULTILINE_PATTERN
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SnapshotLiquibaseRepresenter

          -
          public SnapshotLiquibaseRepresenter()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.html b/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.html deleted file mode 100644 index a3ca1aff7..000000000 --- a/javadoc/liquibase/serializer/core/yaml/YamlSnapshotSerializer.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -YamlSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.serializer.core.yaml
    -

    Class YamlSnapshotSerializer

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlChangeLogSerializer.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlChangeLogSerializer.html deleted file mode 100644 index 1d9661afc..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlChangeLogSerializer.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlChangeLogSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlChangeLogSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseRepresenter.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseRepresenter.html deleted file mode 100644 index 3a7a3a4dd..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseRepresenter.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseResolver.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseResolver.html deleted file mode 100644 index 3f63dc06b..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.LiquibaseResolver.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.html deleted file mode 100644 index 6e20cc701..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSerializer.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html deleted file mode 100644 index 9fe15de0d..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.SnapshotLiquibaseRepresenter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter

    -
    -
    No usage of liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.html b/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.html deleted file mode 100644 index 7db6b7582..000000000 --- a/javadoc/liquibase/serializer/core/yaml/class-use/YamlSnapshotSerializer.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.serializer.core.yaml.YamlSnapshotSerializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.serializer.core.yaml.YamlSnapshotSerializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/package-frame.html b/javadoc/liquibase/serializer/core/yaml/package-frame.html deleted file mode 100644 index 93f571f08..000000000 --- a/javadoc/liquibase/serializer/core/yaml/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -liquibase.serializer.core.yaml (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer.core.yaml

    - - - diff --git a/javadoc/liquibase/serializer/core/yaml/package-summary.html b/javadoc/liquibase/serializer/core/yaml/package-summary.html deleted file mode 100644 index 6b638485a..000000000 --- a/javadoc/liquibase/serializer/core/yaml/package-summary.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -liquibase.serializer.core.yaml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer.core.yaml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/package-tree.html b/javadoc/liquibase/serializer/core/yaml/package-tree.html deleted file mode 100644 index 755a14ede..000000000 --- a/javadoc/liquibase/serializer/core/yaml/package-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -liquibase.serializer.core.yaml Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer.core.yaml

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/core/yaml/package-use.html b/javadoc/liquibase/serializer/core/yaml/package-use.html deleted file mode 100644 index 4183fedad..000000000 --- a/javadoc/liquibase/serializer/core/yaml/package-use.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer.core.yaml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer.core.yaml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/package-frame.html b/javadoc/liquibase/serializer/package-frame.html deleted file mode 100644 index e71d56d90..000000000 --- a/javadoc/liquibase/serializer/package-frame.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - -liquibase.serializer (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.serializer

    - - - diff --git a/javadoc/liquibase/serializer/package-summary.html b/javadoc/liquibase/serializer/package-summary.html deleted file mode 100644 index f742c6b91..000000000 --- a/javadoc/liquibase/serializer/package-summary.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -liquibase.serializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.serializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/package-tree.html b/javadoc/liquibase/serializer/package-tree.html deleted file mode 100644 index b03c8283b..000000000 --- a/javadoc/liquibase/serializer/package-tree.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -liquibase.serializer Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.serializer

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/serializer/package-use.html b/javadoc/liquibase/serializer/package-use.html deleted file mode 100644 index a0a796133..000000000 --- a/javadoc/liquibase/serializer/package-use.html +++ /dev/null @@ -1,663 +0,0 @@ - - - - - - -Uses of Package liquibase.serializer (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.serializer

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/AssignableToPackageScanFilter.html b/javadoc/liquibase/servicelocator/AssignableToPackageScanFilter.html deleted file mode 100644 index 9e702d4eb..000000000 --- a/javadoc/liquibase/servicelocator/AssignableToPackageScanFilter.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -AssignableToPackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class AssignableToPackageScanFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.servicelocator.AssignableToPackageScanFilter
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      PackageScanFilter
      -
      -
      -
      -
      public class AssignableToPackageScanFilter
      -extends Object
      -implements PackageScanFilter
      -
      Package scan filter for testing if a given class is assignable to another class.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AssignableToPackageScanFilter

          -
          public AssignableToPackageScanFilter()
          -
        • -
        - - - -
          -
        • -

          AssignableToPackageScanFilter

          -
          public AssignableToPackageScanFilter(Class<?> parentType)
          -
        • -
        - - - -
          -
        • -

          AssignableToPackageScanFilter

          -
          public AssignableToPackageScanFilter(Set<Class<?>> parents)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          addParentType

          -
          public void addParentType(Class<?> parentType)
          -
        • -
        - - - -
          -
        • -

          matches

          -
          public boolean matches(Class<?> type)
          -
          Description copied from interface: PackageScanFilter
          -
          Does the given class match
          -
          -
          Specified by:
          -
          matches in interface PackageScanFilter
          -
          Parameters:
          -
          type - the class
          -
          Returns:
          -
          true to include this class, false to skip it.
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/CompositePackageScanFilter.html b/javadoc/liquibase/servicelocator/CompositePackageScanFilter.html deleted file mode 100644 index 2dbf6872d..000000000 --- a/javadoc/liquibase/servicelocator/CompositePackageScanFilter.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -CompositePackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class CompositePackageScanFilter

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.servicelocator.CompositePackageScanFilter
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CompositePackageScanFilter

          -
          public CompositePackageScanFilter()
          -
        • -
        - - - -
          -
        • -

          CompositePackageScanFilter

          -
          public CompositePackageScanFilter(Set<PackageScanFilter> filters)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          matches

          -
          public boolean matches(Class<?> type)
          -
          Description copied from interface: PackageScanFilter
          -
          Does the given class match
          -
          -
          Specified by:
          -
          matches in interface PackageScanFilter
          -
          Parameters:
          -
          type - the class
          -
          Returns:
          -
          true to include this class, false to skip it.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/CustomResolverServiceLocator.html b/javadoc/liquibase/servicelocator/CustomResolverServiceLocator.html deleted file mode 100644 index 5501c5f46..000000000 --- a/javadoc/liquibase/servicelocator/CustomResolverServiceLocator.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -CustomResolverServiceLocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class CustomResolverServiceLocator

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CustomResolverServiceLocator
      -extends ServiceLocator
      -
      Allows overriding of the resolver class.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/DefaultPackageScanClassResolver.html b/javadoc/liquibase/servicelocator/DefaultPackageScanClassResolver.html deleted file mode 100644 index 3adb37855..000000000 --- a/javadoc/liquibase/servicelocator/DefaultPackageScanClassResolver.html +++ /dev/null @@ -1,693 +0,0 @@ - - - - - - -DefaultPackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class DefaultPackageScanClassResolver

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.servicelocator.DefaultPackageScanClassResolver
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          log

          -
          protected final transient Logger log
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DefaultPackageScanClassResolver

          -
          public DefaultPackageScanClassResolver()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - - - - - - - - - -
          -
        • -

          setClassLoaders

          -
          public void setClassLoaders(Set<ClassLoader> classLoaders)
          -
          Description copied from interface: PackageScanClassResolver
          -
          Sets the ClassLoader instances that should be used when scanning for - classes. If none is set then the context classloader will be used.
          -
          -
          Specified by:
          -
          setClassLoaders in interface PackageScanClassResolver
          -
          Parameters:
          -
          classLoaders - loaders to use when scanning for classes
          -
          -
        • -
        - - - -
          -
        • -

          findImplementations

          -
          public Set<Class<?>> findImplementations(Class parent,
          -                                         String... packageNames)
          -
          Description copied from interface: PackageScanClassResolver
          -
          Attempts to discover classes that are assignable to the type provided. In - the case that an interface is provided this method will collect - implementations. In the case of a non-interface class, subclasses will be - collected.
          -
          -
          Specified by:
          -
          findImplementations in interface PackageScanClassResolver
          -
          Parameters:
          -
          parent - the class of interface to find subclasses or implementations of
          -
          packageNames - one or more package names to scan (including subpackages) for classes
          -
          Returns:
          -
          the classes found, returns an empty set if none found
          -
          -
        • -
        - - - -
          -
        • -

          findByFilter

          -
          public Set<Class<?>> findByFilter(PackageScanFilter filter,
          -                                  String... packageNames)
          -
          Description copied from interface: PackageScanClassResolver
          -
          Attempts to discover classes filter by the provided filter
          -
          -
          Specified by:
          -
          findByFilter in interface PackageScanClassResolver
          -
          Parameters:
          -
          filter - filter to filter desired classes.
          -
          packageNames - one or more package names to scan (including subpackages) for classes
          -
          Returns:
          -
          the classes found, returns an empty set if none found
          -
          -
        • -
        - - - - - - - -
          -
        • -

          findAllClasses

          -
          protected void findAllClasses(String packageName,
          -                              ClassLoader loader)
          -
        • -
        - - - - - - - -
          -
        • -

          addFoundClass

          -
          protected void addFoundClass(Class<?> type)
          -
        • -
        - - - -
          -
        • -

          addFoundClass

          -
          protected void addFoundClass(String packageName,
          -                             Class<?> type)
          -
        • -
        - - - -
          -
        • -

          getFoundClasses

          -
          protected Set<Class> getFoundClasses(String packageName)
          -
        • -
        - - - - - - - -
          -
        • -

          getResources

          -
          protected Enumeration<URL> getResources(ClassLoader loader,
          -                                        String packageName)
          -                                 throws IOException
          -
          Strategy to get the resources by the given classloader. -

          - Notice that in WebSphere platforms there is a WebSpherePackageScanClassResolver - to take care of WebSphere's odditiy of resource loading.

          -
          -
          Parameters:
          -
          loader - the classloader
          -
          packageName - the packagename for the package to load
          -
          Returns:
          -
          URL's for the given package
          -
          Throws:
          -
          IOException - is thrown by the classloader
          -
          -
        • -
        - - - -
          -
        • -

          loadImplementationsInJar

          -
          protected void loadImplementationsInJar(String parentPackage,
          -                                        InputStream parentFileStream,
          -                                        ClassLoader loader,
          -                                        String parentFileName,
          -                                        String grandparentFileName)
          -                                 throws IOException
          -
          Finds matching classes within a jar files that contains a folder - structure matching the package structure. If the File is not a JarFile or - does not exist a warning will be logged, but no error will be raised. - - Any nested JAR files found inside this JAR will be assumed to also be - on the classpath and will be recursively examined for classes in `parentPackage`.
          -
          -
          Parameters:
          -
          parentPackage - the parent package under which classes must be in order to - be considered
          -
          parentFileStream - the inputstream of the jar file to be examined for classes
          -
          loader - a classloader which can load classes contained within the JAR file
          -
          parentFileName - a unique name for the parentFileStream, to be used for caching. - This is the URL of the parentFileStream, if it comes from a URL, - or a composite ID if we are currently examining a nested JAR.
          -
          Throws:
          -
          IOException
          -
          -
        • -
        - - - -
          -
        • -

          addIfMatching

          -
          protected void addIfMatching(PackageScanFilter test,
          -                             String fqn,
          -                             Set<Class<?>> classes)
          -
          Add the class designated by the fully qualified class name provided to - the set of resolved classes if and only if it is approved by the Test - supplied.
          -
          -
          Parameters:
          -
          test - the test used to determine if the class matches
          -
          fqn - the fully qualified name of a class
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/LiquibaseService.html b/javadoc/liquibase/servicelocator/LiquibaseService.html deleted file mode 100644 index 9ce4e9308..000000000 --- a/javadoc/liquibase/servicelocator/LiquibaseService.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -LiquibaseService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Annotation Type LiquibaseService

    -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Optional Element Summary

        - - - - - - - - - - -
        Optional Elements 
        Modifier and TypeOptional Element and Description
        booleanskip 
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Element Detail

        - - - -
          -
        • -

          skip

          -
          public abstract boolean skip
          -
          -
          Default:
          -
          false
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/PackageScanClassResolver.html b/javadoc/liquibase/servicelocator/PackageScanClassResolver.html deleted file mode 100644 index 8c9dde172..000000000 --- a/javadoc/liquibase/servicelocator/PackageScanClassResolver.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -PackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Interface PackageScanClassResolver

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setClassLoaders

          -
          void setClassLoaders(Set<ClassLoader> classLoaders)
          -
          Sets the ClassLoader instances that should be used when scanning for - classes. If none is set then the context classloader will be used.
          -
          -
          Parameters:
          -
          classLoaders - loaders to use when scanning for classes
          -
          -
        • -
        - - - -
          -
        • -

          getClassLoaders

          -
          Set<ClassLoader> getClassLoaders()
          -
          Gets the ClassLoader instances that should be used when scanning for classes.
          -
          -
          Returns:
          -
          the class loaders to use
          -
          -
        • -
        - - - -
          -
        • -

          addClassLoader

          -
          void addClassLoader(ClassLoader classLoader)
          -
          Adds the class loader to the existing loaders
          -
          -
          Parameters:
          -
          classLoader - the loader to add
          -
          -
        • -
        - - - -
          -
        • -

          findImplementations

          -
          Set<Class<?>> findImplementations(Class<?> parent,
          -                                  String... packageNames)
          -
          Attempts to discover classes that are assignable to the type provided. In - the case that an interface is provided this method will collect - implementations. In the case of a non-interface class, subclasses will be - collected.
          -
          -
          Parameters:
          -
          parent - the class of interface to find subclasses or implementations of
          -
          packageNames - one or more package names to scan (including subpackages) for classes
          -
          Returns:
          -
          the classes found, returns an empty set if none found
          -
          -
        • -
        - - - -
          -
        • -

          findByFilter

          -
          Set<Class<?>> findByFilter(PackageScanFilter filter,
          -                           String... packageNames)
          -
          Attempts to discover classes filter by the provided filter
          -
          -
          Parameters:
          -
          filter - filter to filter desired classes.
          -
          packageNames - one or more package names to scan (including subpackages) for classes
          -
          Returns:
          -
          the classes found, returns an empty set if none found
          -
          -
        • -
        - - - -
          -
        • -

          addFilter

          -
          void addFilter(PackageScanFilter filter)
          -
          Add a filter that will be applied to all scan operations
          -
          -
          Parameters:
          -
          filter - filter to filter desired classes in all scan operations
          -
          -
        • -
        - - - -
          -
        • -

          removeFilter

          -
          void removeFilter(PackageScanFilter filter)
          -
          Removes the filter
          -
          -
          Parameters:
          -
          filter - filter to filter desired classes in all scan operations
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/PackageScanFilter.html b/javadoc/liquibase/servicelocator/PackageScanFilter.html deleted file mode 100644 index 5cd59999b..000000000 --- a/javadoc/liquibase/servicelocator/PackageScanFilter.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - -PackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Interface PackageScanFilter

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          matches

          -
          boolean matches(Class<?> type)
          -
          Does the given class match
          -
          -
          Parameters:
          -
          type - the class
          -
          Returns:
          -
          true to include this class, false to skip it.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/PrioritizedService.html b/javadoc/liquibase/servicelocator/PrioritizedService.html deleted file mode 100644 index 116bf0ada..000000000 --- a/javadoc/liquibase/servicelocator/PrioritizedService.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -PrioritizedService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Interface PrioritizedService

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/ServiceLocator.html b/javadoc/liquibase/servicelocator/ServiceLocator.html deleted file mode 100644 index d7439f58b..000000000 --- a/javadoc/liquibase/servicelocator/ServiceLocator.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -ServiceLocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class ServiceLocator

    -
    -
    - -
    -
      -
    • -
      -
      Direct Known Subclasses:
      -
      CustomResolverServiceLocator
      -
      -
      -
      -
      public class ServiceLocator
      -extends Object
      -
      Entry point to the Liquibase specific ServiceLocator framework. - - Services (concrete instances of interfaces) are located by scanning nominated - packages on the classpath for implementations of the interface.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/WebSpherePackageScanClassResolver.html b/javadoc/liquibase/servicelocator/WebSpherePackageScanClassResolver.html deleted file mode 100644 index 2ad9da595..000000000 --- a/javadoc/liquibase/servicelocator/WebSpherePackageScanClassResolver.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -WebSpherePackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.servicelocator
    -

    Class WebSpherePackageScanClassResolver

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          WebSpherePackageScanClassResolver

          -
          public WebSpherePackageScanClassResolver(String resourcePath)
          -
          Constructor.
          -
          -
          Parameters:
          -
          resourcePath - the fixed resource path to use for fetching camel jars in WebSphere.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isWebSphereClassLoader

          -
          public static boolean isWebSphereClassLoader(ClassLoader loader)
          -
          Is the classloader from IBM and thus the WebSphere platform?
          -
          -
          Parameters:
          -
          loader - the classloader
          -
          Returns:
          -
          true if IBM classloader, false otherwise.
          -
          -
        • -
        - - - -
          -
        • -

          getResources

          -
          protected Enumeration<URL> getResources(ClassLoader loader,
          -                                        String packageName)
          -                                 throws IOException
          -
          Overloaded to handle specific problem with getting resources on the IBM WebSphere platform. -

          - WebSphere can not load resources if the resource to load is a folder name, such as a - packagename, you have to explicit name a resource that is a file.

          -
          -
          Overrides:
          -
          getResources in class DefaultPackageScanClassResolver
          -
          Parameters:
          -
          loader - the classloader
          -
          packageName - the packagename for the package to load
          -
          Returns:
          -
          URL's for the given package
          -
          Throws:
          -
          IOException - is thrown by the classloader
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/AssignableToPackageScanFilter.html b/javadoc/liquibase/servicelocator/class-use/AssignableToPackageScanFilter.html deleted file mode 100644 index e5fcc7baf..000000000 --- a/javadoc/liquibase/servicelocator/class-use/AssignableToPackageScanFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.AssignableToPackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.AssignableToPackageScanFilter

    -
    -
    No usage of liquibase.servicelocator.AssignableToPackageScanFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/CompositePackageScanFilter.html b/javadoc/liquibase/servicelocator/class-use/CompositePackageScanFilter.html deleted file mode 100644 index 514f387d8..000000000 --- a/javadoc/liquibase/servicelocator/class-use/CompositePackageScanFilter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.CompositePackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.CompositePackageScanFilter

    -
    -
    No usage of liquibase.servicelocator.CompositePackageScanFilter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/CustomResolverServiceLocator.html b/javadoc/liquibase/servicelocator/class-use/CustomResolverServiceLocator.html deleted file mode 100644 index 34c550c5a..000000000 --- a/javadoc/liquibase/servicelocator/class-use/CustomResolverServiceLocator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.CustomResolverServiceLocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.CustomResolverServiceLocator

    -
    -
    No usage of liquibase.servicelocator.CustomResolverServiceLocator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/DefaultPackageScanClassResolver.html b/javadoc/liquibase/servicelocator/class-use/DefaultPackageScanClassResolver.html deleted file mode 100644 index 1fc183e1d..000000000 --- a/javadoc/liquibase/servicelocator/class-use/DefaultPackageScanClassResolver.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.DefaultPackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.DefaultPackageScanClassResolver

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/LiquibaseService.html b/javadoc/liquibase/servicelocator/class-use/LiquibaseService.html deleted file mode 100644 index 827863b1b..000000000 --- a/javadoc/liquibase/servicelocator/class-use/LiquibaseService.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.LiquibaseService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.LiquibaseService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/PackageScanClassResolver.html b/javadoc/liquibase/servicelocator/class-use/PackageScanClassResolver.html deleted file mode 100644 index b89b6663c..000000000 --- a/javadoc/liquibase/servicelocator/class-use/PackageScanClassResolver.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -Uses of Interface liquibase.servicelocator.PackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.servicelocator.PackageScanClassResolver

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/PackageScanFilter.html b/javadoc/liquibase/servicelocator/class-use/PackageScanFilter.html deleted file mode 100644 index b92694a39..000000000 --- a/javadoc/liquibase/servicelocator/class-use/PackageScanFilter.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -Uses of Interface liquibase.servicelocator.PackageScanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.servicelocator.PackageScanFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/PrioritizedService.html b/javadoc/liquibase/servicelocator/class-use/PrioritizedService.html deleted file mode 100644 index 31c85be77..000000000 --- a/javadoc/liquibase/servicelocator/class-use/PrioritizedService.html +++ /dev/null @@ -1,1489 +0,0 @@ - - - - - - -Uses of Interface liquibase.servicelocator.PrioritizedService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.servicelocator.PrioritizedService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/ServiceLocator.html b/javadoc/liquibase/servicelocator/class-use/ServiceLocator.html deleted file mode 100644 index f77db247e..000000000 --- a/javadoc/liquibase/servicelocator/class-use/ServiceLocator.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.ServiceLocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.ServiceLocator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/class-use/WebSpherePackageScanClassResolver.html b/javadoc/liquibase/servicelocator/class-use/WebSpherePackageScanClassResolver.html deleted file mode 100644 index 8a04a3149..000000000 --- a/javadoc/liquibase/servicelocator/class-use/WebSpherePackageScanClassResolver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.servicelocator.WebSpherePackageScanClassResolver (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.servicelocator.WebSpherePackageScanClassResolver

    -
    -
    No usage of liquibase.servicelocator.WebSpherePackageScanClassResolver
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/package-frame.html b/javadoc/liquibase/servicelocator/package-frame.html deleted file mode 100644 index 6d16d4d40..000000000 --- a/javadoc/liquibase/servicelocator/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -liquibase.servicelocator (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.servicelocator

    - - - diff --git a/javadoc/liquibase/servicelocator/package-summary.html b/javadoc/liquibase/servicelocator/package-summary.html deleted file mode 100644 index 0e6b0bcb5..000000000 --- a/javadoc/liquibase/servicelocator/package-summary.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -liquibase.servicelocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.servicelocator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/package-tree.html b/javadoc/liquibase/servicelocator/package-tree.html deleted file mode 100644 index 9b22ace8a..000000000 --- a/javadoc/liquibase/servicelocator/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -liquibase.servicelocator Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.servicelocator

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Annotation Type Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/servicelocator/package-use.html b/javadoc/liquibase/servicelocator/package-use.html deleted file mode 100644 index b75dec479..000000000 --- a/javadoc/liquibase/servicelocator/package-use.html +++ /dev/null @@ -1,747 +0,0 @@ - - - - - - -Uses of Package liquibase.servicelocator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.servicelocator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/CachedRow.html b/javadoc/liquibase/snapshot/CachedRow.html deleted file mode 100644 index aa7f58a94..000000000 --- a/javadoc/liquibase/snapshot/CachedRow.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -CachedRow (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class CachedRow

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CachedRow
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CachedRow

          -
          public CachedRow(Map row)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          set

          -
          public void set(String columnName,
          -                Object value)
          -
        • -
        - - - -
          -
        • -

          containsColumn

          -
          public boolean containsColumn(String columnName)
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public String getString(String columnName)
          -
        • -
        - - - - - - - -
          -
        • -

          getShort

          -
          public Short getShort(String columnName)
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          public Boolean getBoolean(String columnName)
          -
        • -
        - - - -
          -
        • -

          yesNoToBoolean

          -
          public Boolean yesNoToBoolean(String columnName)
          -
          Convert 'YES'/'NO' value to TRUE/FALSE
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/DatabaseSnapshot.html b/javadoc/liquibase/snapshot/DatabaseSnapshot.html deleted file mode 100644 index 49842e607..000000000 --- a/javadoc/liquibase/snapshot/DatabaseSnapshot.html +++ /dev/null @@ -1,800 +0,0 @@ - - - - - - -DatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class DatabaseSnapshot

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/EmptyDatabaseSnapshot.html b/javadoc/liquibase/snapshot/EmptyDatabaseSnapshot.html deleted file mode 100644 index fc6b200ab..000000000 --- a/javadoc/liquibase/snapshot/EmptyDatabaseSnapshot.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -EmptyDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class EmptyDatabaseSnapshot

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/InvalidExampleException.html b/javadoc/liquibase/snapshot/InvalidExampleException.html deleted file mode 100644 index 907f31675..000000000 --- a/javadoc/liquibase/snapshot/InvalidExampleException.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -InvalidExampleException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class InvalidExampleException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class InvalidExampleException
      -extends LiquibaseException
      -
      Thrown if a descriptive example is not specific enough to perform a snapshot.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InvalidExampleException

          -
          public InvalidExampleException()
          -
        • -
        - - - -
          -
        • -

          InvalidExampleException

          -
          public InvalidExampleException(String message)
          -
        • -
        - - - -
          -
        • -

          InvalidExampleException

          -
          public InvalidExampleException(String message,
          -                               Throwable cause)
          -
        • -
        - - - -
          -
        • -

          InvalidExampleException

          -
          public InvalidExampleException(Throwable cause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html b/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html deleted file mode 100644 index d5dd37b8b..000000000 --- a/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - -JdbcDatabaseSnapshot.CachingDatabaseMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class JdbcDatabaseSnapshot.CachingDatabaseMetaData

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.html b/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.html deleted file mode 100644 index 239be7cfe..000000000 --- a/javadoc/liquibase/snapshot/JdbcDatabaseSnapshot.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -JdbcDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class JdbcDatabaseSnapshot

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/RestoredDatabaseSnapshot.html b/javadoc/liquibase/snapshot/RestoredDatabaseSnapshot.html deleted file mode 100644 index 318c1b8e6..000000000 --- a/javadoc/liquibase/snapshot/RestoredDatabaseSnapshot.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -RestoredDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class RestoredDatabaseSnapshot

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotControl.html b/javadoc/liquibase/snapshot/SnapshotControl.html deleted file mode 100644 index fb7d01273..000000000 --- a/javadoc/liquibase/snapshot/SnapshotControl.html +++ /dev/null @@ -1,669 +0,0 @@ - - - - - - -SnapshotControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class SnapshotControl

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      LiquibaseSerializable
      -
      -
      -
      -
      public class SnapshotControl
      -extends Object
      -implements LiquibaseSerializable
      -
      Allows the class user to influence various aspects of the database object snapshot generation, e.g. - what types of database objects they want.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SnapshotControl

          -
          public SnapshotControl(Database database)
          -
          Create a SnapshotControl for a given database and mark the database's standard types for inclusion.
          -
          -
          Parameters:
          -
          database - the DBMS for which snapshots should be generated
          -
          -
        • -
        - - - -
          -
        • -

          SnapshotControl

          -
          public SnapshotControl(Database database,
          -                       Class<? extends DatabaseObject>... types)
          -
          Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
          -
          -
          Parameters:
          -
          database - the DBMS for which snapshots should be generated
          -
          types - the list of object types to be included in the snapshot
          -
          -
        • -
        - - - -
          -
        • -

          SnapshotControl

          -
          public SnapshotControl(Database database,
          -                       boolean expandTypesIfNeeded,
          -                       Class<? extends DatabaseObject>... types)
          -
        • -
        - - - -
          -
        • -

          SnapshotControl

          -
          public SnapshotControl(Database database,
          -                       String types)
          -
          Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
          -
          -
          Parameters:
          -
          database - the DBMS for which snapshots should be generated
          -
          types - the list of object types to be included in the snapshot, separated by commas
          -
          -
        • -
        - - - - -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotGenerator.html b/javadoc/liquibase/snapshot/SnapshotGenerator.html deleted file mode 100644 index 3e8a389c3..000000000 --- a/javadoc/liquibase/snapshot/SnapshotGenerator.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -SnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Interface SnapshotGenerator

    -
    -
    - -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          int getPriority(Class<? extends DatabaseObject> objectType,
          -                Database database)
          -
          Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g. Table, Index, View etc.) in the DBMS database (e.g. Oracle, Postgres, HyperSQL etc.) - A return priority of > 0 will be interpreted as capable. The highest priority for an objectType-database - combination wins.
          -
          -
          Parameters:
          -
          objectType - The object type we are asked to snapshot
          -
          database - The DBMS for which the snapshotting should be done
          -
          Returns:
          -
          An integer of PRIORITY_... constants indicating our capability and willingness to snapshot
          -
          -
        • -
        - - - - - -
          -
        • -

          snapshot

          -
          <T extends DatabaseObject> T snapshot(T example,
          -                                      DatabaseSnapshot snapshot,
          -                                      SnapshotGeneratorChain chain)
          -                               throws DatabaseException,
          -                                      InvalidExampleException
          -
          Commands the SnapshotGenerator to create a snapshot (a representation of a database object in Java object form) - of a specific database object.
          -
          -
          Type Parameters:
          -
          T - The Java object type in which we are to return the snapshot result
          -
          Parameters:
          -
          example - The object we should try to snapshot
          -
          snapshot - The Snapshot object representating the result of the snapshot operations so far
          -
          chain - A list of other SnapshotGenerators that might be asked to try the same
          -
          Returns:
          -
          An object of type T if our snapshot attempt is successful
          -
          Throws:
          -
          DatabaseException - If an operation on the database fails
          -
          InvalidExampleException - If, for some reason, we cannot work on the example object (ambiguous naming etc.)
          -
          -
        • -
        - - - -
          -
        • -

          addsTo

          -
          Class<? extends DatabaseObject>[] addsTo()
          -
          When snapshotting a certain object type (e.g. a table), different types of objects might be discovered in the - process. - (TODO: Which ones? Needs a more precise description.)
          -
          -
          Returns:
          -
          an array of classes that this SnapshotGenerator might return upon snapshotting a given - DatabaseObject type.
          -
          -
        • -
        - - - -
          -
        • -

          replaces

          -
          Class<? extends SnapshotGenerator>[] replaces()
          -
          Returns classes (and superclasses) that this SnapshotGenerator replaces. Return null or empty array to not - affect the SnapshotGeneratorChain.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotGeneratorChain.html b/javadoc/liquibase/snapshot/SnapshotGeneratorChain.html deleted file mode 100644 index 6be643ddf..000000000 --- a/javadoc/liquibase/snapshot/SnapshotGeneratorChain.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - -SnapshotGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class SnapshotGeneratorChain

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SnapshotGeneratorChain
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotGeneratorFactory.html b/javadoc/liquibase/snapshot/SnapshotGeneratorFactory.html deleted file mode 100644 index afce7d81b..000000000 --- a/javadoc/liquibase/snapshot/SnapshotGeneratorFactory.html +++ /dev/null @@ -1,638 +0,0 @@ - - - - - - -SnapshotGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class SnapshotGeneratorFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SnapshotGeneratorFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotIdService.html b/javadoc/liquibase/snapshot/SnapshotIdService.html deleted file mode 100644 index a32084d43..000000000 --- a/javadoc/liquibase/snapshot/SnapshotIdService.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -SnapshotIdService (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Class SnapshotIdService

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SnapshotIdService
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/SnapshotListener.html b/javadoc/liquibase/snapshot/SnapshotListener.html deleted file mode 100644 index a9fd60e7e..000000000 --- a/javadoc/liquibase/snapshot/SnapshotListener.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -SnapshotListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot
    -

    Interface SnapshotListener

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface SnapshotListener
      -
      Listener interface to be called during the snapshot process. Attach instances to SnapshotControl
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          willSnapshot

          -
          void willSnapshot(DatabaseObject example,
          -                  Database database)
          -
          Called before a snapshot is done.
          -
          -
          Parameters:
          -
          example - Example of object to be created
          -
          database - Database to be read from
          -
          -
        • -
        - - - -
          -
        • -

          finishedSnapshot

          -
          void finishedSnapshot(DatabaseObject example,
          -                      DatabaseObject snapshot,
          -                      Database database)
          -
          Called after an object is fully loaded from the database. Dependent objects may have their willSnapshot and finishSnapshot methods called before this method is called for a given example.
          -
          -
          Parameters:
          -
          example - Original example object used for the snapshot
          -
          snapshot - Final snapshot object
          -
          database - Database read from
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/CachedRow.html b/javadoc/liquibase/snapshot/class-use/CachedRow.html deleted file mode 100644 index b4c581c4d..000000000 --- a/javadoc/liquibase/snapshot/class-use/CachedRow.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.CachedRow (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.CachedRow

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/DatabaseSnapshot.html b/javadoc/liquibase/snapshot/class-use/DatabaseSnapshot.html deleted file mode 100644 index 5466252f9..000000000 --- a/javadoc/liquibase/snapshot/class-use/DatabaseSnapshot.html +++ /dev/null @@ -1,731 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.DatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.DatabaseSnapshot

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/EmptyDatabaseSnapshot.html b/javadoc/liquibase/snapshot/class-use/EmptyDatabaseSnapshot.html deleted file mode 100644 index 0f397751a..000000000 --- a/javadoc/liquibase/snapshot/class-use/EmptyDatabaseSnapshot.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.EmptyDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.EmptyDatabaseSnapshot

    -
    -
    No usage of liquibase.snapshot.EmptyDatabaseSnapshot
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/InvalidExampleException.html b/javadoc/liquibase/snapshot/class-use/InvalidExampleException.html deleted file mode 100644 index 518b21c9b..000000000 --- a/javadoc/liquibase/snapshot/class-use/InvalidExampleException.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.InvalidExampleException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.InvalidExampleException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html b/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html deleted file mode 100644 index ed4b2a89b..000000000 --- a/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.CachingDatabaseMetaData.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.html b/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.html deleted file mode 100644 index f1454cd74..000000000 --- a/javadoc/liquibase/snapshot/class-use/JdbcDatabaseSnapshot.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.JdbcDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.JdbcDatabaseSnapshot

    -
    -
    No usage of liquibase.snapshot.JdbcDatabaseSnapshot
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/RestoredDatabaseSnapshot.html b/javadoc/liquibase/snapshot/class-use/RestoredDatabaseSnapshot.html deleted file mode 100644 index bcd6407e9..000000000 --- a/javadoc/liquibase/snapshot/class-use/RestoredDatabaseSnapshot.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.RestoredDatabaseSnapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.RestoredDatabaseSnapshot

    -
    -
    No usage of liquibase.snapshot.RestoredDatabaseSnapshot
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotControl.html b/javadoc/liquibase/snapshot/class-use/SnapshotControl.html deleted file mode 100644 index cc0dfabe0..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotControl.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.SnapshotControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.SnapshotControl

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotGenerator.html b/javadoc/liquibase/snapshot/class-use/SnapshotGenerator.html deleted file mode 100644 index cb9e6d96b..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotGenerator.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -Uses of Interface liquibase.snapshot.SnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.snapshot.SnapshotGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorChain.html b/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorChain.html deleted file mode 100644 index 32f54dd51..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorChain.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.SnapshotGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.SnapshotGeneratorChain

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorFactory.html b/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorFactory.html deleted file mode 100644 index eb90e42b9..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotGeneratorFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.SnapshotGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.SnapshotGeneratorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotIdService.html b/javadoc/liquibase/snapshot/class-use/SnapshotIdService.html deleted file mode 100644 index f5a748bab..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotIdService.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.SnapshotIdService (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.SnapshotIdService

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/class-use/SnapshotListener.html b/javadoc/liquibase/snapshot/class-use/SnapshotListener.html deleted file mode 100644 index 261d7b868..000000000 --- a/javadoc/liquibase/snapshot/class-use/SnapshotListener.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Interface liquibase.snapshot.SnapshotListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.snapshot.SnapshotListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/CatalogSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/CatalogSnapshotGenerator.html deleted file mode 100644 index c8da83374..000000000 --- a/javadoc/liquibase/snapshot/jvm/CatalogSnapshotGenerator.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -CatalogSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class CatalogSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGenerator.html deleted file mode 100644 index 9919ed908..000000000 --- a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGenerator.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - -ColumnSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ColumnSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorH2.html b/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorH2.html deleted file mode 100644 index 4c7ea44ed..000000000 --- a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorH2.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - -ColumnSnapshotGeneratorH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ColumnSnapshotGeneratorH2

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnSnapshotGeneratorH2

          -
          public ColumnSnapshotGeneratorH2()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          public int getPriority(Class<? extends DatabaseObject> objectType,
          -                       Database database)
          -
          Description copied from interface: SnapshotGenerator
          -
          Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g. Table, Index, View etc.) in the DBMS database (e.g. Oracle, Postgres, HyperSQL etc.) - A return priority of > 0 will be interpreted as capable. The highest priority for an objectType-database - combination wins.
          -
          -
          Specified by:
          -
          getPriority in interface SnapshotGenerator
          -
          Overrides:
          -
          getPriority in class JdbcSnapshotGenerator
          -
          Parameters:
          -
          objectType - The object type we are asked to snapshot
          -
          database - The DBMS for which the snapshotting should be done
          -
          Returns:
          -
          An integer of PRIORITY_... constants indicating our capability and willingness to snapshot
          -
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorInformix.html b/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorInformix.html deleted file mode 100644 index c31d5ebd9..000000000 --- a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorInformix.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -ColumnSnapshotGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ColumnSnapshotGeneratorInformix

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      SnapshotGenerator
      -
      -
      -
      -
      public class ColumnSnapshotGeneratorInformix
      -extends ColumnSnapshotGenerator
      -
      Informix-specific parts of ColumnSnapshotGenerator to account for various quirks in IBM Informix.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnSnapshotGeneratorInformix

          -
          public ColumnSnapshotGeneratorInformix()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          public int getPriority(Class<? extends DatabaseObject> objectType,
          -                       Database database)
          -
          Description copied from interface: SnapshotGenerator
          -
          Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g. Table, Index, View etc.) in the DBMS database (e.g. Oracle, Postgres, HyperSQL etc.) - A return priority of > 0 will be interpreted as capable. The highest priority for an objectType-database - combination wins.
          -
          -
          Specified by:
          -
          getPriority in interface SnapshotGenerator
          -
          Overrides:
          -
          getPriority in class JdbcSnapshotGenerator
          -
          Parameters:
          -
          objectType - The object type we are asked to snapshot
          -
          database - The DBMS for which the snapshotting should be done
          -
          Returns:
          -
          An integer of PRIORITY_... constants indicating our capability and willingness to snapshot
          -
          -
        • -
        - - - - - - - -
          -
        • -

          readDataType

          -
          protected DataType readDataType(CachedRow columnMetadataResultSet,
          -                                Column column,
          -                                Database database)
          -                         throws DatabaseException
          -
          Description copied from class: ColumnSnapshotGenerator
          -
          Processes metadata of a column, e.g. name, type and default value. We start with the result of the JDBC - DatabaseMetaData.getColumns() method. Depending on Database, additional columns might be present.
          -
          -
          Overrides:
          -
          readDataType in class ColumnSnapshotGenerator
          -
          Parameters:
          -
          columnMetadataResultSet - the result from the JDBC getColumns() call for the column
          -
          column - logical definition of the column (object form)
          -
          database - the database from which the column originates
          -
          Returns:
          -
          a DataType object with detailed information about the type
          -
          Throws:
          -
          DatabaseException - If an error occurs during processing (mostly caused by Exceptions in JDBC calls)
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorOracle.html b/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorOracle.html deleted file mode 100644 index 7182c7c06..000000000 --- a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorOracle.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -ColumnSnapshotGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ColumnSnapshotGeneratorOracle

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnSnapshotGeneratorOracle

          -
          public ColumnSnapshotGeneratorOracle()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          public int getPriority(Class<? extends DatabaseObject> objectType,
          -                       Database database)
          -
          Description copied from interface: SnapshotGenerator
          -
          Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g. Table, Index, View etc.) in the DBMS database (e.g. Oracle, Postgres, HyperSQL etc.) - A return priority of > 0 will be interpreted as capable. The highest priority for an objectType-database - combination wins.
          -
          -
          Specified by:
          -
          getPriority in interface SnapshotGenerator
          -
          Overrides:
          -
          getPriority in class JdbcSnapshotGenerator
          -
          Parameters:
          -
          objectType - The object type we are asked to snapshot
          -
          database - The DBMS for which the snapshotting should be done
          -
          Returns:
          -
          An integer of PRIORITY_... constants indicating our capability and willingness to snapshot
          -
          -
        • -
        - - - - - - - -
          -
        • -

          readDataType

          -
          protected DataType readDataType(CachedRow columnMetadataResultSet,
          -                                Column column,
          -                                Database database)
          -
          Description copied from class: ColumnSnapshotGenerator
          -
          Processes metadata of a column, e.g. name, type and default value. We start with the result of the JDBC - DatabaseMetaData.getColumns() method. Depending on Database, additional columns might be present.
          -
          -
          Overrides:
          -
          readDataType in class ColumnSnapshotGenerator
          -
          Parameters:
          -
          columnMetadataResultSet - the result from the JDBC getColumns() call for the column
          -
          column - logical definition of the column (object form)
          -
          database - the database from which the column originates
          -
          Returns:
          -
          a DataType object with detailed information about the type
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorPostgres.html b/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorPostgres.html deleted file mode 100644 index df42a306b..000000000 --- a/javadoc/liquibase/snapshot/jvm/ColumnSnapshotGeneratorPostgres.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -ColumnSnapshotGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ColumnSnapshotGeneratorPostgres

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      SnapshotGenerator
      -
      -
      -
      -
      public class ColumnSnapshotGeneratorPostgres
      -extends ColumnSnapshotGenerator
      -
      Implements the PostgreSQL-specific parts of column snapshotting.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnSnapshotGeneratorPostgres

          -
          public ColumnSnapshotGeneratorPostgres()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          public int getPriority(Class<? extends DatabaseObject> objectType,
          -                       Database database)
          -
          Description copied from interface: SnapshotGenerator
          -
          Inquire if this SnapshotGenerator is capable of snapshotting objects of type - objectType (e.g. Table, Index, View etc.) in the DBMS database (e.g. Oracle, Postgres, HyperSQL etc.) - A return priority of > 0 will be interpreted as capable. The highest priority for an objectType-database - combination wins.
          -
          -
          Specified by:
          -
          getPriority in interface SnapshotGenerator
          -
          Overrides:
          -
          getPriority in class JdbcSnapshotGenerator
          -
          Parameters:
          -
          objectType - The object type we are asked to snapshot
          -
          database - The DBMS for which the snapshotting should be done
          -
          Returns:
          -
          An integer of PRIORITY_... constants indicating our capability and willingness to snapshot
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/DataSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/DataSnapshotGenerator.html deleted file mode 100644 index 1af43376d..000000000 --- a/javadoc/liquibase/snapshot/jvm/DataSnapshotGenerator.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -DataSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class DataSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ForeignKeySnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/ForeignKeySnapshotGenerator.html deleted file mode 100644 index 4575f5553..000000000 --- a/javadoc/liquibase/snapshot/jvm/ForeignKeySnapshotGenerator.html +++ /dev/null @@ -1,561 +0,0 @@ - - - - - - -ForeignKeySnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ForeignKeySnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/IndexSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/IndexSnapshotGenerator.html deleted file mode 100644 index 07d3d2dfb..000000000 --- a/javadoc/liquibase/snapshot/jvm/IndexSnapshotGenerator.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -IndexSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class IndexSnapshotGenerator

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      SnapshotGenerator
      -
      -
      -
      -
      public class IndexSnapshotGenerator
      -extends JdbcSnapshotGenerator
      -
      Analyses the properties of a database index and creates an object representation ("snapshot").
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/JdbcSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/JdbcSnapshotGenerator.html deleted file mode 100644 index cdcd9e759..000000000 --- a/javadoc/liquibase/snapshot/jvm/JdbcSnapshotGenerator.html +++ /dev/null @@ -1,546 +0,0 @@ - - - - - - -JdbcSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class JdbcSnapshotGenerator

    -
    -
    - - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/PrimaryKeySnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/PrimaryKeySnapshotGenerator.html deleted file mode 100644 index 7c1ee2857..000000000 --- a/javadoc/liquibase/snapshot/jvm/PrimaryKeySnapshotGenerator.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -PrimaryKeySnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class PrimaryKeySnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/SchemaSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/SchemaSnapshotGenerator.html deleted file mode 100644 index e8f5a00db..000000000 --- a/javadoc/liquibase/snapshot/jvm/SchemaSnapshotGenerator.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -SchemaSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class SchemaSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/SequenceSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/SequenceSnapshotGenerator.html deleted file mode 100644 index 80beca31d..000000000 --- a/javadoc/liquibase/snapshot/jvm/SequenceSnapshotGenerator.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -SequenceSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class SequenceSnapshotGenerator

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      SnapshotGenerator
      -
      -
      -
      -
      public class SequenceSnapshotGenerator
      -extends JdbcSnapshotGenerator
      -
      Snapshot generator for a SEQUENCE object in a JDBC-accessible database
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/TableSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/TableSnapshotGenerator.html deleted file mode 100644 index 39d6a9048..000000000 --- a/javadoc/liquibase/snapshot/jvm/TableSnapshotGenerator.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -TableSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class TableSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/UniqueConstraintSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/UniqueConstraintSnapshotGenerator.html deleted file mode 100644 index c845e3e06..000000000 --- a/javadoc/liquibase/snapshot/jvm/UniqueConstraintSnapshotGenerator.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -UniqueConstraintSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class UniqueConstraintSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/ViewSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/ViewSnapshotGenerator.html deleted file mode 100644 index e88a017c3..000000000 --- a/javadoc/liquibase/snapshot/jvm/ViewSnapshotGenerator.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -ViewSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.snapshot.jvm
    -

    Class ViewSnapshotGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/CatalogSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/CatalogSnapshotGenerator.html deleted file mode 100644 index 05058c99c..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/CatalogSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.CatalogSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.CatalogSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.CatalogSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGenerator.html deleted file mode 100644 index e2bee6ec6..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGenerator.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ColumnSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ColumnSnapshotGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorH2.html b/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorH2.html deleted file mode 100644 index c4deebcf0..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorH2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2

    -
    -
    No usage of liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorInformix.html b/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorInformix.html deleted file mode 100644 index fdaa44c6e..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix

    -
    -
    No usage of liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorOracle.html b/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorOracle.html deleted file mode 100644 index 1a3cdaf11..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorOracle.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle

    -
    -
    No usage of liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorPostgres.html b/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorPostgres.html deleted file mode 100644 index 3b53dace6..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ColumnSnapshotGeneratorPostgres.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres

    -
    -
    No usage of liquibase.snapshot.jvm.ColumnSnapshotGeneratorPostgres
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/DataSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/DataSnapshotGenerator.html deleted file mode 100644 index ab8a2af98..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/DataSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.DataSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.DataSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.DataSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ForeignKeySnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/ForeignKeySnapshotGenerator.html deleted file mode 100644 index 269ad8880..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ForeignKeySnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ForeignKeySnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/IndexSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/IndexSnapshotGenerator.html deleted file mode 100644 index b7563872f..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/IndexSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.IndexSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.IndexSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.IndexSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/JdbcSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/JdbcSnapshotGenerator.html deleted file mode 100644 index 7c61dc2c1..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/JdbcSnapshotGenerator.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.JdbcSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.JdbcSnapshotGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/PrimaryKeySnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/PrimaryKeySnapshotGenerator.html deleted file mode 100644 index 0ed7df879..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/PrimaryKeySnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/SchemaSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/SchemaSnapshotGenerator.html deleted file mode 100644 index 59fd6b2c3..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/SchemaSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.SchemaSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.SchemaSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.SchemaSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/SequenceSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/SequenceSnapshotGenerator.html deleted file mode 100644 index 83299c67d..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/SequenceSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.SequenceSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.SequenceSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.SequenceSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/TableSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/TableSnapshotGenerator.html deleted file mode 100644 index 5c5cf447f..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/TableSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.TableSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.TableSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.TableSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/UniqueConstraintSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/UniqueConstraintSnapshotGenerator.html deleted file mode 100644 index 970ed50ca..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/UniqueConstraintSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/class-use/ViewSnapshotGenerator.html b/javadoc/liquibase/snapshot/jvm/class-use/ViewSnapshotGenerator.html deleted file mode 100644 index d4f809f0a..000000000 --- a/javadoc/liquibase/snapshot/jvm/class-use/ViewSnapshotGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.snapshot.jvm.ViewSnapshotGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.snapshot.jvm.ViewSnapshotGenerator

    -
    -
    No usage of liquibase.snapshot.jvm.ViewSnapshotGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/package-frame.html b/javadoc/liquibase/snapshot/jvm/package-frame.html deleted file mode 100644 index fbcabe813..000000000 --- a/javadoc/liquibase/snapshot/jvm/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -liquibase.snapshot.jvm (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.snapshot.jvm

    - - - diff --git a/javadoc/liquibase/snapshot/jvm/package-summary.html b/javadoc/liquibase/snapshot/jvm/package-summary.html deleted file mode 100644 index 6559c9314..000000000 --- a/javadoc/liquibase/snapshot/jvm/package-summary.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -liquibase.snapshot.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.snapshot.jvm

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/package-tree.html b/javadoc/liquibase/snapshot/jvm/package-tree.html deleted file mode 100644 index 25324f9ad..000000000 --- a/javadoc/liquibase/snapshot/jvm/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -liquibase.snapshot.jvm Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.snapshot.jvm

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/jvm/package-use.html b/javadoc/liquibase/snapshot/jvm/package-use.html deleted file mode 100644 index ac91c62d8..000000000 --- a/javadoc/liquibase/snapshot/jvm/package-use.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Package liquibase.snapshot.jvm (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.snapshot.jvm

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/package-frame.html b/javadoc/liquibase/snapshot/package-frame.html deleted file mode 100644 index 7cd93208a..000000000 --- a/javadoc/liquibase/snapshot/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - -liquibase.snapshot (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.snapshot

    - - - diff --git a/javadoc/liquibase/snapshot/package-summary.html b/javadoc/liquibase/snapshot/package-summary.html deleted file mode 100644 index 60021c97a..000000000 --- a/javadoc/liquibase/snapshot/package-summary.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -liquibase.snapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.snapshot

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/package-tree.html b/javadoc/liquibase/snapshot/package-tree.html deleted file mode 100644 index 114f0680e..000000000 --- a/javadoc/liquibase/snapshot/package-tree.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -liquibase.snapshot Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.snapshot

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/snapshot/package-use.html b/javadoc/liquibase/snapshot/package-use.html deleted file mode 100644 index 788eeb6e2..000000000 --- a/javadoc/liquibase/snapshot/package-use.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - -Uses of Package liquibase.snapshot (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.snapshot

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/CallableSql.html b/javadoc/liquibase/sql/CallableSql.html deleted file mode 100644 index 9497139ae..000000000 --- a/javadoc/liquibase/sql/CallableSql.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -CallableSql (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql
    -

    Class CallableSql

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Sql
      -
      -
      -
      -
      public class CallableSql
      -extends Object
      -implements Sql
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/SingleLineComment.html b/javadoc/liquibase/sql/SingleLineComment.html deleted file mode 100644 index 9fdc62205..000000000 --- a/javadoc/liquibase/sql/SingleLineComment.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -SingleLineComment (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql
    -

    Class SingleLineComment

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Sql
      -
      -
      -
      -
      public class SingleLineComment
      -extends Object
      -implements Sql
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/Sql.html b/javadoc/liquibase/sql/Sql.html deleted file mode 100644 index 184353be5..000000000 --- a/javadoc/liquibase/sql/Sql.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - -Sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql
    -

    Interface Sql

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/UnparsedSql.html b/javadoc/liquibase/sql/UnparsedSql.html deleted file mode 100644 index c718ad0e8..000000000 --- a/javadoc/liquibase/sql/UnparsedSql.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - -UnparsedSql (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql
    -

    Class UnparsedSql

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Sql
      -
      -
      -
      -
      public class UnparsedSql
      -extends Object
      -implements Sql
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/class-use/CallableSql.html b/javadoc/liquibase/sql/class-use/CallableSql.html deleted file mode 100644 index e7d47bdd6..000000000 --- a/javadoc/liquibase/sql/class-use/CallableSql.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.CallableSql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.CallableSql

    -
    -
    No usage of liquibase.sql.CallableSql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/class-use/SingleLineComment.html b/javadoc/liquibase/sql/class-use/SingleLineComment.html deleted file mode 100644 index a8279ece2..000000000 --- a/javadoc/liquibase/sql/class-use/SingleLineComment.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.SingleLineComment (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.SingleLineComment

    -
    -
    No usage of liquibase.sql.SingleLineComment
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/class-use/Sql.html b/javadoc/liquibase/sql/class-use/Sql.html deleted file mode 100644 index f039223ca..000000000 --- a/javadoc/liquibase/sql/class-use/Sql.html +++ /dev/null @@ -1,912 +0,0 @@ - - - - - - -Uses of Interface liquibase.sql.Sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.sql.Sql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/class-use/UnparsedSql.html b/javadoc/liquibase/sql/class-use/UnparsedSql.html deleted file mode 100644 index b0870d056..000000000 --- a/javadoc/liquibase/sql/class-use/UnparsedSql.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.UnparsedSql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.UnparsedSql

    -
    -
    No usage of liquibase.sql.UnparsedSql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/package-frame.html b/javadoc/liquibase/sql/package-frame.html deleted file mode 100644 index f69f0cb47..000000000 --- a/javadoc/liquibase/sql/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -liquibase.sql (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sql

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sql/package-summary.html b/javadoc/liquibase/sql/package-summary.html deleted file mode 100644 index d30a80429..000000000 --- a/javadoc/liquibase/sql/package-summary.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -liquibase.sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/package-tree.html b/javadoc/liquibase/sql/package-tree.html deleted file mode 100644 index a70f1906c..000000000 --- a/javadoc/liquibase/sql/package-tree.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -liquibase.sql Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sql

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    -
      -
    • liquibase.sql.Sql
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/package-use.html b/javadoc/liquibase/sql/package-use.html deleted file mode 100644 index a41bb52b7..000000000 --- a/javadoc/liquibase/sql/package-use.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -Uses of Package liquibase.sql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sql

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/AbstractSqlVisitor.html b/javadoc/liquibase/sql/visitor/AbstractSqlVisitor.html deleted file mode 100644 index afb8904b5..000000000 --- a/javadoc/liquibase/sql/visitor/AbstractSqlVisitor.html +++ /dev/null @@ -1,600 +0,0 @@ - - - - - - -AbstractSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class AbstractSqlVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/AppendSqlVisitor.html b/javadoc/liquibase/sql/visitor/AppendSqlVisitor.html deleted file mode 100644 index 494ebb67a..000000000 --- a/javadoc/liquibase/sql/visitor/AppendSqlVisitor.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -AppendSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class AppendSqlVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/PrependSqlVisitor.html b/javadoc/liquibase/sql/visitor/PrependSqlVisitor.html deleted file mode 100644 index 13c6e7f81..000000000 --- a/javadoc/liquibase/sql/visitor/PrependSqlVisitor.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -PrependSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class PrependSqlVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/RegExpReplaceSqlVisitor.html b/javadoc/liquibase/sql/visitor/RegExpReplaceSqlVisitor.html deleted file mode 100644 index 74203be61..000000000 --- a/javadoc/liquibase/sql/visitor/RegExpReplaceSqlVisitor.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - -RegExpReplaceSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class RegExpReplaceSqlVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/ReplaceSqlVisitor.html b/javadoc/liquibase/sql/visitor/ReplaceSqlVisitor.html deleted file mode 100644 index 050cb17bd..000000000 --- a/javadoc/liquibase/sql/visitor/ReplaceSqlVisitor.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - -ReplaceSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class ReplaceSqlVisitor

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/SqlVisitor.html b/javadoc/liquibase/sql/visitor/SqlVisitor.html deleted file mode 100644 index 51d841eda..000000000 --- a/javadoc/liquibase/sql/visitor/SqlVisitor.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -SqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Interface SqlVisitor

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getName

          -
          String getName()
          -
        • -
        - - - -
          -
        • -

          getApplicableDbms

          -
          Set<String> getApplicableDbms()
          -
        • -
        - - - -
          -
        • -

          setApplicableDbms

          -
          void setApplicableDbms(Set<String> modifySqlDbmsList)
          -
        • -
        - - - -
          -
        • -

          setApplyToRollback

          -
          void setApplyToRollback(boolean applyOnRollback)
          -
        • -
        - - - -
          -
        • -

          isApplyToRollback

          -
          boolean isApplyToRollback()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getLabels

          -
          Labels getLabels()
          -
        • -
        - - - -
          -
        • -

          setLabels

          -
          void setLabels(Labels labels)
          -
        • -
        - - - -
          -
        • -

          generateCheckSum

          -
          CheckSum generateCheckSum()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/SqlVisitorFactory.html b/javadoc/liquibase/sql/visitor/SqlVisitorFactory.html deleted file mode 100644 index 13da4f93f..000000000 --- a/javadoc/liquibase/sql/visitor/SqlVisitorFactory.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -SqlVisitorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sql.visitor
    -

    Class SqlVisitorFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SqlVisitorFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          create

          -
          public SqlVisitor create(String tagName)
          -
          Create a new Change subclass based on the given tag name.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/AbstractSqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/AbstractSqlVisitor.html deleted file mode 100644 index 1ebcbc824..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/AbstractSqlVisitor.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.AbstractSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.AbstractSqlVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/AppendSqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/AppendSqlVisitor.html deleted file mode 100644 index 84ee62b05..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/AppendSqlVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.AppendSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.AppendSqlVisitor

    -
    -
    No usage of liquibase.sql.visitor.AppendSqlVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/PrependSqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/PrependSqlVisitor.html deleted file mode 100644 index aafbfa4ea..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/PrependSqlVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.PrependSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.PrependSqlVisitor

    -
    -
    No usage of liquibase.sql.visitor.PrependSqlVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/RegExpReplaceSqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/RegExpReplaceSqlVisitor.html deleted file mode 100644 index 5ff72d217..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/RegExpReplaceSqlVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.RegExpReplaceSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.RegExpReplaceSqlVisitor

    -
    -
    No usage of liquibase.sql.visitor.RegExpReplaceSqlVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/ReplaceSqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/ReplaceSqlVisitor.html deleted file mode 100644 index 1a769619b..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/ReplaceSqlVisitor.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.ReplaceSqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.ReplaceSqlVisitor

    -
    -
    No usage of liquibase.sql.visitor.ReplaceSqlVisitor
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/SqlVisitor.html b/javadoc/liquibase/sql/visitor/class-use/SqlVisitor.html deleted file mode 100644 index 667ff9105..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/SqlVisitor.html +++ /dev/null @@ -1,587 +0,0 @@ - - - - - - -Uses of Interface liquibase.sql.visitor.SqlVisitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.sql.visitor.SqlVisitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/class-use/SqlVisitorFactory.html b/javadoc/liquibase/sql/visitor/class-use/SqlVisitorFactory.html deleted file mode 100644 index a4c3e9ed4..000000000 --- a/javadoc/liquibase/sql/visitor/class-use/SqlVisitorFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.sql.visitor.SqlVisitorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sql.visitor.SqlVisitorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/package-frame.html b/javadoc/liquibase/sql/visitor/package-frame.html deleted file mode 100644 index d24e0cb4b..000000000 --- a/javadoc/liquibase/sql/visitor/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -liquibase.sql.visitor (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sql.visitor

    - - - diff --git a/javadoc/liquibase/sql/visitor/package-summary.html b/javadoc/liquibase/sql/visitor/package-summary.html deleted file mode 100644 index 416e0707a..000000000 --- a/javadoc/liquibase/sql/visitor/package-summary.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -liquibase.sql.visitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sql.visitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/package-tree.html b/javadoc/liquibase/sql/visitor/package-tree.html deleted file mode 100644 index 9a71b7387..000000000 --- a/javadoc/liquibase/sql/visitor/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - -liquibase.sql.visitor Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sql.visitor

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sql/visitor/package-use.html b/javadoc/liquibase/sql/visitor/package-use.html deleted file mode 100644 index 245546836..000000000 --- a/javadoc/liquibase/sql/visitor/package-use.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -Uses of Package liquibase.sql.visitor (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sql.visitor

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/SqlGenerator.html b/javadoc/liquibase/sqlgenerator/SqlGenerator.html deleted file mode 100644 index a0fdf2648..000000000 --- a/javadoc/liquibase/sqlgenerator/SqlGenerator.html +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - -SqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator
    -

    Interface SqlGenerator<T extends SqlStatement>

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          int getPriority()
          -
          Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one - with the highest priority.
          -
          -
          Specified by:
          -
          getPriority in interface PrioritizedService
          -
          -
        • -
        - - - - - -
          -
        • -

          supports

          -
          boolean supports(T statement,
          -                 Database database)
          -
          Does this generator support the given statement/database combination? Do not validate the statement with this - method, only return if it can support it.
          -
        • -
        - - - -
          -
        • -

          generateStatementsIsVolatile

          -
          boolean generateStatementsIsVolatile(Database database)
          -
          Does this change require access to the database metadata? If true, the change cannot be used in an - updateSql-style command.
          -
        • -
        - - - -
          -
        • -

          generateRollbackStatementsIsVolatile

          -
          boolean generateRollbackStatementsIsVolatile(Database database)
          -
        • -
        - - - - - -
          -
        • -

          validate

          -
          ValidationErrors validate(T statement,
          -                          Database database,
          -                          SqlGeneratorChain<T> sqlGeneratorChain)
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          generateSql

          -
          Sql[] generateSql(T statement,
          -                  Database database,
          -                  SqlGeneratorChain<T> sqlGeneratorChain)
          -
          Generate the actual Sql for the given statement and database.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/SqlGeneratorChain.html b/javadoc/liquibase/sqlgenerator/SqlGeneratorChain.html deleted file mode 100644 index fa85cbf06..000000000 --- a/javadoc/liquibase/sqlgenerator/SqlGeneratorChain.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -SqlGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator
    -

    Class SqlGeneratorChain<T extends SqlStatement>

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/SqlGeneratorFactory.html b/javadoc/liquibase/sqlgenerator/SqlGeneratorFactory.html deleted file mode 100644 index 56281ff97..000000000 --- a/javadoc/liquibase/sqlgenerator/SqlGeneratorFactory.html +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - -SqlGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator
    -

    Class SqlGeneratorFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SqlGeneratorFactory
      -extends Object
      -
      SqlGeneratorFactory is a singleton registry of SqlGenerators. - Use the register(SqlGenerator) method to add custom SqlGenerators, - and the getBestGenerator() method to retrieve the SqlGenerator that should be used for a given SqlStatement.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/class-use/SqlGenerator.html b/javadoc/liquibase/sqlgenerator/class-use/SqlGenerator.html deleted file mode 100644 index 3e683e963..000000000 --- a/javadoc/liquibase/sqlgenerator/class-use/SqlGenerator.html +++ /dev/null @@ -1,661 +0,0 @@ - - - - - - -Uses of Interface liquibase.sqlgenerator.SqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.sqlgenerator.SqlGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorChain.html b/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorChain.html deleted file mode 100644 index 07a7ce149..000000000 --- a/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorChain.html +++ /dev/null @@ -1,1326 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.SqlGeneratorChain (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.SqlGeneratorChain

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorFactory.html b/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorFactory.html deleted file mode 100644 index d570d4748..000000000 --- a/javadoc/liquibase/sqlgenerator/class-use/SqlGeneratorFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.SqlGeneratorFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.SqlGeneratorFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AbstractSqlGenerator.html b/javadoc/liquibase/sqlgenerator/core/AbstractSqlGenerator.html deleted file mode 100644 index d830f1dd9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AbstractSqlGenerator.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - -AbstractSqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AbstractSqlGenerator<T extends SqlStatement>

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.sqlgenerator.core.AbstractSqlGenerator<T>
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractSqlGenerator

          -
          public AbstractSqlGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          generateStatementsIsVolatile

          -
          public boolean generateStatementsIsVolatile(Database database)
          -
          Description copied from interface: SqlGenerator
          -
          Does this change require access to the database metadata? If true, the change cannot be used in an - updateSql-style command.
          -
          -
          Specified by:
          -
          generateStatementsIsVolatile in interface SqlGenerator<T extends SqlStatement>
          -
          -
        • -
        - - - - - - - - - -
          -
        • -

          supports

          -
          public boolean supports(T statement,
          -                        Database database)
          -
          Description copied from interface: SqlGenerator
          -
          Does this generator support the given statement/database combination? Do not validate the statement with this - method, only return if it can support it.
          -
          -
          Specified by:
          -
          supports in interface SqlGenerator<T extends SqlStatement>
          -
          -
        • -
        - - - - - - - - - -
          -
        • -

          looksLikeFunctionCall

          -
          public boolean looksLikeFunctionCall(String value,
          -                                     Database database)
          -
          Tries to find out if a given value (part a database-specific SQL statement) is just a simple literal - (e.g. 'Jones', 149.99 or false) or if it is a call to a function within the database (e.g. - TO_DATE('28.12.2017', 'dd.mm.yyyy') in Oracle DB). - This method is often used to determine if we need to quote literals which are Strings, e.g. if we determine - "Dr. Jones" to be a literal, then we generate -
           INSERT INTO customers(last_name) VALUES('Dr. Jones')
          - but if the value is a function call, we may not quote it, e.g. for "TO_DATE('28.12.2017', 'dd.mm.yyyy')", we - need to generate (note the absence of the apostrophes!): -
           INSERT INTO bookings(booking_date) VALUES (TO_DATE('28.12.2017', 'dd.mm.yyyy'))
          -
          -
          Parameters:
          -
          value - The string to test
          -
          database - the database object to test against
          -
          Returns:
          -
          true if value looks like a function call, false if it looks like a literal.
          -
          -
        • -
        - - - -
          -
        • -

          surroundWithCatalogSets

          -
          public static void surroundWithCatalogSets(List<Sql> sql,
          -                                           String catalogName,
          -                                           Database database)
          -
          Convenience method for when the catalogName is set but we don't want to parse the body
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGenerator.html deleted file mode 100644 index 579bd9014..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGenerator.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -AddAutoIncrementGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGenerator

    -
    -
    - - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorDB2.html deleted file mode 100644 index 00af8eff0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorDB2.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -AddAutoIncrementGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGeneratorDB2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorHsqlH2.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorHsqlH2.html deleted file mode 100644 index 2159f7b0f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorHsqlH2.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddAutoIncrementGeneratorHsqlH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGeneratorHsqlH2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorInformix.html deleted file mode 100644 index d2b4787af..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorInformix.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -AddAutoIncrementGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorMySQL.html deleted file mode 100644 index b6d160278..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorMySQL.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddAutoIncrementGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGeneratorMySQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorSQLite.html deleted file mode 100644 index 9872069be..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddAutoIncrementGeneratorSQLite.html +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - -AddAutoIncrementGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddAutoIncrementGeneratorSQLite

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddColumnGenerator.html deleted file mode 100644 index 40888920a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddColumnGenerator.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - -AddColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddColumnGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorDefaultClauseBeforeNotNull.html b/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorDefaultClauseBeforeNotNull.html deleted file mode 100644 index bfeb25179..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorDefaultClauseBeforeNotNull.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - -AddColumnGeneratorDefaultClauseBeforeNotNull (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddColumnGeneratorDefaultClauseBeforeNotNull

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorSQLite.html deleted file mode 100644 index 79e4b017e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddColumnGeneratorSQLite.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - -AddColumnGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddColumnGeneratorSQLite

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGenerator.html deleted file mode 100644 index f48bc0795..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGenerator.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -AddDefaultValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGenerator

    -
    -
    - - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorDerby.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorDerby.html deleted file mode 100644 index 86e2d97de..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorDerby.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorDerby (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorDerby

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorInformix.html deleted file mode 100644 index ffa7937ed..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorInformix.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - -AddDefaultValueGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMSSQL.html deleted file mode 100644 index 41f212504..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMSSQL.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorMSSQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMySQL.html deleted file mode 100644 index b362b43e9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorMySQL.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorMySQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorOracle.html deleted file mode 100644 index 77b965c61..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorOracle.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorOracle

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorPostgres.html deleted file mode 100644 index 6fe60d570..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorPostgres.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - -AddDefaultValueGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorPostgres

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSQLite.html deleted file mode 100644 index 80c1a7d34..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSQLite.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - -AddDefaultValueGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorSQLite

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybase.html deleted file mode 100644 index 4b0f104ee..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybase.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorSybase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybaseASA.html deleted file mode 100644 index 83fdeee0e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddDefaultValueGeneratorSybaseASA.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddDefaultValueGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddDefaultValueGeneratorSybaseASA

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddForeignKeyConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddForeignKeyConstraintGenerator.html deleted file mode 100644 index d046ba46f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddForeignKeyConstraintGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -AddForeignKeyConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddForeignKeyConstraintGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGenerator.html deleted file mode 100644 index 37ded3fa2..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGenerator.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - -AddPrimaryKeyGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddPrimaryKeyGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGeneratorInformix.html deleted file mode 100644 index 75212f68a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddPrimaryKeyGeneratorInformix.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddPrimaryKeyGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddPrimaryKeyGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGenerator.html deleted file mode 100644 index 3f9ac54cc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGenerator.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - -AddUniqueConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddUniqueConstraintGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorInformix.html deleted file mode 100644 index 4648e5c30..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorInformix.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddUniqueConstraintGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddUniqueConstraintGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorTDS.html b/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorTDS.html deleted file mode 100644 index cfd561a1c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AddUniqueConstraintGeneratorTDS.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -AddUniqueConstraintGeneratorTDS (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AddUniqueConstraintGeneratorTDS

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/AlterSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/AlterSequenceGenerator.html deleted file mode 100644 index 0e0bb7c06..000000000 --- a/javadoc/liquibase/sqlgenerator/core/AlterSequenceGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -AlterSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class AlterSequenceGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/BatchDmlExecutablePreparedStatementGenerator.html b/javadoc/liquibase/sqlgenerator/core/BatchDmlExecutablePreparedStatementGenerator.html deleted file mode 100644 index 75d137e4b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/BatchDmlExecutablePreparedStatementGenerator.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -BatchDmlExecutablePreparedStatementGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class BatchDmlExecutablePreparedStatementGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/ClearDatabaseChangeLogTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/ClearDatabaseChangeLogTableGenerator.html deleted file mode 100644 index 4e43bfafc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/ClearDatabaseChangeLogTableGenerator.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -ClearDatabaseChangeLogTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class ClearDatabaseChangeLogTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CommentGenerator.html b/javadoc/liquibase/sqlgenerator/core/CommentGenerator.html deleted file mode 100644 index c407d455c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CommentGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -CommentGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CommentGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommentGenerator

          -
          public CommentGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(CommentStatement comment,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CopyRowsGenerator.html b/javadoc/liquibase/sqlgenerator/core/CopyRowsGenerator.html deleted file mode 100644 index 3a18b7471..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CopyRowsGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -CopyRowsGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CopyRowsGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogLockTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogLockTableGenerator.html deleted file mode 100644 index f7156c015..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogLockTableGenerator.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -CreateDatabaseChangeLogLockTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateDatabaseChangeLogLockTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGenerator.html deleted file mode 100644 index 590138226..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGenerator.html +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - -CreateDatabaseChangeLogTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateDatabaseChangeLogTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGeneratorSybase.html deleted file mode 100644 index e8fdadafa..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateDatabaseChangeLogTableGeneratorSybase.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -CreateDatabaseChangeLogTableGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateDatabaseChangeLogTableGeneratorSybase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateIndexGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateIndexGenerator.html deleted file mode 100644 index e49e1376b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateIndexGenerator.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - -CreateIndexGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateIndexGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateIndexGenerator

          -
          public CreateIndexGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(CreateIndexStatement createIndexStatement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - - - - -
          -
        • -

          generateSql

          -
          public Sql[] generateSql(CreateIndexStatement statement,
          -                         Database database,
          -                         SqlGeneratorChain sqlGeneratorChain)
          -
          Generate a CREATE INDEX SQL statement. - Here, we are walking on thin ice, because the SQL Foundation standard (ISO/IEC 9075-2) does not concern itself - with indexes at all and leaves them as an implementation-specific detail at the discretion of each RDBMS vendor. - However, there is some common ground to most RDBMS, and we try to make an educated guess on how a CREATE INDEX - statement might look like if we have no specific handler for the DBMS.
          -
          -
          Parameters:
          -
          statement - A CreateIndexStatement with the desired properties of the SQL to be generated
          -
          database - The DBMS for whose SQL dialect the statement is to be made
          -
          sqlGeneratorChain - The other SQL generators in the same chain (but this method is not interested in them)
          -
          Returns:
          -
          An array of Sql objects containing the generated SQL statement(s).
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorFirebird.html b/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorFirebird.html deleted file mode 100644 index 9dcf3246c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorFirebird.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - -CreateIndexGeneratorFirebird (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateIndexGeneratorFirebird

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorPostgres.html deleted file mode 100644 index 3d8a3ddae..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateIndexGeneratorPostgres.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -CreateIndexGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateIndexGeneratorPostgres

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateIndexGeneratorPostgres

          -
          public CreateIndexGeneratorPostgres()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          generateSql

          -
          public Sql[] generateSql(CreateIndexStatement statement,
          -                         Database database,
          -                         SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from class: CreateIndexGenerator
          -
          Generate a CREATE INDEX SQL statement. - Here, we are walking on thin ice, because the SQL Foundation standard (ISO/IEC 9075-2) does not concern itself - with indexes at all and leaves them as an implementation-specific detail at the discretion of each RDBMS vendor. - However, there is some common ground to most RDBMS, and we try to make an educated guess on how a CREATE INDEX - statement might look like if we have no specific handler for the DBMS.
          -
          -
          Specified by:
          -
          generateSql in interface SqlGenerator<CreateIndexStatement>
          -
          Overrides:
          -
          generateSql in class CreateIndexGenerator
          -
          Parameters:
          -
          statement - A CreateIndexStatement with the desired properties of the SQL to be generated
          -
          database - The DBMS for whose SQL dialect the statement is to be made
          -
          sqlGeneratorChain - The other SQL generators in the same chain (but this method is not interested in them)
          -
          Returns:
          -
          An array of Sql objects containing the generated SQL statement(s).
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateProcedureGenerator.html deleted file mode 100644 index 6e672b0c7..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateProcedureGenerator.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - -CreateProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateProcedureGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateProcedureGenerator

          -
          public CreateProcedureGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(CreateProcedureStatement statement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - - - - -
          -
        • -

          removeTrailingDelimiter

          -
          public static String removeTrailingDelimiter(String procedureText,
          -                                             String endDelimiter)
          -
        • -
        - - - -
          -
        • -

          surroundWithSchemaSets

          -
          public static void surroundWithSchemaSets(List<Sql> sql,
          -                                          String schemaName,
          -                                          Database database)
          -
          Convenience method for when the schemaName is set but we don't want to parse the body
          -
        • -
        - - - -
          -
        • -

          addSchemaToText

          -
          public static String addSchemaToText(String procedureText,
          -                                     String schemaName,
          -                                     String keywordBeforeName,
          -                                     Database database)
          -
          Convenience method for other classes similar to this that want to be able to modify the procedure text to add the schema
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateSequenceGenerator.html deleted file mode 100644 index 4050905bc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateSequenceGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -CreateSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateSequenceGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateTableGenerator.html deleted file mode 100644 index 0fa8c3949..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateTableGenerator.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -CreateTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateTableGenerator

          -
          public CreateTableGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateTableGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/CreateTableGeneratorInformix.html deleted file mode 100644 index 2b4f89945..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateTableGeneratorInformix.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -CreateTableGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateTableGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/CreateViewGenerator.html deleted file mode 100644 index b15239bf9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateViewGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -CreateViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateViewGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateViewGenerator

          -
          public CreateViewGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/CreateViewGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/CreateViewGeneratorInformix.html deleted file mode 100644 index 332318f40..000000000 --- a/javadoc/liquibase/sqlgenerator/core/CreateViewGeneratorInformix.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -CreateViewGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class CreateViewGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DeleteGenerator.html b/javadoc/liquibase/sqlgenerator/core/DeleteGenerator.html deleted file mode 100644 index 5d69b945f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DeleteGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -DeleteGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DeleteGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DeleteGenerator

          -
          public DeleteGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(DeleteStatement deleteStatement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropColumnGenerator.html deleted file mode 100644 index d72e96b55..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropColumnGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -DropColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropColumnGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropColumnGenerator

          -
          public DropColumnGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropDefaultValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropDefaultValueGenerator.html deleted file mode 100644 index 0ea8d6e3d..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropDefaultValueGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -DropDefaultValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropDefaultValueGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropForeignKeyConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropForeignKeyConstraintGenerator.html deleted file mode 100644 index 975efc7ce..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropForeignKeyConstraintGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -DropForeignKeyConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropForeignKeyConstraintGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropIndexGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropIndexGenerator.html deleted file mode 100644 index 76c1d2ce3..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropIndexGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -DropIndexGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropIndexGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropIndexGenerator

          -
          public DropIndexGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropPrimaryKeyGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropPrimaryKeyGenerator.html deleted file mode 100644 index 601f168d7..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropPrimaryKeyGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -DropPrimaryKeyGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropPrimaryKeyGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropProcedureGenerator.html deleted file mode 100644 index f3319f79a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropProcedureGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -DropProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropProcedureGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropProcedureGenerator

          -
          public DropProcedureGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropSequenceGenerator.html deleted file mode 100644 index f2dbd85af..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropSequenceGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -DropSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropSequenceGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropTableGenerator.html deleted file mode 100644 index b3eec474f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropTableGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -DropTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropTableGenerator

          -
          public DropTableGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropUniqueConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropUniqueConstraintGenerator.html deleted file mode 100644 index 29449f9b6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropUniqueConstraintGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -DropUniqueConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropUniqueConstraintGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/DropViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/DropViewGenerator.html deleted file mode 100644 index 59e224a55..000000000 --- a/javadoc/liquibase/sqlgenerator/core/DropViewGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -DropViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class DropViewGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropViewGenerator

          -
          public DropViewGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetNextChangeSetSequenceValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/GetNextChangeSetSequenceValueGenerator.html deleted file mode 100644 index b0d40cc2a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetNextChangeSetSequenceValueGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -GetNextChangeSetSequenceValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetNextChangeSetSequenceValueGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGenerator.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGenerator.html deleted file mode 100644 index 67180c65f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGenerator.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - -GetViewDefinitionGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGenerator

    -
    -
    - - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GetViewDefinitionGenerator

          -
          public GetViewDefinitionGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2.html deleted file mode 100644 index 9c203b754..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorDB2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDerby.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDerby.html deleted file mode 100644 index ee509118f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDerby.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorDerby (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorDerby

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorFirebird.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorFirebird.html deleted file mode 100644 index 48df685bc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorFirebird.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorFirebird (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorFirebird

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorHsql.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorHsql.html deleted file mode 100644 index 6c5b21a30..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorHsql.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorHsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorHsql

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorInformix.html deleted file mode 100644 index 9ad3259b0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorInformix.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorMSSQL.html deleted file mode 100644 index a555ddd72..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorMSSQL.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorMSSQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorOracle.html deleted file mode 100644 index 0e41d7497..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorOracle.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorOracle

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorPostgres.html deleted file mode 100644 index bd87d80d5..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorPostgres.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorPostgres

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybase.html deleted file mode 100644 index 72376c463..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybase.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorSybase

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybaseASA.html deleted file mode 100644 index 5a5c81176..000000000 --- a/javadoc/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorSybaseASA.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -GetViewDefinitionGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class GetViewDefinitionGeneratorSybaseASA

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InitializeDatabaseChangeLogLockTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/InitializeDatabaseChangeLogLockTableGenerator.html deleted file mode 100644 index 0e559a045..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InitializeDatabaseChangeLogLockTableGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -InitializeDatabaseChangeLogLockTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InitializeDatabaseChangeLogLockTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertDataChangeGenerator.html b/javadoc/liquibase/sqlgenerator/core/InsertDataChangeGenerator.html deleted file mode 100644 index 85a819d1a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertDataChangeGenerator.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -InsertDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertDataChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertGenerator.html b/javadoc/liquibase/sqlgenerator/core/InsertGenerator.html deleted file mode 100644 index 6bce517c0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertGenerator.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - -InsertGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InsertGenerator

          -
          public InsertGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGenerator.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGenerator.html deleted file mode 100644 index 8558f8b6b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGenerator.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - -InsertOrUpdateGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGenerator

    -
    -
    - - -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorDB2.html deleted file mode 100644 index c5c84fb53..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorDB2.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorDB2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorH2.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorH2.html deleted file mode 100644 index 52e571951..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorH2.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorH2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorHsql.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorHsql.html deleted file mode 100644 index 3f05d3844..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorHsql.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorHsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorHsql

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorInformix.html deleted file mode 100644 index a2d9c8a08..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorInformix.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorInformix

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMSSQL.html deleted file mode 100644 index 121a997ad..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMSSQL.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorMSSQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMySQL.html deleted file mode 100644 index 90ac162f4..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorMySQL.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorMySQL

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorOracle.html deleted file mode 100644 index 90d7076e0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorOracle.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorOracle

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorPostgres.html deleted file mode 100644 index 2a78d1b38..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorPostgres.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorPostgres

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSQLite.html deleted file mode 100644 index 822a2eed5..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSQLite.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorSQLite

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSybaseASA.html deleted file mode 100644 index 9ee23a880..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertOrUpdateGeneratorSybaseASA.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - - -InsertOrUpdateGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertOrUpdateGeneratorSybaseASA

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/InsertSetGenerator.html b/javadoc/liquibase/sqlgenerator/core/InsertSetGenerator.html deleted file mode 100644 index 835283396..000000000 --- a/javadoc/liquibase/sqlgenerator/core/InsertSetGenerator.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - -InsertSetGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class InsertSetGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/LockDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/LockDatabaseChangeLogGenerator.html deleted file mode 100644 index 4991e0a6e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/LockDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -LockDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class LockDatabaseChangeLogGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          hostname

          -
          protected static final String hostname
          -
        • -
        - - - -
          -
        • -

          hostaddress

          -
          protected static final String hostaddress
          -
        • -
        - - - -
          -
        • -

          hostDescription

          -
          protected static final String hostDescription
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LockDatabaseChangeLogGenerator

          -
          public LockDatabaseChangeLogGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/MarkChangeSetRanGenerator.html b/javadoc/liquibase/sqlgenerator/core/MarkChangeSetRanGenerator.html deleted file mode 100644 index 743561c4b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/MarkChangeSetRanGenerator.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - -MarkChangeSetRanGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class MarkChangeSetRanGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/ModifyDataTypeGenerator.html b/javadoc/liquibase/sqlgenerator/core/ModifyDataTypeGenerator.html deleted file mode 100644 index 7a9e4093e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/ModifyDataTypeGenerator.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - -ModifyDataTypeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class ModifyDataTypeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RawSqlGenerator.html b/javadoc/liquibase/sqlgenerator/core/RawSqlGenerator.html deleted file mode 100644 index a5949a4e4..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RawSqlGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -RawSqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RawSqlGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RawSqlGenerator

          -
          public RawSqlGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(RawSqlStatement rawSqlStatement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/ReindexGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/ReindexGeneratorSQLite.html deleted file mode 100644 index ff64fd860..000000000 --- a/javadoc/liquibase/sqlgenerator/core/ReindexGeneratorSQLite.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - -ReindexGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class ReindexGeneratorSQLite

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RemoveChangeSetRanStatusGenerator.html b/javadoc/liquibase/sqlgenerator/core/RemoveChangeSetRanStatusGenerator.html deleted file mode 100644 index d26ccd0d2..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RemoveChangeSetRanStatusGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -RemoveChangeSetRanStatusGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RemoveChangeSetRanStatusGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RenameColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/RenameColumnGenerator.html deleted file mode 100644 index 39cbc2c59..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RenameColumnGenerator.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -RenameColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RenameColumnGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RenameSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/RenameSequenceGenerator.html deleted file mode 100644 index 7c3377e51..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RenameSequenceGenerator.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -RenameSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RenameSequenceGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RenameTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/RenameTableGenerator.html deleted file mode 100644 index 5f6528d9f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RenameTableGenerator.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -RenameTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RenameTableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RenameViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/RenameViewGenerator.html deleted file mode 100644 index 5d50e19f8..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RenameViewGenerator.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -RenameViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RenameViewGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/ReorganizeTableGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/ReorganizeTableGeneratorDB2.html deleted file mode 100644 index 17b079007..000000000 --- a/javadoc/liquibase/sqlgenerator/core/ReorganizeTableGeneratorDB2.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -ReorganizeTableGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class ReorganizeTableGeneratorDB2

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/RuntimeGenerator.html b/javadoc/liquibase/sqlgenerator/core/RuntimeGenerator.html deleted file mode 100644 index bbd4f31ae..000000000 --- a/javadoc/liquibase/sqlgenerator/core/RuntimeGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -RuntimeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class RuntimeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RuntimeGenerator

          -
          public RuntimeGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(RuntimeStatement statement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogGenerator.html deleted file mode 100644 index 6682f8c36..000000000 --- a/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class SelectFromDatabaseChangeLogGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogLockGenerator.html b/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogLockGenerator.html deleted file mode 100644 index 5a7e475bd..000000000 --- a/javadoc/liquibase/sqlgenerator/core/SelectFromDatabaseChangeLogLockGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogLockGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class SelectFromDatabaseChangeLogLockGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/SetColumnRemarksGenerator.html b/javadoc/liquibase/sqlgenerator/core/SetColumnRemarksGenerator.html deleted file mode 100644 index 19be3599e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/SetColumnRemarksGenerator.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -SetColumnRemarksGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class SetColumnRemarksGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/SetNullableGenerator.html b/javadoc/liquibase/sqlgenerator/core/SetNullableGenerator.html deleted file mode 100644 index 72fdd0972..000000000 --- a/javadoc/liquibase/sqlgenerator/core/SetNullableGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -SetNullableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class SetNullableGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/SetTableRemarksGenerator.html b/javadoc/liquibase/sqlgenerator/core/SetTableRemarksGenerator.html deleted file mode 100644 index a03454358..000000000 --- a/javadoc/liquibase/sqlgenerator/core/SetTableRemarksGenerator.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -SetTableRemarksGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class SetTableRemarksGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/StoredProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/StoredProcedureGenerator.html deleted file mode 100644 index 46832bf95..000000000 --- a/javadoc/liquibase/sqlgenerator/core/StoredProcedureGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -StoredProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class StoredProcedureGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StoredProcedureGenerator

          -
          public StoredProcedureGenerator()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/TableRowCountGenerator.html b/javadoc/liquibase/sqlgenerator/core/TableRowCountGenerator.html deleted file mode 100644 index 64e2288cf..000000000 --- a/javadoc/liquibase/sqlgenerator/core/TableRowCountGenerator.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - -TableRowCountGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class TableRowCountGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/TagDatabaseGenerator.html b/javadoc/liquibase/sqlgenerator/core/TagDatabaseGenerator.html deleted file mode 100644 index bdcb66d6c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/TagDatabaseGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -TagDatabaseGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class TagDatabaseGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TagDatabaseGenerator

          -
          public TagDatabaseGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(TagDatabaseStatement tagDatabaseStatement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/UnlockDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/UnlockDatabaseChangeLogGenerator.html deleted file mode 100644 index bd645f00b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/UnlockDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -UnlockDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class UnlockDatabaseChangeLogGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/UpdateChangeSetChecksumGenerator.html b/javadoc/liquibase/sqlgenerator/core/UpdateChangeSetChecksumGenerator.html deleted file mode 100644 index 50127de5a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/UpdateChangeSetChecksumGenerator.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -UpdateChangeSetChecksumGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class UpdateChangeSetChecksumGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/UpdateDataChangeGenerator.html b/javadoc/liquibase/sqlgenerator/core/UpdateDataChangeGenerator.html deleted file mode 100644 index 0d4dd6631..000000000 --- a/javadoc/liquibase/sqlgenerator/core/UpdateDataChangeGenerator.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -UpdateDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class UpdateDataChangeGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/UpdateGenerator.html b/javadoc/liquibase/sqlgenerator/core/UpdateGenerator.html deleted file mode 100644 index 6b6edb2c8..000000000 --- a/javadoc/liquibase/sqlgenerator/core/UpdateGenerator.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -UpdateGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.sqlgenerator.core
    -

    Class UpdateGenerator

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UpdateGenerator

          -
          public UpdateGenerator()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          validate

          -
          public ValidationErrors validate(UpdateStatement updateStatement,
          -                                 Database database,
          -                                 SqlGeneratorChain sqlGeneratorChain)
          -
          Description copied from interface: SqlGenerator
          -
          Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors - object, not a null value. - Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AbstractSqlGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AbstractSqlGenerator.html deleted file mode 100644 index 61e837edc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AbstractSqlGenerator.html +++ /dev/null @@ -1,599 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AbstractSqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AbstractSqlGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGenerator.html deleted file mode 100644 index 641830d6b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGenerator.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorDB2.html deleted file mode 100644 index 984dac068..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorDB2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2

    -
    -
    No usage of liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorHsqlH2.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorHsqlH2.html deleted file mode 100644 index a606233d5..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorHsqlH2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2

    -
    -
    No usage of liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorInformix.html deleted file mode 100644 index 438ace5eb..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorMySQL.html deleted file mode 100644 index eb21fdcb9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorMySQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL

    -
    -
    No usage of liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorSQLite.html deleted file mode 100644 index 3100a1465..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddAutoIncrementGeneratorSQLite.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite

    -
    -
    No usage of liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGenerator.html deleted file mode 100644 index 52a3467dd..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGenerator.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddColumnGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorDefaultClauseBeforeNotNull.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorDefaultClauseBeforeNotNull.html deleted file mode 100644 index 29df073ee..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorDefaultClauseBeforeNotNull.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull

    -
    -
    No usage of liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorSQLite.html deleted file mode 100644 index 6e30e68ab..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddColumnGeneratorSQLite.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddColumnGeneratorSQLite

    -
    -
    No usage of liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGenerator.html deleted file mode 100644 index d5dca320e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGenerator.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorDerby.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorDerby.html deleted file mode 100644 index 30db5c0c1..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorDerby.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorInformix.html deleted file mode 100644 index d70b1eeab..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMSSQL.html deleted file mode 100644 index 28126a132..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMSSQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMySQL.html deleted file mode 100644 index 0ed0858f9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorMySQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorOracle.html deleted file mode 100644 index c0326258f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorOracle.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorPostgres.html deleted file mode 100644 index 6e85a6158..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorPostgres.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSQLite.html deleted file mode 100644 index 34f94c920..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSQLite.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybase.html deleted file mode 100644 index 91c1f2f3b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybaseASA.html deleted file mode 100644 index 3022f22fd..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddDefaultValueGeneratorSybaseASA.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA

    -
    -
    No usage of liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddForeignKeyConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddForeignKeyConstraintGenerator.html deleted file mode 100644 index 2185ee0c1..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddForeignKeyConstraintGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGenerator.html deleted file mode 100644 index 3c29e7efa..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGenerator.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddPrimaryKeyGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGeneratorInformix.html deleted file mode 100644 index 9b19bfa2c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddPrimaryKeyGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGenerator.html deleted file mode 100644 index 30f2b5243..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGenerator.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddUniqueConstraintGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorInformix.html deleted file mode 100644 index 9bb519f3b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorTDS.html b/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorTDS.html deleted file mode 100644 index f103d396b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AddUniqueConstraintGeneratorTDS.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS

    -
    -
    No usage of liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/AlterSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/AlterSequenceGenerator.html deleted file mode 100644 index 05b755cd3..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/AlterSequenceGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.AlterSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.AlterSequenceGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.AlterSequenceGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/BatchDmlExecutablePreparedStatementGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/BatchDmlExecutablePreparedStatementGenerator.html deleted file mode 100644 index 6ac285de3..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/BatchDmlExecutablePreparedStatementGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/ClearDatabaseChangeLogTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/ClearDatabaseChangeLogTableGenerator.html deleted file mode 100644 index c8b7f0066..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/ClearDatabaseChangeLogTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CommentGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CommentGenerator.html deleted file mode 100644 index c355d7243..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CommentGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CommentGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CommentGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CommentGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CopyRowsGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CopyRowsGenerator.html deleted file mode 100644 index bcb74ca34..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CopyRowsGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CopyRowsGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CopyRowsGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CopyRowsGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogLockTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogLockTableGenerator.html deleted file mode 100644 index 5ca6a4ba1..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogLockTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGenerator.html deleted file mode 100644 index 23d374d2c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGeneratorSybase.html deleted file mode 100644 index 92cb1c9f6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateDatabaseChangeLogTableGeneratorSybase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGenerator.html deleted file mode 100644 index 63160b96d..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGenerator.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateIndexGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateIndexGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorFirebird.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorFirebird.html deleted file mode 100644 index 61d355fd8..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorFirebird.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorPostgres.html deleted file mode 100644 index d57491a32..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateIndexGeneratorPostgres.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateProcedureGenerator.html deleted file mode 100644 index e33d7869e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateProcedureGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateProcedureGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateProcedureGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateSequenceGenerator.html deleted file mode 100644 index 9b2feca23..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateSequenceGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateSequenceGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateSequenceGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGenerator.html deleted file mode 100644 index cac181ee5..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGenerator.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateTableGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGeneratorInformix.html deleted file mode 100644 index f26c2c5da..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateTableGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateTableGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateTableGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateTableGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGenerator.html deleted file mode 100644 index c0b969657..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateViewGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateViewGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGeneratorInformix.html deleted file mode 100644 index d777c81f7..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/CreateViewGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.CreateViewGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.CreateViewGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.CreateViewGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DeleteGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DeleteGenerator.html deleted file mode 100644 index 15b522c55..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DeleteGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DeleteGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DeleteGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DeleteGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropColumnGenerator.html deleted file mode 100644 index 59b4b4a09..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropColumnGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropColumnGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropColumnGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropDefaultValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropDefaultValueGenerator.html deleted file mode 100644 index 932ccc42d..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropDefaultValueGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropDefaultValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropDefaultValueGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropDefaultValueGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropForeignKeyConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropForeignKeyConstraintGenerator.html deleted file mode 100644 index 32f66467f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropForeignKeyConstraintGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropIndexGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropIndexGenerator.html deleted file mode 100644 index fe0ac5333..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropIndexGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropIndexGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropIndexGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropIndexGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropPrimaryKeyGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropPrimaryKeyGenerator.html deleted file mode 100644 index 516655db8..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropPrimaryKeyGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropPrimaryKeyGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropProcedureGenerator.html deleted file mode 100644 index 192a7b283..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropProcedureGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropProcedureGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropProcedureGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropSequenceGenerator.html deleted file mode 100644 index dc5100346..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropSequenceGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropSequenceGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropSequenceGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropTableGenerator.html deleted file mode 100644 index 9d2aa740a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropUniqueConstraintGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropUniqueConstraintGenerator.html deleted file mode 100644 index 1626f931b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropUniqueConstraintGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropUniqueConstraintGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/DropViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/DropViewGenerator.html deleted file mode 100644 index 561cb2eae..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/DropViewGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.DropViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.DropViewGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.DropViewGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetNextChangeSetSequenceValueGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetNextChangeSetSequenceValueGenerator.html deleted file mode 100644 index cf9f1d56b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetNextChangeSetSequenceValueGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGenerator.html deleted file mode 100644 index b08f7ab64..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGenerator.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDB2.html deleted file mode 100644 index ac476388b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDB2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDerby.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDerby.html deleted file mode 100644 index a537da7a6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorDerby.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorFirebird.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorFirebird.html deleted file mode 100644 index 025f6433b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorFirebird.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorHsql.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorHsql.html deleted file mode 100644 index 376d4ddf6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorHsql.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorInformix.html deleted file mode 100644 index 8d9ea0844..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorMSSQL.html deleted file mode 100644 index 0b6413b0c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorMSSQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorOracle.html deleted file mode 100644 index 5142e83f9..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorOracle.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorPostgres.html deleted file mode 100644 index 3f9293a81..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorPostgres.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybase.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybase.html deleted file mode 100644 index fabc6e92a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybase.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybaseASA.html deleted file mode 100644 index 0f3564641..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/GetViewDefinitionGeneratorSybaseASA.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA

    -
    -
    No usage of liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InitializeDatabaseChangeLogLockTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/InitializeDatabaseChangeLogLockTableGenerator.html deleted file mode 100644 index 1b0f480d0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InitializeDatabaseChangeLogLockTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertDataChangeGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertDataChangeGenerator.html deleted file mode 100644 index 2aeaaf2cd..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertDataChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertDataChangeGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertDataChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertGenerator.html deleted file mode 100644 index 55bc56768..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertGenerator.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGenerator.html deleted file mode 100644 index 458689169..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGenerator.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorDB2.html deleted file mode 100644 index 1ce793b67..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorDB2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorH2.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorH2.html deleted file mode 100644 index 58103fd08..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorH2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorHsql.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorHsql.html deleted file mode 100644 index 9f3ab7221..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorHsql.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorInformix.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorInformix.html deleted file mode 100644 index 8444ded30..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorInformix.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMSSQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMSSQL.html deleted file mode 100644 index 79b85cda6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMSSQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMySQL.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMySQL.html deleted file mode 100644 index 7a50a1853..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorMySQL.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorOracle.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorOracle.html deleted file mode 100644 index 6578fa60e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorOracle.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorPostgres.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorPostgres.html deleted file mode 100644 index 687ba5e43..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorPostgres.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSQLite.html deleted file mode 100644 index 46818c222..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSQLite.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSybaseASA.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSybaseASA.html deleted file mode 100644 index 0ec826a33..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertOrUpdateGeneratorSybaseASA.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/InsertSetGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/InsertSetGenerator.html deleted file mode 100644 index 8105ff384..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/InsertSetGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.InsertSetGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.InsertSetGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.InsertSetGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/LockDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/LockDatabaseChangeLogGenerator.html deleted file mode 100644 index aab6db59b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/LockDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/MarkChangeSetRanGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/MarkChangeSetRanGenerator.html deleted file mode 100644 index 8498fbf18..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/MarkChangeSetRanGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.MarkChangeSetRanGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/ModifyDataTypeGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/ModifyDataTypeGenerator.html deleted file mode 100644 index 652edfe8b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/ModifyDataTypeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.ModifyDataTypeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.ModifyDataTypeGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.ModifyDataTypeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RawSqlGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RawSqlGenerator.html deleted file mode 100644 index 9cbc5798e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RawSqlGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RawSqlGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RawSqlGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RawSqlGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/ReindexGeneratorSQLite.html b/javadoc/liquibase/sqlgenerator/core/class-use/ReindexGeneratorSQLite.html deleted file mode 100644 index 63e82154a..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/ReindexGeneratorSQLite.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.ReindexGeneratorSQLite (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.ReindexGeneratorSQLite

    -
    -
    No usage of liquibase.sqlgenerator.core.ReindexGeneratorSQLite
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RemoveChangeSetRanStatusGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RemoveChangeSetRanStatusGenerator.html deleted file mode 100644 index e04892da6..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RemoveChangeSetRanStatusGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RenameColumnGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RenameColumnGenerator.html deleted file mode 100644 index 7a0c5514c..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RenameColumnGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RenameColumnGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RenameColumnGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RenameColumnGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RenameSequenceGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RenameSequenceGenerator.html deleted file mode 100644 index bd61a8c58..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RenameSequenceGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RenameSequenceGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RenameSequenceGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RenameSequenceGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RenameTableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RenameTableGenerator.html deleted file mode 100644 index 67c0a2084..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RenameTableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RenameTableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RenameTableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RenameTableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RenameViewGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RenameViewGenerator.html deleted file mode 100644 index 4515c86fd..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RenameViewGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RenameViewGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RenameViewGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RenameViewGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/ReorganizeTableGeneratorDB2.html b/javadoc/liquibase/sqlgenerator/core/class-use/ReorganizeTableGeneratorDB2.html deleted file mode 100644 index f808ff6cb..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/ReorganizeTableGeneratorDB2.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2 (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2

    -
    -
    No usage of liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/RuntimeGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/RuntimeGenerator.html deleted file mode 100644 index 0319774ca..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/RuntimeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.RuntimeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.RuntimeGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.RuntimeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogGenerator.html deleted file mode 100644 index 3c59387e0..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogLockGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogLockGenerator.html deleted file mode 100644 index 55cf6a72f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/SelectFromDatabaseChangeLogLockGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/SetColumnRemarksGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/SetColumnRemarksGenerator.html deleted file mode 100644 index 27903d4cc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/SetColumnRemarksGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.SetColumnRemarksGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.SetColumnRemarksGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.SetColumnRemarksGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/SetNullableGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/SetNullableGenerator.html deleted file mode 100644 index 711a5fc46..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/SetNullableGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.SetNullableGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.SetNullableGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.SetNullableGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/SetTableRemarksGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/SetTableRemarksGenerator.html deleted file mode 100644 index cea3ab14d..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/SetTableRemarksGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.SetTableRemarksGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.SetTableRemarksGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.SetTableRemarksGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/StoredProcedureGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/StoredProcedureGenerator.html deleted file mode 100644 index 4e6c9e04d..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/StoredProcedureGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.StoredProcedureGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.StoredProcedureGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.StoredProcedureGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/TableRowCountGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/TableRowCountGenerator.html deleted file mode 100644 index 5abda3ddf..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/TableRowCountGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.TableRowCountGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.TableRowCountGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.TableRowCountGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/TagDatabaseGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/TagDatabaseGenerator.html deleted file mode 100644 index 37ac9befc..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/TagDatabaseGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.TagDatabaseGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.TagDatabaseGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.TagDatabaseGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/UnlockDatabaseChangeLogGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/UnlockDatabaseChangeLogGenerator.html deleted file mode 100644 index feba14df3..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/UnlockDatabaseChangeLogGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateChangeSetChecksumGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/UpdateChangeSetChecksumGenerator.html deleted file mode 100644 index f10a1e16e..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateChangeSetChecksumGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateDataChangeGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/UpdateDataChangeGenerator.html deleted file mode 100644 index e0fc958a7..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateDataChangeGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.UpdateDataChangeGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.UpdateDataChangeGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.UpdateDataChangeGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateGenerator.html b/javadoc/liquibase/sqlgenerator/core/class-use/UpdateGenerator.html deleted file mode 100644 index cfa255b6b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/class-use/UpdateGenerator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.sqlgenerator.core.UpdateGenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.sqlgenerator.core.UpdateGenerator

    -
    -
    No usage of liquibase.sqlgenerator.core.UpdateGenerator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/package-frame.html b/javadoc/liquibase/sqlgenerator/core/package-frame.html deleted file mode 100644 index 88d811fd3..000000000 --- a/javadoc/liquibase/sqlgenerator/core/package-frame.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - -liquibase.sqlgenerator.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sqlgenerator.core

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sqlgenerator/core/package-summary.html b/javadoc/liquibase/sqlgenerator/core/package-summary.html deleted file mode 100644 index db6a98013..000000000 --- a/javadoc/liquibase/sqlgenerator/core/package-summary.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - -liquibase.sqlgenerator.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sqlgenerator.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/package-tree.html b/javadoc/liquibase/sqlgenerator/core/package-tree.html deleted file mode 100644 index a817dd79b..000000000 --- a/javadoc/liquibase/sqlgenerator/core/package-tree.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -liquibase.sqlgenerator.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sqlgenerator.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/core/package-use.html b/javadoc/liquibase/sqlgenerator/core/package-use.html deleted file mode 100644 index 66a42688f..000000000 --- a/javadoc/liquibase/sqlgenerator/core/package-use.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Package liquibase.sqlgenerator.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sqlgenerator.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/package-frame.html b/javadoc/liquibase/sqlgenerator/package-frame.html deleted file mode 100644 index 399cd3898..000000000 --- a/javadoc/liquibase/sqlgenerator/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -liquibase.sqlgenerator (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.sqlgenerator

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/sqlgenerator/package-summary.html b/javadoc/liquibase/sqlgenerator/package-summary.html deleted file mode 100644 index d650cfeed..000000000 --- a/javadoc/liquibase/sqlgenerator/package-summary.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -liquibase.sqlgenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.sqlgenerator

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      SqlGenerator<T extends SqlStatement> -
      SqlGenerator implementations take a database-independent SqlStatement interface and create a - database-specific Sql object.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      SqlGeneratorChain<T extends SqlStatement> 
      SqlGeneratorFactory -
      SqlGeneratorFactory is a singleton registry of SqlGenerators.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/package-tree.html b/javadoc/liquibase/sqlgenerator/package-tree.html deleted file mode 100644 index fd80a0ebc..000000000 --- a/javadoc/liquibase/sqlgenerator/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.sqlgenerator Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.sqlgenerator

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/sqlgenerator/package-use.html b/javadoc/liquibase/sqlgenerator/package-use.html deleted file mode 100644 index e2920382d..000000000 --- a/javadoc/liquibase/sqlgenerator/package-use.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Uses of Package liquibase.sqlgenerator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.sqlgenerator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/AbstractSqlStatement.html b/javadoc/liquibase/statement/AbstractSqlStatement.html deleted file mode 100644 index 00e3430c6..000000000 --- a/javadoc/liquibase/statement/AbstractSqlStatement.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -AbstractSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class AbstractSqlStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractSqlStatement

          -
          public AbstractSqlStatement()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          setContinueOnError

          -
          public void setContinueOnError(boolean continueOnError)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/AutoIncrementConstraint.html b/javadoc/liquibase/statement/AutoIncrementConstraint.html deleted file mode 100644 index 2cca073fa..000000000 --- a/javadoc/liquibase/statement/AutoIncrementConstraint.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - -AutoIncrementConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class AutoIncrementConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/BatchDmlExecutablePreparedStatement.html b/javadoc/liquibase/statement/BatchDmlExecutablePreparedStatement.html deleted file mode 100644 index dc24bd35f..000000000 --- a/javadoc/liquibase/statement/BatchDmlExecutablePreparedStatement.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - -BatchDmlExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class BatchDmlExecutablePreparedStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/CallableSqlStatement.html b/javadoc/liquibase/statement/CallableSqlStatement.html deleted file mode 100644 index a0bbcfdc6..000000000 --- a/javadoc/liquibase/statement/CallableSqlStatement.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - -CallableSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Interface CallableSqlStatement

    -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/ColumnConstraint.html b/javadoc/liquibase/statement/ColumnConstraint.html deleted file mode 100644 index 47cf01cb7..000000000 --- a/javadoc/liquibase/statement/ColumnConstraint.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -ColumnConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Interface ColumnConstraint

    -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/CompoundStatement.html b/javadoc/liquibase/statement/CompoundStatement.html deleted file mode 100644 index 8294723e2..000000000 --- a/javadoc/liquibase/statement/CompoundStatement.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -CompoundStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Interface CompoundStatement

    -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/DatabaseFunction.html b/javadoc/liquibase/statement/DatabaseFunction.html deleted file mode 100644 index 50b30e777..000000000 --- a/javadoc/liquibase/statement/DatabaseFunction.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -DatabaseFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class DatabaseFunction

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          CURRENT_DATE_TIME_PLACE_HOLDER

          -
          public static final String CURRENT_DATE_TIME_PLACE_HOLDER
          -
          String value used for comparison. If a function matches this value then it should be replaces by the - real current timestamp function.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DatabaseFunction

          -
          public DatabaseFunction(String value)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/ExecutablePreparedStatement.html b/javadoc/liquibase/statement/ExecutablePreparedStatement.html deleted file mode 100644 index 67690dde2..000000000 --- a/javadoc/liquibase/statement/ExecutablePreparedStatement.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - -ExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Interface ExecutablePreparedStatement

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/ExecutablePreparedStatementBase.html b/javadoc/liquibase/statement/ExecutablePreparedStatementBase.html deleted file mode 100644 index 39e1826f7..000000000 --- a/javadoc/liquibase/statement/ExecutablePreparedStatementBase.html +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - -ExecutablePreparedStatementBase (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class ExecutablePreparedStatementBase

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.statement.ExecutablePreparedStatementBase
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/ForeignKeyConstraint.html b/javadoc/liquibase/statement/ForeignKeyConstraint.html deleted file mode 100644 index cb0d250dd..000000000 --- a/javadoc/liquibase/statement/ForeignKeyConstraint.html +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - -ForeignKeyConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class ForeignKeyConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ForeignKeyConstraint

          -
          public ForeignKeyConstraint(String foreignKeyName,
          -                            String references)
          -
        • -
        - - - -
          -
        • -

          ForeignKeyConstraint

          -
          public ForeignKeyConstraint(String foreignKeyName,
          -                            String references,
          -                            boolean validateForeignKey)
          -
        • -
        - - - -
          -
        • -

          ForeignKeyConstraint

          -
          public ForeignKeyConstraint(String foreignKeyName,
          -                            String references,
          -                            String referencedTableName,
          -                            String referencedColumnNames)
          -
        • -
        - - - -
          -
        • -

          ForeignKeyConstraint

          -
          public ForeignKeyConstraint(String foreignKeyName,
          -                            String references,
          -                            String referencedTableName,
          -                            String referencedColumnNames,
          -                            boolean validateForeignKey)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getForeignKeyName

          -
          public String getForeignKeyName()
          -
        • -
        - - - -
          -
        • -

          getColumn

          -
          public String getColumn()
          -
        • -
        - - - - - - - -
          -
        • -

          getReferences

          -
          public String getReferences()
          -
        • -
        - - - -
          -
        • -

          isDeleteCascade

          -
          public boolean isDeleteCascade()
          -
        • -
        - - - -
          -
        • -

          getReferencedTableName

          -
          public String getReferencedTableName()
          -
        • -
        - - - -
          -
        • -

          getReferencedTableCatalogName

          -
          public String getReferencedTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableCatalogName

          -
          public void setReferencedTableCatalogName(String referencedTableCatalogName)
          -
        • -
        - - - -
          -
        • -

          getReferencedTableSchemaName

          -
          public String getReferencedTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setReferencedTableSchemaName

          -
          public void setReferencedTableSchemaName(String referencedTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getReferencedColumnNames

          -
          public String getReferencedColumnNames()
          -
        • -
        - - - - - - - -
          -
        • -

          isInitiallyDeferred

          -
          public boolean isInitiallyDeferred()
          -
        • -
        - - - -
          -
        • -

          setInitiallyDeferred

          -
          public ForeignKeyConstraint setInitiallyDeferred(boolean initiallyDeferred)
          -
        • -
        - - - -
          -
        • -

          isDeferrable

          -
          public boolean isDeferrable()
          -
        • -
        - - - - - - - -
          -
        • -

          shouldValidateForeignKey

          -
          public boolean shouldValidateForeignKey()
          -
        • -
        - - - -
          -
        • -

          setValidateForeignKey

          -
          public void setValidateForeignKey(boolean validateForeignKey)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/InsertExecutablePreparedStatement.html b/javadoc/liquibase/statement/InsertExecutablePreparedStatement.html deleted file mode 100644 index bbb1991ff..000000000 --- a/javadoc/liquibase/statement/InsertExecutablePreparedStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -InsertExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class InsertExecutablePreparedStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/NotNullConstraint.html b/javadoc/liquibase/statement/NotNullConstraint.html deleted file mode 100644 index 01c65ea68..000000000 --- a/javadoc/liquibase/statement/NotNullConstraint.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -NotNullConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class NotNullConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          NotNullConstraint

          -
          public NotNullConstraint()
          -
        • -
        - - - -
          -
        • -

          NotNullConstraint

          -
          public NotNullConstraint(String columnName)
          -
        • -
        - - - -
          -
        • -

          NotNullConstraint

          -
          public NotNullConstraint(String columnName,
          -                         boolean validateNullable)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - - - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - - - - - -
          -
        • -

          shouldValidateNullable

          -
          public boolean shouldValidateNullable()
          -
        • -
        - - - -
          -
        • -

          setValidateNullable

          -
          public NotNullConstraint setValidateNullable(boolean validateNullable)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/PrimaryKeyConstraint.html b/javadoc/liquibase/statement/PrimaryKeyConstraint.html deleted file mode 100644 index f173a781b..000000000 --- a/javadoc/liquibase/statement/PrimaryKeyConstraint.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - -PrimaryKeyConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class PrimaryKeyConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          PrimaryKeyConstraint

          -
          public PrimaryKeyConstraint()
          -
        • -
        - - - -
          -
        • -

          PrimaryKeyConstraint

          -
          public PrimaryKeyConstraint(String constraintName)
          -
        • -
        - - - -
          -
        • -

          PrimaryKeyConstraint

          -
          public PrimaryKeyConstraint(String constraintName,
          -                            boolean validatePrimaryKey)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumns

          -
          public List<String> getColumns()
          -
        • -
        - - - - - - - -
          -
        • -

          shouldValidatePrimaryKey

          -
          public boolean shouldValidatePrimaryKey()
          -
        • -
        - - - -
          -
        • -

          setValidatePrimaryKey

          -
          public void setValidatePrimaryKey(boolean validatePrimaryKey)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/SequenceCurrentValueFunction.html b/javadoc/liquibase/statement/SequenceCurrentValueFunction.html deleted file mode 100644 index b29c42664..000000000 --- a/javadoc/liquibase/statement/SequenceCurrentValueFunction.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -SequenceCurrentValueFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class SequenceCurrentValueFunction

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SequenceCurrentValueFunction
      -extends DatabaseFunction
      -
      Represents a function for getting the current value from a sequence
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SequenceCurrentValueFunction

          -
          public SequenceCurrentValueFunction(String sequenceName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSequenceSchemaName

          -
          public String getSequenceSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSequenceSchemaName

          -
          public void setSequenceSchemaName(String sequenceSchemaName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/SequenceNextValueFunction.html b/javadoc/liquibase/statement/SequenceNextValueFunction.html deleted file mode 100644 index 94b855a88..000000000 --- a/javadoc/liquibase/statement/SequenceNextValueFunction.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -SequenceNextValueFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class SequenceNextValueFunction

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SequenceNextValueFunction
      -extends DatabaseFunction
      -
      Represents a function for getting the next value from a sequence
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SequenceNextValueFunction

          -
          public SequenceNextValueFunction()
          -
        • -
        - - - -
          -
        • -

          SequenceNextValueFunction

          -
          public SequenceNextValueFunction(String sequenceName)
          -
        • -
        - - - -
          -
        • -

          SequenceNextValueFunction

          -
          public SequenceNextValueFunction(String sequenceName,
          -                                 String sequenceSchemaName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSequenceSchemaName

          -
          public String getSequenceSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSequenceSchemaName

          -
          public void setSequenceSchemaName(String sequenceSchemaName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/SqlStatement.html b/javadoc/liquibase/statement/SqlStatement.html deleted file mode 100644 index 508455b80..000000000 --- a/javadoc/liquibase/statement/SqlStatement.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - -SqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Interface SqlStatement

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          skipOnUnsupported

          -
          boolean skipOnUnsupported()
          -
        • -
        - - - -
          -
        • -

          continueOnError

          -
          boolean continueOnError()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/StoredProcedureStatement.html b/javadoc/liquibase/statement/StoredProcedureStatement.html deleted file mode 100644 index 2b48bba82..000000000 --- a/javadoc/liquibase/statement/StoredProcedureStatement.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -StoredProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class StoredProcedureStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StoredProcedureStatement

          -
          public StoredProcedureStatement(String procedureName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getProcedureName

          -
          public String getProcedureName()
          -
        • -
        - - - -
          -
        • -

          getParameters

          -
          public List<String> getParameters()
          -
        • -
        - - - -
          -
        • -

          addParameter

          -
          public void addParameter(String param,
          -                         int type)
          -
        • -
        - - - -
          -
        • -

          getParameterType

          -
          public int getParameterType(String param)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/UniqueConstraint.html b/javadoc/liquibase/statement/UniqueConstraint.html deleted file mode 100644 index 02b2e2144..000000000 --- a/javadoc/liquibase/statement/UniqueConstraint.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -UniqueConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class UniqueConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UniqueConstraint

          -
          public UniqueConstraint()
          -
        • -
        - - - -
          -
        • -

          UniqueConstraint

          -
          public UniqueConstraint(String constraintName)
          -
        • -
        - - - -
          -
        • -

          UniqueConstraint

          -
          public UniqueConstraint(String constraintName,
          -                        boolean validateUnique)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          setConstraintName

          -
          public void setConstraintName(String constraintName)
          -
        • -
        - - - -
          -
        • -

          getColumns

          -
          public List<String> getColumns()
          -
        • -
        - - - -
          -
        • -

          shouldValidateUnique

          -
          public boolean shouldValidateUnique()
          -
        • -
        - - - -
          -
        • -

          setValidateUnique

          -
          public void setValidateUnique(boolean validateUnique)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/UpdateExecutablePreparedStatement.html b/javadoc/liquibase/statement/UpdateExecutablePreparedStatement.html deleted file mode 100644 index 1da47158b..000000000 --- a/javadoc/liquibase/statement/UpdateExecutablePreparedStatement.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - -UpdateExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement
    -

    Class UpdateExecutablePreparedStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/AbstractSqlStatement.html b/javadoc/liquibase/statement/class-use/AbstractSqlStatement.html deleted file mode 100644 index cef78a429..000000000 --- a/javadoc/liquibase/statement/class-use/AbstractSqlStatement.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.AbstractSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.AbstractSqlStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/AutoIncrementConstraint.html b/javadoc/liquibase/statement/class-use/AutoIncrementConstraint.html deleted file mode 100644 index 2588fe9af..000000000 --- a/javadoc/liquibase/statement/class-use/AutoIncrementConstraint.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.AutoIncrementConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.AutoIncrementConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/BatchDmlExecutablePreparedStatement.html b/javadoc/liquibase/statement/class-use/BatchDmlExecutablePreparedStatement.html deleted file mode 100644 index c60c22d78..000000000 --- a/javadoc/liquibase/statement/class-use/BatchDmlExecutablePreparedStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.BatchDmlExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.BatchDmlExecutablePreparedStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/CallableSqlStatement.html b/javadoc/liquibase/statement/class-use/CallableSqlStatement.html deleted file mode 100644 index 987610704..000000000 --- a/javadoc/liquibase/statement/class-use/CallableSqlStatement.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.CallableSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.CallableSqlStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/ColumnConstraint.html b/javadoc/liquibase/statement/class-use/ColumnConstraint.html deleted file mode 100644 index c3cf82b62..000000000 --- a/javadoc/liquibase/statement/class-use/ColumnConstraint.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.ColumnConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.ColumnConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/CompoundStatement.html b/javadoc/liquibase/statement/class-use/CompoundStatement.html deleted file mode 100644 index 02e4f8852..000000000 --- a/javadoc/liquibase/statement/class-use/CompoundStatement.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.CompoundStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.CompoundStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/DatabaseFunction.html b/javadoc/liquibase/statement/class-use/DatabaseFunction.html deleted file mode 100644 index 0be344745..000000000 --- a/javadoc/liquibase/statement/class-use/DatabaseFunction.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.DatabaseFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.DatabaseFunction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/ExecutablePreparedStatement.html b/javadoc/liquibase/statement/class-use/ExecutablePreparedStatement.html deleted file mode 100644 index b4b2b39b1..000000000 --- a/javadoc/liquibase/statement/class-use/ExecutablePreparedStatement.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.ExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.ExecutablePreparedStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/ExecutablePreparedStatementBase.html b/javadoc/liquibase/statement/class-use/ExecutablePreparedStatementBase.html deleted file mode 100644 index 44fc77aa8..000000000 --- a/javadoc/liquibase/statement/class-use/ExecutablePreparedStatementBase.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.ExecutablePreparedStatementBase (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.ExecutablePreparedStatementBase

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/ForeignKeyConstraint.html b/javadoc/liquibase/statement/class-use/ForeignKeyConstraint.html deleted file mode 100644 index 9416cb066..000000000 --- a/javadoc/liquibase/statement/class-use/ForeignKeyConstraint.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.ForeignKeyConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.ForeignKeyConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/InsertExecutablePreparedStatement.html b/javadoc/liquibase/statement/class-use/InsertExecutablePreparedStatement.html deleted file mode 100644 index 21cfddb88..000000000 --- a/javadoc/liquibase/statement/class-use/InsertExecutablePreparedStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.InsertExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.InsertExecutablePreparedStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/NotNullConstraint.html b/javadoc/liquibase/statement/class-use/NotNullConstraint.html deleted file mode 100644 index 84510f62e..000000000 --- a/javadoc/liquibase/statement/class-use/NotNullConstraint.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.NotNullConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.NotNullConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/PrimaryKeyConstraint.html b/javadoc/liquibase/statement/class-use/PrimaryKeyConstraint.html deleted file mode 100644 index c9fdbcd99..000000000 --- a/javadoc/liquibase/statement/class-use/PrimaryKeyConstraint.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.PrimaryKeyConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.PrimaryKeyConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/SequenceCurrentValueFunction.html b/javadoc/liquibase/statement/class-use/SequenceCurrentValueFunction.html deleted file mode 100644 index fe5fb882b..000000000 --- a/javadoc/liquibase/statement/class-use/SequenceCurrentValueFunction.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.SequenceCurrentValueFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.SequenceCurrentValueFunction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/SequenceNextValueFunction.html b/javadoc/liquibase/statement/class-use/SequenceNextValueFunction.html deleted file mode 100644 index d62919131..000000000 --- a/javadoc/liquibase/statement/class-use/SequenceNextValueFunction.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.SequenceNextValueFunction (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.SequenceNextValueFunction

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/SqlStatement.html b/javadoc/liquibase/statement/class-use/SqlStatement.html deleted file mode 100644 index 3101f7962..000000000 --- a/javadoc/liquibase/statement/class-use/SqlStatement.html +++ /dev/null @@ -1,1335 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.SqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.SqlStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/StoredProcedureStatement.html b/javadoc/liquibase/statement/class-use/StoredProcedureStatement.html deleted file mode 100644 index 2b188edae..000000000 --- a/javadoc/liquibase/statement/class-use/StoredProcedureStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.StoredProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.StoredProcedureStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/UniqueConstraint.html b/javadoc/liquibase/statement/class-use/UniqueConstraint.html deleted file mode 100644 index 5d3a37b0c..000000000 --- a/javadoc/liquibase/statement/class-use/UniqueConstraint.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.UniqueConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.UniqueConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/class-use/UpdateExecutablePreparedStatement.html b/javadoc/liquibase/statement/class-use/UpdateExecutablePreparedStatement.html deleted file mode 100644 index 6c52f22d3..000000000 --- a/javadoc/liquibase/statement/class-use/UpdateExecutablePreparedStatement.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.UpdateExecutablePreparedStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.UpdateExecutablePreparedStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddAutoIncrementStatement.html b/javadoc/liquibase/statement/core/AddAutoIncrementStatement.html deleted file mode 100644 index b0ce72a5b..000000000 --- a/javadoc/liquibase/statement/core/AddAutoIncrementStatement.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -AddAutoIncrementStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddAutoIncrementStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          getStartWith

          -
          public BigInteger getStartWith()
          -
        • -
        - - - -
          -
        • -

          getIncrementBy

          -
          public BigInteger getIncrementBy()
          -
        • -
        - - - -
          -
        • -

          getDefaultOnNull

          -
          public Boolean getDefaultOnNull()
          -
        • -
        - - - -
          -
        • -

          getGenerationType

          -
          public String getGenerationType()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddColumnStatement.html b/javadoc/liquibase/statement/core/AddColumnStatement.html deleted file mode 100644 index 69a8eb7b0..000000000 --- a/javadoc/liquibase/statement/core/AddColumnStatement.html +++ /dev/null @@ -1,689 +0,0 @@ - - - - - - -AddColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddColumnStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isMultiple

          -
          public boolean isMultiple()
          -
        • -
        - - - - - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getColumnType

          -
          public String getColumnType()
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        - - - - - - - -
          -
        • -

          isAutoIncrement

          -
          public boolean isAutoIncrement()
          -
        • -
        - - - - - - - -
          -
        • -

          isPrimaryKey

          -
          public boolean isPrimaryKey()
          -
        • -
        - - - -
          -
        • -

          isNullable

          -
          public boolean isNullable()
          -
        • -
        - - - -
          -
        • -

          shouldValidateNullable

          -
          public boolean shouldValidateNullable()
          -
        • -
        - - - -
          -
        • -

          shouldValidateUnique

          -
          public boolean shouldValidateUnique()
          -
        • -
        - - - -
          -
        • -

          shouldValidatePrimaryKey

          -
          public boolean shouldValidatePrimaryKey()
          -
        • -
        - - - -
          -
        • -

          isUnique

          -
          public boolean isUnique()
          -
        • -
        - - - -
          -
        • -

          getUniqueStatementName

          -
          public String getUniqueStatementName()
          -
        • -
        - - - -
          -
        • -

          getDefaultValue

          -
          public Object getDefaultValue()
          -
        • -
        - - - -
          -
        • -

          getAddAfterColumn

          -
          public String getAddAfterColumn()
          -
        • -
        - - - -
          -
        • -

          setAddAfterColumn

          -
          public void setAddAfterColumn(String addAfterColumn)
          -
        • -
        - - - -
          -
        • -

          getAddBeforeColumn

          -
          public String getAddBeforeColumn()
          -
        • -
        - - - -
          -
        • -

          setAddBeforeColumn

          -
          public void setAddBeforeColumn(String addBeforeColumn)
          -
        • -
        - - - -
          -
        • -

          getAddAtPosition

          -
          public Integer getAddAtPosition()
          -
        • -
        - - - -
          -
        • -

          setAddAtPosition

          -
          public void setAddAtPosition(Integer addAtPosition)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueConstraintName

          -
          public String getDefaultValueConstraintName()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueConstraintName

          -
          public void setDefaultValueConstraintName(String defaultValueConstraintName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddDefaultValueStatement.html b/javadoc/liquibase/statement/core/AddDefaultValueStatement.html deleted file mode 100644 index 42c52487c..000000000 --- a/javadoc/liquibase/statement/core/AddDefaultValueStatement.html +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - -AddDefaultValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddDefaultValueStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddDefaultValueStatement

          -
          public AddDefaultValueStatement(String catalogName,
          -                                String schemaName,
          -                                String tableName,
          -                                String columnName,
          -                                String columnDataType)
          -
        • -
        - - - -
          -
        • -

          AddDefaultValueStatement

          -
          public AddDefaultValueStatement(String catalogName,
          -                                String schemaName,
          -                                String tableName,
          -                                String columnName,
          -                                String columnDataType,
          -                                Object defaultValue)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getDefaultValue

          -
          public Object getDefaultValue()
          -
        • -
        - - - -
          -
        • -

          getDefaultValueConstraintName

          -
          public String getDefaultValueConstraintName()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueConstraintName

          -
          public void setDefaultValueConstraintName(String defaultValueConstraintName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddForeignKeyConstraintStatement.html b/javadoc/liquibase/statement/core/AddForeignKeyConstraintStatement.html deleted file mode 100644 index 6d6a0c1b9..000000000 --- a/javadoc/liquibase/statement/core/AddForeignKeyConstraintStatement.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - -AddForeignKeyConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddForeignKeyConstraintStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddForeignKeyConstraintStatement

          -
          public AddForeignKeyConstraintStatement(String constraintName,
          -                                        String baseTableCatalogName,
          -                                        String baseTableSchemaName,
          -                                        String baseTableName,
          -                                        ColumnConfig[] baseColumns,
          -                                        String referencedTableCatalogName,
          -                                        String referencedTableSchemaName,
          -                                        String referencedTableName,
          -                                        ColumnConfig[] referencedColumns)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBaseTableCatalogName

          -
          public String getBaseTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          getBaseTableSchemaName

          -
          public String getBaseTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          getBaseTableName

          -
          public String getBaseTableName()
          -
        • -
        - - - -
          -
        • -

          getBaseColumns

          -
          public ColumnConfig[] getBaseColumns()
          -
        • -
        - - - -
          -
        • -

          getBaseColumnNames

          -
          public String getBaseColumnNames()
          -
        • -
        - - - -
          -
        • -

          getReferencedTableCatalogName

          -
          public String getReferencedTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          getReferencedTableSchemaName

          -
          public String getReferencedTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          getReferencedTableName

          -
          public String getReferencedTableName()
          -
        • -
        - - - -
          -
        • -

          getReferencedColumns

          -
          public ColumnConfig[] getReferencedColumns()
          -
        • -
        - - - -
          -
        • -

          getReferencedColumnNames

          -
          public String getReferencedColumnNames()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          isDeferrable

          -
          public boolean isDeferrable()
          -
        • -
        - - - -
          -
        • -

          getOnDelete

          -
          public String getOnDelete()
          -
        • -
        - - - -
          -
        • -

          getOnUpdate

          -
          public String getOnUpdate()
          -
        • -
        - - - - - - - -
          -
        • -

          isInitiallyDeferred

          -
          public boolean isInitiallyDeferred()
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public AddForeignKeyConstraintStatement setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid foreign keys - only new data would be checked - to see if it complies with the constraint logic. The default state for foreign keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddPrimaryKeyStatement.html b/javadoc/liquibase/statement/core/AddPrimaryKeyStatement.html deleted file mode 100644 index dfd536640..000000000 --- a/javadoc/liquibase/statement/core/AddPrimaryKeyStatement.html +++ /dev/null @@ -1,522 +0,0 @@ - - - - - - -AddPrimaryKeyStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddPrimaryKeyStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddPrimaryKeyStatement

          -
          public AddPrimaryKeyStatement(String catalogName,
          -                              String schemaName,
          -                              String tableName,
          -                              String columnNames,
          -                              String constraintName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          isClustered

          -
          public Boolean isClustered()
          -
        • -
        - - - - - - - -
          -
        • -

          getForIndexName

          -
          public String getForIndexName()
          -
        • -
        - - - -
          -
        • -

          setForIndexName

          -
          public void setForIndexName(String forIndexName)
          -
        • -
        - - - -
          -
        • -

          getForIndexSchemaName

          -
          public String getForIndexSchemaName()
          -
        • -
        - - - -
          -
        • -

          setForIndexSchemaName

          -
          public void setForIndexSchemaName(String forIndexSchemaName)
          -
        • -
        - - - -
          -
        • -

          getForIndexCatalogName

          -
          public String getForIndexCatalogName()
          -
        • -
        - - - -
          -
        • -

          setForIndexCatalogName

          -
          public void setForIndexCatalogName(String forIndexCatalogName)
          -
        • -
        - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          The VALIDATE keyword defines whether a primary key constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public AddPrimaryKeyStatement setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid primary keys - only new data would be checked - to see if it complies with the constraint logic. The default state for primary keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AddUniqueConstraintStatement.html b/javadoc/liquibase/statement/core/AddUniqueConstraintStatement.html deleted file mode 100644 index 5154f066f..000000000 --- a/javadoc/liquibase/statement/core/AddUniqueConstraintStatement.html +++ /dev/null @@ -1,615 +0,0 @@ - - - - - - -AddUniqueConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AddUniqueConstraintStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AddUniqueConstraintStatement

          -
          public AddUniqueConstraintStatement(String catalogName,
          -                                    String schemaName,
          -                                    String tableName,
          -                                    ColumnConfig[] columns,
          -                                    String constraintName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - - - - - -
          -
        • -

          isDeferrable

          -
          public boolean isDeferrable()
          -
        • -
        - - - - - - - -
          -
        • -

          isInitiallyDeferred

          -
          public boolean isInitiallyDeferred()
          -
        • -
        - - - - - - - -
          -
        • -

          isDisabled

          -
          public boolean isDisabled()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          isClustered

          -
          public boolean isClustered()
          -
        • -
        - - - -
          -
        • -

          getForIndexName

          -
          public String getForIndexName()
          -
        • -
        - - - -
          -
        • -

          setForIndexName

          -
          public void setForIndexName(String forIndexName)
          -
        • -
        - - - -
          -
        • -

          getForIndexSchemaName

          -
          public String getForIndexSchemaName()
          -
        • -
        - - - -
          -
        • -

          setForIndexSchemaName

          -
          public void setForIndexSchemaName(String forIndexSchemaName)
          -
        • -
        - - - -
          -
        • -

          getForIndexCatalogName

          -
          public String getForIndexCatalogName()
          -
        • -
        - - - -
          -
        • -

          setForIndexCatalogName

          -
          public void setForIndexCatalogName(String forIndexCatalogName)
          -
        • -
        - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public AddUniqueConstraintStatement setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid constraints - only new data would be checked - to see if it complies with the constraint logic. The default state for unique constraints is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/AlterSequenceStatement.html b/javadoc/liquibase/statement/core/AlterSequenceStatement.html deleted file mode 100644 index 4606872ea..000000000 --- a/javadoc/liquibase/statement/core/AlterSequenceStatement.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - - - -AlterSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class AlterSequenceStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/ClearDatabaseChangeLogTableStatement.html b/javadoc/liquibase/statement/core/ClearDatabaseChangeLogTableStatement.html deleted file mode 100644 index 385199e09..000000000 --- a/javadoc/liquibase/statement/core/ClearDatabaseChangeLogTableStatement.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -ClearDatabaseChangeLogTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class ClearDatabaseChangeLogTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ClearDatabaseChangeLogTableStatement

          -
          public ClearDatabaseChangeLogTableStatement(String catalogName,
          -                                            String schemaName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CommentStatement.html b/javadoc/liquibase/statement/core/CommentStatement.html deleted file mode 100644 index 80b48897c..000000000 --- a/javadoc/liquibase/statement/core/CommentStatement.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -CommentStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CommentStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CommentStatement

          -
          public CommentStatement(String text)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CopyRowsStatement.html b/javadoc/liquibase/statement/core/CopyRowsStatement.html deleted file mode 100644 index 57cd5ac2e..000000000 --- a/javadoc/liquibase/statement/core/CopyRowsStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -CopyRowsStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CopyRowsStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSourceTable

          -
          public String getSourceTable()
          -
        • -
        - - - -
          -
        • -

          getTargetTable

          -
          public String getTargetTable()
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateDatabaseChangeLogLockTableStatement.html b/javadoc/liquibase/statement/core/CreateDatabaseChangeLogLockTableStatement.html deleted file mode 100644 index 0b5bd13ca..000000000 --- a/javadoc/liquibase/statement/core/CreateDatabaseChangeLogLockTableStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -CreateDatabaseChangeLogLockTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateDatabaseChangeLogLockTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateDatabaseChangeLogLockTableStatement

          -
          public CreateDatabaseChangeLogLockTableStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateDatabaseChangeLogTableStatement.html b/javadoc/liquibase/statement/core/CreateDatabaseChangeLogTableStatement.html deleted file mode 100644 index 0feb50a05..000000000 --- a/javadoc/liquibase/statement/core/CreateDatabaseChangeLogTableStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -CreateDatabaseChangeLogTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateDatabaseChangeLogTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateDatabaseChangeLogTableStatement

          -
          public CreateDatabaseChangeLogTableStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateIndexStatement.html b/javadoc/liquibase/statement/core/CreateIndexStatement.html deleted file mode 100644 index 13eb23d80..000000000 --- a/javadoc/liquibase/statement/core/CreateIndexStatement.html +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - -CreateIndexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateIndexStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateProcedureStatement.html b/javadoc/liquibase/statement/core/CreateProcedureStatement.html deleted file mode 100644 index 26d566760..000000000 --- a/javadoc/liquibase/statement/core/CreateProcedureStatement.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - -CreateProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateProcedureStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateProcedureStatement

          -
          public CreateProcedureStatement(String catalogName,
          -                                String schemaName,
          -                                String procedureName,
          -                                String procedureText,
          -                                String endDelimiter)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getProcedureName

          -
          public String getProcedureName()
          -
        • -
        - - - -
          -
        • -

          getProcedureText

          -
          public String getProcedureText()
          -
        • -
        - - - -
          -
        • -

          getEndDelimiter

          -
          public String getEndDelimiter()
          -
        • -
        - - - -
          -
        • -

          getReplaceIfExists

          -
          public Boolean getReplaceIfExists()
          -
        • -
        - - - -
          -
        • -

          setReplaceIfExists

          -
          public void setReplaceIfExists(Boolean replaceIfExists)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateSequenceStatement.html b/javadoc/liquibase/statement/core/CreateSequenceStatement.html deleted file mode 100644 index 7f283c088..000000000 --- a/javadoc/liquibase/statement/core/CreateSequenceStatement.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - -CreateSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateSequenceStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateTableStatement.html b/javadoc/liquibase/statement/core/CreateTableStatement.html deleted file mode 100644 index eaadc879d..000000000 --- a/javadoc/liquibase/statement/core/CreateTableStatement.html +++ /dev/null @@ -1,778 +0,0 @@ - - - - - - -CreateTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/CreateViewStatement.html b/javadoc/liquibase/statement/core/CreateViewStatement.html deleted file mode 100644 index bd5aa9921..000000000 --- a/javadoc/liquibase/statement/core/CreateViewStatement.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - -CreateViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class CreateViewStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CreateViewStatement

          -
          public CreateViewStatement(String catalogName,
          -                           String schemaName,
          -                           String viewName,
          -                           String selectQuery,
          -                           boolean replaceIfExists)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getViewName

          -
          public String getViewName()
          -
        • -
        - - - -
          -
        • -

          getSelectQuery

          -
          public String getSelectQuery()
          -
        • -
        - - - -
          -
        • -

          isReplaceIfExists

          -
          public boolean isReplaceIfExists()
          -
        • -
        - - - -
          -
        • -

          isFullDefinition

          -
          public boolean isFullDefinition()
          -
          Returns the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ... AS..." command (true), - or just the view definition (SELECT ... FROM data_sources...) (false)?
          -
          -
          Returns:
          -
          true if a complete CREATE ... VIEW statement is included, false if not.
          -
          -
        • -
        - - - -
          -
        • -

          setFullDefinition

          -
          public CreateViewStatement setFullDefinition(boolean fullDefinition)
          -
          Sets the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ... AS..." command (true), - or just the view definition (SELECT ... FROM data_sources...) (false)?
          -
          -
          Parameters:
          -
          fullDefinition - true if a CREATE ... VIEW statement is included, false if not.
          -
          Returns:
          -
          the same, altered object
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DeleteStatement.html b/javadoc/liquibase/statement/core/DeleteStatement.html deleted file mode 100644 index d94244716..000000000 --- a/javadoc/liquibase/statement/core/DeleteStatement.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - -DeleteStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DeleteStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropColumnStatement.html b/javadoc/liquibase/statement/core/DropColumnStatement.html deleted file mode 100644 index 90cbf72a1..000000000 --- a/javadoc/liquibase/statement/core/DropColumnStatement.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -DropColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropColumnStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isMultiple

          -
          public boolean isMultiple()
          -
        • -
        - - - - - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropDefaultValueStatement.html b/javadoc/liquibase/statement/core/DropDefaultValueStatement.html deleted file mode 100644 index b5ce87c42..000000000 --- a/javadoc/liquibase/statement/core/DropDefaultValueStatement.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -DropDefaultValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropDefaultValueStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropDefaultValueStatement

          -
          public DropDefaultValueStatement(String catalogName,
          -                                 String schemaName,
          -                                 String tableName,
          -                                 String columnName,
          -                                 String columnDataType)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropForeignKeyConstraintStatement.html b/javadoc/liquibase/statement/core/DropForeignKeyConstraintStatement.html deleted file mode 100644 index d9c1c5ecb..000000000 --- a/javadoc/liquibase/statement/core/DropForeignKeyConstraintStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -DropForeignKeyConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropForeignKeyConstraintStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropForeignKeyConstraintStatement

          -
          public DropForeignKeyConstraintStatement(String baseTableCatalogName,
          -                                         String baseTableSchemaName,
          -                                         String baseTableName,
          -                                         String constraintName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBaseTableCatalogName

          -
          public String getBaseTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          getBaseTableSchemaName

          -
          public String getBaseTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          getBaseTableName

          -
          public String getBaseTableName()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropIndexStatement.html b/javadoc/liquibase/statement/core/DropIndexStatement.html deleted file mode 100644 index 814eabf08..000000000 --- a/javadoc/liquibase/statement/core/DropIndexStatement.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - -DropIndexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropIndexStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropIndexStatement

          -
          public DropIndexStatement(String indexName,
          -                          String tableCatalogName,
          -                          String tableSchemaName,
          -                          String tableName,
          -                          String associatedWith)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTableCatalogName

          -
          public String getTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          getTableSchemaName

          -
          public String getTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          getIndexName

          -
          public String getIndexName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getAssociatedWith

          -
          public String getAssociatedWith()
          -
        • -
        - - - -
          -
        • -

          setAssociatedWith

          -
          public void setAssociatedWith(String associatedWith)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropPrimaryKeyStatement.html b/javadoc/liquibase/statement/core/DropPrimaryKeyStatement.html deleted file mode 100644 index 8680d584f..000000000 --- a/javadoc/liquibase/statement/core/DropPrimaryKeyStatement.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - -DropPrimaryKeyStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropPrimaryKeyStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropPrimaryKeyStatement

          -
          public DropPrimaryKeyStatement(String catalogName,
          -                               String schemaName,
          -                               String tableName,
          -                               String constraintName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          getDropIndex

          -
          public Boolean getDropIndex()
          -
        • -
        - - - -
          -
        • -

          setDropIndex

          -
          public void setDropIndex(Boolean dropIndex)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropProcedureStatement.html b/javadoc/liquibase/statement/core/DropProcedureStatement.html deleted file mode 100644 index cdb487f5e..000000000 --- a/javadoc/liquibase/statement/core/DropProcedureStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -DropProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropProcedureStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropProcedureStatement

          -
          public DropProcedureStatement(String catalogName,
          -                              String schemaName,
          -                              String procedureName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getProcedureName

          -
          public String getProcedureName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropSequenceStatement.html b/javadoc/liquibase/statement/core/DropSequenceStatement.html deleted file mode 100644 index e8e77a0c0..000000000 --- a/javadoc/liquibase/statement/core/DropSequenceStatement.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -DropSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropSequenceStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropTableStatement.html b/javadoc/liquibase/statement/core/DropTableStatement.html deleted file mode 100644 index 0b950be46..000000000 --- a/javadoc/liquibase/statement/core/DropTableStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -DropTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropTableStatement

          -
          public DropTableStatement(String catalogName,
          -                          String schemaName,
          -                          String tableName,
          -                          boolean cascadeConstraints)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          isCascadeConstraints

          -
          public boolean isCascadeConstraints()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropUniqueConstraintStatement.html b/javadoc/liquibase/statement/core/DropUniqueConstraintStatement.html deleted file mode 100644 index 130e693a9..000000000 --- a/javadoc/liquibase/statement/core/DropUniqueConstraintStatement.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -DropUniqueConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropUniqueConstraintStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropUniqueConstraintStatement

          -
          public DropUniqueConstraintStatement(String catalogName,
          -                                     String schemaName,
          -                                     String tableName,
          -                                     String constraintName)
          -
        • -
        - - - -
          -
        • -

          DropUniqueConstraintStatement

          -
          public DropUniqueConstraintStatement(String catalogName,
          -                                     String schemaName,
          -                                     String tableName,
          -                                     String constraintName,
          -                                     ColumnConfig[] uniqueColumns)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          getUniqueColumns

          -
          public ColumnConfig[] getUniqueColumns()
          -
        • -
        - - - -
          -
        • -

          setUniqueColumns

          -
          public void setUniqueColumns(ColumnConfig[] uniqueColumns)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/DropViewStatement.html b/javadoc/liquibase/statement/core/DropViewStatement.html deleted file mode 100644 index 3de6e0c5e..000000000 --- a/javadoc/liquibase/statement/core/DropViewStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -DropViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class DropViewStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DropViewStatement

          -
          public DropViewStatement(String catalogName,
          -                         String schemaName,
          -                         String viewName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getViewName

          -
          public String getViewName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/FindForeignKeyConstraintsStatement.html b/javadoc/liquibase/statement/core/FindForeignKeyConstraintsStatement.html deleted file mode 100644 index eed800832..000000000 --- a/javadoc/liquibase/statement/core/FindForeignKeyConstraintsStatement.html +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - -FindForeignKeyConstraintsStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class FindForeignKeyConstraintsStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FindForeignKeyConstraintsStatement

          -
          public FindForeignKeyConstraintsStatement(String baseTableCatalogName,
          -                                          String baseTableSchemaName,
          -                                          String baseTableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBaseTableCatalogName

          -
          public String getBaseTableCatalogName()
          -
        • -
        - - - -
          -
        • -

          getBaseTableSchemaName

          -
          public String getBaseTableSchemaName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableSchemaName

          -
          public void setBaseTableSchemaName(String baseTableSchemaName)
          -
        • -
        - - - -
          -
        • -

          getBaseTableName

          -
          public String getBaseTableName()
          -
        • -
        - - - -
          -
        • -

          setBaseTableName

          -
          public void setBaseTableName(String baseTableName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/GetNextChangeSetSequenceValueStatement.html b/javadoc/liquibase/statement/core/GetNextChangeSetSequenceValueStatement.html deleted file mode 100644 index a3034aeba..000000000 --- a/javadoc/liquibase/statement/core/GetNextChangeSetSequenceValueStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -GetNextChangeSetSequenceValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class GetNextChangeSetSequenceValueStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GetNextChangeSetSequenceValueStatement

          -
          public GetNextChangeSetSequenceValueStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/GetViewDefinitionStatement.html b/javadoc/liquibase/statement/core/GetViewDefinitionStatement.html deleted file mode 100644 index 55e1b6ed3..000000000 --- a/javadoc/liquibase/statement/core/GetViewDefinitionStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -GetViewDefinitionStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class GetViewDefinitionStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GetViewDefinitionStatement

          -
          public GetViewDefinitionStatement(String catalogName,
          -                                  String schemaName,
          -                                  String viewName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getViewName

          -
          public String getViewName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/InitializeDatabaseChangeLogLockTableStatement.html b/javadoc/liquibase/statement/core/InitializeDatabaseChangeLogLockTableStatement.html deleted file mode 100644 index 9cdd5b824..000000000 --- a/javadoc/liquibase/statement/core/InitializeDatabaseChangeLogLockTableStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -InitializeDatabaseChangeLogLockTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class InitializeDatabaseChangeLogLockTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InitializeDatabaseChangeLogLockTableStatement

          -
          public InitializeDatabaseChangeLogLockTableStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/InsertOrUpdateStatement.html b/javadoc/liquibase/statement/core/InsertOrUpdateStatement.html deleted file mode 100644 index 9ea7ec7b6..000000000 --- a/javadoc/liquibase/statement/core/InsertOrUpdateStatement.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - -InsertOrUpdateStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class InsertOrUpdateStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InsertOrUpdateStatement

          -
          public InsertOrUpdateStatement(String catalogName,
          -                               String schemaName,
          -                               String tableName,
          -                               String primaryKey)
          -
        • -
        - - - -
          -
        • -

          InsertOrUpdateStatement

          -
          public InsertOrUpdateStatement(String catalogName,
          -                               String schemaName,
          -                               String tableName,
          -                               String primaryKey,
          -                               boolean onlyUpdate)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPrimaryKey

          -
          public String getPrimaryKey()
          -
        • -
        - - - -
          -
        • -

          getOnlyUpdate

          -
          public Boolean getOnlyUpdate()
          -
        • -
        - - - -
          -
        • -

          setOnlyUpdate

          -
          public void setOnlyUpdate(Boolean onlyUpdate)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/InsertSetStatement.html b/javadoc/liquibase/statement/core/InsertSetStatement.html deleted file mode 100644 index 160a2dbf5..000000000 --- a/javadoc/liquibase/statement/core/InsertSetStatement.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - -InsertSetStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class InsertSetStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/InsertStatement.html b/javadoc/liquibase/statement/core/InsertStatement.html deleted file mode 100644 index 7212e62e7..000000000 --- a/javadoc/liquibase/statement/core/InsertStatement.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - -InsertStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class InsertStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/LockDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/LockDatabaseChangeLogStatement.html deleted file mode 100644 index 43c03aa41..000000000 --- a/javadoc/liquibase/statement/core/LockDatabaseChangeLogStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -LockDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class LockDatabaseChangeLogStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LockDatabaseChangeLogStatement

          -
          public LockDatabaseChangeLogStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/MarkChangeSetRanStatement.html b/javadoc/liquibase/statement/core/MarkChangeSetRanStatement.html deleted file mode 100644 index a4041c016..000000000 --- a/javadoc/liquibase/statement/core/MarkChangeSetRanStatement.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -MarkChangeSetRanStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class MarkChangeSetRanStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/ModifyDataTypeStatement.html b/javadoc/liquibase/statement/core/ModifyDataTypeStatement.html deleted file mode 100644 index 0fe314d0c..000000000 --- a/javadoc/liquibase/statement/core/ModifyDataTypeStatement.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -ModifyDataTypeStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class ModifyDataTypeStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ModifyDataTypeStatement

          -
          public ModifyDataTypeStatement(String catalogName,
          -                               String schemaName,
          -                               String tableName,
          -                               String columnName,
          -                               String newDataType)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          setColumnName

          -
          public void setColumnName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getNewDataType

          -
          public String getNewDataType()
          -
        • -
        - - - -
          -
        • -

          setNewDataType

          -
          public void setNewDataType(String newDataType)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RawCallStatement.html b/javadoc/liquibase/statement/core/RawCallStatement.html deleted file mode 100644 index d0c009463..000000000 --- a/javadoc/liquibase/statement/core/RawCallStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -RawCallStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RawCallStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RawCallStatement

          -
          public RawCallStatement(String sql)
          -
        • -
        - - - -
          -
        • -

          RawCallStatement

          -
          public RawCallStatement(String sql,
          -                        String endDelimiter)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RawSqlStatement.html b/javadoc/liquibase/statement/core/RawSqlStatement.html deleted file mode 100644 index 036a5747e..000000000 --- a/javadoc/liquibase/statement/core/RawSqlStatement.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -RawSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RawSqlStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RawSqlStatement

          -
          public RawSqlStatement(String sql)
          -
        • -
        - - - -
          -
        • -

          RawSqlStatement

          -
          public RawSqlStatement(String sql,
          -                       String endDelimiter)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/ReindexStatement.html b/javadoc/liquibase/statement/core/ReindexStatement.html deleted file mode 100644 index 3e49dc857..000000000 --- a/javadoc/liquibase/statement/core/ReindexStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -ReindexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class ReindexStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ReindexStatement

          -
          public ReindexStatement(String catalogName,
          -                        String schemaName,
          -                        String tableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RemoveChangeSetRanStatusStatement.html b/javadoc/liquibase/statement/core/RemoveChangeSetRanStatusStatement.html deleted file mode 100644 index 6bb94f070..000000000 --- a/javadoc/liquibase/statement/core/RemoveChangeSetRanStatusStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -RemoveChangeSetRanStatusStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RemoveChangeSetRanStatusStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RemoveChangeSetRanStatusStatement

          -
          public RemoveChangeSetRanStatusStatement(ChangeSet changeSet)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getChangeSet

          -
          public ChangeSet getChangeSet()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RenameColumnStatement.html b/javadoc/liquibase/statement/core/RenameColumnStatement.html deleted file mode 100644 index 7b74bb9d8..000000000 --- a/javadoc/liquibase/statement/core/RenameColumnStatement.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - -RenameColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RenameColumnStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameColumnStatement

          -
          public RenameColumnStatement(String catalogName,
          -                             String schemaName,
          -                             String tableName,
          -                             String oldColumnName,
          -                             String newColumnName,
          -                             String columnDataType)
          -
        • -
        - - - -
          -
        • -

          RenameColumnStatement

          -
          public RenameColumnStatement(String catalogName,
          -                             String schemaName,
          -                             String tableName,
          -                             String oldColumnName,
          -                             String newColumnName,
          -                             String columnDataType,
          -                             String remarks)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          setSchemaName

          -
          public void setSchemaName(String schemaName)
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          setTableName

          -
          public void setTableName(String tableName)
          -
        • -
        - - - -
          -
        • -

          getOldColumnName

          -
          public String getOldColumnName()
          -
        • -
        - - - -
          -
        • -

          setOldColumnName

          -
          public void setOldColumnName(String oldColumnName)
          -
        • -
        - - - -
          -
        • -

          getNewColumnName

          -
          public String getNewColumnName()
          -
        • -
        - - - -
          -
        • -

          setNewColumnName

          -
          public void setNewColumnName(String newColumnName)
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          setColumnDataType

          -
          public void setColumnDataType(String columnDataType)
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        - - - -
          -
        • -

          setRemarks

          -
          public void setRemarks(String remarks)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RenameSequenceStatement.html b/javadoc/liquibase/statement/core/RenameSequenceStatement.html deleted file mode 100644 index 126930026..000000000 --- a/javadoc/liquibase/statement/core/RenameSequenceStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -RenameSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RenameSequenceStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameSequenceStatement

          -
          public RenameSequenceStatement(String catalogName,
          -                               String schemaName,
          -                               String oldSequenceName,
          -                               String newSequenceName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getOldSequenceName

          -
          public String getOldSequenceName()
          -
        • -
        - - - -
          -
        • -

          getNewSequenceName

          -
          public String getNewSequenceName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RenameTableStatement.html b/javadoc/liquibase/statement/core/RenameTableStatement.html deleted file mode 100644 index 164fda1e6..000000000 --- a/javadoc/liquibase/statement/core/RenameTableStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -RenameTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RenameTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameTableStatement

          -
          public RenameTableStatement(String catalogName,
          -                            String schemaName,
          -                            String oldTableName,
          -                            String newTableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getOldTableName

          -
          public String getOldTableName()
          -
        • -
        - - - -
          -
        • -

          getNewTableName

          -
          public String getNewTableName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RenameViewStatement.html b/javadoc/liquibase/statement/core/RenameViewStatement.html deleted file mode 100644 index 67e04b82a..000000000 --- a/javadoc/liquibase/statement/core/RenameViewStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -RenameViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RenameViewStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RenameViewStatement

          -
          public RenameViewStatement(String catalogName,
          -                           String schemaName,
          -                           String oldViewName,
          -                           String newViewName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getOldViewName

          -
          public String getOldViewName()
          -
        • -
        - - - -
          -
        • -

          getNewViewName

          -
          public String getNewViewName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/ReorganizeTableStatement.html b/javadoc/liquibase/statement/core/ReorganizeTableStatement.html deleted file mode 100644 index 3254a12c8..000000000 --- a/javadoc/liquibase/statement/core/ReorganizeTableStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -ReorganizeTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class ReorganizeTableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ReorganizeTableStatement

          -
          public ReorganizeTableStatement(String catalogName,
          -                                String schemaName,
          -                                String tableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/RuntimeStatement.html b/javadoc/liquibase/statement/core/RuntimeStatement.html deleted file mode 100644 index c26fe0627..000000000 --- a/javadoc/liquibase/statement/core/RuntimeStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -RuntimeStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class RuntimeStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RuntimeStatement

          -
          public RuntimeStatement()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogLockStatement.html b/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogLockStatement.html deleted file mode 100644 index 9449c95eb..000000000 --- a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogLockStatement.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogLockStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SelectFromDatabaseChangeLogLockStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SelectFromDatabaseChangeLogLockStatement

          -
          public SelectFromDatabaseChangeLogLockStatement()
          -
        • -
        - - - -
          -
        • -

          SelectFromDatabaseChangeLogLockStatement

          -
          public SelectFromDatabaseChangeLogLockStatement(String... columnsToSelect)
          -
        • -
        - - - -
          -
        • -

          SelectFromDatabaseChangeLogLockStatement

          -
          public SelectFromDatabaseChangeLogLockStatement(ColumnConfig... columnsToSelect)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getColumnsToSelect

          -
          public ColumnConfig[] getColumnsToSelect()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html b/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html deleted file mode 100644 index a01c27ca6..000000000 --- a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ByNotNullCheckSum

          -
          public ByNotNullCheckSum()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByTag.html b/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByTag.html deleted file mode 100644 index 8f988f245..000000000 --- a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.ByTag.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogStatement.ByTag (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SelectFromDatabaseChangeLogStatement.ByTag

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ByTag

          -
          public ByTag(String tagName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTagName

          -
          public String getTagName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.WhereClause.html b/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.WhereClause.html deleted file mode 100644 index a389a3347..000000000 --- a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.WhereClause.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogStatement.WhereClause (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Interface SelectFromDatabaseChangeLogStatement.WhereClause

    -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.html deleted file mode 100644 index 275cb04d2..000000000 --- a/javadoc/liquibase/statement/core/SelectFromDatabaseChangeLogStatement.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -SelectFromDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SelectFromDatabaseChangeLogStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SetColumnRemarksStatement.html b/javadoc/liquibase/statement/core/SetColumnRemarksStatement.html deleted file mode 100644 index b9c86639f..000000000 --- a/javadoc/liquibase/statement/core/SetColumnRemarksStatement.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -SetColumnRemarksStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SetColumnRemarksStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SetColumnRemarksStatement

          -
          public SetColumnRemarksStatement(String catalogName,
          -                                 String schemaName,
          -                                 String tableName,
          -                                 String columnName,
          -                                 String remarks)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SetNullableStatement.html b/javadoc/liquibase/statement/core/SetNullableStatement.html deleted file mode 100644 index d6b98a322..000000000 --- a/javadoc/liquibase/statement/core/SetNullableStatement.html +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - -SetNullableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SetNullableStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SetNullableStatement

          -
          public SetNullableStatement(String catalogName,
          -                            String schemaName,
          -                            String tableName,
          -                            String columnName,
          -                            String columnDataType,
          -                            boolean nullable)
          -
        • -
        - - - -
          -
        • -

          SetNullableStatement

          -
          public SetNullableStatement(String catalogName,
          -                            String schemaName,
          -                            String tableName,
          -                            String columnName,
          -                            String columnDataType,
          -                            boolean nullable,
          -                            String constraintName)
          -
        • -
        - - - -
          -
        • -

          SetNullableStatement

          -
          public SetNullableStatement(String catalogName,
          -                            String schemaName,
          -                            String tableName,
          -                            String columnName,
          -                            String columnDataType,
          -                            boolean nullable,
          -                            String constraintName,
          -                            Boolean validate)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName()
          -
        • -
        - - - -
          -
        • -

          getColumnDataType

          -
          public String getColumnDataType()
          -
        • -
        - - - -
          -
        • -

          isNullable

          -
          public boolean isNullable()
          -
        • -
        - - - -
          -
        • -

          getConstraintName

          -
          public String getConstraintName()
          -
        • -
        - - - -
          -
        • -

          isValidate

          -
          public boolean isValidate()
          -
        • -
        - - - -
          -
        • -

          setValidate

          -
          public void setValidate(boolean validate)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/SetTableRemarksStatement.html b/javadoc/liquibase/statement/core/SetTableRemarksStatement.html deleted file mode 100644 index fbfbe858a..000000000 --- a/javadoc/liquibase/statement/core/SetTableRemarksStatement.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -SetTableRemarksStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class SetTableRemarksStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SetTableRemarksStatement

          -
          public SetTableRemarksStatement(String catalogName,
          -                                String schemaName,
          -                                String tableName,
          -                                String remarks)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/TableRowCountStatement.html b/javadoc/liquibase/statement/core/TableRowCountStatement.html deleted file mode 100644 index 400b82f73..000000000 --- a/javadoc/liquibase/statement/core/TableRowCountStatement.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - -TableRowCountStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class TableRowCountStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TableRowCountStatement

          -
          public TableRowCountStatement(String catalogName,
          -                              String schemaName,
          -                              String tableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getCatalogName

          -
          public String getCatalogName()
          -
        • -
        - - - -
          -
        • -

          getSchemaName

          -
          public String getSchemaName()
          -
        • -
        - - - -
          -
        • -

          getTableName

          -
          public String getTableName()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/TagDatabaseStatement.html b/javadoc/liquibase/statement/core/TagDatabaseStatement.html deleted file mode 100644 index fc4edc551..000000000 --- a/javadoc/liquibase/statement/core/TagDatabaseStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -TagDatabaseStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class TagDatabaseStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TagDatabaseStatement

          -
          public TagDatabaseStatement(String tag)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTag

          -
          public String getTag()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/UnlockDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/UnlockDatabaseChangeLogStatement.html deleted file mode 100644 index e79201af2..000000000 --- a/javadoc/liquibase/statement/core/UnlockDatabaseChangeLogStatement.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -UnlockDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class UnlockDatabaseChangeLogStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnlockDatabaseChangeLogStatement

          -
          public UnlockDatabaseChangeLogStatement()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/UpdateChangeSetChecksumStatement.html b/javadoc/liquibase/statement/core/UpdateChangeSetChecksumStatement.html deleted file mode 100644 index 0be726d2f..000000000 --- a/javadoc/liquibase/statement/core/UpdateChangeSetChecksumStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -UpdateChangeSetChecksumStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class UpdateChangeSetChecksumStatement

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UpdateChangeSetChecksumStatement

          -
          public UpdateChangeSetChecksumStatement(ChangeSet changeSet)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getChangeSet

          -
          public ChangeSet getChangeSet()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/UpdateStatement.html b/javadoc/liquibase/statement/core/UpdateStatement.html deleted file mode 100644 index fb32d2978..000000000 --- a/javadoc/liquibase/statement/core/UpdateStatement.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - -UpdateStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.statement.core
    -

    Class UpdateStatement

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddAutoIncrementStatement.html b/javadoc/liquibase/statement/core/class-use/AddAutoIncrementStatement.html deleted file mode 100644 index 70f16b2ff..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddAutoIncrementStatement.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddAutoIncrementStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddAutoIncrementStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddColumnStatement.html b/javadoc/liquibase/statement/core/class-use/AddColumnStatement.html deleted file mode 100644 index 211c4fa16..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddColumnStatement.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddColumnStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddDefaultValueStatement.html b/javadoc/liquibase/statement/core/class-use/AddDefaultValueStatement.html deleted file mode 100644 index 3ba67734c..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddDefaultValueStatement.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddDefaultValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddDefaultValueStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddForeignKeyConstraintStatement.html b/javadoc/liquibase/statement/core/class-use/AddForeignKeyConstraintStatement.html deleted file mode 100644 index 5f17cfc2d..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddForeignKeyConstraintStatement.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddForeignKeyConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddForeignKeyConstraintStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddPrimaryKeyStatement.html b/javadoc/liquibase/statement/core/class-use/AddPrimaryKeyStatement.html deleted file mode 100644 index 4525adac7..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddPrimaryKeyStatement.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddPrimaryKeyStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddPrimaryKeyStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AddUniqueConstraintStatement.html b/javadoc/liquibase/statement/core/class-use/AddUniqueConstraintStatement.html deleted file mode 100644 index 0dcc75cb7..000000000 --- a/javadoc/liquibase/statement/core/class-use/AddUniqueConstraintStatement.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AddUniqueConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AddUniqueConstraintStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/AlterSequenceStatement.html b/javadoc/liquibase/statement/core/class-use/AlterSequenceStatement.html deleted file mode 100644 index b3faa852b..000000000 --- a/javadoc/liquibase/statement/core/class-use/AlterSequenceStatement.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.AlterSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.AlterSequenceStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/ClearDatabaseChangeLogTableStatement.html b/javadoc/liquibase/statement/core/class-use/ClearDatabaseChangeLogTableStatement.html deleted file mode 100644 index 23197a517..000000000 --- a/javadoc/liquibase/statement/core/class-use/ClearDatabaseChangeLogTableStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.ClearDatabaseChangeLogTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.ClearDatabaseChangeLogTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CommentStatement.html b/javadoc/liquibase/statement/core/class-use/CommentStatement.html deleted file mode 100644 index bfbba3e3d..000000000 --- a/javadoc/liquibase/statement/core/class-use/CommentStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CommentStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CommentStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CopyRowsStatement.html b/javadoc/liquibase/statement/core/class-use/CopyRowsStatement.html deleted file mode 100644 index 7c2a590f4..000000000 --- a/javadoc/liquibase/statement/core/class-use/CopyRowsStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CopyRowsStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CopyRowsStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogLockTableStatement.html b/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogLockTableStatement.html deleted file mode 100644 index d820018b2..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogLockTableStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateDatabaseChangeLogLockTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateDatabaseChangeLogLockTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogTableStatement.html b/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogTableStatement.html deleted file mode 100644 index 2a96459bb..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateDatabaseChangeLogTableStatement.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateDatabaseChangeLogTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateDatabaseChangeLogTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateIndexStatement.html b/javadoc/liquibase/statement/core/class-use/CreateIndexStatement.html deleted file mode 100644 index 5ae9f6713..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateIndexStatement.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateIndexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateIndexStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateProcedureStatement.html b/javadoc/liquibase/statement/core/class-use/CreateProcedureStatement.html deleted file mode 100644 index 87de10424..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateProcedureStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateProcedureStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateSequenceStatement.html b/javadoc/liquibase/statement/core/class-use/CreateSequenceStatement.html deleted file mode 100644 index eb58bc593..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateSequenceStatement.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateSequenceStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateTableStatement.html b/javadoc/liquibase/statement/core/class-use/CreateTableStatement.html deleted file mode 100644 index 8a42658a1..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateTableStatement.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/CreateViewStatement.html b/javadoc/liquibase/statement/core/class-use/CreateViewStatement.html deleted file mode 100644 index 3feaf2eff..000000000 --- a/javadoc/liquibase/statement/core/class-use/CreateViewStatement.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.CreateViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.CreateViewStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DeleteStatement.html b/javadoc/liquibase/statement/core/class-use/DeleteStatement.html deleted file mode 100644 index 308dfdb23..000000000 --- a/javadoc/liquibase/statement/core/class-use/DeleteStatement.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DeleteStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DeleteStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropColumnStatement.html b/javadoc/liquibase/statement/core/class-use/DropColumnStatement.html deleted file mode 100644 index 990b95d62..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropColumnStatement.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropColumnStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropDefaultValueStatement.html b/javadoc/liquibase/statement/core/class-use/DropDefaultValueStatement.html deleted file mode 100644 index f24828bbf..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropDefaultValueStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropDefaultValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropDefaultValueStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropForeignKeyConstraintStatement.html b/javadoc/liquibase/statement/core/class-use/DropForeignKeyConstraintStatement.html deleted file mode 100644 index 1d1a70286..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropForeignKeyConstraintStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropForeignKeyConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropForeignKeyConstraintStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropIndexStatement.html b/javadoc/liquibase/statement/core/class-use/DropIndexStatement.html deleted file mode 100644 index 566f059fa..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropIndexStatement.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropIndexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropIndexStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropPrimaryKeyStatement.html b/javadoc/liquibase/statement/core/class-use/DropPrimaryKeyStatement.html deleted file mode 100644 index 6bbbed4d8..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropPrimaryKeyStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropPrimaryKeyStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropPrimaryKeyStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropProcedureStatement.html b/javadoc/liquibase/statement/core/class-use/DropProcedureStatement.html deleted file mode 100644 index ef93ce245..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropProcedureStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropProcedureStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropProcedureStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropSequenceStatement.html b/javadoc/liquibase/statement/core/class-use/DropSequenceStatement.html deleted file mode 100644 index 90a4f2797..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropSequenceStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropSequenceStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropTableStatement.html b/javadoc/liquibase/statement/core/class-use/DropTableStatement.html deleted file mode 100644 index a3d6a745a..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropTableStatement.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropUniqueConstraintStatement.html b/javadoc/liquibase/statement/core/class-use/DropUniqueConstraintStatement.html deleted file mode 100644 index 5473db06d..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropUniqueConstraintStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropUniqueConstraintStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropUniqueConstraintStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/DropViewStatement.html b/javadoc/liquibase/statement/core/class-use/DropViewStatement.html deleted file mode 100644 index b9ccc6ffb..000000000 --- a/javadoc/liquibase/statement/core/class-use/DropViewStatement.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.DropViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.DropViewStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/FindForeignKeyConstraintsStatement.html b/javadoc/liquibase/statement/core/class-use/FindForeignKeyConstraintsStatement.html deleted file mode 100644 index 8a7e05137..000000000 --- a/javadoc/liquibase/statement/core/class-use/FindForeignKeyConstraintsStatement.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.FindForeignKeyConstraintsStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.FindForeignKeyConstraintsStatement

    -
    -
    No usage of liquibase.statement.core.FindForeignKeyConstraintsStatement
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/GetNextChangeSetSequenceValueStatement.html b/javadoc/liquibase/statement/core/class-use/GetNextChangeSetSequenceValueStatement.html deleted file mode 100644 index 6e9421f91..000000000 --- a/javadoc/liquibase/statement/core/class-use/GetNextChangeSetSequenceValueStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.GetNextChangeSetSequenceValueStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.GetNextChangeSetSequenceValueStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/GetViewDefinitionStatement.html b/javadoc/liquibase/statement/core/class-use/GetViewDefinitionStatement.html deleted file mode 100644 index 4be30c11f..000000000 --- a/javadoc/liquibase/statement/core/class-use/GetViewDefinitionStatement.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.GetViewDefinitionStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.GetViewDefinitionStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/InitializeDatabaseChangeLogLockTableStatement.html b/javadoc/liquibase/statement/core/class-use/InitializeDatabaseChangeLogLockTableStatement.html deleted file mode 100644 index 7220d544a..000000000 --- a/javadoc/liquibase/statement/core/class-use/InitializeDatabaseChangeLogLockTableStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/InsertOrUpdateStatement.html b/javadoc/liquibase/statement/core/class-use/InsertOrUpdateStatement.html deleted file mode 100644 index 45ba88f4c..000000000 --- a/javadoc/liquibase/statement/core/class-use/InsertOrUpdateStatement.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.InsertOrUpdateStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.InsertOrUpdateStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/InsertSetStatement.html b/javadoc/liquibase/statement/core/class-use/InsertSetStatement.html deleted file mode 100644 index c72ccf4b4..000000000 --- a/javadoc/liquibase/statement/core/class-use/InsertSetStatement.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.InsertSetStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.InsertSetStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/InsertStatement.html b/javadoc/liquibase/statement/core/class-use/InsertStatement.html deleted file mode 100644 index d92bed5f4..000000000 --- a/javadoc/liquibase/statement/core/class-use/InsertStatement.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.InsertStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.InsertStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/LockDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/class-use/LockDatabaseChangeLogStatement.html deleted file mode 100644 index 341ec59e6..000000000 --- a/javadoc/liquibase/statement/core/class-use/LockDatabaseChangeLogStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.LockDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.LockDatabaseChangeLogStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/MarkChangeSetRanStatement.html b/javadoc/liquibase/statement/core/class-use/MarkChangeSetRanStatement.html deleted file mode 100644 index 23a18a8cd..000000000 --- a/javadoc/liquibase/statement/core/class-use/MarkChangeSetRanStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.MarkChangeSetRanStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.MarkChangeSetRanStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/ModifyDataTypeStatement.html b/javadoc/liquibase/statement/core/class-use/ModifyDataTypeStatement.html deleted file mode 100644 index f92e7d808..000000000 --- a/javadoc/liquibase/statement/core/class-use/ModifyDataTypeStatement.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.ModifyDataTypeStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.ModifyDataTypeStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RawCallStatement.html b/javadoc/liquibase/statement/core/class-use/RawCallStatement.html deleted file mode 100644 index 118f64566..000000000 --- a/javadoc/liquibase/statement/core/class-use/RawCallStatement.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RawCallStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RawCallStatement

    -
    -
    No usage of liquibase.statement.core.RawCallStatement
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RawSqlStatement.html b/javadoc/liquibase/statement/core/class-use/RawSqlStatement.html deleted file mode 100644 index a5ab52bbf..000000000 --- a/javadoc/liquibase/statement/core/class-use/RawSqlStatement.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RawSqlStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RawSqlStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/ReindexStatement.html b/javadoc/liquibase/statement/core/class-use/ReindexStatement.html deleted file mode 100644 index 8b49d9941..000000000 --- a/javadoc/liquibase/statement/core/class-use/ReindexStatement.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.ReindexStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.ReindexStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RemoveChangeSetRanStatusStatement.html b/javadoc/liquibase/statement/core/class-use/RemoveChangeSetRanStatusStatement.html deleted file mode 100644 index b2ab7d659..000000000 --- a/javadoc/liquibase/statement/core/class-use/RemoveChangeSetRanStatusStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RemoveChangeSetRanStatusStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RemoveChangeSetRanStatusStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RenameColumnStatement.html b/javadoc/liquibase/statement/core/class-use/RenameColumnStatement.html deleted file mode 100644 index 4d3ec6783..000000000 --- a/javadoc/liquibase/statement/core/class-use/RenameColumnStatement.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RenameColumnStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RenameColumnStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RenameSequenceStatement.html b/javadoc/liquibase/statement/core/class-use/RenameSequenceStatement.html deleted file mode 100644 index 3f7565664..000000000 --- a/javadoc/liquibase/statement/core/class-use/RenameSequenceStatement.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RenameSequenceStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RenameSequenceStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RenameTableStatement.html b/javadoc/liquibase/statement/core/class-use/RenameTableStatement.html deleted file mode 100644 index c6fe5b29d..000000000 --- a/javadoc/liquibase/statement/core/class-use/RenameTableStatement.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RenameTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RenameTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RenameViewStatement.html b/javadoc/liquibase/statement/core/class-use/RenameViewStatement.html deleted file mode 100644 index 4b5523efa..000000000 --- a/javadoc/liquibase/statement/core/class-use/RenameViewStatement.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RenameViewStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RenameViewStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/ReorganizeTableStatement.html b/javadoc/liquibase/statement/core/class-use/ReorganizeTableStatement.html deleted file mode 100644 index 57b97c109..000000000 --- a/javadoc/liquibase/statement/core/class-use/ReorganizeTableStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.ReorganizeTableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.ReorganizeTableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/RuntimeStatement.html b/javadoc/liquibase/statement/core/class-use/RuntimeStatement.html deleted file mode 100644 index b70250b97..000000000 --- a/javadoc/liquibase/statement/core/class-use/RuntimeStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.RuntimeStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.RuntimeStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogLockStatement.html b/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogLockStatement.html deleted file mode 100644 index 4bd4e3056..000000000 --- a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogLockStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html b/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html deleted file mode 100644 index 7d3c72366..000000000 --- a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum

    -
    -
    No usage of liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByTag.html b/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByTag.html deleted file mode 100644 index 4c2c82447..000000000 --- a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.ByTag.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag

    -
    -
    No usage of liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.WhereClause.html b/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.WhereClause.html deleted file mode 100644 index 765f6a01b..000000000 --- a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.WhereClause.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Uses of Interface liquibase.statement.core.SelectFromDatabaseChangeLogStatement.WhereClause (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.statement.core.SelectFromDatabaseChangeLogStatement.WhereClause

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.html deleted file mode 100644 index 9fa2fc4f7..000000000 --- a/javadoc/liquibase/statement/core/class-use/SelectFromDatabaseChangeLogStatement.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SelectFromDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SelectFromDatabaseChangeLogStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SetColumnRemarksStatement.html b/javadoc/liquibase/statement/core/class-use/SetColumnRemarksStatement.html deleted file mode 100644 index ef5b91ec8..000000000 --- a/javadoc/liquibase/statement/core/class-use/SetColumnRemarksStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SetColumnRemarksStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SetColumnRemarksStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SetNullableStatement.html b/javadoc/liquibase/statement/core/class-use/SetNullableStatement.html deleted file mode 100644 index 36938ede8..000000000 --- a/javadoc/liquibase/statement/core/class-use/SetNullableStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SetNullableStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SetNullableStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/SetTableRemarksStatement.html b/javadoc/liquibase/statement/core/class-use/SetTableRemarksStatement.html deleted file mode 100644 index c965a5f07..000000000 --- a/javadoc/liquibase/statement/core/class-use/SetTableRemarksStatement.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.SetTableRemarksStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.SetTableRemarksStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/TableRowCountStatement.html b/javadoc/liquibase/statement/core/class-use/TableRowCountStatement.html deleted file mode 100644 index 8ea386a22..000000000 --- a/javadoc/liquibase/statement/core/class-use/TableRowCountStatement.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.TableRowCountStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.TableRowCountStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/TagDatabaseStatement.html b/javadoc/liquibase/statement/core/class-use/TagDatabaseStatement.html deleted file mode 100644 index a2894b9b4..000000000 --- a/javadoc/liquibase/statement/core/class-use/TagDatabaseStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.TagDatabaseStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.TagDatabaseStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/UnlockDatabaseChangeLogStatement.html b/javadoc/liquibase/statement/core/class-use/UnlockDatabaseChangeLogStatement.html deleted file mode 100644 index 71c550017..000000000 --- a/javadoc/liquibase/statement/core/class-use/UnlockDatabaseChangeLogStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.UnlockDatabaseChangeLogStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.UnlockDatabaseChangeLogStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/UpdateChangeSetChecksumStatement.html b/javadoc/liquibase/statement/core/class-use/UpdateChangeSetChecksumStatement.html deleted file mode 100644 index 0344002d7..000000000 --- a/javadoc/liquibase/statement/core/class-use/UpdateChangeSetChecksumStatement.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.UpdateChangeSetChecksumStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.UpdateChangeSetChecksumStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/class-use/UpdateStatement.html b/javadoc/liquibase/statement/core/class-use/UpdateStatement.html deleted file mode 100644 index 2a3228ad3..000000000 --- a/javadoc/liquibase/statement/core/class-use/UpdateStatement.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -Uses of Class liquibase.statement.core.UpdateStatement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.statement.core.UpdateStatement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/package-frame.html b/javadoc/liquibase/statement/core/package-frame.html deleted file mode 100644 index ef0096ff8..000000000 --- a/javadoc/liquibase/statement/core/package-frame.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -liquibase.statement.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.statement.core

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/statement/core/package-summary.html b/javadoc/liquibase/statement/core/package-summary.html deleted file mode 100644 index 82c510421..000000000 --- a/javadoc/liquibase/statement/core/package-summary.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -liquibase.statement.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.statement.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/package-tree.html b/javadoc/liquibase/statement/core/package-tree.html deleted file mode 100644 index 0c26a3f8f..000000000 --- a/javadoc/liquibase/statement/core/package-tree.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -liquibase.statement.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.statement.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/core/package-use.html b/javadoc/liquibase/statement/core/package-use.html deleted file mode 100644 index 3ac4926ae..000000000 --- a/javadoc/liquibase/statement/core/package-use.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - -Uses of Package liquibase.statement.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.statement.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/package-frame.html b/javadoc/liquibase/statement/package-frame.html deleted file mode 100644 index d819fda14..000000000 --- a/javadoc/liquibase/statement/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -liquibase.statement (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.statement

    - - - diff --git a/javadoc/liquibase/statement/package-summary.html b/javadoc/liquibase/statement/package-summary.html deleted file mode 100644 index 965140662..000000000 --- a/javadoc/liquibase/statement/package-summary.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - -liquibase.statement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.statement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/package-tree.html b/javadoc/liquibase/statement/package-tree.html deleted file mode 100644 index 2f4577085..000000000 --- a/javadoc/liquibase/statement/package-tree.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -liquibase.statement Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.statement

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/statement/package-use.html b/javadoc/liquibase/statement/package-use.html deleted file mode 100644 index 43ca274b6..000000000 --- a/javadoc/liquibase/statement/package-use.html +++ /dev/null @@ -1,580 +0,0 @@ - - - - - - -Uses of Package liquibase.statement (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.statement

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/AbstractDatabaseObject.html b/javadoc/liquibase/structure/AbstractDatabaseObject.html deleted file mode 100644 index 10abd5e98..000000000 --- a/javadoc/liquibase/structure/AbstractDatabaseObject.html +++ /dev/null @@ -1,703 +0,0 @@ - - - - - - -AbstractDatabaseObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Class AbstractDatabaseObject

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/CatalogLevelObject.html b/javadoc/liquibase/structure/CatalogLevelObject.html deleted file mode 100644 index 72f46d58f..000000000 --- a/javadoc/liquibase/structure/CatalogLevelObject.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -CatalogLevelObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Interface CatalogLevelObject

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface CatalogLevelObject
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/DatabaseLevelObject.html b/javadoc/liquibase/structure/DatabaseLevelObject.html deleted file mode 100644 index 389330151..000000000 --- a/javadoc/liquibase/structure/DatabaseLevelObject.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -DatabaseLevelObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Interface DatabaseLevelObject

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface DatabaseLevelObject
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/DatabaseObject.html b/javadoc/liquibase/structure/DatabaseObject.html deleted file mode 100644 index 566c74bd6..000000000 --- a/javadoc/liquibase/structure/DatabaseObject.html +++ /dev/null @@ -1,507 +0,0 @@ - - - - - - -DatabaseObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Interface DatabaseObject

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSnapshotId

          -
          String getSnapshotId()
          -
        • -
        - - - -
          -
        • -

          setSnapshotId

          -
          void setSnapshotId(String id)
          -
        • -
        - - - -
          -
        • -

          getContainingObjects

          -
          DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getObjectTypeName

          -
          String getObjectTypeName()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          DatabaseObject setName(String name)
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          Schema getSchema()
          -
        • -
        - - - -
          -
        • -

          snapshotByDefault

          -
          boolean snapshotByDefault()
          -
        • -
        - - - -
          -
        • -

          getAttributes

          -
          Set<String> getAttributes()
          -
          Returns the name of all attributes currently stored for this DatabaseObject.
          -
          -
          Returns:
          -
          the Set of all attribute names
          -
          -
        • -
        - - - -
          -
        • -

          getAttribute

          -
          <T> T getAttribute(String attribute,
          -                   Class<T> type)
          -
          Retrieves the value of a DatabaseObject's attributes and cast it into the desired type.
          -
          -
          Type Parameters:
          -
          T - the desired type of the value
          -
          Parameters:
          -
          attribute - case-sensitive name of the attribute for which the value will be retrieved
          -
          type - class compatible with the desired type T of the return value
          -
          Returns:
          -
            -
          • if the attribute name exists, and the current value can be cast into the desired class, then the - value is returned in the desired form. Note that null is a valid value, too.
          • -
          • if the attribute name does not exist, null is returned.
          • -
          • if the attribute has a value, but that value cannot be cast into the desired class, a - RuntimeException will occur.
          • -
          -
          -
        • -
        - - - - - -
          -
        • -

          getAttribute

          -
          <T> T getAttribute(String attribute,
          -                   T defaultValue)
          -
          Retrieves the value of a DatabaseObject's attributes and cast it into the desired type.
          -
          -
          Type Parameters:
          -
          T - the desired type of the value
          -
          Parameters:
          -
          attribute - case-sensitive name of the attribute for which the value will be retrieved
          -
          defaultValue - the value to be returned if no value (not even null) is stored for the attribute name in the - object.
          -
          Returns:
          -
            -
          • if the attribute name exists, and the current value can be cast into a type compatible with T, then - value is returned in the desired form. Note that null is a valid value, too.
          • -
          • if the attribute name does not exist, defaultValue is returned.
          • -
          • if the attribute has a value, but that value cannot be cast into a type compatible with T, a - RuntimeException will occur.
          • -
          -
          -
        • -
        - - - -
          -
        • -

          setAttribute

          -
          DatabaseObject setAttribute(String attribute,
          -                            Object value)
          -
          Sets a given attribute for this object to the specified value.
          -
          -
          Parameters:
          -
          attribute - case-sensitive name of the attribute
          -
          value - value to be set
          -
          Returns:
          -
          a reference to the same object
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/DatabaseObjectCollection.html b/javadoc/liquibase/structure/DatabaseObjectCollection.html deleted file mode 100644 index cd1b7d747..000000000 --- a/javadoc/liquibase/structure/DatabaseObjectCollection.html +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - -DatabaseObjectCollection (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Class DatabaseObjectCollection

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/DatabaseObjectComparator.html b/javadoc/liquibase/structure/DatabaseObjectComparator.html deleted file mode 100644 index 2b00f126c..000000000 --- a/javadoc/liquibase/structure/DatabaseObjectComparator.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -DatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure
    -

    Class DatabaseObjectComparator

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/AbstractDatabaseObject.html b/javadoc/liquibase/structure/class-use/AbstractDatabaseObject.html deleted file mode 100644 index 5c35b4deb..000000000 --- a/javadoc/liquibase/structure/class-use/AbstractDatabaseObject.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.AbstractDatabaseObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.AbstractDatabaseObject

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/CatalogLevelObject.html b/javadoc/liquibase/structure/class-use/CatalogLevelObject.html deleted file mode 100644 index 61252ec2f..000000000 --- a/javadoc/liquibase/structure/class-use/CatalogLevelObject.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.structure.CatalogLevelObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.structure.CatalogLevelObject

    -
    -
    No usage of liquibase.structure.CatalogLevelObject
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/DatabaseLevelObject.html b/javadoc/liquibase/structure/class-use/DatabaseLevelObject.html deleted file mode 100644 index 1203f3dd5..000000000 --- a/javadoc/liquibase/structure/class-use/DatabaseLevelObject.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Interface liquibase.structure.DatabaseLevelObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.structure.DatabaseLevelObject

    -
    -
    No usage of liquibase.structure.DatabaseLevelObject
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/DatabaseObject.html b/javadoc/liquibase/structure/class-use/DatabaseObject.html deleted file mode 100644 index d2e0d0b47..000000000 --- a/javadoc/liquibase/structure/class-use/DatabaseObject.html +++ /dev/null @@ -1,2779 +0,0 @@ - - - - - - -Uses of Interface liquibase.structure.DatabaseObject (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.structure.DatabaseObject

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/DatabaseObjectCollection.html b/javadoc/liquibase/structure/class-use/DatabaseObjectCollection.html deleted file mode 100644 index 799992c42..000000000 --- a/javadoc/liquibase/structure/class-use/DatabaseObjectCollection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.DatabaseObjectCollection (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.DatabaseObjectCollection

    -
    -
    No usage of liquibase.structure.DatabaseObjectCollection
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/class-use/DatabaseObjectComparator.html b/javadoc/liquibase/structure/class-use/DatabaseObjectComparator.html deleted file mode 100644 index b8ed8dad0..000000000 --- a/javadoc/liquibase/structure/class-use/DatabaseObjectComparator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.DatabaseObjectComparator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.DatabaseObjectComparator

    -
    -
    No usage of liquibase.structure.DatabaseObjectComparator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Catalog.html b/javadoc/liquibase/structure/core/Catalog.html deleted file mode 100644 index 0b960d1db..000000000 --- a/javadoc/liquibase/structure/core/Catalog.html +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - -Catalog (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Catalog

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Column.AutoIncrementInformation.html b/javadoc/liquibase/structure/core/Column.AutoIncrementInformation.html deleted file mode 100644 index 1ab98d0d6..000000000 --- a/javadoc/liquibase/structure/core/Column.AutoIncrementInformation.html +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - -Column.AutoIncrementInformation (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Column.AutoIncrementInformation

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Column.html b/javadoc/liquibase/structure/core/Column.html deleted file mode 100644 index 4d42bfb40..000000000 --- a/javadoc/liquibase/structure/core/Column.html +++ /dev/null @@ -1,991 +0,0 @@ - - - - - - -Column (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Column

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getRelation

          -
          public Relation getRelation()
          -
        • -
        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - - - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public Column setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public Column setName(String name,
          -                      boolean computed)
          -
        • -
        - - - -
          -
        • -

          getComputed

          -
          public Boolean getComputed()
          -
        • -
        - - - -
          -
        • -

          setComputed

          -
          public Column setComputed(Boolean computed)
          -
        • -
        - - - -
          -
        • -

          isNullable

          -
          public Boolean isNullable()
          -
        • -
        - - - -
          -
        • -

          setNullable

          -
          public Column setNullable(Boolean nullable)
          -
        • -
        - - - -
          -
        • -

          getType

          -
          public DataType getType()
          -
        • -
        - - - - - - - -
          -
        • -

          getDefaultValue

          -
          public Object getDefaultValue()
          -
        • -
        - - - -
          -
        • -

          setDefaultValue

          -
          public Column setDefaultValue(Object defaultValue)
          -
        • -
        - - - -
          -
        • -

          getDefaultValueConstraintName

          -
          public String getDefaultValueConstraintName()
          -
        • -
        - - - -
          -
        • -

          setDefaultValueConstraintName

          -
          public Column setDefaultValueConstraintName(String defaultValueConstraintName)
          -
        • -
        - - - -
          -
        • -

          isAutoIncrement

          -
          public boolean isAutoIncrement()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getDescending

          -
          public Boolean getDescending()
          -
        • -
        - - - -
          -
        • -

          setDescending

          -
          public Column setDescending(Boolean descending)
          -
        • -
        - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          VALIDATE keyword defines whether a all constraints on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidateNullable

          -
          public Column setShouldValidateNullable(Boolean shouldValidateNullable)
          -
          -
          Parameters:
          -
          shouldValidateNullable - - if shouldValidateNullable is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid not null constraint - only new data would be checked - to see if it complies with the constraint logic. The default state for not null constraint is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - -
          -
        • -

          shouldValidateNullable

          -
          public boolean shouldValidateNullable()
          -
          This returns false for Not Null constraints created with ENABLE NOVALIDATE mode, - otherwise returns true.
          -
          -
          Returns:
          -
          -
        • -
        - - - -
          -
        • -

          toString

          -
          public String toString(boolean includeRelation)
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - -
          -
        • -

          isDataTypeDifferent

          -
          public boolean isDataTypeDifferent(Column otherColumn)
          -
        • -
        - - - -
          -
        • -

          isNullabilityDifferent

          -
          public boolean isNullabilityDifferent(Column otherColumn)
          -
        • -
        - - - -
          -
        • -

          isDifferent

          -
          public boolean isDifferent(Column otherColumn)
          -
        • -
        - - - -
          -
        • -

          isCertainDataType

          -
          public boolean isCertainDataType()
          -
        • -
        - - - -
          -
        • -

          setCertainDataType

          -
          public Column setCertainDataType(boolean certainDataType)
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        - - - -
          -
        • -

          setRemarks

          -
          public Column setRemarks(String remarks)
          -
        • -
        - - - -
          -
        • -

          fromName

          -
          public static Column fromName(String columnName)
          -
        • -
        - - - -
          -
        • -

          getOrder

          -
          public Integer getOrder()
          -
        • -
        - - - - - - - -
          -
        • -

          arrayFromNames

          -
          public static Column[] arrayFromNames(String columnNames)
          -
        • -
        - - - -
          -
        • -

          listFromNames

          -
          public static List<Column> listFromNames(String columnNames)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Data.html b/javadoc/liquibase/structure/core/Data.html deleted file mode 100644 index 98765d639..000000000 --- a/javadoc/liquibase/structure/core/Data.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - -Data (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Data

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Data

          -
          public Data()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getTable

          -
          public Table getTable()
          -
        • -
        - - - -
          -
        • -

          setTable

          -
          public Data setTable(Table table)
          -
        • -
        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public Data setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/DataType.ColumnSizeUnit.html b/javadoc/liquibase/structure/core/DataType.ColumnSizeUnit.html deleted file mode 100644 index 4aa3e36f9..000000000 --- a/javadoc/liquibase/structure/core/DataType.ColumnSizeUnit.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -DataType.ColumnSizeUnit (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Enum DataType.ColumnSizeUnit

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static DataType.ColumnSizeUnit[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (DataType.ColumnSizeUnit c : DataType.ColumnSizeUnit.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static DataType.ColumnSizeUnit valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/DataType.html b/javadoc/liquibase/structure/core/DataType.html deleted file mode 100644 index d9e4355bd..000000000 --- a/javadoc/liquibase/structure/core/DataType.html +++ /dev/null @@ -1,556 +0,0 @@ - - - - - - -DataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class DataType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DataType

          -
          public DataType()
          -
        • -
        - - - -
          -
        • -

          DataType

          -
          public DataType(String typeName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTypeName

          -
          public String getTypeName()
          -
        • -
        - - - -
          -
        • -

          setTypeName

          -
          public void setTypeName(String typeName)
          -
        • -
        - - - -
          -
        • -

          getDataTypeId

          -
          public Integer getDataTypeId()
          -
        • -
        - - - -
          -
        • -

          setDataTypeId

          -
          public void setDataTypeId(Integer dataTypeId)
          -
        • -
        - - - -
          -
        • -

          getColumnSize

          -
          public Integer getColumnSize()
          -
        • -
        - - - -
          -
        • -

          setColumnSize

          -
          public void setColumnSize(Integer columnSize)
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getDecimalDigits

          -
          public Integer getDecimalDigits()
          -
        • -
        - - - -
          -
        • -

          setDecimalDigits

          -
          public void setDecimalDigits(Integer decimalDigits)
          -
        • -
        - - - - - - - -
          -
        • -

          getRadix

          -
          public Integer getRadix()
          -
        • -
        - - - -
          -
        • -

          setRadix

          -
          public void setRadix(Integer radix)
          -
        • -
        - - - -
          -
        • -

          getCharacterOctetLength

          -
          public Integer getCharacterOctetLength()
          -
        • -
        - - - -
          -
        • -

          setCharacterOctetLength

          -
          public void setCharacterOctetLength(Integer characterOctetLength)
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectName

          -
          public String getSerializedObjectName()
          -
        • -
        - - - -
          -
        • -

          getSerializedObjectNamespace

          -
          public String getSerializedObjectNamespace()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/DatabaseObjectFactory.html b/javadoc/liquibase/structure/core/DatabaseObjectFactory.html deleted file mode 100644 index 83b5bbf67..000000000 --- a/javadoc/liquibase/structure/core/DatabaseObjectFactory.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -DatabaseObjectFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class DatabaseObjectFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DatabaseObjectFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/ForeignKey.html b/javadoc/liquibase/structure/core/ForeignKey.html deleted file mode 100644 index 54703bce7..000000000 --- a/javadoc/liquibase/structure/core/ForeignKey.html +++ /dev/null @@ -1,774 +0,0 @@ - - - - - - -ForeignKey (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class ForeignKey

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ForeignKey

          -
          public ForeignKey()
          -
        • -
        - - - -
          -
        • -

          ForeignKey

          -
          public ForeignKey(String name)
          -
        • -
        - - - -
          -
        • -

          ForeignKey

          -
          public ForeignKey(String name,
          -                  String foreignKeyCatalog,
          -                  String foreignKeySchema,
          -                  String foreignKeyTable,
          -                  Column... baseTableColumns)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        - - - -
          -
        • -

          getPrimaryKeyTable

          -
          public Table getPrimaryKeyTable()
          -
        • -
        - - - -
          -
        • -

          setPrimaryKeyTable

          -
          public ForeignKey setPrimaryKeyTable(Table primaryKeyTable)
          -
        • -
        - - - -
          -
        • -

          getPrimaryKeyColumns

          -
          public List<Column> getPrimaryKeyColumns()
          -
        • -
        - - - -
          -
        • -

          setPrimaryKeyColumns

          -
          public ForeignKey setPrimaryKeyColumns(List<Column> primaryKeyColumns)
          -
        • -
        - - - -
          -
        • -

          addPrimaryKeyColumn

          -
          public ForeignKey addPrimaryKeyColumn(Column primaryKeyColumn)
          -
        • -
        - - - -
          -
        • -

          getForeignKeyTable

          -
          public Table getForeignKeyTable()
          -
        • -
        - - - -
          -
        • -

          setForeignKeyTable

          -
          public ForeignKey setForeignKeyTable(Table foreignKeyTable)
          -
        • -
        - - - -
          -
        • -

          getForeignKeyColumns

          -
          public List<Column> getForeignKeyColumns()
          -
        • -
        - - - -
          -
        • -

          setForeignKeyColumns

          -
          public ForeignKey setForeignKeyColumns(List<Column> foreignKeyColumns)
          -
        • -
        - - - -
          -
        • -

          addForeignKeyColumn

          -
          public ForeignKey addForeignKeyColumn(Column foreignKeyColumn)
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public ForeignKey setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - - - - - -
          -
        • -

          isDeferrable

          -
          public boolean isDeferrable()
          -
        • -
        - - - -
          -
        • -

          setDeferrable

          -
          public ForeignKey setDeferrable(boolean deferrable)
          -
        • -
        - - - -
          -
        • -

          isInitiallyDeferred

          -
          public boolean isInitiallyDeferred()
          -
        • -
        - - - -
          -
        • -

          setInitiallyDeferred

          -
          public ForeignKey setInitiallyDeferred(boolean initiallyDeferred)
          -
        • -
        - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table - should be checked if it refers to a valid row or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public ForeignKey setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid foreign keys - only new data would be checked - to see if it complies with the constraint logic. The default state for foreign keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - - - - - - - - - - - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getBackingIndex

          -
          public Index getBackingIndex()
          -
        • -
        - - - -
          -
        • -

          setBackingIndex

          -
          public ForeignKey setBackingIndex(Index backingIndex)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/ForeignKeyConstraintType.html b/javadoc/liquibase/structure/core/ForeignKeyConstraintType.html deleted file mode 100644 index 088ad3c4d..000000000 --- a/javadoc/liquibase/structure/core/ForeignKeyConstraintType.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -ForeignKeyConstraintType (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Enum ForeignKeyConstraintType

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static ForeignKeyConstraintType[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (ForeignKeyConstraintType c : ForeignKeyConstraintType.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static ForeignKeyConstraintType valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Index.html b/javadoc/liquibase/structure/core/Index.html deleted file mode 100644 index 707176b62..000000000 --- a/javadoc/liquibase/structure/core/Index.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - - -Index (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Index

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          MARK_PRIMARY_KEY

          -
          public static final String MARK_PRIMARY_KEY
          -
          Marks Index as associated with Primary Key [PK]
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          MARK_FOREIGN_KEY

          -
          public static final String MARK_FOREIGN_KEY
          -
          Marks Index as associated with Foreign Key [FK]
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          MARK_UNIQUE_CONSTRAINT

          -
          public static final String MARK_UNIQUE_CONSTRAINT
          -
          Marks Index as associated with Unique Constraint [UC]
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Index

          -
          public Index()
          -
        • -
        - - - -
          -
        • -

          Index

          -
          public Index(String indexName)
          -
        • -
        - - - - -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/PrimaryKey.html b/javadoc/liquibase/structure/core/PrimaryKey.html deleted file mode 100644 index ca916c021..000000000 --- a/javadoc/liquibase/structure/core/PrimaryKey.html +++ /dev/null @@ -1,667 +0,0 @@ - - - - - - -PrimaryKey (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class PrimaryKey

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          PrimaryKey

          -
          public PrimaryKey()
          -
        • -
        - - - -
          -
        • -

          PrimaryKey

          -
          public PrimaryKey(String name,
          -                  String tableCatalogName,
          -                  String tableSchemaName,
          -                  String tableName,
          -                  Column... columns)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public PrimaryKey setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - -
          -
        • -

          addColumn

          -
          public PrimaryKey addColumn(int position,
          -                            Column column)
          -
          Adds a new column to the column list of this PrimaryKey. The first column has the position 0. - If you specify a position that is greater than the number of columns present, undefined - columns (NULL expressions) will be added as padding. If a position that is already - occupied by a column is specified, that column will be replaced.
          -
          -
          Parameters:
          -
          position - the position where to insert or replace the column
          -
          column - the new column
          -
          Returns:
          -
          a reference to the updated PrimaryKey object.
          -
          -
        • -
        - - - -
          -
        • -

          getTable

          -
          public Table getTable()
          -
          Returns the Table object this PrimaryKey belongs to.
          -
          -
          Returns:
          -
          the Table object, or null if not initialized yet.
          -
          -
        • -
        - - - -
          -
        • -

          setTable

          -
          public PrimaryKey setTable(Table table)
          -
          Sets the Table object this PrimaryKey belongs to.
          -
          -
          Parameters:
          -
          table - the table object to set as the container for this PrimaryKey
          -
          Returns:
          -
          the updated object
          -
          -
        • -
        - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getColumns

          -
          public List<Column> getColumns()
          -
        • -
        - - - -
          -
        • -

          getColumnNamesAsList

          -
          public List<String> getColumnNamesAsList()
          -
        • -
        - - - -
          -
        • -

          isCertainName

          -
          public boolean isCertainName()
          -
        • -
        - - - -
          -
        • -

          setCertainName

          -
          public PrimaryKey setCertainName(boolean certainName)
          -
        • -
        - - - -
          -
        • -

          getTablespace

          -
          public String getTablespace()
          -
        • -
        - - - - - - - -
          -
        • -

          getBackingIndex

          -
          public Index getBackingIndex()
          -
        • -
        - - - -
          -
        • -

          setBackingIndex

          -
          public PrimaryKey setBackingIndex(Index backingIndex)
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public PrimaryKey setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid primary keys - only new data would be checked - to see if it complies with the constraint logic. The default state for primary keys is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Relation.html b/javadoc/liquibase/structure/core/Relation.html deleted file mode 100644 index c5f9a7fb8..000000000 --- a/javadoc/liquibase/structure/core/Relation.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - -Relation (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Relation

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Relation

          -
          protected Relation()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public Relation setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getIndexes

          -
          public List<Index> getIndexes()
          -
        • -
        - - - - - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getRemarks

          -
          public String getRemarks()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumns

          -
          public List<Column> getColumns()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumn

          -
          public Column getColumn(String columnName)
          -
          Returns the column object for the given columnName. If the column does not exist in this table, - return null.
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
          -
          Returns:
          -
          Returns the schema.
          -
          -
        • -
        - - - -
          -
        • -

          setSchema

          -
          public Relation setSchema(Schema schema)
          -
          -
          Parameters:
          -
          schema - The schema to set.
          -
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Schema.html b/javadoc/liquibase/structure/core/Schema.html deleted file mode 100644 index 2676533ea..000000000 --- a/javadoc/liquibase/structure/core/Schema.html +++ /dev/null @@ -1,571 +0,0 @@ - - - - - - -Schema (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Schema

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Sequence.html b/javadoc/liquibase/structure/core/Sequence.html deleted file mode 100644 index e23027a4c..000000000 --- a/javadoc/liquibase/structure/core/Sequence.html +++ /dev/null @@ -1,706 +0,0 @@ - - - - - - -Sequence (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Sequence

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/StoredDatabaseLogic.html b/javadoc/liquibase/structure/core/StoredDatabaseLogic.html deleted file mode 100644 index 5d592bbb1..000000000 --- a/javadoc/liquibase/structure/core/StoredDatabaseLogic.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - - -StoredDatabaseLogic (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class StoredDatabaseLogic<T extends StoredDatabaseLogic>

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StoredDatabaseLogic

          -
          public StoredDatabaseLogic()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public T setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        - - - -
          -
        • -

          setSchema

          -
          public T setSchema(Schema schema)
          -
        • -
        - - - -
          -
        • -

          isValid

          -
          public Boolean isValid()
          -
        • -
        - - - -
          -
        • -

          setValid

          -
          public T setValid(Boolean valid)
          -
        • -
        - - - -
          -
        • -

          getBody

          -
          public String getBody()
          -
        • -
        - - - -
          -
        • -

          setBody

          -
          public T setBody(String body)
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public boolean equals(Object obj)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/StoredProcedure.html b/javadoc/liquibase/structure/core/StoredProcedure.html deleted file mode 100644 index 0d3c6292b..000000000 --- a/javadoc/liquibase/structure/core/StoredProcedure.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -StoredProcedure (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class StoredProcedure

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StoredProcedure

          -
          public StoredProcedure()
          -
        • -
        - - - -
          -
        • -

          StoredProcedure

          -
          public StoredProcedure(String catalogName,
          -                       String schemaName,
          -                       String procedureName)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/Table.html b/javadoc/liquibase/structure/core/Table.html deleted file mode 100644 index 722609eab..000000000 --- a/javadoc/liquibase/structure/core/Table.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - - -Table (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class Table

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/UniqueConstraint.html b/javadoc/liquibase/structure/core/UniqueConstraint.html deleted file mode 100644 index c5dafe84f..000000000 --- a/javadoc/liquibase/structure/core/UniqueConstraint.html +++ /dev/null @@ -1,776 +0,0 @@ - - - - - - -UniqueConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class UniqueConstraint

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UniqueConstraint

          -
          public UniqueConstraint()
          -
        • -
        - - - -
          -
        • -

          UniqueConstraint

          -
          public UniqueConstraint(String name,
          -                        String tableCatalog,
          -                        String tableSchema,
          -                        String tableName,
          -                        Column... columns)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getContainingObjects

          -
          public DatabaseObject[] getContainingObjects()
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public String getName()
          -
        • -
        - - - -
          -
        • -

          setName

          -
          public UniqueConstraint setName(String constraintName)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Parameters:
          -
          constraintName - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getSchema

          -
          public Schema getSchema()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getRelation

          -
          public Relation getRelation()
          -
        • -
        - - - - - - - -
          -
        • -

          getColumns

          -
          public List<Column> getColumns()
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          isDeferrable

          -
          public boolean isDeferrable()
          -
        • -
        - - - -
          -
        • -

          setDeferrable

          -
          public UniqueConstraint setDeferrable(boolean deferrable)
          -
        • -
        - - - -
          -
        • -

          shouldValidate

          -
          public boolean shouldValidate()
          -
          In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a - column in a table should cause existing rows to be checked to see if they satisfy the - uniqueness constraint or not.
          -
          -
          Returns:
          -
          true if ENABLE VALIDATE (this is the default), or false if ENABLE NOVALIDATE.
          -
          -
        • -
        - - - -
          -
        • -

          setShouldValidate

          -
          public UniqueConstraint setShouldValidate(boolean shouldValidate)
          -
          -
          Parameters:
          -
          shouldValidate - - if shouldValidate is set to FALSE then the constraint will be created - with the 'ENABLE NOVALIDATE' mode. This means the constraint would be created, but that no - check will be done to ensure old data has valid constraints - only new data would be checked - to see if it complies with the constraint logic. The default state for unique constraints is to - have 'ENABLE VALIDATE' set.
          -
          -
        • -
        - - - -
          -
        • -

          isInitiallyDeferred

          -
          public boolean isInitiallyDeferred()
          -
        • -
        - - - -
          -
        • -

          setInitiallyDeferred

          -
          public UniqueConstraint setInitiallyDeferred(boolean initiallyDeferred)
          -
        • -
        - - - -
          -
        • -

          getColumnNames

          -
          public String getColumnNames()
          -
        • -
        - - - - - - - -
          -
        • -

          isDisabled

          -
          public boolean isDisabled()
          -
        • -
        - - - -
          -
        • -

          getBackingIndex

          -
          public Index getBackingIndex()
          -
        • -
        - - - - - - - -
          -
        • -

          setClustered

          -
          public UniqueConstraint setClustered(boolean clustered)
          -
        • -
        - - - -
          -
        • -

          isClustered

          -
          public boolean isClustered()
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/View.html b/javadoc/liquibase/structure/core/View.html deleted file mode 100644 index 6df0ddaa9..000000000 --- a/javadoc/liquibase/structure/core/View.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - -View (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.structure.core
    -

    Class View

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          View

          -
          public View()
          -
        • -
        - - - -
          -
        • -

          View

          -
          public View(String catalogName,
          -            String schemaName,
          -            String tableName)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          getDefinition

          -
          public String getDefinition()
          -
        • -
        - - - -
          -
        • -

          setDefinition

          -
          public void setDefinition(String definition)
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public boolean equals(Object o)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          hashCode

          -
          public int hashCode()
          -
          -
          Overrides:
          -
          hashCode in class Object
          -
          -
        • -
        - - - - - - - -
          -
        • -

          setName

          -
          public View setName(String name)
          -
          Description copied from interface: DatabaseObject
          -
          Sets the name for the database object.
          -
          -
          Specified by:
          -
          setName in interface DatabaseObject
          -
          Overrides:
          -
          setName in class Relation
          -
          Parameters:
          -
          name - the new name for the database object
          -
          Returns:
          -
          a reference to the same object (implementing classes are expected to return a reference to the same - object).
          -
          -
        • -
        - - - -
          -
        • -

          getContainsFullDefinition

          -
          public boolean getContainsFullDefinition()
          -
        • -
        - - - -
          -
        • -

          setContainsFullDefinition

          -
          public View setContainsFullDefinition(boolean fullDefinition)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Catalog.html b/javadoc/liquibase/structure/core/class-use/Catalog.html deleted file mode 100644 index a82bf9ab8..000000000 --- a/javadoc/liquibase/structure/core/class-use/Catalog.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Catalog (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Catalog

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Column.AutoIncrementInformation.html b/javadoc/liquibase/structure/core/class-use/Column.AutoIncrementInformation.html deleted file mode 100644 index 4bb84a7d9..000000000 --- a/javadoc/liquibase/structure/core/class-use/Column.AutoIncrementInformation.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Column.AutoIncrementInformation (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Column.AutoIncrementInformation

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Column.html b/javadoc/liquibase/structure/core/class-use/Column.html deleted file mode 100644 index d83e84a42..000000000 --- a/javadoc/liquibase/structure/core/class-use/Column.html +++ /dev/null @@ -1,618 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Column (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Column

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Data.html b/javadoc/liquibase/structure/core/class-use/Data.html deleted file mode 100644 index b1dff247f..000000000 --- a/javadoc/liquibase/structure/core/class-use/Data.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Data (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Data

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/DataType.ColumnSizeUnit.html b/javadoc/liquibase/structure/core/class-use/DataType.ColumnSizeUnit.html deleted file mode 100644 index c9334acae..000000000 --- a/javadoc/liquibase/structure/core/class-use/DataType.ColumnSizeUnit.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.DataType.ColumnSizeUnit (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.DataType.ColumnSizeUnit

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/DataType.html b/javadoc/liquibase/structure/core/class-use/DataType.html deleted file mode 100644 index 305a88ac7..000000000 --- a/javadoc/liquibase/structure/core/class-use/DataType.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.DataType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.DataType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/DatabaseObjectFactory.html b/javadoc/liquibase/structure/core/class-use/DatabaseObjectFactory.html deleted file mode 100644 index 90560fe95..000000000 --- a/javadoc/liquibase/structure/core/class-use/DatabaseObjectFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.DatabaseObjectFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.DatabaseObjectFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/ForeignKey.html b/javadoc/liquibase/structure/core/class-use/ForeignKey.html deleted file mode 100644 index fa4c5df87..000000000 --- a/javadoc/liquibase/structure/core/class-use/ForeignKey.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.ForeignKey (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.ForeignKey

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/ForeignKeyConstraintType.html b/javadoc/liquibase/structure/core/class-use/ForeignKeyConstraintType.html deleted file mode 100644 index cad533855..000000000 --- a/javadoc/liquibase/structure/core/class-use/ForeignKeyConstraintType.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.ForeignKeyConstraintType (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.ForeignKeyConstraintType

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Index.html b/javadoc/liquibase/structure/core/class-use/Index.html deleted file mode 100644 index 876fa77e9..000000000 --- a/javadoc/liquibase/structure/core/class-use/Index.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Index (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Index

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/PrimaryKey.html b/javadoc/liquibase/structure/core/class-use/PrimaryKey.html deleted file mode 100644 index b41e31138..000000000 --- a/javadoc/liquibase/structure/core/class-use/PrimaryKey.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.PrimaryKey (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.PrimaryKey

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Relation.html b/javadoc/liquibase/structure/core/class-use/Relation.html deleted file mode 100644 index 1afb214d4..000000000 --- a/javadoc/liquibase/structure/core/class-use/Relation.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Relation (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Relation

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Schema.html b/javadoc/liquibase/structure/core/class-use/Schema.html deleted file mode 100644 index bdd79566e..000000000 --- a/javadoc/liquibase/structure/core/class-use/Schema.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Schema (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Schema

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Sequence.html b/javadoc/liquibase/structure/core/class-use/Sequence.html deleted file mode 100644 index 1725db08a..000000000 --- a/javadoc/liquibase/structure/core/class-use/Sequence.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Sequence (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Sequence

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/StoredDatabaseLogic.html b/javadoc/liquibase/structure/core/class-use/StoredDatabaseLogic.html deleted file mode 100644 index c249451d4..000000000 --- a/javadoc/liquibase/structure/core/class-use/StoredDatabaseLogic.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.StoredDatabaseLogic (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.StoredDatabaseLogic

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/StoredProcedure.html b/javadoc/liquibase/structure/core/class-use/StoredProcedure.html deleted file mode 100644 index 1d9ecba9d..000000000 --- a/javadoc/liquibase/structure/core/class-use/StoredProcedure.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.StoredProcedure (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.StoredProcedure

    -
    -
    No usage of liquibase.structure.core.StoredProcedure
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/Table.html b/javadoc/liquibase/structure/core/class-use/Table.html deleted file mode 100644 index a8ff7616e..000000000 --- a/javadoc/liquibase/structure/core/class-use/Table.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.Table (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.Table

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/UniqueConstraint.html b/javadoc/liquibase/structure/core/class-use/UniqueConstraint.html deleted file mode 100644 index bd401d908..000000000 --- a/javadoc/liquibase/structure/core/class-use/UniqueConstraint.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.UniqueConstraint (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.UniqueConstraint

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/class-use/View.html b/javadoc/liquibase/structure/core/class-use/View.html deleted file mode 100644 index b18dba8f3..000000000 --- a/javadoc/liquibase/structure/core/class-use/View.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.structure.core.View (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.structure.core.View

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/package-frame.html b/javadoc/liquibase/structure/core/package-frame.html deleted file mode 100644 index 73e6bb752..000000000 --- a/javadoc/liquibase/structure/core/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -liquibase.structure.core (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.structure.core

    - - - diff --git a/javadoc/liquibase/structure/core/package-summary.html b/javadoc/liquibase/structure/core/package-summary.html deleted file mode 100644 index 2162c4e2d..000000000 --- a/javadoc/liquibase/structure/core/package-summary.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -liquibase.structure.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.structure.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/package-tree.html b/javadoc/liquibase/structure/core/package-tree.html deleted file mode 100644 index f731d0df8..000000000 --- a/javadoc/liquibase/structure/core/package-tree.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -liquibase.structure.core Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.structure.core

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/core/package-use.html b/javadoc/liquibase/structure/core/package-use.html deleted file mode 100644 index 908c035a7..000000000 --- a/javadoc/liquibase/structure/core/package-use.html +++ /dev/null @@ -1,539 +0,0 @@ - - - - - - -Uses of Package liquibase.structure.core (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.structure.core

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/package-frame.html b/javadoc/liquibase/structure/package-frame.html deleted file mode 100644 index 6cce90e98..000000000 --- a/javadoc/liquibase/structure/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -liquibase.structure (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.structure

    - - - diff --git a/javadoc/liquibase/structure/package-summary.html b/javadoc/liquibase/structure/package-summary.html deleted file mode 100644 index 4a0a872e4..000000000 --- a/javadoc/liquibase/structure/package-summary.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -liquibase.structure (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.structure

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/package-tree.html b/javadoc/liquibase/structure/package-tree.html deleted file mode 100644 index 915dae138..000000000 --- a/javadoc/liquibase/structure/package-tree.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -liquibase.structure Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.structure

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/structure/package-use.html b/javadoc/liquibase/structure/package-use.html deleted file mode 100644 index 4389f2429..000000000 --- a/javadoc/liquibase/structure/package-use.html +++ /dev/null @@ -1,572 +0,0 @@ - - - - - - -Uses of Package liquibase.structure (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.structure

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/BooleanParser.html b/javadoc/liquibase/util/BooleanParser.html deleted file mode 100644 index 93e18f7f2..000000000 --- a/javadoc/liquibase/util/BooleanParser.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -BooleanParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class BooleanParser

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class BooleanParser
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          BooleanParser

          -
          public BooleanParser()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parseBoolean

          -
          public static boolean parseBoolean(String booleanStr)
          -
          -
          Parameters:
          -
          booleanStr - not trimmed string
          -
          Returns:
          -
          true, if represents values "true", "t", "yes", "y", or integer >= 1, false otherwise
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/BooleanUtils.html b/javadoc/liquibase/util/BooleanUtils.html deleted file mode 100644 index f22778085..000000000 --- a/javadoc/liquibase/util/BooleanUtils.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -BooleanUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class BooleanUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class BooleanUtils
      -extends Object
      -
      Various utility methods for working with boolean objects.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          equals

          -
          public static boolean equals(Boolean one,
          -                             Boolean other)
          -
          null-safe Boolean equality check - - equals(null, null) = true - - equals(null, true) = false - - equals(null, false) = false - - equals(true, null) = false - - equals(false, null) = false - - equals(true, true) = true - - equals(false, false) = true
          -
        • -
        - - - -
          -
        • -

          isTrue

          -
          public static boolean isTrue(Boolean value)
          -
          Checks if a Boolean value is true, handling null as false. - - isTrue(null) = false - - isTrue(false) = false - - isTrue(true) = true
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/CollectionUtil.html b/javadoc/liquibase/util/CollectionUtil.html deleted file mode 100644 index 9759d3aa1..000000000 --- a/javadoc/liquibase/util/CollectionUtil.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -CollectionUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class CollectionUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CollectionUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CollectionUtil

          -
          public CollectionUtil()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/DependencyUtil.DependencyGraph.html b/javadoc/liquibase/util/DependencyUtil.DependencyGraph.html deleted file mode 100644 index 445600c62..000000000 --- a/javadoc/liquibase/util/DependencyUtil.DependencyGraph.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -DependencyUtil.DependencyGraph (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class DependencyUtil.DependencyGraph<T>

    -
    -
    - -
    -
      -
    • -
      -
      Enclosing class:
      -
      DependencyUtil
      -
      -
      -
      -
      public static class DependencyUtil.DependencyGraph<T>
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - - - -
          -
        • -

          add

          -
          public void add(T evalFirstValue,
          -                T evalAfterValue)
          -
        • -
        - - - -
          -
        • -

          computeDependencies

          -
          public void computeDependencies()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/DependencyUtil.NodeValueListener.html b/javadoc/liquibase/util/DependencyUtil.NodeValueListener.html deleted file mode 100644 index 6875ea43b..000000000 --- a/javadoc/liquibase/util/DependencyUtil.NodeValueListener.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - -DependencyUtil.NodeValueListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Interface DependencyUtil.NodeValueListener<T>

    -
    -
    -
    -
      -
    • -
      -
      Enclosing class:
      -
      DependencyUtil
      -
      -
      -
      -
      public static interface DependencyUtil.NodeValueListener<T>
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - -
          -
        • -

          evaluating

          -
          void evaluating(T nodeValue)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/DependencyUtil.html b/javadoc/liquibase/util/DependencyUtil.html deleted file mode 100644 index fee7a89c3..000000000 --- a/javadoc/liquibase/util/DependencyUtil.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -DependencyUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class DependencyUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class DependencyUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DependencyUtil

          -
          public DependencyUtil()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ExpressionMatcher.html b/javadoc/liquibase/util/ExpressionMatcher.html deleted file mode 100644 index 4fdc8f254..000000000 --- a/javadoc/liquibase/util/ExpressionMatcher.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -ExpressionMatcher (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class ExpressionMatcher

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class ExpressionMatcher
      -extends Object
      -
      Common functionality for matching set of Context/Labels against provided expression. - Supported syntax: - - ! / not - to negate expression/token - - and - conjunction operator - - or - disjunction operator - - () - increase evaluation order priority for sub-expression - - Examples: - "(a and b) or (c and d)" - "!a and b" - - Usage:
      -
      -
      See Also:
      -
      LabelExpression, -ContextExpression
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          matches

          -
          public static boolean matches(String expression,
          -                              Collection<String> items)
          -
          Test provided expression against list of items. - Case insensitive.
          -
          -
          Parameters:
          -
          expression - - expression that will be parsed and evaluated against provided list of items
          -
          items - - list of items
          -
          Returns:
          -
          true if provided list of items satisfy expression criteria. false otherwise.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/FileUtil.html b/javadoc/liquibase/util/FileUtil.html deleted file mode 100644 index d9e7c08ab..000000000 --- a/javadoc/liquibase/util/FileUtil.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -FileUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class FileUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class FileUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ISODateFormat.html b/javadoc/liquibase/util/ISODateFormat.html deleted file mode 100644 index 777e7c00e..000000000 --- a/javadoc/liquibase/util/ISODateFormat.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - -ISODateFormat (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class ISODateFormat

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ISODateFormat
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/JdbcUtils.html b/javadoc/liquibase/util/JdbcUtils.html deleted file mode 100644 index 091a75364..000000000 --- a/javadoc/liquibase/util/JdbcUtils.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - -JdbcUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class JdbcUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public abstract class JdbcUtils
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          TYPE_UNKNOWN

          -
          public static final int TYPE_UNKNOWN
          -
          Constant that indicates an unknown (or unspecified) SQL type.
          -
          -
          See Also:
          -
          Types, -Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JdbcUtils

          -
          public JdbcUtils()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          closeStatement

          -
          public static void closeStatement(Statement stmt)
          -
          Close the given JDBC Statement and ignore any thrown exception. - This is useful for typical finally blocks in manual JDBC code.
          -
          -
          Parameters:
          -
          stmt - the JDBC Statement to close (may be null)
          -
          -
        • -
        - - - -
          -
        • -

          closeResultSet

          -
          public static void closeResultSet(ResultSet rs)
          -
          Close the given JDBC ResultSet and ignore any thrown exception. - This is useful for typical finally blocks in manual JDBC code.
          -
          -
          Parameters:
          -
          rs - the JDBC ResultSet to close (may be null)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getResultSetValue

          -
          public static Object getResultSetValue(ResultSet rs,
          -                                       int index)
          -                                throws SQLException
          -
          Retrieve a JDBC column value from a ResultSet, using the most appropriate - value type. The returned value should be a detached value object, not having - any ties to the active ResultSet: in particular, it should not be a Blob or - Clob object but rather a byte array respectively String representation. -

          Uses the getObject(index) method, but includes additional "hacks" - to get around Oracle 10g returning a non-standard object for its TIMESTAMP - datatype and a java.sql.Date for DATE columns leaving out the - time portion: These columns will explicitly be extracted as standard - java.sql.Timestamp object.

          -
          -
          Parameters:
          -
          rs - is the ResultSet holding the data
          -
          index - is the column index
          -
          Returns:
          -
          the value object
          -
          Throws:
          -
          SQLException - if thrown by the JDBC API
          -
          See Also:
          -
          Blob, -Clob, -Timestamp
          -
          -
        • -
        - - - -
          -
        • -

          isNumeric

          -
          public static boolean isNumeric(int sqlType)
          -
          Check whether the given SQL type is numeric.
          -
          -
          Parameters:
          -
          sqlType - the SQL type to be checked
          -
          Returns:
          -
          whether the type is numeric
          -
          -
        • -
        - - - -
          -
        • -

          requiredSingleResult

          -
          public static Object requiredSingleResult(Collection results)
          -                                   throws DatabaseException
          -
          Return a single result object from the given Collection. -

          Throws an exception if 0 or more than 1 element found.

          -
          -
          Parameters:
          -
          results - the result Collection (can be null)
          -
          Returns:
          -
          the single result object
          -
          Throws:
          -
          DatabaseException
          -
          -
        • -
        - - - -
          -
        • -

          getValueForColumn

          -
          public static String getValueForColumn(ResultSet rs,
          -                                       String columnNameToCheck,
          -                                       Database database)
          -                                throws SQLException
          -
          Checks whether a result set has a column matching the specified column name. - The column name is first changed to match the database format. - E.g. an unquoted columnName in h2 will be converted to uppercase so the column name that is - being checked for is really the uppercase version of the column name,
          -
          -
          Parameters:
          -
          rs - result set to check
          -
          columnNameToCheck - column name to check
          -
          Returns:
          -
          The value if found, null if not found
          -
          Throws:
          -
          SQLException
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/LiquibaseUtil.html b/javadoc/liquibase/util/LiquibaseUtil.html deleted file mode 100644 index d56689bab..000000000 --- a/javadoc/liquibase/util/LiquibaseUtil.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -LiquibaseUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class LiquibaseUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class LiquibaseUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LiquibaseUtil

          -
          public LiquibaseUtil()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getBuildVersion

          -
          public static String getBuildVersion()
          -
        • -
        - - - -
          -
        • -

          getBuildTime

          -
          public static String getBuildTime()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/MD5Util.html b/javadoc/liquibase/util/MD5Util.html deleted file mode 100644 index 109d83446..000000000 --- a/javadoc/liquibase/util/MD5Util.html +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - -MD5Util (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class MD5Util

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class MD5Util
      -extends Object
      -
      Generates md5-sums based on a string.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MD5Util

          -
          public MD5Util()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/NetUtil.html b/javadoc/liquibase/util/NetUtil.html deleted file mode 100644 index fb3f128ad..000000000 --- a/javadoc/liquibase/util/NetUtil.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - -NetUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class NetUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class NetUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/NowAndTodayUtil.html b/javadoc/liquibase/util/NowAndTodayUtil.html deleted file mode 100644 index 3885f1470..000000000 --- a/javadoc/liquibase/util/NowAndTodayUtil.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -NowAndTodayUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class NowAndTodayUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public final class NowAndTodayUtil
      -extends Object
      -
      Handles 'NOW' and 'TODAY' for Date / Time type columns
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isNowOrTodayFormat

          -
          public static boolean isNowOrTodayFormat(String value)
          -
          Checks if date starts with "NOW" or "TODAY".
          -
          -
          Parameters:
          -
          value - value to test
          -
          Returns:
          -
          true if value starts with "NOW" or "TODAY" (case insensitive), false otherwise.
          -
          -
        • -
        - - - -
          -
        • -

          doNowOrToday

          -
          public static Date doNowOrToday(String value,
          -                                String colType)
          -                         throws DateParseException
          -
          Determines value for "NOW" or "TODAY" prefixed value. - "NOW" format can simply be "NOW" (case insensitive), or "NOW" followed by a "+" or "=", - then an integer, then a unit. "M" or "MINUTE" or "MINUTES", "H" or "HOUR" or "HOURS", "D" or "DAY" - or "DAYS", "Y", "YEAR", or 'YEARS". - "TODAY" format can be simply "TODAY" (case insensitive), or "TODAY" followed by a "+" or "-", - then an integer, to calculate an offset from today.
          -
          -
          Parameters:
          -
          value - value to convert to a date
          -
          colType - Column type (e.g. "timestamp", "time", "date", or "datetime")
          -
          Returns:
          -
          calculated date, or null if is not a NOW or TODAY prefixed value.
          -
          Throws:
          -
          DateParseException - if colType is not one of "timestamp", "time", "date", or "datetime"
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/NumberUtils.html b/javadoc/liquibase/util/NumberUtils.html deleted file mode 100644 index 62ea928e3..000000000 --- a/javadoc/liquibase/util/NumberUtils.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -NumberUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class NumberUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public abstract class NumberUtils
      -extends Object
      -
      Miscellaneous utility methods for number conversion and parsing. - Mainly for internal use within the framework; consider Jakarta's - Commons Lang for a more comprehensive suite of string utilities.
      -
      -
      Since:
      -
      1.1.2
      -
      Author:
      -
      Juergen Hoeller, Rob Harrop
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ObjectUtil.html b/javadoc/liquibase/util/ObjectUtil.html deleted file mode 100644 index 03864af0d..000000000 --- a/javadoc/liquibase/util/ObjectUtil.html +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - -ObjectUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class ObjectUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ObjectUtil
      -extends Object
      -
      Various methods that make it easier to read and write object properties using the propertyName, instead of having - to look up the correct reader/writer methods manually first. All methods in this class are static by nature.
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        ObjectUtil() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Static Methods Concrete Methods 
        Modifier and TypeMethod and Description
        static <T> Tconvert(Object object, - Class<T> targetClass) -
        Converts the given object to the targetClass
        -
        static <T> TdefaultIfNull(T value, - T defaultValue) -
        Return the defaultValue if the passed value is null.
        -
        static ObjectgetProperty(Object object, - String propertyName) -
        For a given object, try to find the appropriate reader method and return the value, if set - for the object.
        -
        static ClassgetPropertyType(Object object, - String propertyName) -
        Tried to determine the appropriate reader method for a given propertyName of a given object and, if found, - returns the class of its return type.
        -
        static booleanhasProperty(Object object, - String propertyName) -
        Examines the given object's class and returns true if reader and writer methods both exist for the - given property name.
        -
        static booleanhasReadProperty(Object object, - String propertyName) -
        Examines the given object's class and returns true if a reader method exists for the - given property name.
        -
        static booleanhasWriteProperty(Object object, - String propertyName) -
        Examines the given object's class and returns true if a writer method exists for the - given property name.
        -
        static voidsetProperty(Object object, - String propertyName, - Object propertyValue) -
        Sets the selected property of the given object to propertyValue.
        -
        static voidsetProperty(Object object, - String propertyName, - String propertyValue) -
        Tries to guess the "real" data type of propertyValue by the given propertyName, then sets the - selected property of the given object to that value.
        -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ObjectUtil

          -
          public ObjectUtil()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getProperty

          -
          public static Object getProperty(Object object,
          -                                 String propertyName)
          -                          throws UnexpectedLiquibaseException
          -
          For a given object, try to find the appropriate reader method and return the value, if set - for the object. If the property is currently not set for the object, an - UnexpectedLiquibaseException run-time exception occurs.
          -
          -
          Parameters:
          -
          object - the object to examine
          -
          propertyName - the property name for which the value should be read
          -
          Returns:
          -
          the stored value
          -
          Throws:
          -
          UnexpectedLiquibaseException
          -
          -
        • -
        - - - -
          -
        • -

          getPropertyType

          -
          public static Class getPropertyType(Object object,
          -                                    String propertyName)
          -
          Tried to determine the appropriate reader method for a given propertyName of a given object and, if found, - returns the class of its return type.
          -
          -
          Parameters:
          -
          object - the object to examine
          -
          propertyName - the property name whose reading method should be searched
          -
          Returns:
          -
          the class name of the return type if the reading method is found, null if it is not found.
          -
          -
        • -
        - - - -
          -
        • -

          hasProperty

          -
          public static boolean hasProperty(Object object,
          -                                  String propertyName)
          -
          Examines the given object's class and returns true if reader and writer methods both exist for the - given property name.
          -
          -
          Parameters:
          -
          object - the object for which the class should be examined
          -
          propertyName - the property name to search
          -
          Returns:
          -
          true if both reader and writer methods exist
          -
          -
        • -
        - - - -
          -
        • -

          hasReadProperty

          -
          public static boolean hasReadProperty(Object object,
          -                                      String propertyName)
          -
          Examines the given object's class and returns true if a reader method exists for the - given property name.
          -
          -
          Parameters:
          -
          object - the object for which the class should be examined
          -
          propertyName - the property name to search
          -
          Returns:
          -
          true if a reader method exists
          -
          -
        • -
        - - - -
          -
        • -

          hasWriteProperty

          -
          public static boolean hasWriteProperty(Object object,
          -                                       String propertyName)
          -
          Examines the given object's class and returns true if a writer method exists for the - given property name.
          -
          -
          Parameters:
          -
          object - the object for which the class should be examined
          -
          propertyName - the property name to search
          -
          Returns:
          -
          true if a writer method exists
          -
          -
        • -
        - - - -
          -
        • -

          setProperty

          -
          public static void setProperty(Object object,
          -                               String propertyName,
          -                               String propertyValue)
          -
          Tries to guess the "real" data type of propertyValue by the given propertyName, then sets the - selected property of the given object to that value.
          -
          -
          Parameters:
          -
          object - the object whose property should be set
          -
          propertyName - name of the property to set
          -
          propertyValue - new value of the property, as String
          -
          -
        • -
        - - - -
          -
        • -

          setProperty

          -
          public static void setProperty(Object object,
          -                               String propertyName,
          -                               Object propertyValue)
          -
          Sets the selected property of the given object to propertyValue. A run-time exception will occur if the - type of value is incompatible with the reader/writer method signatures of the given propertyName.
          -
          -
          Parameters:
          -
          object - the object whose property should be set
          -
          propertyName - name of the property to set
          -
          propertyValue - new value of the property
          -
          -
        • -
        - - - - - - - - - -
          -
        • -

          defaultIfNull

          -
          public static <T> T defaultIfNull(T value,
          -                                  T defaultValue)
          -
          Return the defaultValue if the passed value is null. Otherwise, return the original value.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/RegexMatcher.html b/javadoc/liquibase/util/RegexMatcher.html deleted file mode 100644 index 0bd80ac91..000000000 --- a/javadoc/liquibase/util/RegexMatcher.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -RegexMatcher (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class RegexMatcher

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class RegexMatcher
      -extends Object
      -
      Check that a text matches an array of regular expressions.
      -
      -
      Author:
      -
      lujop
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RegexMatcher

          -
          public RegexMatcher(String text,
          -                    String[] regexToMatch)
          -
          Constructs the matcher
          -
          -
          Parameters:
          -
          text - Text to search for mathces
          -
          regexToMatch - Regex to match
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          allMatchedInSequentialOrder

          -
          public boolean allMatchedInSequentialOrder()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/SmartMap.html b/javadoc/liquibase/util/SmartMap.html deleted file mode 100644 index ff871db96..000000000 --- a/javadoc/liquibase/util/SmartMap.html +++ /dev/null @@ -1,597 +0,0 @@ - - - - - - -SmartMap (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class SmartMap

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/SpringBootFatJar.html b/javadoc/liquibase/util/SpringBootFatJar.html deleted file mode 100644 index 2c2033294..000000000 --- a/javadoc/liquibase/util/SpringBootFatJar.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -SpringBootFatJar (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class SpringBootFatJar

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SpringBootFatJar
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SpringBootFatJar

          -
          public SpringBootFatJar()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPathForResource

          -
          public static String getPathForResource(String path)
          -
        • -
        - - - -
          -
        • -

          getSimplePathForResources

          -
          public static String getSimplePathForResources(String entryName,
          -                                               String path)
          -
          Method used to simplify an entryName - - Ex: with path jar:/some/jar.jar!/BOOT-INF/classes!/db/changelog and entryName /BOOT-INF/classes/db/changelog - The simple entry name for Spring is db/changelog - (/BOOT-INF/classes/ is not needed and break the liquibase alphabetical sort order)
          -
          -
          Parameters:
          -
          entryName - the entryName to simplify
          -
          path - file path
          -
          Returns:
          -
          the simple path
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/SqlParser.html b/javadoc/liquibase/util/SqlParser.html deleted file mode 100644 index 140a4815c..000000000 --- a/javadoc/liquibase/util/SqlParser.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -SqlParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class SqlParser

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SqlParser
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SqlParser

          -
          public SqlParser()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/SqlUtil.html b/javadoc/liquibase/util/SqlUtil.html deleted file mode 100644 index 018c043bf..000000000 --- a/javadoc/liquibase/util/SqlUtil.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -SqlUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class SqlUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SqlUtil
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isNumeric

          -
          public static boolean isNumeric(int dataType)
          -
        • -
        - - - -
          -
        • -

          isBoolean

          -
          public static boolean isBoolean(int dataType)
          -
        • -
        - - - -
          -
        • -

          isDate

          -
          public static boolean isDate(int dataType)
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StreamUtil.html b/javadoc/liquibase/util/StreamUtil.html deleted file mode 100644 index 26bad2dc1..000000000 --- a/javadoc/liquibase/util/StreamUtil.html +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - -StreamUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StreamUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class StreamUtil
      -extends Object
      -
      Utilities for working with streams.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StreamUtil

          -
          public StreamUtil()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getLineSeparator

          -
          public static String getLineSeparator()
          -
        • -
        - - - -
          -
        • -

          getStreamContents

          -
          public static String getStreamContents(InputStream ins)
          -                                throws IOException
          -
          Reads a stream until the end of file into a String and uses the machines - default encoding to convert to characters the bytes from the Stream.
          -
          -
          Parameters:
          -
          ins - The InputStream to read.
          -
          Returns:
          -
          The contents of the input stream as a String
          -
          Throws:
          -
          IOException - If there is an error reading the stream.
          -
          -
        • -
        - - - -
          -
        • -

          getStreamContents

          -
          public static String getStreamContents(InputStream ins,
          -                                       String charsetName)
          -                                throws IOException
          -
          Reads a stream until the end of file into a String and uses the machines - default encoding to convert to characters the bytes from the Stream.
          -
          -
          Parameters:
          -
          ins - The InputStream to read.
          -
          charsetName - The name of a supported charset
          -
          Returns:
          -
          The contents of the input stream as a String
          -
          Throws:
          -
          IOException - If there is an error reading the stream.
          -
          -
        • -
        - - - -
          -
        • -

          getReaderContents

          -
          public static String getReaderContents(Reader reader)
          -                                throws IOException
          -
          Reads all the characters into a String.
          -
          -
          Parameters:
          -
          reader - The Reader to read.
          -
          Returns:
          -
          The contents of the input stream as a String
          -
          Throws:
          -
          IOException - If there is an error reading the stream.
          -
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          closeQuietly

          -
          public static void closeQuietly(Reader input)
          -
        • -
        - - - -
          -
        • -

          closeQuietly

          -
          public static void closeQuietly(InputStream input)
          -
        • -
        - - - -
          -
        • -

          closeQuietly

          -
          public static void closeQuietly(Closeable input)
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.ClauseIterator.html b/javadoc/liquibase/util/StringClauses.ClauseIterator.html deleted file mode 100644 index bfd7ede38..000000000 --- a/javadoc/liquibase/util/StringClauses.ClauseIterator.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - -StringClauses.ClauseIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringClauses.ClauseIterator

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Iterator
      -
      -
      -
      Enclosing class:
      -
      StringClauses
      -
      -
      -
      -
      public static class StringClauses.ClauseIterator
      -extends Object
      -implements Iterator
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          hasNext

          -
          public boolean hasNext()
          -
          -
          Specified by:
          -
          hasNext in interface Iterator
          -
          -
        • -
        - - - - - - - -
          -
        • -

          nextNonWhitespace

          -
          public Object nextNonWhitespace()
          -
        • -
        - - - -
          -
        • -

          remove

          -
          public void remove()
          -
          -
          Specified by:
          -
          remove in interface Iterator
          -
          -
        • -
        - - - -
          -
        • -

          replace

          -
          public void replace(Object newClause)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.Comment.html b/javadoc/liquibase/util/StringClauses.Comment.html deleted file mode 100644 index 219f36545..000000000 --- a/javadoc/liquibase/util/StringClauses.Comment.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -StringClauses.Comment (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringClauses.Comment

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.Delimiter.html b/javadoc/liquibase/util/StringClauses.Delimiter.html deleted file mode 100644 index ef6e84dd3..000000000 --- a/javadoc/liquibase/util/StringClauses.Delimiter.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -StringClauses.Delimiter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringClauses.Delimiter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.LiteralClause.html b/javadoc/liquibase/util/StringClauses.LiteralClause.html deleted file mode 100644 index 1e1b2faf3..000000000 --- a/javadoc/liquibase/util/StringClauses.LiteralClause.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -StringClauses.LiteralClause (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Interface StringClauses.LiteralClause

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.Whitespace.html b/javadoc/liquibase/util/StringClauses.Whitespace.html deleted file mode 100644 index b5eeab732..000000000 --- a/javadoc/liquibase/util/StringClauses.Whitespace.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -StringClauses.Whitespace (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringClauses.Whitespace

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringClauses.html b/javadoc/liquibase/util/StringClauses.html deleted file mode 100644 index f681ef4de..000000000 --- a/javadoc/liquibase/util/StringClauses.html +++ /dev/null @@ -1,985 +0,0 @@ - - - - - - -StringClauses (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringClauses

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class StringClauses
      -extends Object
      -
      Defines a list of clauses that can be manipulated and rearranged based on keys associated with each. - On toString(), the clauses will be joined by the separator passed at construction time and prepended/postpended by the start/end strings set at construction time. -
      - Note: all keys and values passed in are trimmed.
      - NOTE: All keys are managed in a case INSENSITIVE manner
      - NOTE: Null or empty clauses and subclauses are skipped in toString()
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringUtils.StringUtilsFormatter.html b/javadoc/liquibase/util/StringUtils.StringUtilsFormatter.html deleted file mode 100644 index 0aaeb2749..000000000 --- a/javadoc/liquibase/util/StringUtils.StringUtilsFormatter.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -StringUtils.StringUtilsFormatter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Interface StringUtils.StringUtilsFormatter<Type>

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringUtils.ToStringFormatter.html b/javadoc/liquibase/util/StringUtils.ToStringFormatter.html deleted file mode 100644 index abdfb8a54..000000000 --- a/javadoc/liquibase/util/StringUtils.ToStringFormatter.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -StringUtils.ToStringFormatter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringUtils.ToStringFormatter

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/StringUtils.html b/javadoc/liquibase/util/StringUtils.html deleted file mode 100644 index 440ca6791..000000000 --- a/javadoc/liquibase/util/StringUtils.html +++ /dev/null @@ -1,1147 +0,0 @@ - - - - - - -StringUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class StringUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class StringUtils
      -extends Object
      -
      Various utility methods for working with strings.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StringUtils

          -
          public StringUtils()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          trimToEmpty

          -
          public static String trimToEmpty(String string)
          -
          Returns the trimmed (left and right) version of the input string. If null is passed, an empty string is returned.
          -
          -
          Parameters:
          -
          string - the input string to trim
          -
          Returns:
          -
          the trimmed string, or an empty string if the input was null.
          -
          -
        • -
        - - - -
          -
        • -

          trimToNull

          -
          public static String trimToNull(String string)
          -
          Returns the trimmed (left and right) form of the input string. If the string is empty after trimming (or null - was passed in the first place), null is returned, i.e. the input string is reduced to nothing.
          -
          -
          Parameters:
          -
          string - the string to trim
          -
          Returns:
          -
          the trimmed string or null
          -
          -
        • -
        - - - -
          -
        • -

          processMutliLineSQL

          -
          public static String[] processMutliLineSQL(String multiLineSQL,
          -                                           boolean stripComments,
          -                                           boolean splitStatements,
          -                                           String endDelimiter)
          -
          Removes any comments from multiple line SQL using stripComments(String) - and then extracts each individual statement using splitSQL(String, String).
          -
          -
          Parameters:
          -
          multiLineSQL - A String containing all the SQL statements
          -
          stripComments - If true then comments will be stripped, if false then they will be left in the code
          -
          -
        • -
        - - - -
          -
        • -

          isDelimiter

          -
          protected static boolean isDelimiter(String piece,
          -                                     String previousPiece,
          -                                     String endDelimiter)
          -
          Returns true if the input is a delimiter in one of the popular RDBMSs. Recognized delimiters are: semicolon (;), - a slash (as the only content) or the word GO (as the only content).
          -
          -
          Parameters:
          -
          piece - the input line to test
          -
          previousPiece - the characters in the input stream that came before piece
          -
          endDelimiter - ??? (need to see this in a debugger to find out)
          -
          -
        • -
        - - - -
          -
        • -

          splitSQL

          -
          public static String[] splitSQL(String multiLineSQL,
          -                                String endDelimiter)
          -
          Splits a candidate multi-line SQL statement along ;'s and "go"'s.
          -
        • -
        - - - -
          -
        • -

          stripComments

          -
          public static String stripComments(String multiLineSQL)
          -
          Searches through a String which contains SQL code and strips out - any comments that are between \/**\/ or anything that matches - SP--SP\n (to support the ANSI standard commenting of -- - at the end of a line).
          -
          -
          Returns:
          -
          The String without the comments in
          -
          -
        • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -
        • -

          repeat

          -
          public static String repeat(String string,
          -                            int times)
          -
        • -
        - - - - - - - -
          -
        • -

          join

          -
          public static String join(int[] array,
          -                          String delimiter)
          -
        • -
        - - - -
          -
        • -

          indent

          -
          public static String indent(String string)
          -
        • -
        - - - -
          -
        • -

          indent

          -
          public static String indent(String string,
          -                            int padding)
          -
        • -
        - - - -
          -
        • -

          lowerCaseFirst

          -
          public static String lowerCaseFirst(String string)
          -
        • -
        - - - -
          -
        • -

          upperCaseFirst

          -
          public static String upperCaseFirst(String string)
          -
        • -
        - - - -
          -
        • -

          hasUpperCase

          -
          public static boolean hasUpperCase(String string)
          -
        • -
        - - - -
          -
        • -

          hasLowerCase

          -
          public static boolean hasLowerCase(String string)
          -
        • -
        - - - -
          -
        • -

          standardizeLineEndings

          -
          public static String standardizeLineEndings(String string)
          -
        • -
        - - - -
          -
        • -

          isAscii

          -
          public static boolean isAscii(String string)
          -
        • -
        - - - -
          -
        • -

          isAscii

          -
          public static boolean isAscii(char ch)
          -
          Returns true if ch is a "7-bit-clean" ASCII character (ordinal number < 128).
          -
          -
          Parameters:
          -
          ch - the character to test
          -
          Returns:
          -
          true if 7 bit-clean, false otherwise.
          -
          -
        • -
        - - - -
          -
        • -

          escapeHtml

          -
          public static String escapeHtml(String str)
          -
        • -
        - - - -
          -
        • -

          pad

          -
          public static String pad(String value,
          -                         int length)
          -
          Adds spaces to the right of the input value until the string has reached the given length. Nothing is done - if the string already has the given length or if the string is even longer.
          -
          -
          Parameters:
          -
          value - The string to pad (if necessary)
          -
          length - the desired length
          -
          Returns:
          -
          the input string, padded if necessary.
          -
          -
        • -
        - - - -
          -
        • -

          leftPad

          -
          public static String leftPad(String value,
          -                             int length)
          -
          Adds spaces to the left of the input value until the string has reached the given length. Nothing is done - if the string already has the given length or if the string is even longer.
          -
          -
          Parameters:
          -
          value - The string to pad (if necessary)
          -
          length - the desired length
          -
          Returns:
          -
          the input string, padded if necessary.
          -
          -
        • -
        - - - -
          -
        • -

          isEmpty

          -
          public static boolean isEmpty(String value)
          -
          Returns true if the input string is the empty string (null-safe).
          -
          -
          Parameters:
          -
          value - String to be checked
          -
          Returns:
          -
          true if String is null or empty
          -
          -
        • -
        - - - -
          -
        • -

          isNotEmpty

          -
          public static boolean isNotEmpty(String value)
          -
          Returns true if the input string is NOT the empty string. If the string is null, false is returned.
          -
          -
          Parameters:
          -
          value - String to be checked
          -
          Returns:
          -
          true if string is not null and not empty (length > 0)
          -
          -
        • -
        - - - -
          -
        • -

          startsWith

          -
          public static boolean startsWith(String value,
          -                                 String startsWith)
          -
          Checks if value starts with startsWith.
          -
          -
          Parameters:
          -
          value -
          -
          startsWith -
          -
          Returns:
          -
          true if value starts with startsWith, otherwise false. If any of arguments is null returns false
          -
          -
        • -
        - - - -
          -
        • -

          isWhitespace

          -
          public static boolean isWhitespace(CharSequence string)
          -
          Returns true if the given string only consists of whitespace characters (null-safe)
          -
          -
          Parameters:
          -
          string - the string to test
          -
          Returns:
          -
          true if the string is null or only consists of whitespaces.
          -
          -
        • -
        - - - -
          -
        • -

          isMinimumVersion

          -
          public static boolean isMinimumVersion(String minimumVersion,
          -                                       int candidateMajor,
          -                                       int candidateMinor,
          -                                       int candidatePatch)
          -
          Compares a minimum version number given in string form (only the first three parts are considered) with a - candidate version given as the three ints major, minor and patch.
          -
          -
          Parameters:
          -
          minimumVersion - The minimum version that is required, given as a string with up to 3 parts, e.g. "7.4" or "9.6.3"
          -
          candidateMajor - the version number to be tested, major part
          -
          candidateMinor - the version number to be tested, minor part
          -
          candidatePatch - the version number to be tested, patch part
          -
          Returns:
          -
          true if candidateMajor.candidateMinor.candidatePatch >= minimumVersion or false if not
          -
          -
        • -
        - - - -
          -
        • -

          limitSize

          -
          public static String limitSize(String string,
          -                               int maxLength)
          -
        • -
        - - - -
          -
        • -

          randomIdentifer

          -
          public static String randomIdentifer(int len)
          -
          Produce a random identifer of the given length, consisting only of uppercase letters.
          -
          -
          Parameters:
          -
          len - desired length of the string
          -
          Returns:
          -
          an identifier of the desired length
          -
          -
        • -
        - - - -
          -
        • -

          equalsIgnoreCaseAndEmpty

          -
          public static boolean equalsIgnoreCaseAndEmpty(String s1,
          -                                               String s2)
          -
          Returns if two strings are equal, ignoring: -
            -
          • case (uppercase/lowercase)
          • -
          • difference between null, and empty string, and a string that only has spaces
          • -
          -
          -
          Parameters:
          -
          s1 - the first String to compare (or null)
          -
          s2 - the second String to compare (or null)
          -
          Returns:
          -
          true if the Strings are equal by the above criteria, false in all other cases
          -
          -
        • -
        - - - -
          -
        • -

          trimRight

          -
          public static String trimRight(String string)
          -
          Trims whitespace characters from the - end of specified string
          -
          -
          Parameters:
          -
          string - String to trim
          -
          Returns:
          -
          new String without the whitespace at the end
          -
          -
        • -
        - - - -
          -
        • -

          getLastBlockComment

          -
          public static String getLastBlockComment(String sqlString)
          -
          -
          Parameters:
          -
          sqlString -
          -
          Returns:
          -
          the last block comment from a Sql string if any
          -
          -
        • -
        - - - -
          -
        • -

          getLastLineComment

          -
          public static String getLastLineComment(String sqlString)
          -
          -
          Parameters:
          -
          sqlString -
          -
          Returns:
          -
          the last line comment from a Sql string if any
          -
          -
        • -
        - - - -
          -
        • -

          stripSqlCommentsAndWhitespacesFromTheEnd

          -
          public static String stripSqlCommentsAndWhitespacesFromTheEnd(String sqlString)
          -
          Strips the comments and whitespaces from the end of given sql string.
          -
          -
          Parameters:
          -
          sqlString -
          -
          Returns:
          -
          -
        • -
        - - - -
          -
        • -

          substring

          -
          public static String substring(String str,
          -                               int start,
          -                               int end)
          -
          From commonslang3 -> StringUtils -

          Gets a substring from the specified String avoiding exceptions.

          - -

          A negative start position can be used to start/end n - characters from the end of the String.

          - -

          The returned substring starts with the character in the start - position and ends before the end position. All position counting is - zero-based -- i.e., to start at the beginning of the string use - start = 0. Negative start and end positions can be used to - specify offsets relative to the end of the String.

          - -

          If start is not strictly to the left of end, "" - is returned.

          - -
          - StringUtils.substring(null, *, *)    = null
          - StringUtils.substring("", * ,  *)    = "";
          - StringUtils.substring("abc", 0, 2)   = "ab"
          - StringUtils.substring("abc", 2, 0)   = ""
          - StringUtils.substring("abc", 2, 4)   = "c"
          - StringUtils.substring("abc", 4, 6)   = ""
          - StringUtils.substring("abc", 2, 2)   = ""
          - StringUtils.substring("abc", -2, -1) = "b"
          - StringUtils.substring("abc", -4, 2)  = "ab"
          - 
          -
          -
          Parameters:
          -
          str - the String to get the substring from, may be null
          -
          start - the position to start from, negative means - count back from the end of the String by this many characters
          -
          end - the position to end at (exclusive), negative means - count back from the end of the String by this many characters
          -
          Returns:
          -
          substring from start position to end position, - null if null String input
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/Validate.html b/javadoc/liquibase/util/Validate.html deleted file mode 100644 index e301ae42f..000000000 --- a/javadoc/liquibase/util/Validate.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -Validate (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class Validate

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Validate
      -extends Object
      -
      Similar to assert logic, but will run regardless of JVM settings. Throws UnexpectedLiquibaseException if assertions fail. - Based off org.apache.commons.lang.Validate.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/XMLUtil.html b/javadoc/liquibase/util/XMLUtil.html deleted file mode 100644 index f6dc6ef46..000000000 --- a/javadoc/liquibase/util/XMLUtil.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -XMLUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util
    -

    Class XMLUtil

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class XMLUtil
      -extends Object
      -
      Various utility methods for working with XML.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XMLUtil

          -
          public XMLUtil()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getTextContent

          -
          public static String getTextContent(Node element)
          -
          Extracts the text from the given element. - Element.getTextContet() is java5 specific, so we need to use this until we drop 1.4 support.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/BeanIntrospector.html b/javadoc/liquibase/util/beans/BeanIntrospector.html deleted file mode 100644 index 2f02ed62a..000000000 --- a/javadoc/liquibase/util/beans/BeanIntrospector.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -BeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.beans
    -

    Interface BeanIntrospector

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/DefaultBeanIntrospector.html b/javadoc/liquibase/util/beans/DefaultBeanIntrospector.html deleted file mode 100644 index f138147ab..000000000 --- a/javadoc/liquibase/util/beans/DefaultBeanIntrospector.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -DefaultBeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.beans
    -

    Class DefaultBeanIntrospector

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/FluentPropertyBeanIntrospector.html b/javadoc/liquibase/util/beans/FluentPropertyBeanIntrospector.html deleted file mode 100644 index a16138b7c..000000000 --- a/javadoc/liquibase/util/beans/FluentPropertyBeanIntrospector.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -FluentPropertyBeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.beans
    -

    Class FluentPropertyBeanIntrospector

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.util.beans.FluentPropertyBeanIntrospector
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/IntrospectionContext.html b/javadoc/liquibase/util/beans/IntrospectionContext.html deleted file mode 100644 index bb3e5d30a..000000000 --- a/javadoc/liquibase/util/beans/IntrospectionContext.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -IntrospectionContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.beans
    -

    Class IntrospectionContext

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class IntrospectionContext
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          IntrospectionContext

          -
          public IntrospectionContext(Class<?> targetClass)
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/PropertyUtils.html b/javadoc/liquibase/util/beans/PropertyUtils.html deleted file mode 100644 index 59a941f84..000000000 --- a/javadoc/liquibase/util/beans/PropertyUtils.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - -PropertyUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.beans
    -

    Class PropertyUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PropertyUtils
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/class-use/BeanIntrospector.html b/javadoc/liquibase/util/beans/class-use/BeanIntrospector.html deleted file mode 100644 index a70935979..000000000 --- a/javadoc/liquibase/util/beans/class-use/BeanIntrospector.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.beans.BeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.beans.BeanIntrospector

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/class-use/DefaultBeanIntrospector.html b/javadoc/liquibase/util/beans/class-use/DefaultBeanIntrospector.html deleted file mode 100644 index 97cf67c23..000000000 --- a/javadoc/liquibase/util/beans/class-use/DefaultBeanIntrospector.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.beans.DefaultBeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.beans.DefaultBeanIntrospector

    -
    -
    No usage of liquibase.util.beans.DefaultBeanIntrospector
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/class-use/FluentPropertyBeanIntrospector.html b/javadoc/liquibase/util/beans/class-use/FluentPropertyBeanIntrospector.html deleted file mode 100644 index 3ebbf53de..000000000 --- a/javadoc/liquibase/util/beans/class-use/FluentPropertyBeanIntrospector.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.beans.FluentPropertyBeanIntrospector (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.beans.FluentPropertyBeanIntrospector

    -
    -
    No usage of liquibase.util.beans.FluentPropertyBeanIntrospector
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/class-use/IntrospectionContext.html b/javadoc/liquibase/util/beans/class-use/IntrospectionContext.html deleted file mode 100644 index 0dca3b040..000000000 --- a/javadoc/liquibase/util/beans/class-use/IntrospectionContext.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Class liquibase.util.beans.IntrospectionContext (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.beans.IntrospectionContext

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/class-use/PropertyUtils.html b/javadoc/liquibase/util/beans/class-use/PropertyUtils.html deleted file mode 100644 index 97d8d9e57..000000000 --- a/javadoc/liquibase/util/beans/class-use/PropertyUtils.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.util.beans.PropertyUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.beans.PropertyUtils

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/package-frame.html b/javadoc/liquibase/util/beans/package-frame.html deleted file mode 100644 index c4c338fde..000000000 --- a/javadoc/liquibase/util/beans/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -liquibase.util.beans (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.beans

    - - - diff --git a/javadoc/liquibase/util/beans/package-summary.html b/javadoc/liquibase/util/beans/package-summary.html deleted file mode 100644 index d26d57a0a..000000000 --- a/javadoc/liquibase/util/beans/package-summary.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -liquibase.util.beans (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.beans

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/package-tree.html b/javadoc/liquibase/util/beans/package-tree.html deleted file mode 100644 index 5c9188dcb..000000000 --- a/javadoc/liquibase/util/beans/package-tree.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.util.beans Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.beans

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/beans/package-use.html b/javadoc/liquibase/util/beans/package-use.html deleted file mode 100644 index a229f71c2..000000000 --- a/javadoc/liquibase/util/beans/package-use.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -Uses of Package liquibase.util.beans (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.beans

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/BooleanParser.html b/javadoc/liquibase/util/class-use/BooleanParser.html deleted file mode 100644 index 14e75a4c1..000000000 --- a/javadoc/liquibase/util/class-use/BooleanParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.BooleanParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.BooleanParser

    -
    -
    No usage of liquibase.util.BooleanParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/BooleanUtils.html b/javadoc/liquibase/util/class-use/BooleanUtils.html deleted file mode 100644 index dfd07887e..000000000 --- a/javadoc/liquibase/util/class-use/BooleanUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.BooleanUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.BooleanUtils

    -
    -
    No usage of liquibase.util.BooleanUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/CollectionUtil.html b/javadoc/liquibase/util/class-use/CollectionUtil.html deleted file mode 100644 index b2d6a5a7c..000000000 --- a/javadoc/liquibase/util/class-use/CollectionUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.CollectionUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.CollectionUtil

    -
    -
    No usage of liquibase.util.CollectionUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/DependencyUtil.DependencyGraph.html b/javadoc/liquibase/util/class-use/DependencyUtil.DependencyGraph.html deleted file mode 100644 index b7aa29393..000000000 --- a/javadoc/liquibase/util/class-use/DependencyUtil.DependencyGraph.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Class liquibase.util.DependencyUtil.DependencyGraph (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.DependencyUtil.DependencyGraph

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/DependencyUtil.NodeValueListener.html b/javadoc/liquibase/util/class-use/DependencyUtil.NodeValueListener.html deleted file mode 100644 index 4979b1119..000000000 --- a/javadoc/liquibase/util/class-use/DependencyUtil.NodeValueListener.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.DependencyUtil.NodeValueListener (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.DependencyUtil.NodeValueListener

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/DependencyUtil.html b/javadoc/liquibase/util/class-use/DependencyUtil.html deleted file mode 100644 index 5509260f6..000000000 --- a/javadoc/liquibase/util/class-use/DependencyUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.DependencyUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.DependencyUtil

    -
    -
    No usage of liquibase.util.DependencyUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/ExpressionMatcher.html b/javadoc/liquibase/util/class-use/ExpressionMatcher.html deleted file mode 100644 index d8669d9ca..000000000 --- a/javadoc/liquibase/util/class-use/ExpressionMatcher.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.ExpressionMatcher (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.ExpressionMatcher

    -
    -
    No usage of liquibase.util.ExpressionMatcher
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/FileUtil.html b/javadoc/liquibase/util/class-use/FileUtil.html deleted file mode 100644 index 865d06891..000000000 --- a/javadoc/liquibase/util/class-use/FileUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.FileUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.FileUtil

    -
    -
    No usage of liquibase.util.FileUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/ISODateFormat.html b/javadoc/liquibase/util/class-use/ISODateFormat.html deleted file mode 100644 index a55a4a93f..000000000 --- a/javadoc/liquibase/util/class-use/ISODateFormat.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.ISODateFormat (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.ISODateFormat

    -
    -
    No usage of liquibase.util.ISODateFormat
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/JdbcUtils.html b/javadoc/liquibase/util/class-use/JdbcUtils.html deleted file mode 100644 index a7c8f6abd..000000000 --- a/javadoc/liquibase/util/class-use/JdbcUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.JdbcUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.JdbcUtils

    -
    -
    No usage of liquibase.util.JdbcUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/LiquibaseUtil.html b/javadoc/liquibase/util/class-use/LiquibaseUtil.html deleted file mode 100644 index 8ab7e4d23..000000000 --- a/javadoc/liquibase/util/class-use/LiquibaseUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.LiquibaseUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.LiquibaseUtil

    -
    -
    No usage of liquibase.util.LiquibaseUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/MD5Util.html b/javadoc/liquibase/util/class-use/MD5Util.html deleted file mode 100644 index 111b6ee70..000000000 --- a/javadoc/liquibase/util/class-use/MD5Util.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.MD5Util (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.MD5Util

    -
    -
    No usage of liquibase.util.MD5Util
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/NetUtil.html b/javadoc/liquibase/util/class-use/NetUtil.html deleted file mode 100644 index a78549ff4..000000000 --- a/javadoc/liquibase/util/class-use/NetUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.NetUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.NetUtil

    -
    -
    No usage of liquibase.util.NetUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/NowAndTodayUtil.html b/javadoc/liquibase/util/class-use/NowAndTodayUtil.html deleted file mode 100644 index 95e148119..000000000 --- a/javadoc/liquibase/util/class-use/NowAndTodayUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.NowAndTodayUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.NowAndTodayUtil

    -
    -
    No usage of liquibase.util.NowAndTodayUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/NumberUtils.html b/javadoc/liquibase/util/class-use/NumberUtils.html deleted file mode 100644 index 97dcb1902..000000000 --- a/javadoc/liquibase/util/class-use/NumberUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.NumberUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.NumberUtils

    -
    -
    No usage of liquibase.util.NumberUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/ObjectUtil.html b/javadoc/liquibase/util/class-use/ObjectUtil.html deleted file mode 100644 index 743280227..000000000 --- a/javadoc/liquibase/util/class-use/ObjectUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.ObjectUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.ObjectUtil

    -
    -
    No usage of liquibase.util.ObjectUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/RegexMatcher.html b/javadoc/liquibase/util/class-use/RegexMatcher.html deleted file mode 100644 index 9d9619eea..000000000 --- a/javadoc/liquibase/util/class-use/RegexMatcher.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.RegexMatcher (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.RegexMatcher

    -
    -
    No usage of liquibase.util.RegexMatcher
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/SmartMap.html b/javadoc/liquibase/util/class-use/SmartMap.html deleted file mode 100644 index bc86a6172..000000000 --- a/javadoc/liquibase/util/class-use/SmartMap.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Uses of Class liquibase.util.SmartMap (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.SmartMap

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/SpringBootFatJar.html b/javadoc/liquibase/util/class-use/SpringBootFatJar.html deleted file mode 100644 index 23e29ba91..000000000 --- a/javadoc/liquibase/util/class-use/SpringBootFatJar.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.SpringBootFatJar (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.SpringBootFatJar

    -
    -
    No usage of liquibase.util.SpringBootFatJar
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/SqlParser.html b/javadoc/liquibase/util/class-use/SqlParser.html deleted file mode 100644 index 624fd9cae..000000000 --- a/javadoc/liquibase/util/class-use/SqlParser.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.SqlParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.SqlParser

    -
    -
    No usage of liquibase.util.SqlParser
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/SqlUtil.html b/javadoc/liquibase/util/class-use/SqlUtil.html deleted file mode 100644 index c20e9ebe8..000000000 --- a/javadoc/liquibase/util/class-use/SqlUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.SqlUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.SqlUtil

    -
    -
    No usage of liquibase.util.SqlUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StreamUtil.html b/javadoc/liquibase/util/class-use/StreamUtil.html deleted file mode 100644 index ca5bc14bf..000000000 --- a/javadoc/liquibase/util/class-use/StreamUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StreamUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StreamUtil

    -
    -
    No usage of liquibase.util.StreamUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.ClauseIterator.html b/javadoc/liquibase/util/class-use/StringClauses.ClauseIterator.html deleted file mode 100644 index 9d81e8658..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.ClauseIterator.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringClauses.ClauseIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringClauses.ClauseIterator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.Comment.html b/javadoc/liquibase/util/class-use/StringClauses.Comment.html deleted file mode 100644 index 01476ba0e..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.Comment.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringClauses.Comment (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringClauses.Comment

    -
    -
    No usage of liquibase.util.StringClauses.Comment
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.Delimiter.html b/javadoc/liquibase/util/class-use/StringClauses.Delimiter.html deleted file mode 100644 index 02e9590b0..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.Delimiter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringClauses.Delimiter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringClauses.Delimiter

    -
    -
    No usage of liquibase.util.StringClauses.Delimiter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.LiteralClause.html b/javadoc/liquibase/util/class-use/StringClauses.LiteralClause.html deleted file mode 100644 index 2f88cae0c..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.LiteralClause.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.StringClauses.LiteralClause (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.StringClauses.LiteralClause

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.Whitespace.html b/javadoc/liquibase/util/class-use/StringClauses.Whitespace.html deleted file mode 100644 index 7dfee5be1..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.Whitespace.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringClauses.Whitespace (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringClauses.Whitespace

    -
    -
    No usage of liquibase.util.StringClauses.Whitespace
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringClauses.html b/javadoc/liquibase/util/class-use/StringClauses.html deleted file mode 100644 index 341a0f680..000000000 --- a/javadoc/liquibase/util/class-use/StringClauses.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringClauses (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringClauses

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringUtils.StringUtilsFormatter.html b/javadoc/liquibase/util/class-use/StringUtils.StringUtilsFormatter.html deleted file mode 100644 index 01c70d3e1..000000000 --- a/javadoc/liquibase/util/class-use/StringUtils.StringUtilsFormatter.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.StringUtils.StringUtilsFormatter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.StringUtils.StringUtilsFormatter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringUtils.ToStringFormatter.html b/javadoc/liquibase/util/class-use/StringUtils.ToStringFormatter.html deleted file mode 100644 index c64ec875b..000000000 --- a/javadoc/liquibase/util/class-use/StringUtils.ToStringFormatter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringUtils.ToStringFormatter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringUtils.ToStringFormatter

    -
    -
    No usage of liquibase.util.StringUtils.ToStringFormatter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/StringUtils.html b/javadoc/liquibase/util/class-use/StringUtils.html deleted file mode 100644 index ffcce6888..000000000 --- a/javadoc/liquibase/util/class-use/StringUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.StringUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.StringUtils

    -
    -
    No usage of liquibase.util.StringUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/Validate.html b/javadoc/liquibase/util/class-use/Validate.html deleted file mode 100644 index ccfe3ccad..000000000 --- a/javadoc/liquibase/util/class-use/Validate.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.Validate (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.Validate

    -
    -
    No usage of liquibase.util.Validate
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/class-use/XMLUtil.html b/javadoc/liquibase/util/class-use/XMLUtil.html deleted file mode 100644 index 67deea37e..000000000 --- a/javadoc/liquibase/util/class-use/XMLUtil.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.XMLUtil (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.XMLUtil

    -
    -
    No usage of liquibase.util.XMLUtil
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/CSVReader.html b/javadoc/liquibase/util/csv/CSVReader.html deleted file mode 100644 index 818563e3e..000000000 --- a/javadoc/liquibase/util/csv/CSVReader.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -CSVReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv
    -

    Class CSVReader

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader)
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char c)
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char c,
          -                 char c1)
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char c,
          -                 char c1,
          -                 int i)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/CSVWriter.html b/javadoc/liquibase/util/csv/CSVWriter.html deleted file mode 100644 index 718e19f57..000000000 --- a/javadoc/liquibase/util/csv/CSVWriter.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -CSVWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv
    -

    Class CSVWriter

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer)
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char c)
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char c,
          -                 char c1)
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char c,
          -                 char c1,
          -                 char c2)
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char c,
          -                 char c1,
          -                 String s)
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char c,
          -                 char c1,
          -                 char c2,
          -                 String s)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/class-use/CSVReader.html b/javadoc/liquibase/util/csv/class-use/CSVReader.html deleted file mode 100644 index 0ab61a9b8..000000000 --- a/javadoc/liquibase/util/csv/class-use/CSVReader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.CSVReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.CSVReader

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/class-use/CSVWriter.html b/javadoc/liquibase/util/csv/class-use/CSVWriter.html deleted file mode 100644 index 3eb03e4c3..000000000 --- a/javadoc/liquibase/util/csv/class-use/CSVWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.CSVWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.CSVWriter

    -
    -
    No usage of liquibase.util.csv.CSVWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/CSVIterator.html b/javadoc/liquibase/util/csv/opencsv/CSVIterator.html deleted file mode 100644 index db1ea2701..000000000 --- a/javadoc/liquibase/util/csv/opencsv/CSVIterator.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -CSVIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv
    -

    Class CSVIterator

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Iterator<String[]>
      -
      -
      -
      -
      public class CSVIterator
      -extends Object
      -implements Iterator<String[]>
      -
      Provides an Iterator over the data found in opencsv.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVIterator

          -
          public CSVIterator(CSVReader reader)
          -            throws IOException
          -
          -
          Parameters:
          -
          reader - reader for the csv data.
          -
          Throws:
          -
          IOException - if unable to read data from the reader.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          hasNext

          -
          public boolean hasNext()
          -
          Returns true if the iteration has more elements. - In other words, returns true if next() would return an element rather than throwing an exception.
          -
          -
          Specified by:
          -
          hasNext in interface Iterator<String[]>
          -
          Returns:
          -
          true if the CSVIterator has more elements.
          -
          -
        • -
        - - - -
          -
        • -

          next

          -
          public String[] next()
          -
          Returns the next elenebt in the iterator.
          -
          -
          Specified by:
          -
          next in interface Iterator<String[]>
          -
          Returns:
          -
          The next element of the iterator.
          -
          -
        • -
        - - - -
          -
        • -

          remove

          -
          public void remove()
          -
          This method is not supported by openCSV and will throw a UnsupportedOperationException if called.
          -
          -
          Specified by:
          -
          remove in interface Iterator<String[]>
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/CSVParser.html b/javadoc/liquibase/util/csv/opencsv/CSVParser.html deleted file mode 100644 index c75a5e0b1..000000000 --- a/javadoc/liquibase/util/csv/opencsv/CSVParser.html +++ /dev/null @@ -1,909 +0,0 @@ - - - - - - -CSVParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv
    -

    Class CSVParser

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class CSVParser
      -extends Object
      -
      A very simple CSV parser released under a commercial-friendly license. - This just implements splitting a single line into fields.
      -
      -
      Author:
      -
      Glen Smith, Rainer Pruy
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        static charDEFAULT_ESCAPE_CHARACTER -
        The default escape character to use if none is supplied to the - constructor.
        -
        static booleanDEFAULT_IGNORE_QUOTATIONS -
        If the quote character is set to null then there is no quote character.
        -
        static CSVReaderNullFieldIndicatorDEFAULT_NULL_FIELD_INDICATOR -
        Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default)
        -
        static charDEFAULT_QUOTE_CHARACTER -
        The default quote character to use if none is supplied to the - constructor.
        -
        static charDEFAULT_SEPARATOR -
        The default separator to use if none is supplied to the constructor.
        -
        static booleanDEFAULT_STRICT_QUOTES -
        The default strict quote behavior to use if none is supplied to the - constructor.
        -
        static intINITIAL_READ_SIZE -
        The average size of a line read by openCSV (used for setting the size of StringBuilders).
        -
        static charNULL_CHARACTER -
        This is the "null" character - if a value is set to this then it is ignored.
        -
        static intREAD_BUFFER_SIZE -
        In most cases we know the size of the line we want to read.
        -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Constructors 
        Constructor and Description
        CSVParser() -
        Constructs CSVParser using a comma for the separator.
        -
        CSVParser(char separator) -
        Constructs CSVParser with supplied separator.
        -
        CSVParser(char separator, - char quotechar) -
        Constructs CSVParser with supplied separator and quote char.
        -
        CSVParser(char separator, - char quotechar, - char escape) -
        Constructs CSVReader with supplied separator and quote char.
        -
        CSVParser(char separator, - char quotechar, - char escape, - boolean strictQuotes) -
        Constructs CSVParser with supplied separator and quote char.
        -
        CSVParser(char separator, - char quotechar, - char escape, - boolean strictQuotes, - boolean ignoreLeadingWhiteSpace) -
        Constructs CSVParser with supplied separator and quote char.
        -
        CSVParser(char separator, - char quotechar, - char escape, - boolean strictQuotes, - boolean ignoreLeadingWhiteSpace, - boolean ignoreQuotations) -
        Constructs CSVParser with supplied separator and quote char.
        -
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          DEFAULT_SEPARATOR

          -
          public static final char DEFAULT_SEPARATOR
          -
          The default separator to use if none is supplied to the constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          INITIAL_READ_SIZE

          -
          public static final int INITIAL_READ_SIZE
          -
          The average size of a line read by openCSV (used for setting the size of StringBuilders).
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          READ_BUFFER_SIZE

          -
          public static final int READ_BUFFER_SIZE
          -
          In most cases we know the size of the line we want to read. In that case we will set the initial read - to that plus an buffer size.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_QUOTE_CHARACTER

          -
          public static final char DEFAULT_QUOTE_CHARACTER
          -
          The default quote character to use if none is supplied to the - constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_ESCAPE_CHARACTER

          -
          public static final char DEFAULT_ESCAPE_CHARACTER
          -
          The default escape character to use if none is supplied to the - constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_STRICT_QUOTES

          -
          public static final boolean DEFAULT_STRICT_QUOTES
          -
          The default strict quote behavior to use if none is supplied to the - constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_IGNORE_QUOTATIONS

          -
          public static final boolean DEFAULT_IGNORE_QUOTATIONS
          -
          If the quote character is set to null then there is no quote character.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          NULL_CHARACTER

          -
          public static final char NULL_CHARACTER
          -
          This is the "null" character - if a value is set to this then it is ignored.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_NULL_FIELD_INDICATOR

          -
          public static final CSVReaderNullFieldIndicator DEFAULT_NULL_FIELD_INDICATOR
          -
          Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser()
          -
          Constructs CSVParser using a comma for the separator.
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator)
          -
          Constructs CSVParser with supplied separator.
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries.
          -
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator,
          -                 char quotechar)
          -
          Constructs CSVParser with supplied separator and quote char.
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator,
          -                 char quotechar,
          -                 char escape)
          -
          Constructs CSVReader with supplied separator and quote char.
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator,
          -                 char quotechar,
          -                 char escape,
          -                 boolean strictQuotes)
          -
          Constructs CSVParser with supplied separator and quote char. - Allows setting the "strict quotes" flag
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          strictQuotes - if true, characters outside the quotes are ignored
          -
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator,
          -                 char quotechar,
          -                 char escape,
          -                 boolean strictQuotes,
          -                 boolean ignoreLeadingWhiteSpace)
          -
          Constructs CSVParser with supplied separator and quote char. - Allows setting the "strict quotes" and "ignore leading whitespace" flags
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          strictQuotes - if true, characters outside the quotes are ignored
          -
          ignoreLeadingWhiteSpace - if true, white space in front of a quote in a field is ignored
          -
          -
        • -
        - - - -
          -
        • -

          CSVParser

          -
          public CSVParser(char separator,
          -                 char quotechar,
          -                 char escape,
          -                 boolean strictQuotes,
          -                 boolean ignoreLeadingWhiteSpace,
          -                 boolean ignoreQuotations)
          -
          Constructs CSVParser with supplied separator and quote char. - Allows setting the "strict quotes" and "ignore leading whitespace" flags
          -
          -
          Parameters:
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          strictQuotes - if true, characters outside the quotes are ignored
          -
          ignoreLeadingWhiteSpace - if true, white space in front of a quote in a field is ignored
          -
          ignoreQuotations - if true, treat quotations like any other character.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getSeparator

          -
          public char getSeparator()
          -
          -
          Returns:
          -
          The default separator for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          getQuotechar

          -
          public char getQuotechar()
          -
          -
          Returns:
          -
          The default quotation character for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          getEscape

          -
          public char getEscape()
          -
          -
          Returns:
          -
          The default escape character for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          isStrictQuotes

          -
          public boolean isStrictQuotes()
          -
          -
          Returns:
          -
          The default strictQuotes setting for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          isIgnoreLeadingWhiteSpace

          -
          public boolean isIgnoreLeadingWhiteSpace()
          -
          -
          Returns:
          -
          The default ignoreLeadingWhiteSpace setting for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          isIgnoreQuotations

          -
          public boolean isIgnoreQuotations()
          -
          -
          Returns:
          -
          the default ignoreQuotation setting for this parser.
          -
          -
        • -
        - - - -
          -
        • -

          isPending

          -
          public boolean isPending()
          -
          -
          Returns:
          -
          true if something was left over from last call(s)
          -
          -
        • -
        - - - -
          -
        • -

          parseLineMulti

          -
          public String[] parseLineMulti(String nextLine)
          -                        throws IOException
          -
          Parses an incoming String and returns an array of elements. This method is used when the - data spans multiple lines.
          -
          -
          Parameters:
          -
          nextLine - current line to be processed
          -
          Returns:
          -
          the comma-tokenized list of elements, or null if nextLine is null
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - -
          -
        • -

          parseLine

          -
          public String[] parseLine(String nextLine)
          -                   throws IOException
          -
          Parses an incoming String and returns an array of elements. This method is used when all data is contained - in a single line.
          -
          -
          Parameters:
          -
          nextLine - Line to be parsed.
          -
          Returns:
          -
          the comma-tokenized list of elements, or null if nextLine is null
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - -
          -
        • -

          parseLine

          -
          protected String[] parseLine(String nextLine,
          -                             boolean multi)
          -                      throws IOException
          -
          Parses an incoming String and returns an array of elements.
          -
          -
          Parameters:
          -
          nextLine - the string to parse
          -
          multi - Does it take multiple lines to form a single record.
          -
          Returns:
          -
          the comma-tokenized list of elements, or null if nextLine is null
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - -
          -
        • -

          isNextCharacterEscapable

          -
          protected boolean isNextCharacterEscapable(String nextLine,
          -                                           boolean inQuotes,
          -                                           int i)
          -
          Checks to see if the character after the current index in a String is an escapable character. - Meaning the next character is either a quotation character or the escape char and you are inside - quotes. - - precondition: the current character is an escape
          -
          -
          Parameters:
          -
          nextLine - the current line
          -
          inQuotes - true if the current context is quoted
          -
          i - current index in line
          -
          Returns:
          -
          true if the following character is a quote
          -
          -
        • -
        - - - -
          -
        • -

          isAllWhiteSpace

          -
          protected boolean isAllWhiteSpace(CharSequence sb)
          -
          Checks if every element is the character sequence is whitespace. - - precondition: sb.length() is greater than 0
          -
          -
          Parameters:
          -
          sb - A sequence of characters to examine
          -
          Returns:
          -
          true if every character in the sequence is whitespace
          -
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/CSVReader.html b/javadoc/liquibase/util/csv/opencsv/CSVReader.html deleted file mode 100644 index 620dd1002..000000000 --- a/javadoc/liquibase/util/csv/opencsv/CSVReader.html +++ /dev/null @@ -1,1035 +0,0 @@ - - - - - - -CSVReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv
    -

    Class CSVReader

    -
    -
    - -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Constructors 
        Constructor and Description
        CSVReader(Reader reader) -
        Constructs CSVReader using a comma for the separator.
        -
        CSVReader(Reader reader, - char separator) -
        Constructs CSVReader with supplied separator.
        -
        CSVReader(Reader reader, - char separator, - char quotechar) -
        Constructs CSVReader with supplied separator and quote char.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - boolean strictQuotes) -
        Constructs CSVReader with supplied separator, quote char and quote handling - behavior.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - char escape) -
        Constructs CSVReader.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - char escape, - int line) -
        Constructs CSVReader.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - char escape, - int line, - boolean strictQuotes) -
        Constructs CSVReader.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - char escape, - int line, - boolean strictQuotes, - boolean ignoreLeadingWhiteSpace) -
        Constructs CSVReader with all data entered.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - char escape, - int line, - boolean strictQuotes, - boolean ignoreLeadingWhiteSpace, - boolean keepCR) -
        Constructs CSVReader with all data entered.
        -
        CSVReader(Reader reader, - char separator, - char quotechar, - int line) -
        Constructs CSVReader.
        -
        CSVReader(Reader reader, - int line, - CSVParser csvParser) -
        Constructs CSVReader with supplied CSVParser.
        -
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          DEFAULT_KEEP_CR

          -
          public static final boolean DEFAULT_KEEP_CR
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_VERIFY_READER

          -
          public static final boolean DEFAULT_VERIFY_READER
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_SKIP_LINES

          -
          public static final int DEFAULT_SKIP_LINES
          -
          The default line to start reading.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          READ_AHEAD_LIMIT

          -
          public static final int READ_AHEAD_LIMIT
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader)
          -
          Constructs CSVReader using a comma for the separator.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator)
          -
          Constructs CSVReader with supplied separator.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries.
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar)
          -
          Constructs CSVReader with supplied separator and quote char.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 boolean strictQuotes)
          -
          Constructs CSVReader with supplied separator, quote char and quote handling - behavior.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          strictQuotes - sets if characters outside the quotes are ignored
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 char escape)
          -
          Constructs CSVReader.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 int line)
          -
          Constructs CSVReader.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          line - the line number to skip for start reading
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 char escape,
          -                 int line)
          -
          Constructs CSVReader.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          line - the line number to skip for start reading
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 char escape,
          -                 int line,
          -                 boolean strictQuotes)
          -
          Constructs CSVReader.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          line - the line number to skip for start reading
          -
          strictQuotes - sets if characters outside the quotes are ignored
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 char escape,
          -                 int line,
          -                 boolean strictQuotes,
          -                 boolean ignoreLeadingWhiteSpace)
          -
          Constructs CSVReader with all data entered.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          line - the line number to skip for start reading
          -
          strictQuotes - sets if characters outside the quotes are ignored
          -
          ignoreLeadingWhiteSpace - it true, parser should ignore white space before a quote in a field
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 char separator,
          -                 char quotechar,
          -                 char escape,
          -                 int line,
          -                 boolean strictQuotes,
          -                 boolean ignoreLeadingWhiteSpace,
          -                 boolean keepCR)
          -
          Constructs CSVReader with all data entered.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escape - the character to use for escaping a separator or quote
          -
          line - the line number to skip for start reading
          -
          strictQuotes - sets if characters outside the quotes are ignored
          -
          ignoreLeadingWhiteSpace - if true, parser should ignore white space before a quote in a field
          -
          keepCR - if true the reader will keep carriage returns, otherwise it will discard them.
          -
          -
        • -
        - - - -
          -
        • -

          CSVReader

          -
          public CSVReader(Reader reader,
          -                 int line,
          -                 CSVParser csvParser)
          -
          Constructs CSVReader with supplied CSVParser.
          -
          -
          Parameters:
          -
          reader - the reader to an underlying CSV source.
          -
          line - the line number to skip for start reading
          -
          csvParser - the parser to use to parse input
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getParser

          -
          public CSVParser getParser()
          -
          -
          Returns:
          -
          the CSVParser used by the reader.
          -
          -
        • -
        - - - -
          -
        • -

          getSkipLines

          -
          public int getSkipLines()
          -
          Returns the number of lines in the csv file to skip before processing. This is - useful when there is miscellaneous data at the beginning of a file.
          -
          -
          Returns:
          -
          the number of lines in the csv file to skip before processing.
          -
          -
        • -
        - - - -
          -
        • -

          keepCarriageReturns

          -
          public boolean keepCarriageReturns()
          -
          Returns if the reader will keep carriage returns found in data or remove them.
          -
          -
          Returns:
          -
          true if reader will keep carriage returns, false otherwise.
          -
          -
        • -
        - - - -
          -
        • -

          readAll

          -
          public List<String[]> readAll()
          -                       throws IOException
          -
          Reads the entire file into a List with each element being a String[] of - tokens.
          -
          -
          Returns:
          -
          a List of String[], with each String[] representing a line of the - file.
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - -
          -
        • -

          readNext

          -
          public String[] readNext()
          -                  throws IOException
          -
          Reads the next line from the buffer and converts to a string array.
          -
          -
          Returns:
          -
          a string array with each comma-separated element as a separate - entry.
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - -
          -
        • -

          validateResult

          -
          protected String[] validateResult(String[] result)
          -
          Increments the number of records read if the result passed in is not null.
          -
          -
          Parameters:
          -
          result -
          -
          Returns:
          -
          result that was passed in.
          -
          -
        • -
        - - - -
          -
        • -

          combineResultsFromMultipleReads

          -
          protected String[] combineResultsFromMultipleReads(String[] buffer,
          -                                                   String[] lastRead)
          -
          For multi line records this method combines the current result with the result from previous read(s).
          -
          -
          Parameters:
          -
          buffer - - previous data read for this record
          -
          lastRead - - latest data read for this record.
          -
          Returns:
          -
          String array with union of the buffer and lastRead arrays.
          -
          -
        • -
        - - - -
          -
        • -

          getNextLine

          -
          protected String getNextLine()
          -                      throws IOException
          -
          Reads the next line from the file.
          -
          -
          Returns:
          -
          the next line from the file without trailing newline
          -
          Throws:
          -
          IOException - if bad things happen during the read
          -
          -
        • -
        - - - - - - - -
          -
        • -

          iterator

          -
          public Iterator<String[]> iterator()
          -
          Creates an Iterator for processing the csv data.
          -
          -
          Specified by:
          -
          iterator in interface Iterable<String[]>
          -
          Returns:
          -
          an String[] iterator.
          -
          -
        • -
        - - - -
          -
        • -

          verifyReader

          -
          public boolean verifyReader()
          -
          Returns if the CSVReader will verify the reader before each read. -

          - By default the value is true which is the functionality for version 3.0. - If set to false the reader is always assumed ready to read - this is the functionality - for version 2.4 and before. -

          - The reason this method was needed was that certain types of Readers would return - false for its ready() method until a read was done (namely readers created using Channels). - This caused opencsv not to read from those readers.

          -
          -
          Returns:
          -
          true if CSVReader will verify the reader before reads. False otherwise.
          -
          Since:
          -
          3.3
          -
          -
        • -
        - - - -
          -
        • -

          getLinesRead

          -
          public long getLinesRead()
          -
          Used for debugging purposes this method returns the number of lines that has been read from - the reader passed into the CSVReader. -

          - Given the following data. - -

          - First line in the file
          - some other descriptive line
          - a,b,c
          -
          - a,"b\nb",c
          - 
          - - With a CSVReader constructed like so - -
          - CSVReader c = builder.withCSVParser(new CSVParser())
          -                      .withSkipLines(2)
          -                      .build();
          - 
          -
          - The initial call to getLinesRead will be 0.
          - After the first call to readNext() then getLinesRead will return 3 (because header was read).
          - After the second call to read the blank line then getLinesRead will return 4 (still a read).
          - After third call to readNext getLinesRead will return 6 because it took two line reads to retrieve this record.
          - Subsequent calls to readNext (since we are out of data) will not increment the number of lines read.
          -

          - An example of this is in the linesAndRecordsRead() test in CSVReaderTest.

          -
          -
          Returns:
          -
          the number of lines read by the reader (including skip lines).
          -
          Since:
          -
          3.6
          -
          -
        • -
        - - - -
          -
        • -

          getRecordsRead

          -
          public long getRecordsRead()
          -
          Used for debugging purposes this method returns the number of records that has been read from - the CSVReader. -

          - Given the following data. -

          - First line in the file
          - some other descriptive line
          - a,b,c
          - 

          - a,"b\nb",c -

          - With a CSVReader constructed like so -
          - CSVReader c = builder.withCSVParser(new CSVParser())
          -                      .withSkipLines(2)
          -                      .build();
          - 
          - The initial call to getRecordsRead will be 0.
          - After the first call to readNext() then getRecordsRead will return 1.
          - After the second call to read the blank line then getRecordsRead will return 2 - (a blank line is considered a record with one empty field).
          - After third call to readNext getRecordsRead will return 3 because even though - reads to retrieve this record it is still a single record read.
          - Subsequent calls to readNext (since we are out of data) will not increment the number of records read.
          -

          - An example of this is in the linesAndRecordsRead() test in CSVReaderTest.

          -
          -
          Returns:
          -
          the number of records (Array of Strings[]) read by the reader.
          -
          Since:
          -
          3.6
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/CSVWriter.html b/javadoc/liquibase/util/csv/opencsv/CSVWriter.html deleted file mode 100644 index 684f69488..000000000 --- a/javadoc/liquibase/util/csv/opencsv/CSVWriter.html +++ /dev/null @@ -1,822 +0,0 @@ - - - - - - -CSVWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv
    -

    Class CSVWriter

    -
    -
    - -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - - - - - - - - - - - - - - -
        Constructors 
        Constructor and Description
        CSVWriter(Writer writer) -
        Constructs CSVWriter using a comma for the separator.
        -
        CSVWriter(Writer writer, - char separator) -
        Constructs CSVWriter with supplied separator.
        -
        CSVWriter(Writer writer, - char separator, - char quotechar) -
        Constructs CSVWriter with supplied separator and quote char.
        -
        CSVWriter(Writer writer, - char separator, - char quotechar, - char escapechar) -
        Constructs CSVWriter with supplied separator and quote char.
        -
        CSVWriter(Writer writer, - char separator, - char quotechar, - char escapechar, - String lineEnd) -
        Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
        -
        CSVWriter(Writer writer, - char separator, - char quotechar, - String lineEnd) -
        Constructs CSVWriter with supplied separator and quote char.
        -
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          INITIAL_STRING_SIZE

          -
          public static final int INITIAL_STRING_SIZE
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_ESCAPE_CHARACTER

          -
          public static final char DEFAULT_ESCAPE_CHARACTER
          -
          The character used for escaping quotes.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_SEPARATOR

          -
          public static final char DEFAULT_SEPARATOR
          -
          The default separator to use if none is supplied to the constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          DEFAULT_QUOTE_CHARACTER

          -
          public static final char DEFAULT_QUOTE_CHARACTER
          -
          The default quote character to use if none is supplied to the - constructor.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          NO_QUOTE_CHARACTER

          -
          public static final char NO_QUOTE_CHARACTER
          -
          The quote constant to use when you wish to suppress all quoting.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          NO_ESCAPE_CHARACTER

          -
          public static final char NO_ESCAPE_CHARACTER
          -
          The escape constant to use when you wish to suppress all escaping.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - - - - - -
          -
        • -

          RFC4180_LINE_END

          -
          public static final String RFC4180_LINE_END
          -
          RFC 4180 compliant line terminator.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer)
          -
          Constructs CSVWriter using a comma for the separator.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char separator)
          -
          Constructs CSVWriter with supplied separator.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries.
          -
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char separator,
          -                 char quotechar)
          -
          Constructs CSVWriter with supplied separator and quote char.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char separator,
          -                 char quotechar,
          -                 char escapechar)
          -
          Constructs CSVWriter with supplied separator and quote char.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escapechar - the character to use for escaping quotechars or escapechars
          -
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char separator,
          -                 char quotechar,
          -                 String lineEnd)
          -
          Constructs CSVWriter with supplied separator and quote char.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          lineEnd - the line feed terminator to use
          -
          -
        • -
        - - - -
          -
        • -

          CSVWriter

          -
          public CSVWriter(Writer writer,
          -                 char separator,
          -                 char quotechar,
          -                 char escapechar,
          -                 String lineEnd)
          -
          Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
          -
          -
          Parameters:
          -
          writer - the writer to an underlying CSV source.
          -
          separator - the delimiter to use for separating entries
          -
          quotechar - the character to use for quoted elements
          -
          escapechar - the character to use for escaping quotechars or escapechars
          -
          lineEnd - the line feed terminator to use
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          writeAll

          -
          public void writeAll(List<String[]> allLines,
          -                     boolean applyQuotesToAll)
          -
          Writes the entire list to a CSV file. The list is assumed to be a - String[]
          -
          -
          Parameters:
          -
          allLines - a List of String[], with each String[] representing a line of - the file.
          -
          applyQuotesToAll - true if all values are to be quoted. false if quotes only - to be applied to values which contain the separator, escape, - quote or new line characters.
          -
          -
        • -
        - - - -
          -
        • -

          writeAll

          -
          public void writeAll(List<String[]> allLines)
          -
          Writes the entire list to a CSV file. The list is assumed to be a - String[]
          -
          -
          Parameters:
          -
          allLines - a List of String[], with each String[] representing a line of - the file.
          -
          -
        • -
        - - - -
          -
        • -

          writeNext

          -
          public void writeNext(String[] nextLine,
          -                      boolean applyQuotesToAll)
          -
          Writes the next line to the file.
          -
          -
          Parameters:
          -
          nextLine - a string array with each comma-separated element as a separate - entry.
          -
          applyQuotesToAll - true if all values are to be quoted. false applies quotes only - to values which contain the separator, escape, quote or new line characters.
          -
          -
        • -
        - - - -
          -
        • -

          writeNext

          -
          public void writeNext(String[] nextLine)
          -
          Writes the next line to the file.
          -
          -
          Parameters:
          -
          nextLine - a string array with each comma-separated element as a separate - entry.
          -
          -
        • -
        - - - -
          -
        • -

          stringContainsSpecialCharacters

          -
          protected boolean stringContainsSpecialCharacters(String line)
          -
          checks to see if the line contains special characters.
          -
          -
          Parameters:
          -
          line - - element of data to check for special characters.
          -
          Returns:
          -
          true if the line contains the quote, escape, separator, newline or return.
          -
          -
        • -
        - - - -
          -
        • -

          processLine

          -
          protected StringBuilder processLine(String nextElement)
          -
          Processes all the characters in a line.
          -
          -
          Parameters:
          -
          nextElement - - element to process.
          -
          Returns:
          -
          a StringBuilder with the elements data.
          -
          -
        • -
        - - - -
          -
        • -

          flush

          -
          public void flush()
          -           throws IOException
          -
          Flush underlying stream to writer.
          -
          -
          Specified by:
          -
          flush in interface Flushable
          -
          Throws:
          -
          IOException - if bad things happen
          -
          -
        • -
        - - - -
          -
        • -

          close

          -
          public void close()
          -           throws IOException
          -
          Close the underlying stream writer flushing any buffered content.
          -
          -
          Specified by:
          -
          close in interface Closeable
          -
          Specified by:
          -
          close in interface AutoCloseable
          -
          Throws:
          -
          IOException - if bad things happen
          -
          -
        • -
        - - - -
          -
        • -

          checkError

          -
          public boolean checkError()
          -
          Checks to see if the there has been an error in the printstream.
          -
          -
          Returns:
          -
          true if the print stream has encountered an error, - either on the underlying output stream or during a format - conversion.
          -
          -
        • -
        - - - -
          -
        • -

          flushQuietly

          -
          public void flushQuietly()
          -
          flushes the writer without throwing any exceptions.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/AbstractCSVToBean.html b/javadoc/liquibase/util/csv/opencsv/bean/AbstractCSVToBean.html deleted file mode 100644 index cd45ae9ae..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/AbstractCSVToBean.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - -AbstractCSVToBean (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class AbstractCSVToBean

    -
    -
    - -
    -
      -
    • -
      -
      Direct Known Subclasses:
      -
      CsvToBean
      -
      -
      -
      -
      public abstract class AbstractCSVToBean
      -extends Object
      -
      Converts CSV data to objects.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AbstractCSVToBean

          -
          public AbstractCSVToBean()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPropertyEditor

          -
          protected abstract PropertyEditor getPropertyEditor(PropertyDescriptor desc)
          -                                             throws ReflectiveOperationException
          -
          Attempt to find custom property editor on descriptor first, else try the propery editor manager.
          -
          -
          Parameters:
          -
          desc - - PropertyDescriptor.
          -
          Returns:
          -
          - the PropertyEditor for the given PropertyDescriptor.
          -
          Throws:
          -
          ReflectiveOperationException - - thrown when getting the PropertyEditor for the class.
          -
          -
        • -
        - - - -
          -
        • -

          checkForTrim

          -
          protected String checkForTrim(String s,
          -                              PropertyDescriptor prop)
          -
          Returns the trimmed value of the string only if the property the string is describing should be trimmed - to be converted to that type.
          -
          -
          Parameters:
          -
          s - - String describing the value.
          -
          prop - - property descriptor of the value.
          -
          Returns:
          -
          the string passed in if the property is a string otherwise it will return the string with the - beginning and end whitespace removed.
          -
          -
        • -
        - - - -
          -
        • -

          convertValue

          -
          protected Object convertValue(String value,
          -                              PropertyDescriptor prop)
          -                       throws ReflectiveOperationException
          -
          Convert a string value to its Object value.
          -
          -
          Parameters:
          -
          value - - String value
          -
          prop - - PropertyDescriptor
          -
          Returns:
          -
          The object set to value (i.e. Integer). Will return String if no PropertyEditor is found.
          -
          Throws:
          -
          ReflectiveOperationException - - Thrown on error getting the property editor from the property descriptor.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/BeanField.html b/javadoc/liquibase/util/csv/opencsv/bean/BeanField.html deleted file mode 100644 index 4193ed6c9..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/BeanField.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -BeanField (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class BeanField

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class BeanField
      -extends Object
      -
      Used to extend the Field class to add a required flag. This flag determines if the field has to have information, - or in the case of the String class cannot be an empty String.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          BeanField

          -
          public BeanField(Field field,
          -                 boolean required)
          -
          -
          Parameters:
          -
          field - - A java.lang.reflect.Field object.
          -
          required - - true if the field is required to contain a value, false if it is allowed to be null or blank String.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getField

          -
          public Field getField()
          -
          -
          Returns:
          -
          - a field object
          -
          See Also:
          -
          Field
          -
          -
        • -
        - - - -
          -
        • -

          isRequired

          -
          public boolean isRequired()
          -
          -
          Returns:
          -
          - true if the field is required to be set (cannot be null or empty string), false otherwise.
          -
          -
        • -
        - - - - - -
          -
        • -

          setFieldValue

          -
          public <T> void setFieldValue(T bean,
          -                              String value)
          -                       throws IllegalAccessException
          -
          -
          Type Parameters:
          -
          T - - Type of the bean.
          -
          Parameters:
          -
          bean - - Object containing the field to be set.
          -
          value - - String containing the value to set the field to.
          -
          Throws:
          -
          IllegalAccessException - - Thrown on reflection error.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/ColumnPositionMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/ColumnPositionMappingStrategy.html deleted file mode 100644 index 60a65ee7b..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/ColumnPositionMappingStrategy.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - -ColumnPositionMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class ColumnPositionMappingStrategy<T>

    -
    -
    - -
    -
      -
    • -
      -
      Type Parameters:
      -
      T - - Type of object that is being processed.
      -
      -
      -
      All Implemented Interfaces:
      -
      MappingStrategy<T>
      -
      -
      -
      -
      public class ColumnPositionMappingStrategy<T>
      -extends HeaderColumnNameMappingStrategy<T>
      -
      Allows for the mapping of columns with their positions. Using this strategy requires all the columns - to be present in the csv file and for them to be in a particular order. Also this strategy requires - that the file does NOT have an header. That said the main use of this strategy is files that - do not have headers.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ColumnPositionMappingStrategy

          -
          public ColumnPositionMappingStrategy()
          -
          Default Constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName(int col)
          -
          gets a column name.
          -
          -
          Overrides:
          -
          getColumnName in class HeaderColumnNameMappingStrategy<T>
          -
          Parameters:
          -
          col - - position of the column.
          -
          Returns:
          -
          - column name or null if col > number of mappings.
          -
          -
        • -
        - - - -
          -
        • -

          getColumnMapping

          -
          public String[] getColumnMapping()
          -
          Retrieves the column mappings.
          -
          -
          Returns:
          -
          - String array with the column mappings.
          -
          -
        • -
        - - - -
          -
        • -

          setColumnMapping

          -
          public void setColumnMapping(String... columnMapping)
          -
          Setter for the ColumnMappings.
          -
          -
          Parameters:
          -
          columnMapping - - column names to be mapped.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/CsvBind.html b/javadoc/liquibase/util/csv/opencsv/bean/CsvBind.html deleted file mode 100644 index 3a0a2064e..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/CsvBind.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -CsvBind (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Annotation Type CsvBind

    -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Optional Element Summary

        - - - - - - - - - - -
        Optional Elements 
        Modifier and TypeOptional Element and Description
        booleanrequired 
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Element Detail

        - - - -
          -
        • -

          required

          -
          public abstract boolean required
          -
          -
          Returns:
          -
          if the field is required to contain information.
          -
          -
          -
          Default:
          -
          false
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/CsvToBean.html b/javadoc/liquibase/util/csv/opencsv/bean/CsvToBean.html deleted file mode 100644 index 0437b57d3..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/CsvToBean.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - -CsvToBean (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class CsvToBean<T>

    -
    -
    - -
    -
      -
    • -
      -
      Type Parameters:
      -
      T - - class to convert the objects to.
      -
      -
      -
      -
      public class CsvToBean<T>
      -extends AbstractCSVToBean
      -
      Converts CSV data to objects.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CsvToBean

          -
          public CsvToBean()
          -
          Default constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          parse

          -
          public List<T> parse(MappingStrategy<T> mapper,
          -                     Reader reader)
          -
          parse the values from a csvReader constructed from the passed in Reader.
          -
          -
          Parameters:
          -
          mapper - - mapping strategy for the bean.
          -
          reader - - Reader used to construct a CSVReader
          -
          Returns:
          -
          List of Objects.
          -
          -
        • -
        - - - -
          -
        • -

          parse

          -
          public List<T> parse(MappingStrategy<T> mapper,
          -                     Reader reader,
          -                     CsvToBeanFilter filter)
          -
          parse the values from a csvReader constructed from the passed in Reader.
          -
          -
          Parameters:
          -
          mapper - - mapping strategy for the bean.
          -
          reader - - Reader used to construct a CSVReader
          -
          filter - - CsvToBeanFilter to apply - null if no filter.
          -
          Returns:
          -
          List of Objects.
          -
          -
        • -
        - - - -
          -
        • -

          parse

          -
          public List<T> parse(MappingStrategy<T> mapper,
          -                     CSVReader csv)
          -
          parse the values from the csvReader.
          -
          -
          Parameters:
          -
          mapper - - mapping strategy for the bean.
          -
          csv - - CSVReader
          -
          Returns:
          -
          List of Objects.
          -
          -
        • -
        - - - -
          -
        • -

          parse

          -
          public List<T> parse(MappingStrategy<T> mapper,
          -                     CSVReader csv,
          -                     CsvToBeanFilter filter)
          -
          parse the values from the csvReader.
          -
          -
          Parameters:
          -
          mapper - - mapping strategy for the bean.
          -
          csv - - CSVReader
          -
          filter - - CsvToBeanFilter to apply - null if no filter.
          -
          Returns:
          -
          List of Objects.
          -
          -
        • -
        - - - - - - - - -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/CsvToBeanFilter.html b/javadoc/liquibase/util/csv/opencsv/bean/CsvToBeanFilter.html deleted file mode 100644 index b3ec18a74..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/CsvToBeanFilter.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -CsvToBeanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Interface CsvToBeanFilter

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface CsvToBeanFilter
      -
      Here's an example showing how to use CsvToBean with a column - name mapping and line filtering. It assumes that there is a class named - Feature defined with setters setName(String) and - setState(String). The FEATURE_NAME and STATE columns in the - CSV file will be used. Any additional columns will be ignored. The filter - will eliminate any lines where the STATE value is "production". - -
      - 
      - private class StateFilter implements CsvToBeanFilter {
      -
      - 	private final MappingStrategy strategy;
      -
      - 	public NonProductionFilter(MappingStrategy strategy) {
      - 		this.strategy = strategy;
      - 	}
      -
      - 	public boolean allowLine(String[] line) {
      - 		int index = strategy.getColumnIndex("STATE");
      - 		String value = line[index];
      - 		boolean result = !"production".equals(value);
      - 		return result;
      - 	}
      -
      - }
      -
      - public List<Feature> parseCsv(InputStreamReader streamReader) {
      - 	HeaderColumnNameTranslateMappingStrategy<Feature> strategy = new HeaderColumnNameTranslateMappingStrategy();
      - 	Map<String, String> columnMap = new HashMap();
      - 	columnMap.put("FEATURE_NAME", "name");
      - 	columnMap.put("STATE", "state");
      - 	strategy.setColumnMapping(columnMap);
      - 	strategy.setType(Feature.class);
      - 	CSVReader reader = new CSVReader(streamReader);
      - 	CsvToBeanFilter filter = new StateFilter(strategy);
      - 	return new CsvToBean().parse(strategy, reader, filter);
      - }
      - 
      - 
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          allowLine

          -
          boolean allowLine(String[] line)
          -
          Determines if a line from the CSV file will be included in the - output of CsvToBean. If the CSV file has a header row, it - may be useful for implementations to call - MappingStrategy.getColumnIndex(java.lang.String) to identify the correct column - indexes to examine.
          -
          -
          Parameters:
          -
          line - a line of data from the CSV file
          -
          Returns:
          -
          true if the line is to be included in the output. Otherwise, - false.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameMappingStrategy.html deleted file mode 100644 index 64840808b..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameMappingStrategy.html +++ /dev/null @@ -1,756 +0,0 @@ - - - - - - -HeaderColumnNameMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class HeaderColumnNameMappingStrategy<T>

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy<T>
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          HeaderColumnNameMappingStrategy

          -
          public HeaderColumnNameMappingStrategy()
          -
          Default constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          captureHeader

          -
          public void captureHeader(CSVReader reader)
          -                   throws IOException
          -
          Retrieves the header from the CSVReader.
          -
          -
          Specified by:
          -
          captureHeader in interface MappingStrategy<T>
          -
          Parameters:
          -
          reader - the CSVReader to use for header parsing
          -
          Throws:
          -
          IOException - - thrown on error reading from the CSVReader.
          -
          -
        • -
        - - - -
          -
        • -

          createIndexLookup

          -
          protected void createIndexLookup(String[] values)
          -
          Creates an index map of column names to column position.
          -
          -
          Parameters:
          -
          values - - array of header values.
          -
          -
        • -
        - - - -
          -
        • -

          resetIndexMap

          -
          protected void resetIndexMap()
          -
          Resets index map of column names to column position.
          -
        • -
        - - - -
          -
        • -

          getColumnIndex

          -
          public Integer getColumnIndex(String name)
          -
          Gets the column index that corresponds to a specific colum name. - If the CSV file doesn't have a header row, this method will always return - null.
          -
          -
          Specified by:
          -
          getColumnIndex in interface MappingStrategy<T>
          -
          Parameters:
          -
          name - the column name
          -
          Returns:
          -
          the column index, or null if the name doesn't exist
          -
          -
        • -
        - - - -
          -
        • -

          findDescriptor

          -
          public PropertyDescriptor findDescriptor(int col)
          -                                  throws IntrospectionException
          -
          Gets the property descriptor for a given column position.
          -
          -
          Specified by:
          -
          findDescriptor in interface MappingStrategy<T>
          -
          Parameters:
          -
          col - the column to find the description for
          -
          Returns:
          -
          - the property descriptor for the column position or null if one could not be found.
          -
          Throws:
          -
          IntrospectionException - - thrown on error retrieving the property description.
          -
          -
        • -
        - - - -
          -
        • -

          findField

          -
          public BeanField findField(int col)
          -
          Gets the field for a given column position.
          -
          -
          Specified by:
          -
          findField in interface MappingStrategy<T>
          -
          Parameters:
          -
          col - the column to find the field for
          -
          Returns:
          -
          - BeanField containing the field - and whether it is mandatory - for a given column position, or null if - one could not be found
          -
          -
        • -
        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName(int col)
          -
          Get the column name for a given column position.
          -
          -
          Parameters:
          -
          col - - column position.
          -
          Returns:
          -
          - the column name or null if the position is larger than the header array or there is no headers defined.
          -
          -
        • -
        - - - -
          -
        • -

          findDescriptor

          -
          protected PropertyDescriptor findDescriptor(String name)
          -                                     throws IntrospectionException
          -
          Find the property descriptor for a given column.
          -
          -
          Parameters:
          -
          name - - column name to look up.
          -
          Returns:
          -
          - the property descriptor for the column.
          -
          Throws:
          -
          IntrospectionException - - thrown on error loading the property descriptors.
          -
          -
        • -
        - - - -
          -
        • -

          findField

          -
          protected BeanField findField(String name)
          -
          Find the field for a given column.
          -
          -
          Parameters:
          -
          name - - the column name to look up.
          -
          Returns:
          -
          - BeanField containing the field - and whether it is mandatory - for the column.
          -
          -
        • -
        - - - -
          -
        • -

          matches

          -
          protected boolean matches(String name,
          -                          PropertyDescriptor desc)
          -
          Determines if the name of a property descriptor matches the column name. - Currently only used by unit tests.
          -
          -
          Parameters:
          -
          name - - name of the column.
          -
          desc - - property descriptor to check against
          -
          Returns:
          -
          - true if the name matches the name in the property descriptor.
          -
          -
        • -
        - - - - - - - -
          -
        • -

          loadFieldMap

          -
          protected Map<String,BeanField> loadFieldMap()
          -
          Builds a map of fields (and whether they're mandatory) for the Bean.
          -
          -
          Returns:
          -
          - a map of fields (and whether they're mandatory)
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getType

          -
          public Class<T> getType()
          -
          get the class type that the Strategy is mapping.
          -
          -
          Returns:
          -
          Class of the object that mapper will create.
          -
          -
        • -
        - - - -
          -
        • -

          setType

          -
          public void setType(Class<T> type)
          -
          Sets the class type that is being mapped.
          -
          -
          Parameters:
          -
          type - Class type.
          -
          -
        • -
        - - - -
          -
        • -

          isAnnotationDriven

          -
          public boolean isAnnotationDriven()
          -
          Determines whether the mapping strategy is driven by CsvBind annotations.
          -
          -
          Specified by:
          -
          isAnnotationDriven in interface MappingStrategy<T>
          -
          Returns:
          -
          whether the mapping strategy is driven by annotations
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html deleted file mode 100644 index a81acbddd..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -HeaderColumnNameTranslateMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Class HeaderColumnNameTranslateMappingStrategy<T>

    -
    -
    - -
    -
      -
    • -
      -
      Type Parameters:
      -
      T - - class to be mapped.
      -
      -
      -
      All Implemented Interfaces:
      -
      MappingStrategy<T>
      -
      -
      -
      -
      public class HeaderColumnNameTranslateMappingStrategy<T>
      -extends HeaderColumnNameMappingStrategy<T>
      -
      Expands on HeaderColumnNameMappingStrategy by allowing the user to pass in a map of column names to - bean names. This way the fields in the bean do not have to match the fields in the csv file.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          HeaderColumnNameTranslateMappingStrategy

          -
          public HeaderColumnNameTranslateMappingStrategy()
          -
          Default constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getColumnName

          -
          public String getColumnName(int col)
          -
          Retrieves the column name for a given column position
          -
          -
          Overrides:
          -
          getColumnName in class HeaderColumnNameMappingStrategy<T>
          -
          Parameters:
          -
          col - - column position.
          -
          Returns:
          -
          - The column name.
          -
          -
        • -
        - - - -
          -
        • -

          getColumnMapping

          -
          public Map<String,String> getColumnMapping()
          -
          retrieves the column mappings of the strategy.
          -
          -
          Returns:
          -
          - the column mappings of the strategy.
          -
          -
        • -
        - - - -
          -
        • -

          setColumnMapping

          -
          public void setColumnMapping(Map<String,String> columnMapping)
          -
          Sets the column mapping to those passed in.
          -
          -
          Parameters:
          -
          columnMapping - - source column mapping.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/MappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/MappingStrategy.html deleted file mode 100644 index 3d4108a69..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/MappingStrategy.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - -MappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.bean
    -

    Interface MappingStrategy<T>

    -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        voidcaptureHeader(CSVReader reader) -
        Implementation of this method can grab the header line before parsing begins to use to map columns - to bean properties.
        -
        TcreateBean() -
        Implementation will return a bean of the type of object you are mapping.
        -
        PropertyDescriptorfindDescriptor(int col) -
        Implementation will have to return a property descriptor from a bean based on the current column.
        -
        BeanFieldfindField(int col) -
        Implementation will have to return - based on the current column - a BeanField containing - the Field and a boolean representing whether the field is required (mandatory) or not.
        -
        IntegergetColumnIndex(String name) -
        Gets the column index that corresponds to a specific colum name.
        -
        booleanisAnnotationDriven() -
        Determines whether the mapping strategy is driven by CsvBind annotations.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          findDescriptor

          -
          PropertyDescriptor findDescriptor(int col)
          -                           throws IntrospectionException
          -
          Implementation will have to return a property descriptor from a bean based on the current column.
          -
          -
          Parameters:
          -
          col - the column to find the description for
          -
          Returns:
          -
          the related PropertyDescriptor
          -
          Throws:
          -
          IntrospectionException - - thrown on error loading the property descriptors.
          -
          -
        • -
        - - - -
          -
        • -

          findField

          -
          BeanField findField(int col)
          -
          Implementation will have to return - based on the current column - a BeanField containing - the Field and a boolean representing whether the field is required (mandatory) or not.
          -
          -
          Parameters:
          -
          col - the column to find the field for
          -
          Returns:
          -
          BeanField containing Field and whether it is required
          -
          -
        • -
        - - - - - - - -
          -
        • -

          captureHeader

          -
          void captureHeader(CSVReader reader)
          -            throws IOException
          -
          Implementation of this method can grab the header line before parsing begins to use to map columns - to bean properties.
          -
          -
          Parameters:
          -
          reader - the CSVReader to use for header parsing
          -
          Throws:
          -
          IOException - if parsing fails
          -
          -
        • -
        - - - -
          -
        • -

          getColumnIndex

          -
          Integer getColumnIndex(String name)
          -
          Gets the column index that corresponds to a specific colum name. - If the CSV file doesn't have a header row, this method will always return - null.
          -
          -
          Parameters:
          -
          name - the column name
          -
          Returns:
          -
          the column index, or null if the name doesn't exist
          -
          -
        • -
        - - - -
          -
        • -

          isAnnotationDriven

          -
          boolean isAnnotationDriven()
          -
          Determines whether the mapping strategy is driven by CsvBind annotations.
          -
          -
          Returns:
          -
          whether the mapping strategy is driven by annotations
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/AbstractCSVToBean.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/AbstractCSVToBean.html deleted file mode 100644 index afd3b1b94..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/AbstractCSVToBean.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.AbstractCSVToBean (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.AbstractCSVToBean

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/BeanField.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/BeanField.html deleted file mode 100644 index dc9445f26..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/BeanField.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.BeanField (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.BeanField

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/ColumnPositionMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/ColumnPositionMappingStrategy.html deleted file mode 100644 index de1ca8a62..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/ColumnPositionMappingStrategy.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy

    -
    -
    No usage of liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvBind.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvBind.html deleted file mode 100644 index 4a72a0e0d..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvBind.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.CsvBind (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.CsvBind

    -
    -
    No usage of liquibase.util.csv.opencsv.bean.CsvBind
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBean.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBean.html deleted file mode 100644 index 1b01ffb0e..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBean.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.CsvToBean (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.CsvToBean

    -
    -
    No usage of liquibase.util.csv.opencsv.bean.CsvToBean
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBeanFilter.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBeanFilter.html deleted file mode 100644 index 848e0a2b7..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/CsvToBeanFilter.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.csv.opencsv.bean.CsvToBeanFilter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.csv.opencsv.bean.CsvToBeanFilter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameMappingStrategy.html deleted file mode 100644 index 303265c55..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameMappingStrategy.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameTranslateMappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameTranslateMappingStrategy.html deleted file mode 100644 index 086261861..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/HeaderColumnNameTranslateMappingStrategy.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy

    -
    -
    No usage of liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/class-use/MappingStrategy.html b/javadoc/liquibase/util/csv/opencsv/bean/class-use/MappingStrategy.html deleted file mode 100644 index 1f5eaf9b6..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/class-use/MappingStrategy.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.csv.opencsv.bean.MappingStrategy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.csv.opencsv.bean.MappingStrategy

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/package-frame.html b/javadoc/liquibase/util/csv/opencsv/bean/package-frame.html deleted file mode 100644 index 436ef7927..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/package-frame.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.bean (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.csv.opencsv.bean

    - - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/package-summary.html b/javadoc/liquibase/util/csv/opencsv/bean/package-summary.html deleted file mode 100644 index 27497d1b8..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/package-summary.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.bean (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.csv.opencsv.bean

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      CsvToBeanFilter -
      Here's an example showing how to use CsvToBean with a column - name mapping and line filtering.
      -
      MappingStrategy<T> -
      The interface for the classes that handle translating between the columns in the csv file - to an actual object.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      AbstractCSVToBean -
      Converts CSV data to objects.
      -
      BeanField -
      Used to extend the Field class to add a required flag.
      -
      ColumnPositionMappingStrategy<T> -
      Allows for the mapping of columns with their positions.
      -
      CsvToBean<T> -
      Converts CSV data to objects.
      -
      HeaderColumnNameMappingStrategy<T> -
      Maps data to objects using the column names in the first row of the csv - file as reference.
      -
      HeaderColumnNameTranslateMappingStrategy<T> -
      Expands on HeaderColumnNameMappingStrategy by allowing the user to pass in a map of column names to - bean names.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Annotation Types Summary 
      Annotation TypeDescription
      CsvBind -
      Annotation for fields to mark if they are required or not.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/package-tree.html b/javadoc/liquibase/util/csv/opencsv/bean/package-tree.html deleted file mode 100644 index 8dbd6b2a1..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.bean Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.csv.opencsv.bean

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Annotation Type Hierarchy

    -
      -
    • liquibase.util.csv.opencsv.bean.CsvBind (implements java.lang.annotation.Annotation)
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/bean/package-use.html b/javadoc/liquibase/util/csv/opencsv/bean/package-use.html deleted file mode 100644 index 0158168bc..000000000 --- a/javadoc/liquibase/util/csv/opencsv/bean/package-use.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Uses of Package liquibase.util.csv.opencsv.bean (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.csv.opencsv.bean

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/class-use/CSVIterator.html b/javadoc/liquibase/util/csv/opencsv/class-use/CSVIterator.html deleted file mode 100644 index 3a9994206..000000000 --- a/javadoc/liquibase/util/csv/opencsv/class-use/CSVIterator.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.CSVIterator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.CSVIterator

    -
    -
    No usage of liquibase.util.csv.opencsv.CSVIterator
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/class-use/CSVParser.html b/javadoc/liquibase/util/csv/opencsv/class-use/CSVParser.html deleted file mode 100644 index 61ed05e2f..000000000 --- a/javadoc/liquibase/util/csv/opencsv/class-use/CSVParser.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.CSVParser (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.CSVParser

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/class-use/CSVReader.html b/javadoc/liquibase/util/csv/opencsv/class-use/CSVReader.html deleted file mode 100644 index 15e363458..000000000 --- a/javadoc/liquibase/util/csv/opencsv/class-use/CSVReader.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.CSVReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.CSVReader

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/class-use/CSVWriter.html b/javadoc/liquibase/util/csv/opencsv/class-use/CSVWriter.html deleted file mode 100644 index 5c17815da..000000000 --- a/javadoc/liquibase/util/csv/opencsv/class-use/CSVWriter.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.CSVWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.CSVWriter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/CSVReaderNullFieldIndicator.html b/javadoc/liquibase/util/csv/opencsv/enums/CSVReaderNullFieldIndicator.html deleted file mode 100644 index d91c03e8b..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/CSVReaderNullFieldIndicator.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -CSVReaderNullFieldIndicator (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.enums
    -

    Enum CSVReaderNullFieldIndicator

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable, Comparable<CSVReaderNullFieldIndicator>
      -
      -
      -
      -
      public enum CSVReaderNullFieldIndicator
      -extends Enum<CSVReaderNullFieldIndicator>
      -
      Enumeration used to tell the CSVParser what to consider null. -

      - EMPTY_SEPARATORS - two sequential separators are null. - EMPTY_QUOTES - two sequential quotes are null - BOTH - both are null - NEITHER - default. Both are considered empty string.

      -
    • -
    -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          values

          -
          public static CSVReaderNullFieldIndicator[] values()
          -
          Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
          -for (CSVReaderNullFieldIndicator c : CSVReaderNullFieldIndicator.values())
          -    System.out.println(c);
          -
          -
          -
          Returns:
          -
          an array containing the constants of this enum type, in the order they are declared
          -
          -
        • -
        - - - -
          -
        • -

          valueOf

          -
          public static CSVReaderNullFieldIndicator valueOf(String name)
          -
          Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
          -
          -
          Parameters:
          -
          name - the name of the enum constant to be returned.
          -
          Returns:
          -
          the enum constant with the specified name
          -
          Throws:
          -
          IllegalArgumentException - if this enum type has no constant with the specified name
          -
          NullPointerException - if the argument is null
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/class-use/CSVReaderNullFieldIndicator.html b/javadoc/liquibase/util/csv/opencsv/enums/class-use/CSVReaderNullFieldIndicator.html deleted file mode 100644 index 881d698f7..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/class-use/CSVReaderNullFieldIndicator.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.enums.CSVReaderNullFieldIndicator (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.enums.CSVReaderNullFieldIndicator

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/package-frame.html b/javadoc/liquibase/util/csv/opencsv/enums/package-frame.html deleted file mode 100644 index e2a21a7e7..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.enums (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.csv.opencsv.enums

    - - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/package-summary.html b/javadoc/liquibase/util/csv/opencsv/enums/package-summary.html deleted file mode 100644 index 36b20b5f3..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/package-summary.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.enums (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.csv.opencsv.enums

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Enum Summary 
      EnumDescription
      CSVReaderNullFieldIndicator -
      Enumeration used to tell the CSVParser what to consider null.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/package-tree.html b/javadoc/liquibase/util/csv/opencsv/enums/package-tree.html deleted file mode 100644 index 49c06bf3c..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/package-tree.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.enums Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.csv.opencsv.enums

    -Package Hierarchies: - -
    -
    -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/enums/package-use.html b/javadoc/liquibase/util/csv/opencsv/enums/package-use.html deleted file mode 100644 index a3922a3fa..000000000 --- a/javadoc/liquibase/util/csv/opencsv/enums/package-use.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Package liquibase.util.csv.opencsv.enums (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.csv.opencsv.enums

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/package-frame.html b/javadoc/liquibase/util/csv/opencsv/package-frame.html deleted file mode 100644 index f4b8798ce..000000000 --- a/javadoc/liquibase/util/csv/opencsv/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.csv.opencsv

    - - - diff --git a/javadoc/liquibase/util/csv/opencsv/package-summary.html b/javadoc/liquibase/util/csv/opencsv/package-summary.html deleted file mode 100644 index aa76eebdd..000000000 --- a/javadoc/liquibase/util/csv/opencsv/package-summary.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.csv.opencsv

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      CSVIterator -
      Provides an Iterator over the data found in opencsv.
      -
      CSVParser -
      A very simple CSV parser released under a commercial-friendly license.
      -
      CSVReader -
      A very simple CSV reader released under a commercial-friendly license.
      -
      CSVWriter -
      A very simple CSV writer released under a commercial-friendly license.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/package-tree.html b/javadoc/liquibase/util/csv/opencsv/package-tree.html deleted file mode 100644 index 290860c37..000000000 --- a/javadoc/liquibase/util/csv/opencsv/package-tree.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.csv.opencsv

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/package-use.html b/javadoc/liquibase/util/csv/opencsv/package-use.html deleted file mode 100644 index be978c33f..000000000 --- a/javadoc/liquibase/util/csv/opencsv/package-use.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -Uses of Package liquibase.util.csv.opencsv (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.csv.opencsv

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/LineReader.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/LineReader.html deleted file mode 100644 index 084548ecf..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/LineReader.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - -LineReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.csv.opencsv.stream.reader
    -

    Class LineReader

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.util.csv.opencsv.stream.reader.LineReader
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class LineReader
      -extends Object
      -
      This class was created for issue #106 (https://sourceforge.net/p/opencsv/bugs/106/) where - carriage returns were being removed. This class allows the user to determine if they wish to keep or - remove them from the data being read. -

      - Created by scott on 2/19/15.

      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LineReader

          -
          public LineReader(BufferedReader reader,
          -                  boolean keepCarriageReturns)
          -
          LineReader constructor.
          -
          -
          Parameters:
          -
          reader - - Reader that data will be read from.
          -
          keepCarriageReturns - - true if carriage returns should remain in the data, false to remove them.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          readLine

          -
          public String readLine()
          -                throws IOException
          -
          Reads the next line from the Reader.
          -
          -
          Returns:
          -
          - Line read from reader.
          -
          Throws:
          -
          IOException - - on error from BufferedReader
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/class-use/LineReader.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/class-use/LineReader.html deleted file mode 100644 index 943cfb4f9..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/class-use/LineReader.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.csv.opencsv.stream.reader.LineReader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.csv.opencsv.stream.reader.LineReader

    -
    -
    No usage of liquibase.util.csv.opencsv.stream.reader.LineReader
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-frame.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/package-frame.html deleted file mode 100644 index 8c4f977ef..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.stream.reader (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.csv.opencsv.stream.reader

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-summary.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/package-summary.html deleted file mode 100644 index a301a4427..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-summary.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.stream.reader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.csv.opencsv.stream.reader

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      LineReader -
      This class was created for issue #106 (https://sourceforge.net/p/opencsv/bugs/106/) where - carriage returns were being removed.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-tree.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/package-tree.html deleted file mode 100644 index 20145fb95..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.util.csv.opencsv.stream.reader Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.csv.opencsv.stream.reader

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-use.html b/javadoc/liquibase/util/csv/opencsv/stream/reader/package-use.html deleted file mode 100644 index e2b49e8cf..000000000 --- a/javadoc/liquibase/util/csv/opencsv/stream/reader/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.util.csv.opencsv.stream.reader (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.csv.opencsv.stream.reader

    -
    -
    No usage of liquibase.util.csv.opencsv.stream.reader
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/package-frame.html b/javadoc/liquibase/util/csv/package-frame.html deleted file mode 100644 index f414de979..000000000 --- a/javadoc/liquibase/util/csv/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -liquibase.util.csv (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.csv

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/util/csv/package-summary.html b/javadoc/liquibase/util/csv/package-summary.html deleted file mode 100644 index 174327cf0..000000000 --- a/javadoc/liquibase/util/csv/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.util.csv (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.csv

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      CSVReader 
      CSVWriter 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/package-tree.html b/javadoc/liquibase/util/csv/package-tree.html deleted file mode 100644 index 520ab6c8c..000000000 --- a/javadoc/liquibase/util/csv/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -liquibase.util.csv Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.csv

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/csv/package-use.html b/javadoc/liquibase/util/csv/package-use.html deleted file mode 100644 index 318889199..000000000 --- a/javadoc/liquibase/util/csv/package-use.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Package liquibase.util.csv (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.csv

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/file/FilenameUtils.html b/javadoc/liquibase/util/file/FilenameUtils.html deleted file mode 100644 index dda85ecc8..000000000 --- a/javadoc/liquibase/util/file/FilenameUtils.html +++ /dev/null @@ -1,1436 +0,0 @@ - - - - - - -FilenameUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.file
    -

    Class FilenameUtils

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class FilenameUtils
      -extends Object
      -

      Original code copied from Commons IO. - Some modifications done. Don't update directly to new versions from commons io. -

      - General filename and filepath manipulation utilities. -

      - When dealing with filenames you can hit problems when moving from a Windows - based development machine to a Unix based production machine. - This class aims to help avoid those problems. -

      - NOTE: You may be able to avoid using this class entirely simply by - using JDK File objects and the two argument constructor - File(File,String). -

      - Most methods on this class are designed to work the same on both Unix and Windows. - Those that don't include 'System', 'Unix' or 'Windows' in their name. -

      - Most methods recognise both separators (forward and back), and both - sets of prefixes. See the javadoc of each method for details. -

      - This class defines six components within a filename - (example C:\dev\project\file.txt): -

        -
      • the prefix - C:\
      • -
      • the path - dev\project\
      • -
      • the full path - C:\dev\project\
      • -
      • the name - file.txt
      • -
      • the base name - file
      • -
      • the extension - txt
      • -
      - Note that this class works best if directory filenames end with a separator. - If you omit the last separator, it is impossible to determine if the filename - corresponds to a file or a directory. As a result, we have chosen to say - it corresponds to a file. -

      - This class only supports Unix and Windows style names. - Prefixes are matched as follows: -

      - Windows:
      - a\b\c.txt           --> ""          --> relative
      - \a\b\c.txt          --> "\"         --> current drive absolute
      - C:a\b\c.txt         --> "C:"        --> drive relative
      - C:\a\b\c.txt        --> "C:\"       --> absolute
      - \\server\a\b\c.txt  --> "\\server\" --> UNC
      -
      - Unix:
      - a/b/c.txt           --> ""          --> relative
      - /a/b/c.txt          --> "/"         --> absolute
      - ~/a/b/c.txt         --> "~/"        --> current user
      - ~                   --> "~/"        --> current user (slash added)
      - ~user/a/b/c.txt     --> "~user/"    --> named user
      - ~user               --> "~user/"    --> named user (slash added)
      - 
      - Both prefix styles are matched always, irrespective of the machine that you are - currently running on. -

      - Origin of code: Excalibur, Alexandria, Tomcat, Commons-Utils.

      -
      -
      Since:
      -
      Commons IO 1.1
      -
      Version:
      -
      $Id: FilenameUtils.java 609870 2008-01-08 04:46:26Z niallp $
      -
      Author:
      -
      Kevin A. Burton, Scott Sanders, Daniel Rall, Christoph.Reck, Peter Donald, Jeff Turner, Matthew Hawthorne, Martin Cooper, Jeremias Maerki, Stephen Colebourne
      -
      -
    • -
    -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        FilenameUtils() -
        Instances should NOT be constructed in standard programming.
        -
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Static Methods Concrete Methods 
        Modifier and TypeMethod and Description
        static Stringconcat(String basePath, - String fullFilenameToAdd) -
        Concatenates a filename to a base path using normal command line style rules.
        -
        static booleanequals(String filename1, - String filename2) -
        Checks whether two filenames are equal exactly.
        -
        static booleanequals(String filename1, - String filename2, - boolean normalized, - liquibase.util.file.IOCase caseSensitivity) -
        Checks whether two filenames are equal, optionally normalizing and providing - control over the case-sensitivity.
        -
        static booleanequalsNormalized(String filename1, - String filename2) -
        Checks whether two filenames are equal after both have been normalized.
        -
        static booleanequalsNormalizedOnSystem(String filename1, - String filename2) -
        Checks whether two filenames are equal after both have been normalized - and using the case rules of the system.
        -
        static booleanequalsOnSystem(String filename1, - String filename2) -
        Checks whether two filenames are equal using the case rules of the system.
        -
        static StringgetBaseName(String filename) -
        Gets the base name, minus the full path and extension, from a full filename.
        -
        static StringgetExtension(String filename) -
        Gets the extension of a filename.
        -
        static StringgetFullPath(String filename) -
        Gets the full path from a full filename, which is the prefix + path.
        -
        static StringgetFullPathNoEndSeparator(String filename) -
        Gets the full path from a full filename, which is the prefix + path, - and also excluding the final directory separator.
        -
        static StringgetName(String filename) -
        Gets the name minus the path from a full filename.
        -
        static StringgetPath(String filename) -
        Gets the path from a full filename, which excludes the prefix.
        -
        static StringgetPathNoEndSeparator(String filename) -
        Gets the path from a full filename, which excludes the prefix, and - also excluding the final directory separator.
        -
        static StringgetPrefix(String filename) -
        Gets the prefix from a full filename, such as C:/ - or ~/.
        -
        static intgetPrefixLength(String filename) -
        Returns the length of the filename prefix, such as C:/ or ~/.
        -
        static intindexOfExtension(String filename) -
        Returns the index of the last extension separator character, which is a dot.
        -
        static intindexOfLastSeparator(String filename) -
        Returns the index of the last directory separator character.
        -
        static booleanisExtension(String filename, - Collection extensions) -
        Checks whether the extension of the filename is one of those specified.
        -
        static booleanisExtension(String filename, - String extension) -
        Checks whether the extension of the filename is that specified.
        -
        static booleanisExtension(String filename, - String[] extensions) -
        Checks whether the extension of the filename is one of those specified.
        -
        static Stringnormalize(String filename) -
        Normalizes a path, removing double and single dot path steps.
        -
        static StringnormalizeNoEndSeparator(String filename) -
        Normalizes a path, removing double and single dot path steps, - and removing any final directory separator.
        -
        static StringremoveExtension(String filename) -
        Removes the extension from a filename.
        -
        static StringseparatorsToSystem(String path) -
        Converts all separators to the system separator.
        -
        static StringseparatorsToUnix(String path) -
        Converts all separators to the Unix separator of forward slash.
        -
        static StringseparatorsToWindows(String path) -
        Converts all separators to the Windows separator of backslash.
        -
        static booleanwildcardMatch(String filename, - String wildcardMatcher) -
        Checks a filename to see if it matches the specified wildcard matcher, - always testing case-sensitive.
        -
        static booleanwildcardMatch(String filename, - String wildcardMatcher, - liquibase.util.file.IOCase caseSensitivity) -
        Checks a filename to see if it matches the specified wildcard matcher - allowing control over case-sensitivity.
        -
        static booleanwildcardMatchOnSystem(String filename, - String wildcardMatcher) -
        Checks a filename to see if it matches the specified wildcard matcher - using the case rules of the system.
        -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          EXTENSION_SEPARATOR

          -
          public static final char EXTENSION_SEPARATOR
          -
          The extension separator character.
          -
          -
          Since:
          -
          Commons IO 1.4
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          EXTENSION_SEPARATOR_STR

          -
          public static final String EXTENSION_SEPARATOR_STR
          -
          The extension separator String.
          -
          -
          Since:
          -
          Commons IO 1.4
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FilenameUtils

          -
          public FilenameUtils()
          -
          Instances should NOT be constructed in standard programming.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          normalize

          -
          public static String normalize(String filename)
          -
          Normalizes a path, removing double and single dot path steps. -

          - This method normalizes a path to a standard format. - The input may contain separators in either Unix or Windows format. - The output will contain separators in the format of the system. -

          - A trailing slash will be retained. - A double slash will be merged to a single slash (but UNC names are handled). - A single dot path segment will be removed. - A double dot will cause that path segment and the one before to be removed. - If the double dot has no parent path segment to work with, null - is returned. -

          - The output will be the same on both Unix and Windows except - for the separator character. -

          - /foo//               -->   /foo/
          - /foo/./              -->   /foo/
          - /foo/../bar          -->   /bar
          - /foo/../bar/         -->   /bar/
          - /foo/../bar/../baz   -->   /baz
          - //foo//./bar         -->   /foo/bar
          - /../                 -->   null
          - ../foo               -->   null
          - foo/bar/..           -->   foo/
          - foo/../../bar        -->   null
          - foo/../bar           -->   bar
          - //server/foo/../bar  -->   //server/bar
          - //server/../bar      -->   null
          - C:\foo\..\bar        -->   C:\bar
          - C:\..\bar            -->   null
          - ~/foo/../bar/        -->   ~/bar/
          - ~/../bar             -->   null
          - 
          - (Note the file separator returned will be correct for Windows/Unix)
          -
          -
          Parameters:
          -
          filename - the filename to normalize, null returns null
          -
          Returns:
          -
          the normalized filename, or null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          normalizeNoEndSeparator

          -
          public static String normalizeNoEndSeparator(String filename)
          -
          Normalizes a path, removing double and single dot path steps, - and removing any final directory separator. -

          - This method normalizes a path to a standard format. - The input may contain separators in either Unix or Windows format. - The output will contain separators in the format of the system. -

          - A trailing slash will be removed. - A double slash will be merged to a single slash (but UNC names are handled). - A single dot path segment will be removed. - A double dot will cause that path segment and the one before to be removed. - If the double dot has no parent path segment to work with, null - is returned. -

          - The output will be the same on both Unix and Windows except - for the separator character. -

          - /foo//               -->   /foo
          - /foo/./              -->   /foo
          - /foo/../bar          -->   /bar
          - /foo/../bar/         -->   /bar
          - /foo/../bar/../baz   -->   /baz
          - //foo//./bar         -->   /foo/bar
          - /../                 -->   null
          - ../foo               -->   null
          - foo/bar/..           -->   foo
          - foo/../../bar        -->   null
          - foo/../bar           -->   bar
          - //server/foo/../bar  -->   //server/bar
          - //server/../bar      -->   null
          - C:\foo\..\bar        -->   C:\bar
          - C:\..\bar            -->   null
          - ~/foo/../bar/        -->   ~/bar
          - ~/../bar             -->   null
          - 
          - (Note the file separator returned will be correct for Windows/Unix)
          -
          -
          Parameters:
          -
          filename - the filename to normalize, null returns null
          -
          Returns:
          -
          the normalized filename, or null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          concat

          -
          public static String concat(String basePath,
          -                            String fullFilenameToAdd)
          -
          Concatenates a filename to a base path using normal command line style rules. -

          - The effect is equivalent to resultant directory after changing - directory to the first argument, followed by changing directory to - the second argument. -

          - The first argument is the base path, the second is the path to concatenate. - The returned path is always normalized via normalize(String), - thus .. is handled. -

          - If pathToAdd is absolute (has an absolute prefix), then - it will be normalized and returned. - Otherwise, the paths will be joined, normalized and returned. -

          - The output will be the same on both Unix and Windows except - for the separator character. -

          - /foo/ + bar          -->   /foo/bar
          - /foo + bar           -->   /foo/bar
          - /foo + /bar          -->   /bar
          - /foo + C:/bar        -->   C:/bar
          - /foo + C:bar         -->   C:bar (*)
          - /foo/a/ + ../bar     -->   foo/bar
          - /foo/ + ../../bar    -->   null
          - /foo/ + /bar         -->   /bar
          - /foo/.. + /bar       -->   /bar
          - /foo + bar/c.txt     -->   /foo/bar/c.txt
          - /foo/c.txt + bar     -->   /foo/c.txt/bar (!)
          - 
          - (*) Note that the Windows relative drive prefix is unreliable when - used with this method. - (!) Note that the first parameter must be a path. If it ends with a name, then - the name will be built into the concatenated path. If this might be a problem, - use getFullPath(String) on the base path argument.
          -
          -
          Parameters:
          -
          basePath - the base path to attach to, always treated as a path
          -
          fullFilenameToAdd - the filename (or path) to attach to the base
          -
          Returns:
          -
          the concatenated path, or null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          separatorsToUnix

          -
          public static String separatorsToUnix(String path)
          -
          Converts all separators to the Unix separator of forward slash.
          -
          -
          Parameters:
          -
          path - the path to be changed, null ignored
          -
          Returns:
          -
          the updated path
          -
          -
        • -
        - - - -
          -
        • -

          separatorsToWindows

          -
          public static String separatorsToWindows(String path)
          -
          Converts all separators to the Windows separator of backslash.
          -
          -
          Parameters:
          -
          path - the path to be changed, null ignored
          -
          Returns:
          -
          the updated path
          -
          -
        • -
        - - - -
          -
        • -

          separatorsToSystem

          -
          public static String separatorsToSystem(String path)
          -
          Converts all separators to the system separator.
          -
          -
          Parameters:
          -
          path - the path to be changed, null ignored
          -
          Returns:
          -
          the updated path
          -
          -
        • -
        - - - -
          -
        • -

          getPrefixLength

          -
          public static int getPrefixLength(String filename)
          -
          Returns the length of the filename prefix, such as C:/ or ~/. -

          - This method will handle a file in either Unix or Windows format. -

          - The prefix length includes the first slash in the full filename - if applicable. Thus, it is possible that the length returned is greater - than the length of the input string. -

          - Windows:
          - a\b\c.txt           --> ""          --> relative
          - \a\b\c.txt          --> "\"         --> current drive absolute
          - C:a\b\c.txt         --> "C:"        --> drive relative
          - C:\a\b\c.txt        --> "C:\"       --> absolute
          - \\server\a\b\c.txt  --> "\\server\" --> UNC
          -
          - Unix:
          - a/b/c.txt           --> ""          --> relative
          - /a/b/c.txt          --> "/"         --> absolute
          - ~/a/b/c.txt         --> "~/"        --> current user
          - ~                   --> "~/"        --> current user (slash added)
          - ~user/a/b/c.txt     --> "~user/"    --> named user
          - ~user               --> "~user/"    --> named user (slash added)
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on. - ie. both Unix and Windows prefixes are matched regardless.

          -
          -
          Parameters:
          -
          filename - the filename to find the prefix in, null returns -1
          -
          Returns:
          -
          the length of the prefix, -1 if invalid or null
          -
          -
        • -
        - - - -
          -
        • -

          indexOfLastSeparator

          -
          public static int indexOfLastSeparator(String filename)
          -
          Returns the index of the last directory separator character. -

          - This method will handle a file in either Unix or Windows format. - The position of the last forward or backslash is returned. -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to find the last path separator in, null returns -1
          -
          Returns:
          -
          the index of the last separator character, or -1 if there - is no such character
          -
          -
        • -
        - - - -
          -
        • -

          indexOfExtension

          -
          public static int indexOfExtension(String filename)
          -
          Returns the index of the last extension separator character, which is a dot. -

          - This method also checks that there is no directory separator after the last dot. - To do this it uses indexOfLastSeparator(String) which will - handle a file in either Unix or Windows format. -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to find the last path separator in, null returns -1
          -
          Returns:
          -
          the index of the last separator character, or -1 if there - is no such character
          -
          -
        • -
        - - - -
          -
        • -

          getPrefix

          -
          public static String getPrefix(String filename)
          -
          Gets the prefix from a full filename, such as C:/ - or ~/. -

          - This method will handle a file in either Unix or Windows format. - The prefix includes the first slash in the full filename where applicable. -

          - Windows:
          - a\b\c.txt           --> ""          --> relative
          - \a\b\c.txt          --> "\"         --> current drive absolute
          - C:a\b\c.txt         --> "C:"        --> drive relative
          - C:\a\b\c.txt        --> "C:\"       --> absolute
          - \\server\a\b\c.txt  --> "\\server\" --> UNC
          -
          - Unix:
          - a/b/c.txt           --> ""          --> relative
          - /a/b/c.txt          --> "/"         --> absolute
          - ~/a/b/c.txt         --> "~/"        --> current user
          - ~                   --> "~/"        --> current user (slash added)
          - ~user/a/b/c.txt     --> "~user/"    --> named user
          - ~user               --> "~user/"    --> named user (slash added)
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on. - ie. both Unix and Windows prefixes are matched regardless.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the prefix of the file, null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          getPath

          -
          public static String getPath(String filename)
          -
          Gets the path from a full filename, which excludes the prefix. -

          - This method will handle a file in either Unix or Windows format. - The method is entirely text based, and returns the text before and - including the last forward or backslash. -

          - C:\a\b\c.txt --> a\b\
          - ~/a/b/c.txt  --> a/b/
          - a.txt        --> ""
          - a/b/c        --> a/b/
          - a/b/c/       --> a/b/c/
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on. -

          - This method drops the prefix from the result. - See getFullPath(String) for the method that retains the prefix.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the path of the file, an empty string if none exists, null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          getPathNoEndSeparator

          -
          public static String getPathNoEndSeparator(String filename)
          -
          Gets the path from a full filename, which excludes the prefix, and - also excluding the final directory separator. -

          - This method will handle a file in either Unix or Windows format. - The method is entirely text based, and returns the text before the - last forward or backslash. -

          - C:\a\b\c.txt --> a\b
          - ~/a/b/c.txt  --> a/b
          - a.txt        --> ""
          - a/b/c        --> a/b
          - a/b/c/       --> a/b/c
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on. -

          - This method drops the prefix from the result. - See getFullPathNoEndSeparator(String) for the method that retains the prefix.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the path of the file, an empty string if none exists, null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          getFullPath

          -
          public static String getFullPath(String filename)
          -
          Gets the full path from a full filename, which is the prefix + path. -

          - This method will handle a file in either Unix or Windows format. - The method is entirely text based, and returns the text before and - including the last forward or backslash. -

          - C:\a\b\c.txt --> C:\a\b\
          - ~/a/b/c.txt  --> ~/a/b/
          - a.txt        --> ""
          - a/b/c        --> a/b/
          - a/b/c/       --> a/b/c/
          - C:           --> C:
          - C:\          --> C:\
          - ~            --> ~/
          - ~/           --> ~/
          - ~user        --> ~user/
          - ~user/       --> ~user/
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the path of the file, an empty string if none exists, null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          getFullPathNoEndSeparator

          -
          public static String getFullPathNoEndSeparator(String filename)
          -
          Gets the full path from a full filename, which is the prefix + path, - and also excluding the final directory separator. -

          - This method will handle a file in either Unix or Windows format. - The method is entirely text based, and returns the text before the - last forward or backslash. -

          - C:\a\b\c.txt --> C:\a\b
          - ~/a/b/c.txt  --> ~/a/b
          - a.txt        --> ""
          - a/b/c        --> a/b
          - a/b/c/       --> a/b/c
          - C:           --> C:
          - C:\          --> C:\
          - ~            --> ~
          - ~/           --> ~
          - ~user        --> ~user
          - ~user/       --> ~user
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the path of the file, an empty string if none exists, null if invalid
          -
          -
        • -
        - - - -
          -
        • -

          getName

          -
          public static String getName(String filename)
          -
          Gets the name minus the path from a full filename. -

          - This method will handle a file in either Unix or Windows format. - The text after the last forward or backslash is returned. -

          - a/b/c.txt --> c.txt
          - a.txt     --> a.txt
          - a/b/c     --> c
          - a/b/c/    --> ""
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the name of the file without the path, or an empty string if none exists
          -
          -
        • -
        - - - -
          -
        • -

          getBaseName

          -
          public static String getBaseName(String filename)
          -
          Gets the base name, minus the full path and extension, from a full filename. -

          - This method will handle a file in either Unix or Windows format. - The text after the last forward or backslash and before the last dot is returned. -

          - a/b/c.txt --> c
          - a.txt     --> a
          - a/b/c     --> c
          - a/b/c/    --> ""
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the name of the file without the path, or an empty string if none exists
          -
          -
        • -
        - - - -
          -
        • -

          getExtension

          -
          public static String getExtension(String filename)
          -
          Gets the extension of a filename. -

          - This method returns the textual part of the filename after the last dot. - There must be no directory separator after the dot. -

          - foo.txt      --> "txt"
          - a/b/c.jpg    --> "jpg"
          - a/b.txt/c    --> ""
          - a/b/c        --> ""
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to retrieve the extension of.
          -
          Returns:
          -
          the extension of the file or an empty string if none exists.
          -
          -
        • -
        - - - -
          -
        • -

          removeExtension

          -
          public static String removeExtension(String filename)
          -
          Removes the extension from a filename. -

          - This method returns the textual part of the filename before the last dot. - There must be no directory separator after the dot. -

          - foo.txt    --> foo
          - a\b\c.jpg  --> a\b\c
          - a\b\c      --> a\b\c
          - a.b\c      --> a.b\c
          - 
          -

          - The output will be the same irrespective of the machine that the code is running on.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns null
          -
          Returns:
          -
          the filename minus the extension
          -
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public static boolean equals(String filename1,
          -                             String filename2)
          -
          Checks whether two filenames are equal exactly. -

          - No processing is performed on the filenames other than comparison, - thus this is merely a null-safe case-sensitive equals.

          -
          -
          Parameters:
          -
          filename1 - the first filename to query, may be null
          -
          filename2 - the second filename to query, may be null
          -
          Returns:
          -
          true if the filenames are equal, null equals null
          -
          See Also:
          -
          IOCase.SENSITIVE
          -
          -
        • -
        - - - -
          -
        • -

          equalsOnSystem

          -
          public static boolean equalsOnSystem(String filename1,
          -                                     String filename2)
          -
          Checks whether two filenames are equal using the case rules of the system. -

          - No processing is performed on the filenames other than comparison. - The check is case-sensitive on Unix and case-insensitive on Windows.

          -
          -
          Parameters:
          -
          filename1 - the first filename to query, may be null
          -
          filename2 - the second filename to query, may be null
          -
          Returns:
          -
          true if the filenames are equal, null equals null
          -
          See Also:
          -
          IOCase.SYSTEM
          -
          -
        • -
        - - - -
          -
        • -

          equalsNormalized

          -
          public static boolean equalsNormalized(String filename1,
          -                                       String filename2)
          -
          Checks whether two filenames are equal after both have been normalized. -

          - Both filenames are first passed to normalize(String). - The check is then performed in a case-sensitive manner.

          -
          -
          Parameters:
          -
          filename1 - the first filename to query, may be null
          -
          filename2 - the second filename to query, may be null
          -
          Returns:
          -
          true if the filenames are equal, null equals null
          -
          See Also:
          -
          IOCase.SENSITIVE
          -
          -
        • -
        - - - -
          -
        • -

          equalsNormalizedOnSystem

          -
          public static boolean equalsNormalizedOnSystem(String filename1,
          -                                               String filename2)
          -
          Checks whether two filenames are equal after both have been normalized - and using the case rules of the system. -

          - Both filenames are first passed to normalize(String). - The check is then performed case-sensitive on Unix and - case-insensitive on Windows.

          -
          -
          Parameters:
          -
          filename1 - the first filename to query, may be null
          -
          filename2 - the second filename to query, may be null
          -
          Returns:
          -
          true if the filenames are equal, null equals null
          -
          See Also:
          -
          IOCase.SYSTEM
          -
          -
        • -
        - - - -
          -
        • -

          equals

          -
          public static boolean equals(String filename1,
          -                             String filename2,
          -                             boolean normalized,
          -                             liquibase.util.file.IOCase caseSensitivity)
          -
          Checks whether two filenames are equal, optionally normalizing and providing - control over the case-sensitivity.
          -
          -
          Parameters:
          -
          filename1 - the first filename to query, may be null
          -
          filename2 - the second filename to query, may be null
          -
          normalized - whether to normalize the filenames
          -
          caseSensitivity - what case sensitivity rule to use, null means case-sensitive
          -
          Returns:
          -
          true if the filenames are equal, null equals null
          -
          Since:
          -
          Commons IO 1.3
          -
          -
        • -
        - - - -
          -
        • -

          isExtension

          -
          public static boolean isExtension(String filename,
          -                                  String extension)
          -
          Checks whether the extension of the filename is that specified. -

          - This method obtains the extension as the textual part of the filename - after the last dot. There must be no directory separator after the dot. - The extension check is case-sensitive on all platforms.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns false
          -
          extension - the extension to check for, null or empty checks for no extension
          -
          Returns:
          -
          true if the filename has the specified extension
          -
          -
        • -
        - - - -
          -
        • -

          isExtension

          -
          public static boolean isExtension(String filename,
          -                                  String[] extensions)
          -
          Checks whether the extension of the filename is one of those specified. -

          - This method obtains the extension as the textual part of the filename - after the last dot. There must be no directory separator after the dot. - The extension check is case-sensitive on all platforms.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns false
          -
          extensions - the extensions to check for, null checks for no extension
          -
          Returns:
          -
          true if the filename is one of the extensions
          -
          -
        • -
        - - - -
          -
        • -

          isExtension

          -
          public static boolean isExtension(String filename,
          -                                  Collection extensions)
          -
          Checks whether the extension of the filename is one of those specified. -

          - This method obtains the extension as the textual part of the filename - after the last dot. There must be no directory separator after the dot. - The extension check is case-sensitive on all platforms.

          -
          -
          Parameters:
          -
          filename - the filename to query, null returns false
          -
          extensions - the extensions to check for, null checks for no extension
          -
          Returns:
          -
          true if the filename is one of the extensions
          -
          -
        • -
        - - - -
          -
        • -

          wildcardMatch

          -
          public static boolean wildcardMatch(String filename,
          -                                    String wildcardMatcher)
          -
          Checks a filename to see if it matches the specified wildcard matcher, - always testing case-sensitive. -

          - The wildcard matcher uses the characters '?' and '*' to represent a - single or multiple wildcard characters. - This is the same as often found on Dos/Unix command lines. - The check is case-sensitive always. -

          - wildcardMatch("c.txt", "*.txt")      --> true
          - wildcardMatch("c.txt", "*.jpg")      --> false
          - wildcardMatch("a/b/c.txt", "a/b/*")  --> true
          - wildcardMatch("c.txt", "*.???")      --> true
          - wildcardMatch("c.txt", "*.????")     --> false
          - 
          -
          -
          Parameters:
          -
          filename - the filename to match on
          -
          wildcardMatcher - the wildcard string to match against
          -
          Returns:
          -
          true if the filename matches the wilcard string
          -
          See Also:
          -
          IOCase.SENSITIVE
          -
          -
        • -
        - - - -
          -
        • -

          wildcardMatchOnSystem

          -
          public static boolean wildcardMatchOnSystem(String filename,
          -                                            String wildcardMatcher)
          -
          Checks a filename to see if it matches the specified wildcard matcher - using the case rules of the system. -

          - The wildcard matcher uses the characters '?' and '*' to represent a - single or multiple wildcard characters. - This is the same as often found on Dos/Unix command lines. - The check is case-sensitive on Unix and case-insensitive on Windows. -

          - wildcardMatch("c.txt", "*.txt")      --> true
          - wildcardMatch("c.txt", "*.jpg")      --> false
          - wildcardMatch("a/b/c.txt", "a/b/*")  --> true
          - wildcardMatch("c.txt", "*.???")      --> true
          - wildcardMatch("c.txt", "*.????")     --> false
          - 
          -
          -
          Parameters:
          -
          filename - the filename to match on
          -
          wildcardMatcher - the wildcard string to match against
          -
          Returns:
          -
          true if the filename matches the wilcard string
          -
          See Also:
          -
          IOCase.SYSTEM
          -
          -
        • -
        - - - -
          -
        • -

          wildcardMatch

          -
          public static boolean wildcardMatch(String filename,
          -                                    String wildcardMatcher,
          -                                    liquibase.util.file.IOCase caseSensitivity)
          -
          Checks a filename to see if it matches the specified wildcard matcher - allowing control over case-sensitivity. -

          - The wildcard matcher uses the characters '?' and '*' to represent a - single or multiple wildcard characters.

          -
          -
          Parameters:
          -
          filename - the filename to match on
          -
          wildcardMatcher - the wildcard string to match against
          -
          caseSensitivity - what case sensitivity rule to use, null means case-sensitive
          -
          Returns:
          -
          true if the filename matches the wilcard string
          -
          Since:
          -
          Commons IO 1.3
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/file/class-use/FilenameUtils.html b/javadoc/liquibase/util/file/class-use/FilenameUtils.html deleted file mode 100644 index 01c12cbe2..000000000 --- a/javadoc/liquibase/util/file/class-use/FilenameUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.file.FilenameUtils (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.file.FilenameUtils

    -
    -
    No usage of liquibase.util.file.FilenameUtils
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/file/package-frame.html b/javadoc/liquibase/util/file/package-frame.html deleted file mode 100644 index b93360a0f..000000000 --- a/javadoc/liquibase/util/file/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -liquibase.util.file (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.file

    -
    -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/util/file/package-summary.html b/javadoc/liquibase/util/file/package-summary.html deleted file mode 100644 index 0d78443af..000000000 --- a/javadoc/liquibase/util/file/package-summary.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -liquibase.util.file (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.file

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      FilenameUtils -
      Original code copied from Commons IO.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/file/package-tree.html b/javadoc/liquibase/util/file/package-tree.html deleted file mode 100644 index 785a69080..000000000 --- a/javadoc/liquibase/util/file/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -liquibase.util.file Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.file

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/file/package-use.html b/javadoc/liquibase/util/file/package-use.html deleted file mode 100644 index a30cd77b2..000000000 --- a/javadoc/liquibase/util/file/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package liquibase.util.file (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.file

    -
    -
    No usage of liquibase.util.file
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/ParseException.html b/javadoc/liquibase/util/grammar/ParseException.html deleted file mode 100644 index edab42358..000000000 --- a/javadoc/liquibase/util/grammar/ParseException.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -ParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class ParseException

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Serializable
      -
      -
      -
      -
      public class ParseException
      -extends Exception
      -
      This exception is thrown when parse errors are encountered. - You can explicitly create objects of this exception type by - calling the method generateParseException in the generated - parser. - - You can modify this class to customize your error reporting - mechanisms so long as you retain the public fields.
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          currentToken

          -
          public Token currentToken
          -
          This is the last token that has been consumed successfully. If - this object has been created due to a parse error, the token - followng this token will (therefore) be the first error token.
          -
        • -
        - - - -
          -
        • -

          expectedTokenSequences

          -
          public int[][] expectedTokenSequences
          -
          Each entry in this array is an array of integers. Each array - of integers represents a sequence of tokens (by their ordinal - values) that is expected at this point of the parse.
          -
        • -
        - - - -
          -
        • -

          tokenImage

          -
          public String[] tokenImage
          -
          This is a reference to the "tokenImage" array of the generated - parser within which the parse error occurred. This array is - defined in the generated ...Constants interface.
          -
        • -
        - - - -
          -
        • -

          eol

          -
          protected String eol
          -
          The end of line string for this machine.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ParseException

          -
          public ParseException(Token currentTokenVal,
          -                      int[][] expectedTokenSequencesVal,
          -                      String[] tokenImageVal)
          -
          This constructor is used by the method "generateParseException" - in the generated parser. Calling this constructor generates - a new object of this type with the fields "currentToken", - "expectedTokenSequences", and "tokenImage" set.
          -
        • -
        - - - -
          -
        • -

          ParseException

          -
          public ParseException()
          -
          The following constructors are for use by you for whatever - purpose you can think of. Constructing the exception in this - manner makes the exception behave in the normal way - i.e., as - documented in the class "Throwable". The fields "errorToken", - "expectedTokenSequences", and "tokenImage" do not contain - relevant information. The JavaCC generated code does not use - these constructors.
          -
        • -
        - - - -
          -
        • -

          ParseException

          -
          public ParseException(String message)
          -
          Constructor with message.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/SimpleCharStream.html b/javadoc/liquibase/util/grammar/SimpleCharStream.html deleted file mode 100644 index f9b9bdd38..000000000 --- a/javadoc/liquibase/util/grammar/SimpleCharStream.html +++ /dev/null @@ -1,1125 +0,0 @@ - - - - - - -SimpleCharStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class SimpleCharStream

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class SimpleCharStream
      -extends Object
      -
      An implementation of interface CharStream, where the stream is assumed to - contain only ASCII characters (without unicode processing).
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          staticFlag

          -
          public static final boolean staticFlag
          -
          Whether parser is static.
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        - - - -
          -
        • -

          bufpos

          -
          public int bufpos
          -
          Position in buffer.
          -
        • -
        - - - -
          -
        • -

          bufline

          -
          protected int[] bufline
          -
        • -
        - - - -
          -
        • -

          bufcolumn

          -
          protected int[] bufcolumn
          -
        • -
        - - - -
          -
        • -

          column

          -
          protected int column
          -
        • -
        - - - -
          -
        • -

          line

          -
          protected int line
          -
        • -
        - - - -
          -
        • -

          prevCharIsCR

          -
          protected boolean prevCharIsCR
          -
        • -
        - - - -
          -
        • -

          prevCharIsLF

          -
          protected boolean prevCharIsLF
          -
        • -
        - - - -
          -
        • -

          inputStream

          -
          protected Reader inputStream
          -
        • -
        - - - -
          -
        • -

          buffer

          -
          protected char[] buffer
          -
        • -
        - - - -
          -
        • -

          maxNextCharInd

          -
          protected int maxNextCharInd
          -
        • -
        - - - -
          -
        • -

          inBuf

          -
          protected int inBuf
          -
        • -
        - - - -
          -
        • -

          tabSize

          -
          protected int tabSize
          -
        • -
        -
      • -
      - - - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setTabSize

          -
          protected void setTabSize(int i)
          -
        • -
        - - - -
          -
        • -

          getTabSize

          -
          protected int getTabSize(int i)
          -
        • -
        - - - -
          -
        • -

          ExpandBuff

          -
          protected void ExpandBuff(boolean wrapAround)
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          UpdateLineColumn

          -
          protected void UpdateLineColumn(char c)
          -
        • -
        - - - - - - - -
          -
        • -

          getColumn

          -
          @Deprecated
          -public int getColumn()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getLine

          -
          @Deprecated
          -public int getLine()
          -
          Deprecated. 
          -
        • -
        - - - -
          -
        • -

          getEndColumn

          -
          public int getEndColumn()
          -
          Get token end column number.
          -
        • -
        - - - -
          -
        • -

          getEndLine

          -
          public int getEndLine()
          -
          Get token end line number.
          -
        • -
        - - - -
          -
        • -

          getBeginColumn

          -
          public int getBeginColumn()
          -
          Get token beginning column number.
          -
        • -
        - - - -
          -
        • -

          getBeginLine

          -
          public int getBeginLine()
          -
          Get token beginning line number.
          -
        • -
        - - - -
          -
        • -

          backup

          -
          public void backup(int amount)
          -
          Backup a number of characters.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(Reader dstream,
          -                   int startline,
          -                   int startcolumn,
          -                   int buffersize)
          -
          Reinitialise.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(Reader dstream,
          -                   int startline,
          -                   int startcolumn)
          -
          Reinitialise.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(Reader dstream)
          -
          Reinitialise.
          -
        • -
        - - - - - - - -
          -
        • -

          ReInit

          -
          public void ReInit(InputStream dstream,
          -                   int startline,
          -                   int startcolumn,
          -                   int buffersize)
          -
          Reinitialise.
          -
        • -
        - - - - - - - -
          -
        • -

          ReInit

          -
          public void ReInit(InputStream dstream)
          -
          Reinitialise.
          -
        • -
        - - - - - - - -
          -
        • -

          ReInit

          -
          public void ReInit(InputStream dstream,
          -                   int startline,
          -                   int startcolumn)
          -
          Reinitialise.
          -
        • -
        - - - -
          -
        • -

          GetImage

          -
          public String GetImage()
          -
          Get token literal value.
          -
        • -
        - - - -
          -
        • -

          GetSuffix

          -
          public char[] GetSuffix(int len)
          -
          Get the suffix.
          -
        • -
        - - - -
          -
        • -

          Done

          -
          public void Done()
          -
          Reset buffer when finished.
          -
        • -
        - - - -
          -
        • -

          adjustBeginLineColumn

          -
          public void adjustBeginLineColumn(int newLine,
          -                                  int newCol)
          -
          Method to adjust line and column numbers for the start of a token.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/SimpleSqlGrammar.html b/javadoc/liquibase/util/grammar/SimpleSqlGrammar.html deleted file mode 100644 index 9c17233b5..000000000 --- a/javadoc/liquibase/util/grammar/SimpleSqlGrammar.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - -SimpleSqlGrammar (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class SimpleSqlGrammar

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SimpleSqlGrammar

          -
          public SimpleSqlGrammar(InputStream stream)
          -
          Constructor with InputStream.
          -
        • -
        - - - -
          -
        • -

          SimpleSqlGrammar

          -
          public SimpleSqlGrammar(InputStream stream,
          -                        String encoding)
          -
          Constructor with InputStream and supplied encoding
          -
        • -
        - - - -
          -
        • -

          SimpleSqlGrammar

          -
          public SimpleSqlGrammar(Reader stream)
          -
          Constructor.
          -
        • -
        - - - - -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(InputStream stream)
          -
          Reinitialise.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(InputStream stream,
          -                   String encoding)
          -
          Reinitialise.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(Reader stream)
          -
          Reinitialise.
          -
        • -
        - - - - - - - -
          -
        • -

          getNextToken

          -
          public final Token getNextToken()
          -
          Get the next Token.
          -
        • -
        - - - -
          -
        • -

          getToken

          -
          public final Token getToken(int index)
          -
          Get the specific Token.
          -
        • -
        - - - -
          -
        • -

          generateParseException

          -
          public ParseException generateParseException()
          -
          Generate ParseException.
          -
        • -
        - - - -
          -
        • -

          enable_tracing

          -
          public final void enable_tracing()
          -
          Enable tracing.
          -
        • -
        - - - -
          -
        • -

          disable_tracing

          -
          public final void disable_tracing()
          -
          Disable tracing.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/SimpleSqlGrammarConstants.html b/javadoc/liquibase/util/grammar/SimpleSqlGrammarConstants.html deleted file mode 100644 index 5a85c84ff..000000000 --- a/javadoc/liquibase/util/grammar/SimpleSqlGrammarConstants.html +++ /dev/null @@ -1,566 +0,0 @@ - - - - - - -SimpleSqlGrammarConstants (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Interface SimpleSqlGrammarConstants

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      SimpleSqlGrammar, SimpleSqlGrammarTokenManager
      -
      -
      -
      -
      public interface SimpleSqlGrammarConstants
      -
      Token literal values and constants. - Generated by org.javacc.parser.OtherFilesGen#start()
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        static intCOMPLEX_IDENTIFIER -
        RegularExpression Id.
        -
        static intDEFAULT -
        Lexical state.
        -
        static intDIGIT -
        RegularExpression Id.
        -
        static intEMPTY_QUOTE -
        RegularExpression Id.
        -
        static intEOF -
        End of File.
        -
        static intLETTER -
        RegularExpression Id.
        -
        static intLINE_COMMENT -
        RegularExpression Id.
        -
        static intMULTI_LINE_COMMENT -
        RegularExpression Id.
        -
        static intS_CHAR_LITERAL -
        RegularExpression Id.
        -
        static intS_DOUBLE -
        RegularExpression Id.
        -
        static intS_IDENTIFIER -
        RegularExpression Id.
        -
        static intS_LONG -
        RegularExpression Id.
        -
        static intS_QUOTED_IDENTIFIER -
        RegularExpression Id.
        -
        static intSPECIAL_CHARS -
        RegularExpression Id.
        -
        static intSYMBOL -
        RegularExpression Id.
        -
        static String[]tokenImage -
        Literal token values.
        -
        static intUNICODE_LETTERS -
        RegularExpression Id.
        -
        static intWHITESPACE -
        RegularExpression Id.
        -
        -
      • -
      -
    • -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/SimpleSqlGrammarTokenManager.html b/javadoc/liquibase/util/grammar/SimpleSqlGrammarTokenManager.html deleted file mode 100644 index ca795bc52..000000000 --- a/javadoc/liquibase/util/grammar/SimpleSqlGrammarTokenManager.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - -SimpleSqlGrammarTokenManager (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class SimpleSqlGrammarTokenManager

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • liquibase.util.grammar.SimpleSqlGrammarTokenManager
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          debugStream

          -
          public PrintStream debugStream
          -
          Debug output.
          -
        • -
        - - - -
          -
        • -

          jjstrLiteralImages

          -
          public static final String[] jjstrLiteralImages
          -
          Token literal values.
          -
        • -
        - - - -
          -
        • -

          lexStateNames

          -
          public static final String[] lexStateNames
          -
          Lexer state names.
          -
        • -
        - - - - - - - -
          -
        • -

          curChar

          -
          protected char curChar
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SimpleSqlGrammarTokenManager

          -
          public SimpleSqlGrammarTokenManager(SimpleCharStream stream)
          -
          Constructor.
          -
        • -
        - - - -
          -
        • -

          SimpleSqlGrammarTokenManager

          -
          public SimpleSqlGrammarTokenManager(SimpleCharStream stream,
          -                                    int lexState)
          -
          Constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setDebugStream

          -
          public void setDebugStream(PrintStream ds)
          -
          Set debug output.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(SimpleCharStream stream)
          -
          Reinitialise parser.
          -
        • -
        - - - -
          -
        • -

          ReInit

          -
          public void ReInit(SimpleCharStream stream,
          -                   int lexState)
          -
          Reinitialise parser.
          -
        • -
        - - - -
          -
        • -

          SwitchTo

          -
          public void SwitchTo(int lexState)
          -
          Switch to specified lex state.
          -
        • -
        - - - -
          -
        • -

          jjFillToken

          -
          protected Token jjFillToken()
          -
        • -
        - - - -
          -
        • -

          getNextToken

          -
          public Token getNextToken()
          -
          Get the next Token.
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/Token.html b/javadoc/liquibase/util/grammar/Token.html deleted file mode 100644 index 12d15400f..000000000 --- a/javadoc/liquibase/util/grammar/Token.html +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - -Token (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class Token

    -
    -
    - -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        intbeginColumn -
        The column number of the first character of this Token.
        -
        intbeginLine -
        The line number of the first character of this Token.
        -
        intendColumn -
        The column number of the last character of this Token.
        -
        intendLine -
        The line number of the last character of this Token.
        -
        Stringimage -
        The string image of the token.
        -
        intkind -
        An integer that describes the kind of this token.
        -
        Tokennext -
        A reference to the next regular (non-special) token from the input - stream.
        -
        TokenspecialToken -
        This field is used to access special tokens that occur prior to this - token, but after the immediately preceding regular (non-special) token.
        -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - - - - - -
        Constructors 
        Constructor and Description
        Token() -
        No-argument constructor
        -
        Token(int kind) -
        Constructs a new token for the specified Image.
        -
        Token(int kind, - String image) -
        Constructs a new token for the specified Image and Kind.
        -
        -
      • -
      - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          kind

          -
          public int kind
          -
          An integer that describes the kind of this token. This numbering - system is determined by JavaCCParser, and a table of these numbers is - stored in the file ...Constants.java.
          -
        • -
        - - - -
          -
        • -

          beginLine

          -
          public int beginLine
          -
          The line number of the first character of this Token.
          -
        • -
        - - - -
          -
        • -

          beginColumn

          -
          public int beginColumn
          -
          The column number of the first character of this Token.
          -
        • -
        - - - -
          -
        • -

          endLine

          -
          public int endLine
          -
          The line number of the last character of this Token.
          -
        • -
        - - - -
          -
        • -

          endColumn

          -
          public int endColumn
          -
          The column number of the last character of this Token.
          -
        • -
        - - - -
          -
        • -

          image

          -
          public String image
          -
          The string image of the token.
          -
        • -
        - - - -
          -
        • -

          next

          -
          public Token next
          -
          A reference to the next regular (non-special) token from the input - stream. If this is the last token from the input stream, or if the - token manager has not read tokens beyond this one, this field is - set to null. This is true only if this token is also a regular - token. Otherwise, see below for a description of the contents of - this field.
          -
        • -
        - - - -
          -
        • -

          specialToken

          -
          public Token specialToken
          -
          This field is used to access special tokens that occur prior to this - token, but after the immediately preceding regular (non-special) token. - If there are no such special tokens, this field is set to null. - When there are more than one such special token, this field refers - to the last of these special tokens, which in turn refers to the next - previous special token through its specialToken field, and so on - until the first special token (whose specialToken field is null). - The next fields of special tokens refer to other special tokens that - immediately follow it (without an intervening regular token). If there - is no such token, this field is null.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Token

          -
          public Token()
          -
          No-argument constructor
          -
        • -
        - - - -
          -
        • -

          Token

          -
          public Token(int kind)
          -
          Constructs a new token for the specified Image.
          -
        • -
        - - - -
          -
        • -

          Token

          -
          public Token(int kind,
          -             String image)
          -
          Constructs a new token for the specified Image and Kind.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getValue

          -
          public Object getValue()
          -
          An optional attribute value of the Token. - Tokens which are not used as syntactic sugar will often contain - meaningful values that will be used later on by the compiler or - interpreter. This attribute value is often different from the image. - Any subclass of Token that actually wants to return a non-null value can - override this method as appropriate.
          -
        • -
        - - - -
          -
        • -

          toString

          -
          public String toString()
          -
          Returns the image.
          -
          -
          Overrides:
          -
          toString in class Object
          -
          -
        • -
        - - - -
          -
        • -

          newToken

          -
          public static Token newToken(int ofKind,
          -                             String image)
          -
          Returns a new Token object, by default. However, if you want, you - can create and return subclass objects based on the value of ofKind. - Simply add the cases to the switch for all those special cases. - For example, if you have a subclass of Token called IDToken that - you want to create if ofKind is ID, simply add something like : - - case MyParserConstants.ID : return new IDToken(ofKind, image); - - to the following switch statement. Then you can cast matchedToken - variable to the appropriate type and use sit in your lexical actions.
          -
        • -
        - - - -
          -
        • -

          newToken

          -
          public static Token newToken(int ofKind)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/TokenMgrError.html b/javadoc/liquibase/util/grammar/TokenMgrError.html deleted file mode 100644 index 9f59ad213..000000000 --- a/javadoc/liquibase/util/grammar/TokenMgrError.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -TokenMgrError (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.grammar
    -

    Class TokenMgrError

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TokenMgrError

          -
          public TokenMgrError()
          -
          No arg constructor.
          -
        • -
        - - - -
          -
        • -

          TokenMgrError

          -
          public TokenMgrError(String message,
          -                     int reason)
          -
          Constructor with message and reason.
          -
        • -
        - - - -
          -
        • -

          TokenMgrError

          -
          public TokenMgrError(boolean EOFSeen,
          -                     int lexState,
          -                     int errorLine,
          -                     int errorColumn,
          -                     String errorAfter,
          -                     char curChar,
          -                     int reason)
          -
          Full Constructor.
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          addEscapes

          -
          protected static final String addEscapes(String str)
          -
          Replaces unprintable characters by their escaped (or unicode escaped) - equivalents in the given string
          -
        • -
        - - - -
          -
        • -

          LexicalError

          -
          protected static String LexicalError(boolean EOFSeen,
          -                                     int lexState,
          -                                     int errorLine,
          -                                     int errorColumn,
          -                                     String errorAfter,
          -                                     char curChar)
          -
          Returns a detailed message for the Error when it is thrown by the - token manager to indicate a lexical error. - Parameters : - EOFSeen : indicates if EOF caused the lexical error - curLexState : lexical state in which this error occurred - errorLine : line number when the error occurred - errorColumn : column number when the error occurred - errorAfter : prefix that was seen before this error occurred - curchar : the offending character - Note: You can customize the lexical error message by modifying this method.
          -
        • -
        - - - -
          -
        • -

          getMessage

          -
          public String getMessage()
          -
          You can also modify the body of this method to customize your error messages. - For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not - of end-users concern, so you can return something like : - - "Internal Error : Please file a bug report .... " - - from this method for such cases in the release version of your parser.
          -
          -
          Overrides:
          -
          getMessage in class Throwable
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/ParseException.html b/javadoc/liquibase/util/grammar/class-use/ParseException.html deleted file mode 100644 index cf72a8de6..000000000 --- a/javadoc/liquibase/util/grammar/class-use/ParseException.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.ParseException (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.ParseException

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/SimpleCharStream.html b/javadoc/liquibase/util/grammar/class-use/SimpleCharStream.html deleted file mode 100644 index 664109a01..000000000 --- a/javadoc/liquibase/util/grammar/class-use/SimpleCharStream.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.SimpleCharStream (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.SimpleCharStream

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammar.html b/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammar.html deleted file mode 100644 index 985c9c5d6..000000000 --- a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammar.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.SimpleSqlGrammar (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.SimpleSqlGrammar

    -
    -
    No usage of liquibase.util.grammar.SimpleSqlGrammar
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarConstants.html b/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarConstants.html deleted file mode 100644 index bec2871ba..000000000 --- a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarConstants.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.grammar.SimpleSqlGrammarConstants (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.grammar.SimpleSqlGrammarConstants

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarTokenManager.html b/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarTokenManager.html deleted file mode 100644 index d57693281..000000000 --- a/javadoc/liquibase/util/grammar/class-use/SimpleSqlGrammarTokenManager.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.SimpleSqlGrammarTokenManager (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.SimpleSqlGrammarTokenManager

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/Token.html b/javadoc/liquibase/util/grammar/class-use/Token.html deleted file mode 100644 index 17fd03d20..000000000 --- a/javadoc/liquibase/util/grammar/class-use/Token.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.Token (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.Token

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Packages that use Token 
      PackageDescription
      liquibase.util.grammar 
      -
    • -
    • -
        -
      • - - -

        Uses of Token in liquibase.util.grammar

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Fields in liquibase.util.grammar declared as Token 
        Modifier and TypeField and Description
        TokenParseException.currentToken -
        This is the last token that has been consumed successfully.
        -
        TokenSimpleSqlGrammar.jj_nt -
        Next token.
        -
        TokenToken.next -
        A reference to the next regular (non-special) token from the input - stream.
        -
        TokenToken.specialToken -
        This field is used to access special tokens that occur prior to this - token, but after the immediately preceding regular (non-special) token.
        -
        TokenSimpleSqlGrammar.token -
        Current token.
        -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Methods in liquibase.util.grammar that return Token 
        Modifier and TypeMethod and Description
        TokenSimpleSqlGrammar.getNextToken() -
        Get the next Token.
        -
        TokenSimpleSqlGrammarTokenManager.getNextToken() -
        Get the next Token.
        -
        TokenSimpleSqlGrammar.getToken(int index) -
        Get the specific Token.
        -
        protected TokenSimpleSqlGrammarTokenManager.jjFillToken() 
        static TokenToken.newToken(int ofKind) 
        static TokenToken.newToken(int ofKind, - String image) -
        Returns a new Token object, by default.
        -
        - - - - - - - - - - -
        Constructors in liquibase.util.grammar with parameters of type Token 
        Constructor and Description
        ParseException(Token currentTokenVal, - int[][] expectedTokenSequencesVal, - String[] tokenImageVal) -
        This constructor is used by the method "generateParseException" - in the generated parser.
        -
        -
      • -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/class-use/TokenMgrError.html b/javadoc/liquibase/util/grammar/class-use/TokenMgrError.html deleted file mode 100644 index 9e1f137e2..000000000 --- a/javadoc/liquibase/util/grammar/class-use/TokenMgrError.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.grammar.TokenMgrError (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.grammar.TokenMgrError

    -
    -
    No usage of liquibase.util.grammar.TokenMgrError
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/package-frame.html b/javadoc/liquibase/util/grammar/package-frame.html deleted file mode 100644 index 3065d53e4..000000000 --- a/javadoc/liquibase/util/grammar/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -liquibase.util.grammar (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.grammar

    - - - diff --git a/javadoc/liquibase/util/grammar/package-summary.html b/javadoc/liquibase/util/grammar/package-summary.html deleted file mode 100644 index 7bf0293ef..000000000 --- a/javadoc/liquibase/util/grammar/package-summary.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -liquibase.util.grammar (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.grammar

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      SimpleSqlGrammarConstants -
      Token literal values and constants.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      SimpleCharStream -
      An implementation of interface CharStream, where the stream is assumed to - contain only ASCII characters (without unicode processing).
      -
      SimpleSqlGrammar -
      An Simple SQL Grammar.
      -
      SimpleSqlGrammarTokenManager -
      Token Manager.
      -
      Token -
      Describes the input token stream.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      ParseException -
      This exception is thrown when parse errors are encountered.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Error Summary 
      ErrorDescription
      TokenMgrError -
      Token Manager Error.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/package-tree.html b/javadoc/liquibase/util/grammar/package-tree.html deleted file mode 100644 index f3ea8a8ad..000000000 --- a/javadoc/liquibase/util/grammar/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -liquibase.util.grammar Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.grammar

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/grammar/package-use.html b/javadoc/liquibase/util/grammar/package-use.html deleted file mode 100644 index c4bfbab20..000000000 --- a/javadoc/liquibase/util/grammar/package-use.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Package liquibase.util.grammar (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.grammar

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/package-frame.html b/javadoc/liquibase/util/package-frame.html deleted file mode 100644 index 89251683a..000000000 --- a/javadoc/liquibase/util/package-frame.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - -liquibase.util (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util

    - - - diff --git a/javadoc/liquibase/util/package-summary.html b/javadoc/liquibase/util/package-summary.html deleted file mode 100644 index d47f7c1ae..000000000 --- a/javadoc/liquibase/util/package-summary.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - -liquibase.util (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/package-tree.html b/javadoc/liquibase/util/package-tree.html deleted file mode 100644 index 3e836adc7..000000000 --- a/javadoc/liquibase/util/package-tree.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -liquibase.util Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/package-use.html b/javadoc/liquibase/util/package-use.html deleted file mode 100644 index 9bb5dfb81..000000000 --- a/javadoc/liquibase/util/package-use.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -Uses of Package liquibase.util (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/SwingUIFacade.html b/javadoc/liquibase/util/ui/SwingUIFacade.html deleted file mode 100644 index bd4b13c03..000000000 --- a/javadoc/liquibase/util/ui/SwingUIFacade.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -SwingUIFacade (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.ui
    -

    Class SwingUIFacade

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      UIFacade
      -
      -
      -
      -
      public class SwingUIFacade
      -extends Object
      -implements UIFacade
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SwingUIFacade

          -
          public SwingUIFacade()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/UIFacade.html b/javadoc/liquibase/util/ui/UIFacade.html deleted file mode 100644 index 8de77b250..000000000 --- a/javadoc/liquibase/util/ui/UIFacade.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -UIFacade (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.ui
    -

    Interface UIFacade

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      SwingUIFacade
      -
      -
      -
      -
      public interface UIFacade
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/UIFactory.html b/javadoc/liquibase/util/ui/UIFactory.html deleted file mode 100644 index 9a824dbb5..000000000 --- a/javadoc/liquibase/util/ui/UIFactory.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -UIFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.ui
    -

    Class UIFactory

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class UIFactory
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UIFactory

          -
          public UIFactory()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getInstance

          -
          public static UIFactory getInstance()
          -
        • -
        - - - -
          -
        • -

          getFacade

          -
          public UIFacade getFacade()
          -
        • -
        - - - -
          -
        • -

          setFacade

          -
          public void setFacade(UIFacade facade)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/class-use/SwingUIFacade.html b/javadoc/liquibase/util/ui/class-use/SwingUIFacade.html deleted file mode 100644 index 3ac5320c7..000000000 --- a/javadoc/liquibase/util/ui/class-use/SwingUIFacade.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.ui.SwingUIFacade (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.ui.SwingUIFacade

    -
    -
    No usage of liquibase.util.ui.SwingUIFacade
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/class-use/UIFacade.html b/javadoc/liquibase/util/ui/class-use/UIFacade.html deleted file mode 100644 index d1836a6c6..000000000 --- a/javadoc/liquibase/util/ui/class-use/UIFacade.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.ui.UIFacade (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.ui.UIFacade

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/class-use/UIFactory.html b/javadoc/liquibase/util/ui/class-use/UIFactory.html deleted file mode 100644 index 15e2fa0f9..000000000 --- a/javadoc/liquibase/util/ui/class-use/UIFactory.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class liquibase.util.ui.UIFactory (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.ui.UIFactory

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/package-frame.html b/javadoc/liquibase/util/ui/package-frame.html deleted file mode 100644 index 2bdb386e3..000000000 --- a/javadoc/liquibase/util/ui/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -liquibase.util.ui (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.ui

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/liquibase/util/ui/package-summary.html b/javadoc/liquibase/util/ui/package-summary.html deleted file mode 100644 index fe5a7df62..000000000 --- a/javadoc/liquibase/util/ui/package-summary.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - -liquibase.util.ui (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.ui

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      UIFacade 
      -
    • -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      SwingUIFacade 
      UIFactory 
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/package-tree.html b/javadoc/liquibase/util/ui/package-tree.html deleted file mode 100644 index 523e4ca98..000000000 --- a/javadoc/liquibase/util/ui/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -liquibase.util.ui Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.ui

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/ui/package-use.html b/javadoc/liquibase/util/ui/package-use.html deleted file mode 100644 index 56a8b4590..000000000 --- a/javadoc/liquibase/util/ui/package-use.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Package liquibase.util.ui (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.ui

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/DefaultXmlWriter.html b/javadoc/liquibase/util/xml/DefaultXmlWriter.html deleted file mode 100644 index 903323fe5..000000000 --- a/javadoc/liquibase/util/xml/DefaultXmlWriter.html +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - -DefaultXmlWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.xml
    -

    Class DefaultXmlWriter

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      XmlWriter
      -
      -
      -
      -
      public class DefaultXmlWriter
      -extends Object
      -implements XmlWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/XMLResourceBundle.html b/javadoc/liquibase/util/xml/XMLResourceBundle.html deleted file mode 100644 index 06dd33797..000000000 --- a/javadoc/liquibase/util/xml/XMLResourceBundle.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -XMLResourceBundle (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.xml
    -

    Class XMLResourceBundle

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class XMLResourceBundle
      -extends ResourceBundle
      -
      A helper that allows reading Java resource bundles from XML resources. - This code is a direct copy from the JavaDoc of ResourceBundle.Control.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/XmlResourceBundleControl.html b/javadoc/liquibase/util/xml/XmlResourceBundleControl.html deleted file mode 100644 index 6e6434020..000000000 --- a/javadoc/liquibase/util/xml/XmlResourceBundleControl.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -XmlResourceBundleControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.xml
    -

    Class XmlResourceBundleControl

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class XmlResourceBundleControl
      -extends ResourceBundle.Control
      -
      This code is a direct copy from the JavaDoc of ResourceBundle.Control.
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/XmlWriter.html b/javadoc/liquibase/util/xml/XmlWriter.html deleted file mode 100644 index 37ec89414..000000000 --- a/javadoc/liquibase/util/xml/XmlWriter.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - -XmlWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - - -
    -
    liquibase.util.xml
    -

    Interface XmlWriter

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      DefaultXmlWriter
      -
      -
      -
      -
      public interface XmlWriter
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/class-use/DefaultXmlWriter.html b/javadoc/liquibase/util/xml/class-use/DefaultXmlWriter.html deleted file mode 100644 index 51dbcead1..000000000 --- a/javadoc/liquibase/util/xml/class-use/DefaultXmlWriter.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.xml.DefaultXmlWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.xml.DefaultXmlWriter

    -
    -
    No usage of liquibase.util.xml.DefaultXmlWriter
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/class-use/XMLResourceBundle.html b/javadoc/liquibase/util/xml/class-use/XMLResourceBundle.html deleted file mode 100644 index d34ab19ab..000000000 --- a/javadoc/liquibase/util/xml/class-use/XMLResourceBundle.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.xml.XMLResourceBundle (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.xml.XMLResourceBundle

    -
    -
    No usage of liquibase.util.xml.XMLResourceBundle
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/class-use/XmlResourceBundleControl.html b/javadoc/liquibase/util/xml/class-use/XmlResourceBundleControl.html deleted file mode 100644 index 4f8af330b..000000000 --- a/javadoc/liquibase/util/xml/class-use/XmlResourceBundleControl.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class liquibase.util.xml.XmlResourceBundleControl (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Class
    liquibase.util.xml.XmlResourceBundleControl

    -
    -
    No usage of liquibase.util.xml.XmlResourceBundleControl
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/class-use/XmlWriter.html b/javadoc/liquibase/util/xml/class-use/XmlWriter.html deleted file mode 100644 index 91bdf026f..000000000 --- a/javadoc/liquibase/util/xml/class-use/XmlWriter.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Interface liquibase.util.xml.XmlWriter (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Interface
    liquibase.util.xml.XmlWriter

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/package-frame.html b/javadoc/liquibase/util/xml/package-frame.html deleted file mode 100644 index d6466a568..000000000 --- a/javadoc/liquibase/util/xml/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -liquibase.util.xml (Liquibase Core 3.8.0 API) - - - - - -

    liquibase.util.xml

    - - - diff --git a/javadoc/liquibase/util/xml/package-summary.html b/javadoc/liquibase/util/xml/package-summary.html deleted file mode 100644 index b8331950a..000000000 --- a/javadoc/liquibase/util/xml/package-summary.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -liquibase.util.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Package liquibase.util.xml

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      XmlWriter 
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DefaultXmlWriter 
      XMLResourceBundle -
      A helper that allows reading Java resource bundles from XML resources.
      -
      XmlResourceBundleControl -
      This code is a direct copy from the JavaDoc of ResourceBundle.Control.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/package-tree.html b/javadoc/liquibase/util/xml/package-tree.html deleted file mode 100644 index 427829a61..000000000 --- a/javadoc/liquibase/util/xml/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -liquibase.util.xml Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Hierarchy For Package liquibase.util.xml

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/liquibase/util/xml/package-use.html b/javadoc/liquibase/util/xml/package-use.html deleted file mode 100644 index a03ff1f2f..000000000 --- a/javadoc/liquibase/util/xml/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Package liquibase.util.xml (Liquibase Core 3.8.0 API) - - - - - - - - - - - -
    -

    Uses of Package
    liquibase.util.xml

    -
    -
    - -
    - - - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/overview-frame.html b/javadoc/overview-frame.html deleted file mode 100644 index 22b945dfb..000000000 --- a/javadoc/overview-frame.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -Overview List (Liquibase Core 3.8.0 API) - - - - - - -
    -

    Packages

    - -
    -

     

    - - diff --git a/javadoc/overview-summary.html b/javadoc/overview-summary.html deleted file mode 100644 index 8d9617738..000000000 --- a/javadoc/overview-summary.html +++ /dev/null @@ -1,493 +0,0 @@ - - - - - - -Overview (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Liquibase Core 3.8.0 API

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Packages 
    PackageDescription
    liquibase -
    Liquibase top level namespace package.
    -
    liquibase.change -
    The change package contains the available database "changes".
    -
    liquibase.change.core -
    Technically, a Change expresses an intention for alter the structure of the Database.
    -
    liquibase.change.custom -
    Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create - your own custom refactoring class.
    -
    liquibase.changelog 
    liquibase.changelog.column 
    liquibase.changelog.filter 
    liquibase.changelog.visitor 
    liquibase.command 
    liquibase.command.core 
    liquibase.common.datatype 
    liquibase.configuration 
    liquibase.database 
    liquibase.database.core 
    liquibase.database.jvm 
    liquibase.datatype 
    liquibase.datatype.core 
    liquibase.dbdoc 
    liquibase.diff 
    liquibase.diff.compare 
    liquibase.diff.compare.core 
    liquibase.diff.core 
    liquibase.diff.output 
    liquibase.diff.output.changelog 
    liquibase.diff.output.changelog.core 
    liquibase.diff.output.report 
    liquibase.exception 
    liquibase.executor 
    liquibase.executor.jvm 
    liquibase.integration.ant 
    liquibase.integration.ant.logging 
    liquibase.integration.ant.type 
    liquibase.integration.commandline 
    liquibase.integration.servlet 
    liquibase.integration.spring 
    liquibase.io 
    liquibase.license 
    liquibase.listener 
    liquibase.lockservice 
    liquibase.logging 
    liquibase.logging.core 
    liquibase.osgi 
    liquibase.parser 
    liquibase.parser.core 
    liquibase.parser.core.formattedsql 
    liquibase.parser.core.json 
    liquibase.parser.core.sql 
    liquibase.parser.core.xml 
    liquibase.parser.core.yaml 
    liquibase.precondition 
    liquibase.precondition.core 
    liquibase.resource 
    liquibase.sdk 
    liquibase.sdk.convert 
    liquibase.sdk.database 
    liquibase.sdk.exception 
    liquibase.sdk.executor 
    liquibase.sdk.resource 
    liquibase.sdk.supplier.resource 
    liquibase.serializer 
    liquibase.serializer.core.formattedsql 
    liquibase.serializer.core.json 
    liquibase.serializer.core.string 
    liquibase.serializer.core.xml 
    liquibase.serializer.core.yaml 
    liquibase.servicelocator 
    liquibase.snapshot 
    liquibase.snapshot.jvm 
    liquibase.sql 
    liquibase.sql.visitor 
    liquibase.sqlgenerator 
    liquibase.sqlgenerator.core 
    liquibase.statement 
    liquibase.statement.core 
    liquibase.structure 
    liquibase.structure.core 
    liquibase.util 
    liquibase.util.beans 
    liquibase.util.csv 
    liquibase.util.csv.opencsv 
    liquibase.util.csv.opencsv.bean 
    liquibase.util.csv.opencsv.enums 
    liquibase.util.csv.opencsv.stream.reader 
    liquibase.util.file 
    liquibase.util.grammar 
    liquibase.util.ui 
    liquibase.util.xml 
    -
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/overview-tree.html b/javadoc/overview-tree.html deleted file mode 100644 index 7c9f2d565..000000000 --- a/javadoc/overview-tree.html +++ /dev/null @@ -1,1484 +0,0 @@ - - - - - - -Class Hierarchy (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Hierarchy For All Packages

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -

    Annotation Type Hierarchy

    - -

    Enum Hierarchy

    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/package-list b/javadoc/package-list deleted file mode 100644 index 532824084..000000000 --- a/javadoc/package-list +++ /dev/null @@ -1,87 +0,0 @@ -liquibase -liquibase.change -liquibase.change.core -liquibase.change.custom -liquibase.changelog -liquibase.changelog.column -liquibase.changelog.filter -liquibase.changelog.visitor -liquibase.command -liquibase.command.core -liquibase.common.datatype -liquibase.configuration -liquibase.database -liquibase.database.core -liquibase.database.jvm -liquibase.datatype -liquibase.datatype.core -liquibase.dbdoc -liquibase.diff -liquibase.diff.compare -liquibase.diff.compare.core -liquibase.diff.core -liquibase.diff.output -liquibase.diff.output.changelog -liquibase.diff.output.changelog.core -liquibase.diff.output.report -liquibase.exception -liquibase.executor -liquibase.executor.jvm -liquibase.integration.ant -liquibase.integration.ant.logging -liquibase.integration.ant.type -liquibase.integration.commandline -liquibase.integration.servlet -liquibase.integration.spring -liquibase.io -liquibase.license -liquibase.listener -liquibase.lockservice -liquibase.logging -liquibase.logging.core -liquibase.osgi -liquibase.parser -liquibase.parser.core -liquibase.parser.core.formattedsql -liquibase.parser.core.json -liquibase.parser.core.sql -liquibase.parser.core.xml -liquibase.parser.core.yaml -liquibase.precondition -liquibase.precondition.core -liquibase.resource -liquibase.sdk -liquibase.sdk.convert -liquibase.sdk.database -liquibase.sdk.exception -liquibase.sdk.executor -liquibase.sdk.resource -liquibase.sdk.supplier.resource -liquibase.serializer -liquibase.serializer.core.formattedsql -liquibase.serializer.core.json -liquibase.serializer.core.string -liquibase.serializer.core.xml -liquibase.serializer.core.yaml -liquibase.servicelocator -liquibase.snapshot -liquibase.snapshot.jvm -liquibase.sql -liquibase.sql.visitor -liquibase.sqlgenerator -liquibase.sqlgenerator.core -liquibase.statement -liquibase.statement.core -liquibase.structure -liquibase.structure.core -liquibase.util -liquibase.util.beans -liquibase.util.csv -liquibase.util.csv.opencsv -liquibase.util.csv.opencsv.bean -liquibase.util.csv.opencsv.enums -liquibase.util.csv.opencsv.stream.reader -liquibase.util.file -liquibase.util.grammar -liquibase.util.ui -liquibase.util.xml diff --git a/javadoc/script.js b/javadoc/script.js deleted file mode 100644 index b34635693..000000000 --- a/javadoc/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/javadoc/serialized-form.html b/javadoc/serialized-form.html deleted file mode 100644 index c45ad2724..000000000 --- a/javadoc/serialized-form.html +++ /dev/null @@ -1,734 +0,0 @@ - - - - - - -Serialized Form (Liquibase Core 3.8.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Serialized Form

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2019 Liquibase.org. All rights reserved.

    - - diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css deleted file mode 100644 index 98055b22d..000000000 --- a/javadoc/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.useSummary td.colFirst, .useSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} diff --git a/js/main.js b/js/main.js deleted file mode 100644 index 8b1378917..000000000 --- a/js/main.js +++ /dev/null @@ -1 +0,0 @@ - diff --git a/js/plugins.js b/js/plugins.js deleted file mode 100644 index 728680b08..000000000 --- a/js/plugins.js +++ /dev/null @@ -1,24 +0,0 @@ -// Avoid `console` errors in browsers that lack a console. -(function() { - var method; - var noop = function () {}; - var methods = [ - 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', - 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', - 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', - 'timeStamp', 'trace', 'warn' - ]; - var length = methods.length; - var console = (window.console = window.console || {}); - - while (length--) { - method = methods[length]; - - // Only stub undefined methods. - if (!console[method]) { - console[method] = noop; - } - } -}()); - -// Place any jQuery/helper plugins in here. diff --git a/js/prism.startup.js b/js/prism.startup.js deleted file mode 100644 index 2a90ae23b..000000000 --- a/js/prism.startup.js +++ /dev/null @@ -1,9 +0,0 @@ -if (Prism) { - Prism.languages.bat = Prism.languages.bash; - Prism.languages.sh = Prism.languages.bash; - document.addEventListener("DOMContentLoaded", function(event) { - document.querySelectorAll('.highlighter-rouge').forEach(function (el) { - el.classList.add('language-bash'); - }); - }); -} diff --git a/js/search/2-col-to-2-row.js b/js/search/2-col-to-2-row.js deleted file mode 100644 index 7121a5344..000000000 --- a/js/search/2-col-to-2-row.js +++ /dev/null @@ -1,66 +0,0 @@ -/*! - * Use JS to hack the GCSE free 2 col template into two rows. - */ -window.__dat = { - customInitCallback: function () { - if (document.readyState == 'complete') { - // Document is ready when CSE element is initialized. - window.__dat.hackGsceElement(); - } else { - // Document is not ready yet, when CSE element is initialized. - google.setOnLoadCallback(function () { - window.__dat.hackGsceElement() - }, true); - } - }, - hackGsceElement: function () { - 'use strict'; - const targetClasses = { - gsceTable: 'gsc-search-box', - gsceInput: 'gsc-input', - gsceSearchButton: 'gsc-search-button', - gsceClearButton: 'gsc-clear-button', - }; - const targetEls = { - gsceTable: undefined, - gsceInput: undefined, - gsceSearchButton: undefined, - gsceClearButton: undefined, - }; - const gsceInputBoxClass = 'gsc-input-box'; - const gsceInputBoxMargin = 8; - for (const targetElKey in targetClasses) { - if (targetClasses[targetElKey] !== targetClasses.gsceTable) { - const className = targetClasses[targetElKey]; - const queryString = `table.${targetClasses.gsceTable} td.${className}`; - targetEls[targetElKey] = document.querySelector(queryString); - } else { - const queryString = `table.${targetClasses.gsceTable}`; - targetEls[targetElKey] = document.querySelector(queryString); - } - } - - for (const targetElKey in targetEls) { - if (targetClasses[targetElKey] !== targetClasses.gsceTable) { - const targetEl = targetEls[targetElKey]; - const targetElClassListStr = targetEl.classList.value; - const newRowEl = document.createElement('tr'); - for (const className of targetElClassListStr.split(' ')) { - newRowEl.classList.add(className); - } - - while (targetEl.childNodes.length > 0) { - newRowEl.appendChild(targetEl.childNodes[0]); - } - - targetEls.gsceTable.appendChild(newRowEl); - } - } - - // Move the search button to the right. - document.querySelector(`tr.${targetClasses.gsceSearchButton}`).style.float = 'right'; - - // Add Margin to bottom of the search input box - document.querySelector(`.${gsceInputBoxClass}`).style.marginBottom = `${gsceInputBoxMargin}px`; - } -} diff --git a/js/search/2-col-to-2-row.min.js b/js/search/2-col-to-2-row.min.js deleted file mode 100644 index 727538caa..000000000 --- a/js/search/2-col-to-2-row.min.js +++ /dev/null @@ -1 +0,0 @@ -window.__dat={customInitCallback:function(){if(document.readyState=="complete"){window.__dat.hackGsceElement()}else{google.setOnLoadCallback(function(){window.__dat.hackGsceElement()},true)}},hackGsceElement:function(){"use strict";var targetClasses={gsceTable:"gsc-search-box",gsceInput:"gsc-input",gsceSearchButton:"gsc-search-button",gsceClearButton:"gsc-clear-button"};var targetEls={gsceTable:undefined,gsceInput:undefined,gsceSearchButton:undefined,gsceClearButton:undefined};var gsceInputBoxClass="gsc-input-box";var gsceInputBoxMargin=8;for(var targetElKey in targetClasses){if(targetClasses[targetElKey]!==targetClasses.gsceTable){var className=targetClasses[targetElKey];var queryString="table.".concat(targetClasses.gsceTable," td.").concat(className);targetEls[targetElKey]=document.querySelector(queryString)}else{var _queryString="table.".concat(targetClasses.gsceTable);targetEls[targetElKey]=document.querySelector(_queryString)}}for(var _targetElKey in targetEls){if(targetClasses[_targetElKey]!==targetClasses.gsceTable){var targetEl=targetEls[_targetElKey];var targetElClassListStr=targetEl.classList.value;var newRowEl=document.createElement("tr");var _iteratorNormalCompletion=true;var _didIteratorError=false;var _iteratorError=undefined;try{for(var _iterator=targetElClassListStr.split(" ")[Symbol.iterator](),_step;!(_iteratorNormalCompletion=(_step=_iterator.next()).done);_iteratorNormalCompletion=true){var _className=_step.value;newRowEl.classList.add(_className)}}catch(err){_didIteratorError=true;_iteratorError=err}finally{try{if(!_iteratorNormalCompletion&&_iterator.return!=null){_iterator.return()}}finally{if(_didIteratorError){throw _iteratorError}}}while(targetEl.childNodes.length>0){newRowEl.appendChild(targetEl.childNodes[0])}targetEls.gsceTable.appendChild(newRowEl)}}document.querySelector("tr.".concat(targetClasses.gsceSearchButton)).style.float="right";document.querySelector(".".concat(gsceInputBoxClass)).style.marginBottom="".concat(gsceInputBoxMargin,"px")}}; \ No newline at end of file diff --git a/js/tracking-codes/hotjar.js b/js/tracking-codes/hotjar.js deleted file mode 100644 index f8a96eac7..000000000 --- a/js/tracking-codes/hotjar.js +++ /dev/null @@ -1,8 +0,0 @@ -(function (h, o, t, j, a, r) { - h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; - h._hjSettings = { hjid: 1455286, hjsv: 6 }; - a = o.getElementsByTagName('head')[0]; - r = o.createElement('script'); r.async = 1; - r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; - a.appendChild(r); -})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); \ No newline at end of file diff --git a/js/vendors/jquery-1.9.0.min.js b/js/vendors/jquery-1.9.0.min.js deleted file mode 100644 index 6384648d3..000000000 --- a/js/vendors/jquery-1.9.0.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! jQuery v1.9.0 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license */(function(e,t){"use strict";function n(e){var t=e.length,n=st.type(e);return st.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e){var t=Tt[e]={};return st.each(e.match(lt)||[],function(e,n){t[n]=!0}),t}function i(e,n,r,i){if(st.acceptData(e)){var o,a,s=st.expando,u="string"==typeof n,l=e.nodeType,c=l?st.cache:e,f=l?e[s]:e[s]&&s;if(f&&c[f]&&(i||c[f].data)||!u||r!==t)return f||(l?e[s]=f=K.pop()||st.guid++:f=s),c[f]||(c[f]={},l||(c[f].toJSON=st.noop)),("object"==typeof n||"function"==typeof n)&&(i?c[f]=st.extend(c[f],n):c[f].data=st.extend(c[f].data,n)),o=c[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[st.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[st.camelCase(n)])):a=o,a}}function o(e,t,n){if(st.acceptData(e)){var r,i,o,a=e.nodeType,u=a?st.cache:e,l=a?e[st.expando]:st.expando;if(u[l]){if(t&&(r=n?u[l]:u[l].data)){st.isArray(t)?t=t.concat(st.map(t,st.camelCase)):t in r?t=[t]:(t=st.camelCase(t),t=t in r?[t]:t.split(" "));for(i=0,o=t.length;o>i;i++)delete r[t[i]];if(!(n?s:st.isEmptyObject)(r))return}(n||(delete u[l].data,s(u[l])))&&(a?st.cleanData([e],!0):st.support.deleteExpando||u!=u.window?delete u[l]:u[l]=null)}}}function a(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(Nt,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:wt.test(r)?st.parseJSON(r):r}catch(o){}st.data(e,n,r)}else r=t}return r}function s(e){var t;for(t in e)if(("data"!==t||!st.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function u(){return!0}function l(){return!1}function c(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function f(e,t,n){if(t=t||0,st.isFunction(t))return st.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return st.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=st.grep(e,function(e){return 1===e.nodeType});if(Wt.test(t))return st.filter(t,r,!n);t=st.filter(t,r)}return st.grep(e,function(e){return st.inArray(e,t)>=0===n})}function p(e){var t=zt.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function d(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function h(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function g(e){var t=nn.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function m(e,t){for(var n,r=0;null!=(n=e[r]);r++)st._data(n,"globalEval",!t||st._data(t[r],"globalEval"))}function y(e,t){if(1===t.nodeType&&st.hasData(e)){var n,r,i,o=st._data(e),a=st._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)st.event.add(t,n,s[n][r])}a.data&&(a.data=st.extend({},a.data))}}function v(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!st.support.noCloneEvent&&t[st.expando]){r=st._data(t);for(i in r.events)st.removeEvent(t,i,r.handle);t.removeAttribute(st.expando)}"script"===n&&t.text!==e.text?(h(t).text=e.text,g(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),st.support.html5Clone&&e.innerHTML&&!st.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Zt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}function b(e,n){var r,i,o=0,a=e.getElementsByTagName!==t?e.getElementsByTagName(n||"*"):e.querySelectorAll!==t?e.querySelectorAll(n||"*"):t;if(!a)for(a=[],r=e.childNodes||e;null!=(i=r[o]);o++)!n||st.nodeName(i,n)?a.push(i):st.merge(a,b(i,n));return n===t||n&&st.nodeName(e,n)?st.merge([e],a):a}function x(e){Zt.test(e.type)&&(e.defaultChecked=e.checked)}function T(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Nn.length;i--;)if(t=Nn[i]+n,t in e)return t;return r}function w(e,t){return e=t||e,"none"===st.css(e,"display")||!st.contains(e.ownerDocument,e)}function N(e,t){for(var n,r=[],i=0,o=e.length;o>i;i++)n=e[i],n.style&&(r[i]=st._data(n,"olddisplay"),t?(r[i]||"none"!==n.style.display||(n.style.display=""),""===n.style.display&&w(n)&&(r[i]=st._data(n,"olddisplay",S(n.nodeName)))):r[i]||w(n)||st._data(n,"olddisplay",st.css(n,"display")));for(i=0;o>i;i++)n=e[i],n.style&&(t&&"none"!==n.style.display&&""!==n.style.display||(n.style.display=t?r[i]||"":"none"));return e}function C(e,t,n){var r=mn.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function k(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;4>o;o+=2)"margin"===n&&(a+=st.css(e,n+wn[o],!0,i)),r?("content"===n&&(a-=st.css(e,"padding"+wn[o],!0,i)),"margin"!==n&&(a-=st.css(e,"border"+wn[o]+"Width",!0,i))):(a+=st.css(e,"padding"+wn[o],!0,i),"padding"!==n&&(a+=st.css(e,"border"+wn[o]+"Width",!0,i)));return a}function E(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=ln(e),a=st.support.boxSizing&&"border-box"===st.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=un(e,t,o),(0>i||null==i)&&(i=e.style[t]),yn.test(i))return i;r=a&&(st.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+k(e,t,n||(a?"border":"content"),r,o)+"px"}function S(e){var t=V,n=bn[e];return n||(n=A(e,t),"none"!==n&&n||(cn=(cn||st("