Package com.feedzai.commons.sql.abstraction.dml
Contains classes to build DML statements.
-
Class Summary Class Description All Represents the * or environment.* operator.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.InternalFunction Represents functions that are internal to the database engine in place.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.