Package-level declarations
Functions
Creates an alias for a column using SQL AS.
Creates an alias for a subquery (a SELECT statement) using SQL AS.
Creates an alias for a table using SQL AS.
Represents the SQL / (division) operator between a column and a literal value.
Represents the SQL / (division) operator between two columns.
Represents the SQL - (subtraction) operator between a column and a literal value.
Represents the SQL - (subtraction) operator between two columns.
Represents the SQL + (addition) operator between a column and a literal value.
Represents the SQL + (addition) operator between two columns.
Represents the SQL % (modulo) operator between a column and a literal value.
Represents the SQL % (modulo) operator between two columns.
Represents the SQL * (multiplication) operator between a column and a literal value.
Represents the SQL * (multiplication) operator between two columns.