org.openharmonise.commons.dsi.dml |
org.openharmonise.commons.dsi.dml
Provides classes which can represent data manipulation language (DML) statements.
|
Java Source File Name | Type | Comment |
AbstractDMLStatement.java | Class | Abstract class providing base to implementations of data manipulation language
statement implementations. |
DeleteStatement.java | Class | A DML delete statement. |
Function.java | Interface | Marker interface to mark that class represents a SQL function. |
FunctionedWhereCondition.java | Class | WhereCondition which includes a SQL function manipulation on the value of the DB
column before comparison. |
InsertStatement.java | Class | A DML insert statement . |
JoinConditions.java | Class | A collection of DML join conditions between column references. |
SelectStatement.java | Class | A DML select statement query. |
UpdateStatement.java | Class | A DML update statement. |
WhereCondition.java | Class | This class represents a where condition which can be included in a DML statement. |
WhereConditionGroup.java | Class | A collection of where conditions that can be applied to a DML statement. |