Class DaoMetadata


  • public class DaoMetadata
    extends Object
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Constructor Detail

      • DaoMetadata

        public DaoMetadata()
    • Method Detail

      • fillProjectMetadata

        public static void fillProjectMetadata​(Connection connection,
                                               String name,
                                               String description,
                                               String notes,
                                               String creationUser)
                                        throws Exception
        Populate the project metadata table.
        Parameters:
        name - the project name
        description - an optional description.
        notes - optional notes.
        creationUser - the user creating the project.
        Throws:
        IOException - if something goes wrong.
        Exception