Class CopyQuery

    • Method Detail

      • silent

        public T silent()
        Set the SILENT option to true on this query
        Returns:
        this query instance
      • silent

        public T silent​(boolean isSilent)
        Specify if the SILENT option should be on for this query
        Parameters:
        isSilent - if this should be a SILENT operation or not
        Returns:
        this query instance
      • appendSilent

        protected void appendSilent​(StringBuilder builder)