Package io.github.torand.fastersql.relation


package io.github.torand.fastersql.relation
Provides classes and interfaces representing relations.
  • Class
    Description
    Defines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).
    Provides factory methods for relations, i.e. subqueries.