Regen DAOs with new fieldKeys()
[civicrm-core.git] / CRM / Core / DAO / AllCoreTables.data.php
CommitLineData
4ef04170
TO
1<?php
2/*
3+--------------------------------------------------------------------+
4| CiviCRM version 4.7 |
5+--------------------------------------------------------------------+
6| Copyright CiviCRM LLC (c) 2004-2016 |
7+--------------------------------------------------------------------+
8| This file is a part of CiviCRM. |
9| |
10| CiviCRM is free software; you can copy, modify, and distribute it |
11| under the terms of the GNU Affero General Public License |
12| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13| |
14| CiviCRM is distributed in the hope that it will be useful, but |
15| WITHOUT ANY WARRANTY; without even the implied warranty of |
16| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17| See the GNU Affero General Public License for more details. |
18| |
19| You should have received a copy of the GNU Affero General Public |
20| License and the CiviCRM Licensing Exception along |
21| with this program; if not, contact CiviCRM LLC |
22| at info[AT]civicrm[DOT]org. If you have questions about the |
23| GNU Affero General Public License or the licensing of CiviCRM, |
24| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+--------------------------------------------------------------------+
26*/
bd8e0b14 27// (GenCodeChecksum:b13780d76d6f597c98c782343c2e5876)
4ef04170
TO
28return array(
29 'CRM_Core_DAO_AddressFormat' => array(
30 'name' => 'AddressFormat',
31 'class' => 'CRM_Core_DAO_AddressFormat',
32 'table' => 'civicrm_address_format',
33 ) ,
34 'CRM_Core_DAO_Extension' => array(
35 'name' => 'Extension',
36 'class' => 'CRM_Core_DAO_Extension',
37 'table' => 'civicrm_extension',
38 ) ,
39 'CRM_Core_DAO_File' => array(
40 'name' => 'File',
41 'class' => 'CRM_Core_DAO_File',
42 'table' => 'civicrm_file',
43 ) ,
44 'CRM_Core_DAO_LocationType' => array(
45 'name' => 'LocationType',
46 'class' => 'CRM_Core_DAO_LocationType',
47 'table' => 'civicrm_location_type',
48 ) ,
49 'CRM_Core_DAO_Managed' => array(
50 'name' => 'Managed',
51 'class' => 'CRM_Core_DAO_Managed',
52 'table' => 'civicrm_managed',
53 ) ,
54 'CRM_Core_DAO_Mapping' => array(
55 'name' => 'Mapping',
56 'class' => 'CRM_Core_DAO_Mapping',
57 'table' => 'civicrm_mapping',
58 ) ,
59 'CRM_Core_DAO_MessageTemplate' => array(
60 'name' => 'MessageTemplate',
61 'class' => 'CRM_Core_DAO_MessageTemplate',
62 'table' => 'civicrm_msg_template',
63 ) ,
64 'CRM_Core_DAO_OptionGroup' => array(
65 'name' => 'OptionGroup',
66 'class' => 'CRM_Core_DAO_OptionGroup',
67 'table' => 'civicrm_option_group',
68 ) ,
69 'CRM_Core_DAO_PreferencesDate' => array(
70 'name' => 'PreferencesDate',
71 'class' => 'CRM_Core_DAO_PreferencesDate',
72 'table' => 'civicrm_preferences_date',
73 ) ,
74 'CRM_Core_DAO_SystemLog' => array(
75 'name' => 'SystemLog',
76 'class' => 'CRM_Core_DAO_SystemLog',
77 'table' => 'civicrm_system_log',
78 ) ,
79 'CRM_Core_DAO_Worldregion' => array(
80 'name' => 'Worldregion',
81 'class' => 'CRM_Core_DAO_Worldregion',
82 'table' => 'civicrm_worldregion',
83 ) ,
84 'CRM_Core_DAO_Component' => array(
85 'name' => 'Component',
86 'class' => 'CRM_Core_DAO_Component',
87 'table' => 'civicrm_component',
88 ) ,
89 'CRM_Core_DAO_Persistent' => array(
90 'name' => 'Persistent',
91 'class' => 'CRM_Core_DAO_Persistent',
92 'table' => 'civicrm_persistent',
93 ) ,
94 'CRM_Core_DAO_PrevNextCache' => array(
95 'name' => 'PrevNextCache',
96 'class' => 'CRM_Core_DAO_PrevNextCache',
97 'table' => 'civicrm_prevnext_cache',
98 ) ,
99 'CRM_Core_DAO_ActionMapping' => array(
100 'name' => 'ActionMapping',
101 'class' => 'CRM_Core_DAO_ActionMapping',
102 'table' => 'civicrm_action_mapping',
103 ) ,
104 'CRM_Core_DAO_RecurringEntity' => array(
105 'name' => 'RecurringEntity',
106 'class' => 'CRM_Core_DAO_RecurringEntity',
107 'table' => 'civicrm_recurring_entity',
108 ) ,
109 'CRM_ACL_DAO_ACL' => array(
110 'name' => 'ACL',
111 'class' => 'CRM_ACL_DAO_ACL',
112 'table' => 'civicrm_acl',
113 ) ,
114 'CRM_ACL_DAO_EntityRole' => array(
115 'name' => 'EntityRole',
116 'class' => 'CRM_ACL_DAO_EntityRole',
117 'table' => 'civicrm_acl_entity_role',
118 ) ,
119 'CRM_Contact_DAO_Contact' => array(
120 'name' => 'Contact',
121 'class' => 'CRM_Contact_DAO_Contact',
122 'table' => 'civicrm_contact',
123 ) ,
124 'CRM_Contact_DAO_ACLContactCache' => array(
125 'name' => 'ACLContactCache',
126 'class' => 'CRM_Contact_DAO_ACLContactCache',
127 'table' => 'civicrm_acl_contact_cache',
128 ) ,
129 'CRM_Contact_DAO_RelationshipType' => array(
130 'name' => 'RelationshipType',
131 'class' => 'CRM_Contact_DAO_RelationshipType',
132 'table' => 'civicrm_relationship_type',
133 ) ,
134 'CRM_Contact_DAO_SavedSearch' => array(
135 'name' => 'SavedSearch',
136 'class' => 'CRM_Contact_DAO_SavedSearch',
137 'table' => 'civicrm_saved_search',
138 ) ,
139 'CRM_Contact_DAO_ContactType' => array(
140 'name' => 'ContactType',
141 'class' => 'CRM_Contact_DAO_ContactType',
142 'table' => 'civicrm_contact_type',
143 ) ,
144 'CRM_Batch_DAO_Batch' => array(
145 'name' => 'Batch',
146 'class' => 'CRM_Batch_DAO_Batch',
147 'table' => 'civicrm_batch',
148 ) ,
149 'CRM_Batch_DAO_EntityBatch' => array(
150 'name' => 'EntityBatch',
151 'class' => 'CRM_Batch_DAO_EntityBatch',
152 'table' => 'civicrm_entity_batch',
153 ) ,
154 'CRM_Mailing_DAO_Component' => array(
155 'name' => 'Component',
156 'class' => 'CRM_Mailing_DAO_Component',
157 'table' => 'civicrm_mailing_component',
158 ) ,
159 'CRM_Mailing_DAO_MailingAB' => array(
160 'name' => 'MailingAB',
161 'class' => 'CRM_Mailing_DAO_MailingAB',
162 'table' => 'civicrm_mailing_abtest',
163 ) ,
164 'CRM_Mailing_DAO_BounceType' => array(
165 'name' => 'BounceType',
166 'class' => 'CRM_Mailing_DAO_BounceType',
167 'table' => 'civicrm_mailing_bounce_type',
168 ) ,
169 'CRM_Mailing_DAO_BouncePattern' => array(
170 'name' => 'BouncePattern',
171 'class' => 'CRM_Mailing_DAO_BouncePattern',
172 'table' => 'civicrm_mailing_bounce_pattern',
173 ) ,
174 'CRM_Contribute_DAO_Premium' => array(
175 'name' => 'Premium',
176 'class' => 'CRM_Contribute_DAO_Premium',
177 'table' => 'civicrm_premiums',
178 ) ,
179 'CRM_Financial_DAO_Currency' => array(
180 'name' => 'Currency',
181 'class' => 'CRM_Financial_DAO_Currency',
182 'table' => 'civicrm_currency',
183 ) ,
184 'CRM_Financial_DAO_FinancialAccount' => array(
185 'name' => 'FinancialAccount',
186 'class' => 'CRM_Financial_DAO_FinancialAccount',
187 'table' => 'civicrm_financial_account',
188 ) ,
189 'CRM_Financial_DAO_PaymentProcessorType' => array(
190 'name' => 'PaymentProcessorType',
191 'class' => 'CRM_Financial_DAO_PaymentProcessorType',
192 'table' => 'civicrm_payment_processor_type',
193 ) ,
194 'CRM_Financial_DAO_FinancialType' => array(
195 'name' => 'FinancialType',
196 'class' => 'CRM_Financial_DAO_FinancialType',
197 'table' => 'civicrm_financial_type',
198 ) ,
199 'CRM_Financial_DAO_EntityFinancialAccount' => array(
200 'name' => 'EntityFinancialAccount',
201 'class' => 'CRM_Financial_DAO_EntityFinancialAccount',
202 'table' => 'civicrm_entity_financial_account',
203 ) ,
204 'CRM_Financial_DAO_FinancialItem' => array(
205 'name' => 'FinancialItem',
206 'class' => 'CRM_Financial_DAO_FinancialItem',
207 'table' => 'civicrm_financial_item',
208 ) ,
209 'CRM_SMS_DAO_Provider' => array(
210 'name' => 'Provider',
211 'class' => 'CRM_SMS_DAO_Provider',
212 'table' => 'civicrm_sms_provider',
213 ) ,
214 'CRM_Member_DAO_MembershipStatus' => array(
215 'name' => 'MembershipStatus',
216 'class' => 'CRM_Member_DAO_MembershipStatus',
217 'table' => 'civicrm_membership_status',
218 ) ,
219 'CRM_Campaign_DAO_Campaign' => array(
220 'name' => 'Campaign',
221 'class' => 'CRM_Campaign_DAO_Campaign',
222 'table' => 'civicrm_campaign',
223 ) ,
224 'CRM_Campaign_DAO_CampaignGroup' => array(
225 'name' => 'CampaignGroup',
226 'class' => 'CRM_Campaign_DAO_CampaignGroup',
227 'table' => 'civicrm_campaign_group',
228 ) ,
229 'CRM_Campaign_DAO_Survey' => array(
230 'name' => 'Survey',
231 'class' => 'CRM_Campaign_DAO_Survey',
232 'table' => 'civicrm_survey',
233 ) ,
234 'CRM_Event_DAO_ParticipantStatusType' => array(
235 'name' => 'ParticipantStatusType',
236 'class' => 'CRM_Event_DAO_ParticipantStatusType',
237 'table' => 'civicrm_participant_status_type',
238 ) ,
239 'CRM_Event_Cart_DAO_Cart' => array(
240 'name' => 'Cart',
241 'class' => 'CRM_Event_Cart_DAO_Cart',
242 'table' => 'civicrm_event_carts',
243 ) ,
244 'CRM_Dedupe_DAO_RuleGroup' => array(
245 'name' => 'RuleGroup',
246 'class' => 'CRM_Dedupe_DAO_RuleGroup',
247 'table' => 'civicrm_dedupe_rule_group',
248 ) ,
249 'CRM_Dedupe_DAO_Rule' => array(
250 'name' => 'Rule',
251 'class' => 'CRM_Dedupe_DAO_Rule',
252 'table' => 'civicrm_dedupe_rule',
253 ) ,
254 'CRM_Dedupe_DAO_Exception' => array(
255 'name' => 'Exception',
256 'class' => 'CRM_Dedupe_DAO_Exception',
257 'table' => 'civicrm_dedupe_exception',
258 ) ,
259 'CRM_Case_DAO_CaseType' => array(
260 'name' => 'CaseType',
261 'class' => 'CRM_Case_DAO_CaseType',
262 'table' => 'civicrm_case_type',
263 ) ,
264 'CRM_Grant_DAO_Grant' => array(
265 'name' => 'Grant',
266 'class' => 'CRM_Grant_DAO_Grant',
267 'table' => 'civicrm_grant',
268 ) ,
269 'CRM_Friend_DAO_Friend' => array(
270 'name' => 'Friend',
271 'class' => 'CRM_Friend_DAO_Friend',
272 'table' => 'civicrm_tell_friend',
273 ) ,
274 'CRM_Pledge_DAO_PledgeBlock' => array(
275 'name' => 'PledgeBlock',
276 'class' => 'CRM_Pledge_DAO_PledgeBlock',
277 'table' => 'civicrm_pledge_block',
278 ) ,
279 'CRM_Queue_DAO_QueueItem' => array(
280 'name' => 'QueueItem',
281 'class' => 'CRM_Queue_DAO_QueueItem',
282 'table' => 'civicrm_queue_item',
283 ) ,
284 'CRM_PCP_DAO_PCP' => array(
285 'name' => 'PCP',
286 'class' => 'CRM_PCP_DAO_PCP',
287 'table' => 'civicrm_pcp',
288 ) ,
289 'CRM_Cxn_DAO_Cxn' => array(
290 'name' => 'Cxn',
291 'class' => 'CRM_Cxn_DAO_Cxn',
292 'table' => 'civicrm_cxn',
293 ) ,
294 'CRM_Core_DAO_Cache' => array(
295 'name' => 'Cache',
296 'class' => 'CRM_Core_DAO_Cache',
297 'table' => 'civicrm_cache',
298 ) ,
299 'CRM_Core_DAO_Country' => array(
300 'name' => 'Country',
301 'class' => 'CRM_Core_DAO_Country',
302 'table' => 'civicrm_country',
303 ) ,
304 'CRM_Core_DAO_CustomGroup' => array(
305 'name' => 'CustomGroup',
306 'class' => 'CRM_Core_DAO_CustomGroup',
307 'table' => 'civicrm_custom_group',
308 ) ,
309 'CRM_Core_DAO_CustomField' => array(
310 'name' => 'CustomField',
311 'class' => 'CRM_Core_DAO_CustomField',
312 'table' => 'civicrm_custom_field',
313 ) ,
314 'CRM_Core_DAO_Domain' => array(
315 'name' => 'Domain',
316 'class' => 'CRM_Core_DAO_Domain',
317 'table' => 'civicrm_domain',
318 ) ,
319 'CRM_Core_DAO_Email' => array(
320 'name' => 'Email',
321 'class' => 'CRM_Core_DAO_Email',
322 'table' => 'civicrm_email',
323 ) ,
324 'CRM_Core_DAO_EntityFile' => array(
325 'name' => 'EntityFile',
326 'class' => 'CRM_Core_DAO_EntityFile',
327 'table' => 'civicrm_entity_file',
328 ) ,
329 'CRM_Core_DAO_IM' => array(
330 'name' => 'IM',
331 'class' => 'CRM_Core_DAO_IM',
332 'table' => 'civicrm_im',
333 ) ,
334 'CRM_Core_DAO_Job' => array(
335 'name' => 'Job',
336 'class' => 'CRM_Core_DAO_Job',
337 'table' => 'civicrm_job',
338 ) ,
339 'CRM_Core_DAO_JobLog' => array(
340 'name' => 'JobLog',
341 'class' => 'CRM_Core_DAO_JobLog',
342 'table' => 'civicrm_job_log',
343 ) ,
344 'CRM_Core_DAO_Log' => array(
345 'name' => 'Log',
346 'class' => 'CRM_Core_DAO_Log',
347 'table' => 'civicrm_log',
348 ) ,
349 'CRM_Core_DAO_MailSettings' => array(
350 'name' => 'MailSettings',
351 'class' => 'CRM_Core_DAO_MailSettings',
352 'table' => 'civicrm_mail_settings',
353 ) ,
354 'CRM_Core_DAO_MappingField' => array(
355 'name' => 'MappingField',
356 'class' => 'CRM_Core_DAO_MappingField',
357 'table' => 'civicrm_mapping_field',
358 ) ,
359 'CRM_Core_DAO_Menu' => array(
360 'name' => 'Menu',
361 'class' => 'CRM_Core_DAO_Menu',
362 'table' => 'civicrm_menu',
363 ) ,
364 'CRM_Core_DAO_Navigation' => array(
365 'name' => 'Navigation',
366 'class' => 'CRM_Core_DAO_Navigation',
367 'table' => 'civicrm_navigation',
368 ) ,
369 'CRM_Core_DAO_Note' => array(
370 'name' => 'Note',
371 'class' => 'CRM_Core_DAO_Note',
372 'table' => 'civicrm_note',
373 ) ,
374 'CRM_Core_DAO_OptionValue' => array(
375 'name' => 'OptionValue',
376 'class' => 'CRM_Core_DAO_OptionValue',
377 'table' => 'civicrm_option_value',
378 ) ,
379 'CRM_Core_DAO_Phone' => array(
380 'name' => 'Phone',
381 'class' => 'CRM_Core_DAO_Phone',
382 'table' => 'civicrm_phone',
383 ) ,
384 'CRM_Core_DAO_StateProvince' => array(
385 'name' => 'StateProvince',
386 'class' => 'CRM_Core_DAO_StateProvince',
387 'table' => 'civicrm_state_province',
388 ) ,
389 'CRM_Core_DAO_Tag' => array(
390 'name' => 'Tag',
391 'class' => 'CRM_Core_DAO_Tag',
392 'table' => 'civicrm_tag',
393 ) ,
394 'CRM_Core_DAO_UFMatch' => array(
395 'name' => 'UFMatch',
396 'class' => 'CRM_Core_DAO_UFMatch',
397 'table' => 'civicrm_uf_match',
398 ) ,
399 'CRM_Core_DAO_Timezone' => array(
400 'name' => 'Timezone',
401 'class' => 'CRM_Core_DAO_Timezone',
402 'table' => 'civicrm_timezone',
403 ) ,
404 'CRM_Core_DAO_OpenID' => array(
405 'name' => 'OpenID',
406 'class' => 'CRM_Core_DAO_OpenID',
407 'table' => 'civicrm_openid',
408 ) ,
409 'CRM_Core_DAO_Website' => array(
410 'name' => 'Website',
411 'class' => 'CRM_Core_DAO_Website',
412 'table' => 'civicrm_website',
413 ) ,
414 'CRM_Core_DAO_Setting' => array(
415 'name' => 'Setting',
416 'class' => 'CRM_Core_DAO_Setting',
417 'table' => 'civicrm_setting',
418 ) ,
419 'CRM_Core_DAO_PrintLabel' => array(
420 'name' => 'PrintLabel',
421 'class' => 'CRM_Core_DAO_PrintLabel',
422 'table' => 'civicrm_print_label',
423 ) ,
424 'CRM_Core_DAO_WordReplacement' => array(
425 'name' => 'WordReplacement',
426 'class' => 'CRM_Core_DAO_WordReplacement',
427 'table' => 'civicrm_word_replacement',
428 ) ,
429 'CRM_Core_DAO_StatusPreference' => array(
430 'name' => 'StatusPreference',
431 'class' => 'CRM_Core_DAO_StatusPreference',
432 'table' => 'civicrm_status_pref',
433 ) ,
434 'CRM_ACL_DAO_Cache' => array(
435 'name' => 'Cache',
436 'class' => 'CRM_ACL_DAO_Cache',
437 'table' => 'civicrm_acl_cache',
438 ) ,
439 'CRM_Contact_DAO_Group' => array(
440 'name' => 'Group',
441 'class' => 'CRM_Contact_DAO_Group',
442 'table' => 'civicrm_group',
443 ) ,
444 'CRM_Contact_DAO_SubscriptionHistory' => array(
445 'name' => 'SubscriptionHistory',
446 'class' => 'CRM_Contact_DAO_SubscriptionHistory',
447 'table' => 'civicrm_subscription_history',
448 ) ,
449 'CRM_Contact_DAO_GroupContactCache' => array(
450 'name' => 'GroupContactCache',
451 'class' => 'CRM_Contact_DAO_GroupContactCache',
452 'table' => 'civicrm_group_contact_cache',
453 ) ,
454 'CRM_Contact_DAO_GroupNesting' => array(
455 'name' => 'GroupNesting',
456 'class' => 'CRM_Contact_DAO_GroupNesting',
457 'table' => 'civicrm_group_nesting',
458 ) ,
459 'CRM_Contact_DAO_GroupOrganization' => array(
460 'name' => 'GroupOrganization',
461 'class' => 'CRM_Contact_DAO_GroupOrganization',
462 'table' => 'civicrm_group_organization',
463 ) ,
464 'CRM_Mailing_DAO_Mailing' => array(
465 'name' => 'Mailing',
466 'class' => 'CRM_Mailing_DAO_Mailing',
467 'table' => 'civicrm_mailing',
468 ) ,
469 'CRM_Mailing_DAO_MailingGroup' => array(
470 'name' => 'MailingGroup',
471 'class' => 'CRM_Mailing_DAO_MailingGroup',
472 'table' => 'civicrm_mailing_group',
473 ) ,
474 'CRM_Mailing_DAO_TrackableURL' => array(
475 'name' => 'TrackableURL',
476 'class' => 'CRM_Mailing_DAO_TrackableURL',
477 'table' => 'civicrm_mailing_trackable_url',
478 ) ,
479 'CRM_Mailing_DAO_MailingJob' => array(
480 'name' => 'MailingJob',
481 'class' => 'CRM_Mailing_DAO_MailingJob',
482 'table' => 'civicrm_mailing_job',
483 ) ,
484 'CRM_Mailing_DAO_Recipients' => array(
485 'name' => 'Recipients',
486 'class' => 'CRM_Mailing_DAO_Recipients',
487 'table' => 'civicrm_mailing_recipients',
488 ) ,
489 'CRM_Mailing_DAO_Spool' => array(
490 'name' => 'Spool',
491 'class' => 'CRM_Mailing_DAO_Spool',
492 'table' => 'civicrm_mailing_spool',
493 ) ,
494 'CRM_Mailing_Event_DAO_Queue' => array(
495 'name' => 'Queue',
496 'class' => 'CRM_Mailing_Event_DAO_Queue',
497 'table' => 'civicrm_mailing_event_queue',
498 ) ,
499 'CRM_Mailing_Event_DAO_Bounce' => array(
500 'name' => 'Bounce',
501 'class' => 'CRM_Mailing_Event_DAO_Bounce',
502 'table' => 'civicrm_mailing_event_bounce',
503 ) ,
504 'CRM_Mailing_Event_DAO_Delivered' => array(
505 'name' => 'Delivered',
506 'class' => 'CRM_Mailing_Event_DAO_Delivered',
507 'table' => 'civicrm_mailing_event_delivered',
508 ) ,
509 'CRM_Mailing_Event_DAO_Forward' => array(
510 'name' => 'Forward',
511 'class' => 'CRM_Mailing_Event_DAO_Forward',
512 'table' => 'civicrm_mailing_event_forward',
513 ) ,
514 'CRM_Mailing_Event_DAO_Opened' => array(
515 'name' => 'Opened',
516 'class' => 'CRM_Mailing_Event_DAO_Opened',
517 'table' => 'civicrm_mailing_event_opened',
518 ) ,
519 'CRM_Mailing_Event_DAO_Reply' => array(
520 'name' => 'Reply',
521 'class' => 'CRM_Mailing_Event_DAO_Reply',
522 'table' => 'civicrm_mailing_event_reply',
523 ) ,
524 'CRM_Mailing_Event_DAO_Subscribe' => array(
525 'name' => 'Subscribe',
526 'class' => 'CRM_Mailing_Event_DAO_Subscribe',
527 'table' => 'civicrm_mailing_event_subscribe',
528 ) ,
529 'CRM_Mailing_Event_DAO_Confirm' => array(
530 'name' => 'Confirm',
531 'class' => 'CRM_Mailing_Event_DAO_Confirm',
532 'table' => 'civicrm_mailing_event_confirm',
533 ) ,
534 'CRM_Mailing_Event_DAO_TrackableURLOpen' => array(
535 'name' => 'TrackableURLOpen',
536 'class' => 'CRM_Mailing_Event_DAO_TrackableURLOpen',
537 'table' => 'civicrm_mailing_event_trackable_url_open',
538 ) ,
539 'CRM_Mailing_Event_DAO_Unsubscribe' => array(
540 'name' => 'Unsubscribe',
541 'class' => 'CRM_Mailing_Event_DAO_Unsubscribe',
542 'table' => 'civicrm_mailing_event_unsubscribe',
543 ) ,
544 'CRM_Contribute_DAO_ContributionPage' => array(
545 'name' => 'ContributionPage',
546 'class' => 'CRM_Contribute_DAO_ContributionPage',
547 'table' => 'civicrm_contribution_page',
548 ) ,
549 'CRM_Contribute_DAO_Product' => array(
550 'name' => 'Product',
551 'class' => 'CRM_Contribute_DAO_Product',
552 'table' => 'civicrm_product',
553 ) ,
554 'CRM_Contribute_DAO_PremiumsProduct' => array(
555 'name' => 'PremiumsProduct',
556 'class' => 'CRM_Contribute_DAO_PremiumsProduct',
557 'table' => 'civicrm_premiums_product',
558 ) ,
559 'CRM_Contribute_DAO_Widget' => array(
560 'name' => 'Widget',
561 'class' => 'CRM_Contribute_DAO_Widget',
562 'table' => 'civicrm_contribution_widget',
563 ) ,
564 'CRM_Financial_DAO_PaymentProcessor' => array(
565 'name' => 'PaymentProcessor',
566 'class' => 'CRM_Financial_DAO_PaymentProcessor',
567 'table' => 'civicrm_payment_processor',
568 ) ,
569 'CRM_Financial_DAO_PaymentToken' => array(
570 'name' => 'PaymentToken',
571 'class' => 'CRM_Financial_DAO_PaymentToken',
572 'table' => 'civicrm_payment_token',
573 ) ,
574 'CRM_Member_DAO_MembershipType' => array(
575 'name' => 'MembershipType',
576 'class' => 'CRM_Member_DAO_MembershipType',
577 'table' => 'civicrm_membership_type',
578 ) ,
579 'CRM_Member_DAO_MembershipBlock' => array(
580 'name' => 'MembershipBlock',
581 'class' => 'CRM_Member_DAO_MembershipBlock',
582 'table' => 'civicrm_membership_block',
583 ) ,
584 'CRM_Case_DAO_Case' => array(
585 'name' => 'Case',
586 'class' => 'CRM_Case_DAO_Case',
587 'table' => 'civicrm_case',
588 ) ,
589 'CRM_Case_DAO_CaseContact' => array(
590 'name' => 'CaseContact',
591 'class' => 'CRM_Case_DAO_CaseContact',
592 'table' => 'civicrm_case_contact',
593 ) ,
594 'CRM_Pledge_DAO_Pledge' => array(
595 'name' => 'Pledge',
596 'class' => 'CRM_Pledge_DAO_Pledge',
597 'table' => 'civicrm_pledge',
598 ) ,
599 'CRM_Report_DAO_ReportInstance' => array(
600 'name' => 'ReportInstance',
601 'class' => 'CRM_Report_DAO_ReportInstance',
602 'table' => 'civicrm_report_instance',
603 ) ,
604 'CRM_Price_DAO_PriceSet' => array(
605 'name' => 'PriceSet',
606 'class' => 'CRM_Price_DAO_PriceSet',
607 'table' => 'civicrm_price_set',
608 ) ,
609 'CRM_Price_DAO_PriceSetEntity' => array(
610 'name' => 'PriceSetEntity',
611 'class' => 'CRM_Price_DAO_PriceSetEntity',
612 'table' => 'civicrm_price_set_entity',
613 ) ,
614 'CRM_Core_DAO_County' => array(
615 'name' => 'County',
616 'class' => 'CRM_Core_DAO_County',
617 'table' => 'civicrm_county',
618 ) ,
619 'CRM_Core_DAO_Dashboard' => array(
620 'name' => 'Dashboard',
621 'class' => 'CRM_Core_DAO_Dashboard',
622 'table' => 'civicrm_dashboard',
623 ) ,
624 'CRM_Core_DAO_Discount' => array(
625 'name' => 'Discount',
626 'class' => 'CRM_Core_DAO_Discount',
627 'table' => 'civicrm_discount',
628 ) ,
629 'CRM_Core_DAO_EntityTag' => array(
630 'name' => 'EntityTag',
631 'class' => 'CRM_Core_DAO_EntityTag',
632 'table' => 'civicrm_entity_tag',
633 ) ,
634 'CRM_Core_DAO_UFGroup' => array(
635 'name' => 'UFGroup',
636 'class' => 'CRM_Core_DAO_UFGroup',
637 'table' => 'civicrm_uf_group',
638 ) ,
639 'CRM_Core_DAO_UFField' => array(
640 'name' => 'UFField',
641 'class' => 'CRM_Core_DAO_UFField',
642 'table' => 'civicrm_uf_field',
643 ) ,
644 'CRM_Core_DAO_UFJoin' => array(
645 'name' => 'UFJoin',
646 'class' => 'CRM_Core_DAO_UFJoin',
647 'table' => 'civicrm_uf_join',
648 ) ,
649 'CRM_Core_DAO_ActionSchedule' => array(
650 'name' => 'ActionSchedule',
651 'class' => 'CRM_Core_DAO_ActionSchedule',
652 'table' => 'civicrm_action_schedule',
653 ) ,
654 'CRM_Core_DAO_ActionLog' => array(
655 'name' => 'ActionLog',
656 'class' => 'CRM_Core_DAO_ActionLog',
657 'table' => 'civicrm_action_log',
658 ) ,
659 'CRM_Contact_DAO_DashboardContact' => array(
660 'name' => 'DashboardContact',
661 'class' => 'CRM_Contact_DAO_DashboardContact',
662 'table' => 'civicrm_dashboard_contact',
663 ) ,
664 'CRM_Contact_DAO_Relationship' => array(
665 'name' => 'Relationship',
666 'class' => 'CRM_Contact_DAO_Relationship',
667 'table' => 'civicrm_relationship',
668 ) ,
669 'CRM_Contribute_DAO_ContributionRecur' => array(
670 'name' => 'ContributionRecur',
671 'class' => 'CRM_Contribute_DAO_ContributionRecur',
672 'table' => 'civicrm_contribution_recur',
673 ) ,
674 'CRM_Financial_DAO_FinancialTrxn' => array(
675 'name' => 'FinancialTrxn',
676 'class' => 'CRM_Financial_DAO_FinancialTrxn',
677 'table' => 'civicrm_financial_trxn',
678 ) ,
679 'CRM_Member_DAO_Membership' => array(
680 'name' => 'Membership',
681 'class' => 'CRM_Member_DAO_Membership',
682 'table' => 'civicrm_membership',
683 ) ,
684 'CRM_Member_DAO_MembershipLog' => array(
685 'name' => 'MembershipLog',
686 'class' => 'CRM_Member_DAO_MembershipLog',
687 'table' => 'civicrm_membership_log',
688 ) ,
689 'CRM_Activity_DAO_Activity' => array(
690 'name' => 'Activity',
691 'class' => 'CRM_Activity_DAO_Activity',
692 'table' => 'civicrm_activity',
693 ) ,
694 'CRM_Activity_DAO_ActivityContact' => array(
695 'name' => 'ActivityContact',
696 'class' => 'CRM_Activity_DAO_ActivityContact',
697 'table' => 'civicrm_activity_contact',
698 ) ,
699 'CRM_Case_DAO_CaseActivity' => array(
700 'name' => 'CaseActivity',
701 'class' => 'CRM_Case_DAO_CaseActivity',
702 'table' => 'civicrm_case_activity',
703 ) ,
704 'CRM_Price_DAO_PriceField' => array(
705 'name' => 'PriceField',
706 'class' => 'CRM_Price_DAO_PriceField',
707 'table' => 'civicrm_price_field',
708 ) ,
709 'CRM_Price_DAO_PriceFieldValue' => array(
710 'name' => 'PriceFieldValue',
711 'class' => 'CRM_Price_DAO_PriceFieldValue',
712 'table' => 'civicrm_price_field_value',
713 ) ,
714 'CRM_PCP_DAO_PCPBlock' => array(
715 'name' => 'PCPBlock',
716 'class' => 'CRM_PCP_DAO_PCPBlock',
717 'table' => 'civicrm_pcp_block',
718 ) ,
719 'CRM_Core_DAO_Address' => array(
720 'name' => 'Address',
721 'class' => 'CRM_Core_DAO_Address',
722 'table' => 'civicrm_address',
723 ) ,
724 'CRM_Core_DAO_LocBlock' => array(
725 'name' => 'LocBlock',
726 'class' => 'CRM_Core_DAO_LocBlock',
727 'table' => 'civicrm_loc_block',
728 ) ,
729 'CRM_Contact_DAO_GroupContact' => array(
730 'name' => 'GroupContact',
731 'class' => 'CRM_Contact_DAO_GroupContact',
732 'table' => 'civicrm_group_contact',
733 ) ,
734 'CRM_Contribute_DAO_Contribution' => array(
735 'name' => 'Contribution',
736 'class' => 'CRM_Contribute_DAO_Contribution',
737 'table' => 'civicrm_contribution',
738 ) ,
739 'CRM_Contribute_DAO_ContributionProduct' => array(
740 'name' => 'ContributionProduct',
741 'class' => 'CRM_Contribute_DAO_ContributionProduct',
742 'table' => 'civicrm_contribution_product',
743 ) ,
744 'CRM_Contribute_DAO_ContributionSoft' => array(
745 'name' => 'ContributionSoft',
746 'class' => 'CRM_Contribute_DAO_ContributionSoft',
747 'table' => 'civicrm_contribution_soft',
748 ) ,
749 'CRM_Financial_DAO_EntityFinancialTrxn' => array(
750 'name' => 'EntityFinancialTrxn',
751 'class' => 'CRM_Financial_DAO_EntityFinancialTrxn',
752 'table' => 'civicrm_entity_financial_trxn',
753 ) ,
754 'CRM_Member_DAO_MembershipPayment' => array(
755 'name' => 'MembershipPayment',
756 'class' => 'CRM_Member_DAO_MembershipPayment',
757 'table' => 'civicrm_membership_payment',
758 ) ,
759 'CRM_Event_DAO_Event' => array(
760 'name' => 'Event',
761 'class' => 'CRM_Event_DAO_Event',
762 'table' => 'civicrm_event',
763 ) ,
764 'CRM_Event_DAO_Participant' => array(
765 'name' => 'Participant',
766 'class' => 'CRM_Event_DAO_Participant',
767 'table' => 'civicrm_participant',
768 ) ,
769 'CRM_Event_DAO_ParticipantPayment' => array(
770 'name' => 'ParticipantPayment',
771 'class' => 'CRM_Event_DAO_ParticipantPayment',
772 'table' => 'civicrm_participant_payment',
773 ) ,
774 'CRM_Event_Cart_DAO_EventInCart' => array(
775 'name' => 'EventInCart',
776 'class' => 'CRM_Event_Cart_DAO_EventInCart',
777 'table' => 'civicrm_events_in_carts',
778 ) ,
779 'CRM_Pledge_DAO_PledgePayment' => array(
780 'name' => 'PledgePayment',
781 'class' => 'CRM_Pledge_DAO_PledgePayment',
782 'table' => 'civicrm_pledge_payment',
783 ) ,
784 'CRM_Price_DAO_LineItem' => array(
785 'name' => 'LineItem',
786 'class' => 'CRM_Price_DAO_LineItem',
787 'table' => 'civicrm_line_item',
788 ) ,
789);