Class Jailer

java.lang.Object
net.sf.jailer.Jailer

public class Jailer extends Object
Jailer is a tool for database subsetting and relational data browsing.
  • The Subsetter exports consistent, referentially intact row-sets from relational databases, generates topologically sorted SQL-DML, DbUnit datasets and hierarchically structured XML.
  • The Data Browser allows bidirectional navigation through the database by following foreign-key-based or user-defined relationships.
http://jailer.sourceforge.net
https://github.com/Wisser/Jailer

Author:
Ralf Wisser
  • Constructor Details

    • Jailer

      public Jailer()
  • Method Details

    • main

      public static void main(String[] args)
      Main-method for CLI.
      Parameters:
      args - arguments
    • jailerMain

      public static boolean jailerMain(String[] args, StringBuffer warnings, ProgressListener progressListener, boolean fromCli) throws Exception
      Main-method for GUI.
      Parameters:
      args - arguments
      warnings - string-buffer to print warnings into, may be null
      progressListener - listens to progress events, may be null
      fromCli - true if invoked from the command-line interface
      Returns:
      false iff something went wrong
      Throws:
      Exception