
| Class | Description |
|---|---|
| OSQLFunctionCoalesce |
Returns the first
field/value not null parameter. |
| OSQLFunctionCount |
Count the record that contains a field.
|
| OSQLFunctionDate |
Builds a date object from the format passed.
|
| OSQLFunctionDecode |
Encode a string in various format (only base64 for now)
|
| OSQLFunctionEncode |
Encode a string in various format (only base64 for now)
|
| OSQLFunctionFormat |
Formats content.
|
| OSQLFunctionIf |
Returns different values based on the condition.
|
| OSQLFunctionIfNull |
Returns the passed
field/value (or optional parameter return_value_if_not_null
) if field/value is not null; otherwise it returns
return_value_if_null. |
| OSQLFunctionIndexKeySize |
returns the number of keys for an index
|
| OSQLFunctionStrcmpci | |
| OSQLFunctionSysdate |
Returns the current date time.
|
| OSQLFunctionThrowCME |
Mostly used for testing purpose.
|
| OSQLFunctionUUID |
Generates a UUID as a 128-bits value using the Leach-Salz variant.
|
| OSQLMethodExclude |
Filter the content by excluding only some fields.
|
| OSQLMethodInclude |
Filter the content by including only some fields.
|
| OSQLStaticReflectiveFunction |
This
OSQLFunction is able to invoke a static method using reflection. |
Copyright © 2009–2025 OrientDB. All rights reserved.