Uses of Interface
io.github.torand.fastersql.relation.Relation
Packages that use Relation
Package
Description
Provides classes representing the database model.
Provides classes and interfaces representing relations.
Provides classes and interfaces related to statements.
Provides classes and interfaces related to subqueries.
-
Uses of Relation in io.github.torand.fastersql.model
Classes in io.github.torand.fastersql.model that implement Relation -
Uses of Relation in io.github.torand.fastersql.relation
Methods in io.github.torand.fastersql.relation that return Relation -
Uses of Relation in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement with parameters of type RelationModifier and TypeMethodDescriptionCreates a SELECT statement with specified FROM clauses (relations). -
Uses of Relation in io.github.torand.fastersql.subquery
Classes in io.github.torand.fastersql.subquery that implement RelationModifier and TypeClassDescriptionclass
Implements a subquery to be used in a FROM clause.