Uses of Package
io.github.torand.fastersql.model
Packages that use io.github.torand.fastersql.model
Package
Description
Provides classes and interfaces related to column and table aliases.
Provides classes and interfaces related to inline value constants for statements.
Provides classes representing arithmetic expressions.
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
Provides classes and interfaces related to system functions.
Provides classes representing join clauses.
Provides classes representing the database model.
Provides classes and interfaces representing order clauses.
Provides classes and interfaces related to predicates.
Provides classes and interfaces representing comparison predicates.
Provides classes and interfaces representing predicates made up by multiple sub-predicates.
Provides classes and interfaces related to projections.
Provides classes and interfaces related to SQL fragments.
Provides classes and interfaces related to statements.
Provides classes and interfaces related to subqueries.
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.alias
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.constant
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.expression.arithmetic
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.function.aggregate
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.function.singlerow
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.function.system
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.join
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.modelClassDescriptionModels a column in a database table.Models a database table.Defines a factory to create instances of a database
Table
model. -
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.order
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.predicate
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.predicate.comparison
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.predicate.compound
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.projection
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.sql
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.statement
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.subquery