Need help GlideDBFunction. How to create and use these functions?

Rohith Sureshk1
Tera Contributor

Hi, 

 

I found this official documentation for GlideDBFunctionBuilder

But it isnt much helpful as it is not explaining where to define these and how to use these functions?

 

I have to understand how to create GlideDBFunctionBuilder and where to use these. Let me know if anyone have clear idea on this

 

Thanks in advance

2 REPLIES 2

Bert_c1
Kilo Patron

Go to the top of the web page, and find:

 

"The GlideDBFunctionBuilder methods provide a way to build Relational Database Management System (RDBMS) functions to perform SQL operations on record data. You can use these methods in both scoped and global server scripts."

Hi,

Thanks for your reply. 

Is it possible to use GlideDBFunctionBuilder for a Function field?