Uses of Package
io.github.torand.fastersql.model
Packages that use io.github.torand.fastersql.model
Package
Description
Provides classes and interfaces related to inline value constants for statements.
Provides classes representing arithmetic expressions.
Provides classes representing CASE expressions.
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
Provides classes representing the CAST function.
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 representing set operations.
Provides classes and interfaces related to SQL fragments.
Provides classes and interfaces related to statements.
-
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.expression.cases
-
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.join
-
Classes in io.github.torand.fastersql.model used by io.github.torand.fastersql.modelClassDescriptionRepresents a column in a database table.Represents 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.setoperation
-
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