Developer Reference
Developer Reference
"Everything is going to be connected to cloud and data... All of this will be mediated by software."
--Satya Nadella
Basic API
The basic API provides familiar MUMPS-style methods for accessing data and code.
- mumps.open()
- mumps.isOpen()
- mumps.close()
- mumps.get()
- mumps.set()
- mumps.kill()
- mumps.merge()
- mumps.data()
- mumps.order()
- mumps.query()
- mumps.lock()
- mumps.unlock()
- mumps.mumps_function()
- mumps.mumps_procedure()
- mumps.mumps_function_ex()/mumps.mumps_procedure_ex()
- mumps.version()
Global API
The global API is a higher-level view of MUMPS data, projecting it to native CFML structures.
Custom Tags
CFMumps' custom tags provide easy access to MUMPS data from within CFML templates.