Package Hierarchies:
- io.github.torand.fastersql,
- io.github.torand.fastersql.alias,
- io.github.torand.fastersql.constant,
- io.github.torand.fastersql.dialect,
- io.github.torand.fastersql.expression,
- io.github.torand.fastersql.expression.arithmetic,
- io.github.torand.fastersql.function,
- io.github.torand.fastersql.function.aggregate,
- io.github.torand.fastersql.function.singlerow,
- io.github.torand.fastersql.function.system,
- io.github.torand.fastersql.join,
- io.github.torand.fastersql.model,
- io.github.torand.fastersql.order,
- io.github.torand.fastersql.predicate,
- io.github.torand.fastersql.predicate.comparison,
- io.github.torand.fastersql.predicate.compound,
- io.github.torand.fastersql.projection,
- io.github.torand.fastersql.relation,
- io.github.torand.fastersql.sql,
- io.github.torand.fastersql.statement,
- io.github.torand.fastersql.subquery,
- io.github.torand.fastersql.util
Class Hierarchy
- java.lang.Object
- io.github.torand.fastersql.function.singlerow.Abs (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.dialect.AccessDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.expression.arithmetic.Addition (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.function.aggregate.AggregateFunctions
- io.github.torand.fastersql.alias.Aliases
- io.github.torand.fastersql.predicate.compound.And (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.dialect.AnsiIsoDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.expression.arithmetic.ArithmeticExpressions
- io.github.torand.fastersql.order.Ascending (implements io.github.torand.fastersql.order.Order)
- io.github.torand.fastersql.function.aggregate.Avg (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.function.singlerow.Ceil (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.model.Column (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.predicate.LeftOperand, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.alias.ColumnAlias (implements io.github.torand.fastersql.alias.Alias, io.github.torand.fastersql.predicate.LeftOperand, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.projection.ColumnPosition (implements io.github.torand.fastersql.order.OrderExpression, io.github.torand.fastersql.sql.Sql)
- io.github.torand.fastersql.alias.ColumnRef (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.predicate.LeftOperand, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.predicate.comparison.ComparisonPredicates
- io.github.torand.fastersql.predicate.compound.CompoundPredicates
- io.github.torand.fastersql.function.singlerow.Concat (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.constant.Constants
- io.github.torand.fastersql.sql.Context
- io.github.torand.fastersql.function.aggregate.Count (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.function.aggregate.CountAll (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.function.system.CurrentDate (implements io.github.torand.fastersql.function.system.SystemFunction)
- io.github.torand.fastersql.function.system.CurrentTime (implements io.github.torand.fastersql.function.system.SystemFunction)
- io.github.torand.fastersql.function.system.CurrentTimestamp (implements io.github.torand.fastersql.function.system.SystemFunction)
- io.github.torand.fastersql.statement.DeleteFromBuilder
- io.github.torand.fastersql.statement.DeleteStatement (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.order.Descending (implements io.github.torand.fastersql.order.Order)
- io.github.torand.fastersql.expression.arithmetic.Division (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.predicate.comparison.Eq (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.predicate.ExistsSubquery (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.subquery.ExpressionSubquery (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.subquery.Subquery)
- io.github.torand.fastersql.function.singlerow.Floor (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.predicate.comparison.Ge (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.constant.GenericConstant<T> (implements io.github.torand.fastersql.constant.Constant)
- io.github.torand.fastersql.predicate.comparison.Gt (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.dialect.H2Dialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.statement.Helpers
- io.github.torand.fastersql.dialect.HsqldbDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.predicate.In (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.statement.InsertBatchIntoBuilder<T>
- io.github.torand.fastersql.statement.InsertBatchStatement<T> (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.statement.InsertIntoBuilder
- io.github.torand.fastersql.statement.InsertStatement (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.predicate.InSubquery (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.predicate.IsNull (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.join.Join (implements io.github.torand.fastersql.sql.Sql)
- io.github.torand.fastersql.predicate.comparison.Le (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.function.singlerow.Length (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.predicate.Like (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.function.singlerow.Lower (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.predicate.comparison.Lt (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.dialect.MariaDbDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.function.aggregate.Max (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.function.aggregate.Min (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.expression.arithmetic.Modulo (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.expression.arithmetic.Multiplication (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.dialect.MySqlDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.predicate.compound.Not (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.constant.NullConstant (implements io.github.torand.fastersql.constant.Constant)
- io.github.torand.fastersql.predicate.OptionalPredicate
- io.github.torand.fastersql.predicate.compound.Or (implements io.github.torand.fastersql.predicate.Predicate)
- io.github.torand.fastersql.dialect.OracleDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.order.Orders
- io.github.torand.fastersql.dialect.PostgreSqlDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.predicate.Predicates
- io.github.torand.fastersql.statement.PreparedStatementBuilder
- io.github.torand.fastersql.projection.Projections
- io.github.torand.fastersql.relation.Relations
- io.github.torand.fastersql.function.singlerow.Round (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.statement.SelectFromBuilder
- io.github.torand.fastersql.statement.SelectStatement (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.function.singlerow.SingleRowFunctions
- io.github.torand.fastersql.dialect.SqliteDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.dialect.SqlServerDialect (implements io.github.torand.fastersql.dialect.Dialect)
- io.github.torand.fastersql.statement.Statements
- io.github.torand.fastersql.function.singlerow.Substring (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.expression.arithmetic.Subtraction (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.function.aggregate.Sum (implements io.github.torand.fastersql.function.aggregate.AggregateFunction)
- io.github.torand.fastersql.function.system.SystemFunctions
- io.github.torand.fastersql.model.Table<ENTITY> (implements io.github.torand.fastersql.relation.Relation)
- io.github.torand.fastersql.alias.TableAlias (implements io.github.torand.fastersql.alias.Alias)
- io.github.torand.fastersql.subquery.TableSubquery (implements io.github.torand.fastersql.relation.Relation, io.github.torand.fastersql.subquery.Subquery)
- io.github.torand.fastersql.function.singlerow.ToChar (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.function.singlerow.ToNumber (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
- io.github.torand.fastersql.statement.TruncateStatement (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.statement.TruncateTableBuilder
- io.github.torand.fastersql.statement.UpdateStatement (implements io.github.torand.fastersql.statement.PreparableStatement)
- io.github.torand.fastersql.function.singlerow.Upper (implements io.github.torand.fastersql.function.singlerow.SingleRowFunction)
Interface Hierarchy
- io.github.torand.fastersql.dialect.Dialect
- io.github.torand.fastersql.sql.Sql
- io.github.torand.fastersql.model.TableFactory<ENTITY>