Class AbstractFragment

    • Field Detail

    • Constructor Detail

      • AbstractFragment

        public 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