Class Offset

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Offset​(int offset)
      Creates a new Offset instance with the offset to skip when selecting data
      protected Offset​(QueryPartLinked<?> parent, int offset)  
    • Constructor Detail

      • Offset

        public Offset​(int offset)
        Creates a new Offset instance with the offset to skip when selecting data
        Parameters:
        offset - The offset to skip from the start
    • 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