Package no.sikt.graphitron.definitions.sql


package no.sikt.graphitron.definitions.sql
  • Class
    Description
    For multiple joins on the same table, aliases are required to distinguish them.
     
    Contains information on how to format join operations, including what type of join to use and which columns should be compared.
    Abstraction that allows to apply different join conditions more smoothly.
    SQL join condition which joins using an external condition method.
    SQL join condition which joins on a single key generated by jOOQ, referred to by name.
    An extension of SQLJoin with additional data on which table to join towards and which alias should be used.
    Enum of supported SQL join types.