Class Fetch

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Fetch​(int fetch)
      Create a new Fetch statement with the amount of rows to be fetched
      protected Fetch​(QueryPartLinked<?> parent, int fetch)  
    • Constructor Detail

      • Fetch

        public Fetch​(int fetch)
        Create a new Fetch statement with the amount of rows to be fetched
        Parameters:
        fetch - The amount of rows to be fetched
    • Method Detail

      • string

        public java.lang.String string​(QueryOptions options)
        Description copied from interface: QueryPart
        Transforms this statement into an SQL string
        Specified by:
        string in interface QueryPart
        Parameters:
        options - The QueryOptions to apply for transformation
        Returns:
        The created SQL string