GlideDBFunctionBuilder

A list of all the field attributes that could be found here on the docs.

Last modified 2025-07-10

Jace Benson

Table of content
  1. add
  2. datediff
  3. constant
  4. field
  5. endfunc
  6. build
  7. subtract
  8. length
  9. dayofweek
  10. divide
  11. concat
  12. multiply

add

Start an addition function

datediff

Start a function that return the duration between 2 dates

constant

Add a constant parameter to the current function

field

Add a field parameter to the current function

endfunc

End the current function

build

Return the completed function definition

subtract

Start a subtraction function

length

Start a length function

dayofweek

Start a function that returns the day of the week of a given date

divide

Start a division function

concat

Start a concatenation function

multiply

Start a multiplication function