1 " ***********************************************************
  2 " *                                                         *
  3 " * Copyright, (C) Honeywell Information Systems Inc., 1981 *
  4 " *                                                         *
  5 " * Copyright (c) 1972 by Massachusetts Institute of        *
  6 " * Technology and Honeywell Information Systems, Inc.      *
  7 " *                                                         *
  8 " ***********************************************************
  9 
 10 " HISTORY COMMENTS:
 11 "  1) change(86-06-13,Dupuis), approve(86-08-05,MCR7491),
 12 "     audit(86-08-08,Blair), install(86-08-15,MR12.0-1127):
 13 "     Made available so that an unbound version of mrds could be created
 14 "     easily. (phx20405, mrds #157)
 15 "                                                      END HISTORY COMMENTS
 16 "
 17 " NOTES:
 18 "
 19 " This is the transfer vector for the unbound version of dsl_
 20 "
 21 "
 22 " HISTORY:
 23 "
 24 "80-04-01  Jim Gray : Modified to remove dsl_$define_area, and to canonize and
 25 "sort the source
 26 "
 27 "80-09-24  Jim  Gray : Modified to add $get_opening_temp_dir entry so that the
 28 "temp dir for a particular opening can be obtained.
 29 "
 30 "81-01-11  Jim Gray : added get_scope entry for new routine mrds_dsl_get_scope
 31 "as part of implementing scope_vs_access proposal.
 32 "
 33 "81-01-13   Jim   Gray   :   added   get_access_info  entry  for  new  routine
 34 "mrds_dsl_get_access_info as part of implementing scope_vs_access proposal
 35 "
 36 "81-01-14 Jim Gray : added get_attribute_list and get_relation_list entries as
 37 "part of implementing the scope_vs_access proposal, and answering TR 7780
 38 "
 39 "81-01-23  Jim  Gray : deleted get_access_info, since this information will be
 40 "part   of   the   get_relation/attribute_list   interface.   Also  added  the
 41 "get_version extension get_path_info interface entry.
 42 "
 43 "81-01-30 Jim Gray : deleted list_db_with_modes, replacing it by list_openings
 44 "and module mrds_dsl_list_dbs is now named mrds_dsl_db_openings
 45 "
 46 "81-03-26 Jim Gray : added entry for dsl_$get_population
 47 "
 48 "81-05-14 Rickie E.  Brinegar: added entry for dsl_$get_security_info.
 49 "
 50 "81-05-27   Jim   Gray   :   removed  unused  entries  eval_expr,  finish_all,
 51 "finish_file, get_ready_files, get_scope_info, ready_all, ready_file
 52 "
 53 "81-06-16  Rickie  E.  Brinegar: renames get_file_names to get_rslt_rels while
 54 "removing the file interfaces from LINUS.
 55 "
 56 "81-06-17 Rickie E.  Brinegar: added back get_scope_info entry in an effort to
 57 "remove the internal static scope_data structure in LINUS.
 58 "
 59 "81-06-19   Rickie   E.   Brinegar:  removed  the  unused  entries  dl_fscope,
 60 "dl_fscope_all,  get_file_relations,  get_rels,  get_rslt_desc, get_temp_desc,
 61 "and set_fscope.
 62 
 63 "83-05-19 Davids: Added the create_res_copy entry
 64 
 65 "84-10-29 Benjamin: Added the compile entry
 66 
 67           name      dsl_
 68 
 69           entry     compile
 70 compile:
 71           tra       <mrds_dsl_compile>|[compile]
 72 
 73           entry     close
 74 close:
 75           tra       <mrds_dsl_close>|[close]
 76 
 77           entry     close_all
 78 close_all:
 79           tra       <mrds_dsl_close_all>|[close_all]
 80 
 81           entry     create_res_copy
 82 create_res_copy:
 83           tra       <mrds_dsl_create_res_copy>|[mrds_dsl_create_res_copy]
 84 
 85           entry     declare
 86 declare:
 87           tra       <mrds_dsl_declare>|[declare]
 88 
 89           entry     define_temp_rel
 90 define_temp_rel:
 91           tra       <mrds_dsl_define_temp_rel>|[define_temp_rel]
 92 
 93           entry     delete
 94 delete:
 95           tra       <mrds_dsl_delete>|[delete]
 96 
 97           entry     dl_scope_all
 98 dl_scope_all:
 99           tra       <mrds_dsl_set_scope>|[dl_scope_all]
100 
101           entry     dl_scope
102 dl_scope:
103           tra       <mrds_dsl_set_scope>|[dl_scope]
104 
105           entry     get_attribute_list
106 get_attribute_list:
107           tra       <mrds_dsl_get_attribute_list>|[get_attribute_list]
108 
109           entry     get_db_version
110 get_db_version:
111           tra       <mrds_dsl_get_version>|[get_db_version]
112 
113           entry     get_fn_info
114 get_fn_info:
115           tra       <mrds_dsl_get_fn_info>|[get_fn_info]
116 
117           entry     get_opening_temp_dir
118 get_opening_temp_dir:
119           tra       <mrds_dsl_resultant_storage>|[get_opening_temp_dir]
120 
121           entry     get_path_info
122 get_path_info:
123           tra       <mrds_dsl_get_version>|[get_path_info]
124 
125           entry     get_population
126 get_population:
127           tra       <mrds_dsl_get_population>|[get_population]
128 
129           entry     get_pn
130 get_pn:
131           tra       <mrds_dsl_get_rslt_info>|[get_pn]
132 
133           entry     get_relation_list
134 get_relation_list:
135           tra       <mrds_dsl_get_relation_list>|[get_relation_list]
136 
137           entry     get_rslt_info
138 get_rslt_info:
139           tra       <mrds_dsl_get_rslt_info>|[get_rslt_info]
140 
141           entry     get_rslt_rels
142 get_rslt_rels:
143           tra       <mrds_dsl_get_rslt_info>|[get_rslt_rels]
144 
145           entry     get_scope
146 get_scope:
147           tra       <mrds_dsl_get_scope>|[get_scope]
148 
149           entry     get_scope_info
150 get_scope_info:
151           tra       <mrds_dsl_get_rslt_info>|[get_scope_info]
152 
153           entry     get_security_info
154 get_security_info:
155           tra       <mrds_dsl_get_rslt_info>|[get_security_info]
156 
157           entry     get_temp_dir
158 get_temp_dir:
159           tra       <mrds_dsl_resultant_storage>|[get_temp_dir]
160 
161           entry     get_temp_info
162 get_temp_info:
163           tra       <mrds_dsl_get_rslt_info>|[get_temp_info]
164 
165           entry     list_dbs
166 list_dbs:
167           tra       <mrds_dsl_db_openings>|[list_dbs]
168 
169           entry     list_openings
170 list_openings:
171           tra       <mrds_dsl_db_openings>|[list_openings]
172 
173           entry     modify
174 modify:
175           tra       <mrds_dsl_modify>|[modify]
176 
177           entry     open
178 open:
179           tra       <mrds_dsl_open>|[open]
180 
181           entry     retrieve
182 retrieve:
183           tra       <mrds_dsl_retrieve>|[retrieve]
184 
185           entry     set_scope_all
186 set_scope_all:
187           tra       <mrds_dsl_set_scope>|[set_scope_all]
188 
189           entry     set_scope
190 set_scope:
191           tra       <mrds_dsl_set_scope>|[set_scope]
192 
193           entry     set_temp_dir
194 set_temp_dir:
195           tra       <mrds_dsl_resultant_storage>|[set_temp_dir]
196 
197           entry     store
198 store:
199           tra       <mrds_dsl_store>|[store]
200 
201 
202           end