Class ScenarioNoeudHelper

java.lang.Object
org.ametys.odf.ose.export.impl.odf.db.ScenarioNoeudHelper

public final class ScenarioNoeudHelper extends Object
Helper to build queries to manage the SCENARIO_NOEUD table.
  • Method Details

    • initialize

      Queries to create the table and associated view.
      Returns:
      List of queries for table and view creation
    • deleteFrom

      Query to delete all lines from the table.
      Returns:
      The query for deletion
    • 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