DDE ;SPFO/RAM,MKB - Entity Main Driver ;AUG 1,2018 12:37
Source file <DDE.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| GET1(RESOURCE,ID,QUERY,MTYPE,ERROR) | ; -- GET an item
 | 
|
| GET(RESOURCE,ID,QUERY,MTYPE,MAX,RESULT,ERROR) | ; -- GET an item/collection
 | 
|
| PUT(RESOURCE,ID,BODY,MTYPE) | ; -- PUT an item [not in use]
 | 
|
| POST(RESOURCE,ID,BODY,MTYPE) | ; -- POST an item [not in use]
 | 
|
| DEL(RESOURCE,ID,MTYPE) | ; -- DELETE an item [not in use]
 |