SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command dbobject_reloadSchema

Imports the database schema into the Database object using the default connection for the Database object.

command dbobject_reloadSchema [pDBKey]
Parameters
TypeNameDescription
OptionalSimple parameter. [pDBKey] The Database object to target. Default is name returned by sqlyoga_getDefaultDatabase().
Description

Call this handler when you change your database schema and need to tell SQL Yoga about the change.
You should call dbobject_save after calling this handler so that the updated schema is saved.

Return

Error message

See also