Class SubjectLimitDefinition

java.lang.Object
net.sf.jailer.extractionmodel.SubjectLimitDefinition

public class SubjectLimitDefinition extends Object
Defines a limit of rows to be exported per subject table wrt an ordering.
Author:
Ralf Wisser
  • Field Details

    • limit

      public Long limit
      Row limit.
    • orderBy

      public String orderBy
      "order by" clause.
  • Constructor Details

    • SubjectLimitDefinition

      public SubjectLimitDefinition(Long limit, String orderBy)
      Constructor.
      Parameters:
      limit - row limit
      orderBy - "order by" clause
  • Method Details