The ScriptDb service, which provides access to ScriptDbInstance
s. For more information,
see the guide to ScriptDb.
Methods
Method | Return type | Brief description |
---|---|---|
getMyDb() | ScriptDbInstance | Returns the database associated with the current script. |
Detailed documentation
getMyDb()
Returns the database associated with the current script. Each script has one and only one database.
Return
ScriptDbInstance
— the database associated with the current script