Class DefaultCqlDataSet

    • Constructor Detail

    • Method Detail

      • getScripts

        public List<CqlScript> getScripts()
        Gets the list of CqlScript instances contained within this dataset.

        The returned list is unmodifiable to preserve the immutability of the dataset.

        Specified by:
        getScripts in interface CqlDataSet
        Returns:
        an unmodifiable list of CqlScript instances (never null)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object