Class SqlTestQuery

    • Field Detail

      • file

        public final String file
        The name of the file containing the query.
    • Method Detail

      • setName

        public void setName​(String name)
        In test files some queries are named. This helps e.g., identify multiple queries in different dialects that are mutually exclusive.
      • getQuery

        public String getQuery()
        Returns:
        The SQL query to execute.
      • getName

        public String getName()