Class ScenarioNoeudHelper

    • Method Detail

      • initialize

        public static List<ParameterizableQueryinitialize()
        Queries to create the table and associated view.
        Returns:
        List of queries for table and view creation
      • insertInto

        public static ParameterizableQuery insertInto​(String nodeId)
        Query to insert a line in the table.
        Parameters:
        nodeId - The identifier of the referenced node
        Returns:
        The query to insert values in the table