| Name | Description | Type | Package | Framework |
| OSQLFunctionCoalesce | Returns the first field/value not null parameter. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionCount | Count the record that contains a field. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionDate | Builds a date object from the format passed. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionDecode | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb | |
| OSQLFunctionEncode | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb | |
| OSQLFunctionFormat | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb | |
| OSQLFunctionIf | Returns different values based on the condition. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionIfNull | Returns the passed field/value (or optional parameter return_value_if_not_null) iffield/value is not null; otherwise it returns return_value_if_null. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionSysdate | Returns the current date time. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLFunctionUUID | Generates a UUID as a 128-bits value using the Leach-Salz variant. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLMethodExclude | Filter the content by excluding only some fields. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |
| OSQLMethodInclude | Filter the content by including only some fields. | Class | com.orientechnologies.orient.core.sql.functions.misc | Orientdb |