Home » U++ Library support » U++ SQL » What does this code do exactly?
What does this code do exactly? [message #36708] |
Thu, 28 June 2012 03:43  |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
All_Tables(sch);
if(sch.ScriptChanged(SqlSchema::UPGRADE))
Sqlite3PerformScript(sch.Upgrade());
if(sch.ScriptChanged(SqlSchema::ATTRIBUTES))
Sqlite3PerformScript(sch.Attributes());
if(sch.ScriptChanged(SqlSchema::CONFIG)) {
Sqlite3PerformScript(sch.ConfigDrop());
Sqlite3PerformScript(sch.Config());
}
I can't find it anywere in the docs.
|
|
|
Goto Forum:
Current Time: Mon May 12 13:30:34 CEST 2025
Total time taken to generate the page: 0.02604 seconds
|