Class AbstractFragment

    • Field Detail

      • root

        protected final Fragment root
        Root fragment of the statement fragment tree.
    • Constructor Detail

      • AbstractFragment

        protected AbstractFragment​(Fragment root)
        Create an instance of an SQL fragment
        Parameters:
        root - root SQL statement this fragment belongs to.
    • Method Detail

      • getRoot

        public Fragment getRoot()
        Description copied from interface: Fragment
        Get the root statement of this SQL fragment.
        Specified by:
        getRoot in interface Fragment
        Returns:
        the root fragment