Difference between revisions of "SQL"
From Bcontrol
m |
m |
||
Line 3: | Line 3: | ||
*'''<tt>[[check_settingsDB]]</tt>''' | *'''<tt>[[check_settingsDB]]</tt>''' | ||
− | :Like check_settings, except uses mysql schema [[Schemas#solodata|solodata]] as the source instead of settings files. | + | :Like check_settings, except uses mysql schema [[Schemas#solodata|solodata]] as the source instead of settings files. Calls [[load_data_from_sql]]. |
− | [[load_data_from_sql]] | + | *'''<tt>[[load_data_from_sql]]</tt>''' |
+ | :Loads the saved and saved_history structs from the [[Schemas#solodata|solodata]] schema. |
Revision as of 21:21, 21 May 2009
- bdata is a wrapper function for accessing a mysql database that contains bcontrol data.
- Like check_settings, except uses mysql schema solodata as the source instead of settings files. Calls load_data_from_sql.
- Loads the saved and saved_history structs from the solodata schema.