org.openharmonise.commons.dsi.dml.functions |
org.openharmonise.commons.dsi.dml.functions
Provides classes which can represent functions for use in DML statements.
|
Java Source File Name | Type | Comment |
Length.java | Class | Representation of the length SQL function. |
Substring.java | Class | This class represents a SQL 'substring' function, storing the pertinent data so that
the data store interface implementation can then create the correct function call. |
ToDate.java | Class | A date conversion function. |