Uses of Package
com.feedzai.commons.sql.abstraction.dml
-
Packages that use com.feedzai.commons.sql.abstraction.dml Package Description com.feedzai.commons.sql.abstraction.ddl Contains classes that aid on DDL creation.com.feedzai.commons.sql.abstraction.dml Contains classes to build DML statements.com.feedzai.commons.sql.abstraction.dml.dialect Contains an SQL builder.com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.engine.impl Database specific implementations. -
Classes in com.feedzai.commons.sql.abstraction.dml used by com.feedzai.commons.sql.abstraction.ddl Class Description Expression A generic SQL Expression capable of being translated.K Represents a SQL constant. -
Classes in com.feedzai.commons.sql.abstraction.dml used by com.feedzai.commons.sql.abstraction.dml Class Description Between Represents the BETWEEN operator.Case Case SQL Expression.Concat PDB Concat Operator.Delete Represents the DELETE operator.Expression A generic SQL Expression capable of being translated.Function Represents SQL functions.Join Represents a SQL join operator.Name Represents a named expression.Query Represents a SQL Query.StringAgg Union The union clause.Update Represents the UPDATE operator.Values The Values clause.Values.Row A Row belonging to a Values clause.View Represents a SQL view.When With With SQL Expression. -
Classes in com.feedzai.commons.sql.abstraction.dml used by com.feedzai.commons.sql.abstraction.dml.dialect Class Description Between Represents the BETWEEN operator.Case Case SQL Expression.Cast The cast expression.Coalesce Represents the coalesce operator.Concat PDB Concat Operator.Delete Represents the DELETE operator.Expression A generic SQL Expression capable of being translated.Literal Represents a literal object that will have no specific translation.Name Represents a named expression.Query Represents a SQL Query.StringAgg Truncate Represents the TRUNCATE operator.Union The union clause.Update Represents the UPDATE operator.Values The Values clause.View Represents a SQL view.With With SQL Expression. -
Classes in com.feedzai.commons.sql.abstraction.dml used by com.feedzai.commons.sql.abstraction.engine Class Description Between Represents the BETWEEN operator.Case Case SQL Expression.Cast The cast expression.Coalesce Represents the coalesce operator.Concat PDB Concat Operator.Delete Represents the DELETE operator.Expression A generic SQL Expression capable of being translated.Function Represents SQL functions.Join Represents a SQL join operator.K Represents a SQL constant.Literal Represents a literal object that will have no specific translation.Modulo The MOD operator.Name Represents a named expression.Query Represents a SQL Query.RepeatDelimiter Represents expressions that ca be repeated.StringAgg Truncate Represents the TRUNCATE operator.Union The union clause.Update Represents the UPDATE operator.Values The Values clause.Values.Row A Row belonging to a Values clause.View Represents a SQL view.When With With SQL Expression. -
Classes in com.feedzai.commons.sql.abstraction.dml used by com.feedzai.commons.sql.abstraction.engine.impl Class Description Cast The cast expression.Concat PDB Concat Operator.Expression A generic SQL Expression capable of being translated.Function Represents SQL functions.Join Represents a SQL join operator.Modulo The MOD operator.Query Represents a SQL Query.RepeatDelimiter Represents expressions that ca be repeated.StringAgg Truncate Represents the TRUNCATE operator.Union The union clause.Update Represents the UPDATE operator.Values The Values clause.View Represents a SQL view.With With SQL Expression.