Class RDBHelper


  • public class RDBHelper
    extends java.lang.Object
    Convenience class that dumps the table creation statements for various database types.

    Run with:

     java -cp oak-run-version.jar org.apache.jackrabbit.oak.plugins.document.rdb.RDBHelper
     
    • Constructor Summary

      Constructors 
      Constructor Description
      RDBHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dump​(java.lang.String database, java.lang.Integer initial, java.lang.Integer upgrade)  
      static java.lang.String getSupportedDatabases()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RDBHelper

        public RDBHelper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • getSupportedDatabases

        public static java.lang.String getSupportedDatabases()
      • dump

        public static void dump​(java.lang.String database,
                                java.lang.Integer initial,
                                java.lang.Integer upgrade)