Class SchemaUpdate


  • public class SchemaUpdate
    extends Object
    A commandline tool to update a database schema. May also be called from inside an application.
    • Constructor Detail

      • SchemaUpdate

        public SchemaUpdate()
    • Method Detail

      • getExceptions

        public List getExceptions()
        Returns a List of all Exceptions which occurred during the export.
        Returns:
        A List containing the Exceptions occurred during the export
      • setHaltOnError

        public SchemaUpdate setHaltOnError​(boolean haltOnError)
      • setFormat

        public SchemaUpdate setFormat​(boolean format)
      • setDelimiter

        public SchemaUpdate setDelimiter​(String delimiter)
        Set the end of statement delimiter
        Parameters:
        delimiter - The delimiter
      • main

        public static void main​(String[] args)
      • buildMetadataFromMainArgs

        public static MetadataImplementor buildMetadataFromMainArgs​(String[] args)
                                                             throws Exception
        Intended for test usage only. Builds a Metadata using the same algorithm as main(java.lang.String[])
        Parameters:
        args - The "command line args"
        Returns:
        The built Metadata
        Throws:
        Exception - Problems building the Metadata