Uses of Package
io.github.torand.fastersql.relation
Packages that use io.github.torand.fastersql.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.
-
Classes in io.github.torand.fastersql.relation used by io.github.torand.fastersql.modelClassDescriptionDefines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).
-
Classes in io.github.torand.fastersql.relation used by io.github.torand.fastersql.relationClassDescriptionDefines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).
-
Classes in io.github.torand.fastersql.relation used by io.github.torand.fastersql.statementClassDescriptionDefines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).
-
Classes in io.github.torand.fastersql.relation used by io.github.torand.fastersql.subqueryClassDescriptionDefines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).