Class DataBaseCursor

java.lang.Object
ecmwf.common.database.DataBaseCursor
All Implemented Interfaces:
Serializable

public class DataBaseCursor extends Object implements Serializable
The Class DataBaseCursor.
See Also:
  • Constructor Details

    • DataBaseCursor

      public DataBaseCursor(String sort, String order, int start, int end)
      Instantiates a new data base cursor.
      Parameters:
      sort - the sort
      order - the order
      start - the start
      end - the end
  • Method Details

    • getStart

      public int getStart()
      Gets the start.
      Returns:
      the start
    • getEnd

      public int getEnd()
      Gets the end.
      Returns:
      the end
    • getLength

      public int getLength()
      Gets the length.
      Returns:
      the length
    • getSort

      public String getSort()
      Gets the sort.
      Returns:
      the sort
    • getOrder

      public String getOrder()
      Gets the order.
      Returns:
      the order
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object