/
Developer Reference
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.
, multiple selections available,
Related content
3. Connecting to MUMPS
3. Connecting to MUMPS
More like this
2. Connectors
2. Connectors
More like this
mumps.get()
mumps.get()
More like this
global.getObject()
global.getObject()
More like this
2. The ColdFusion Data Model
2. The ColdFusion Data Model
More like this
A. Concurrency Protection
A. Concurrency Protection
More like this