SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

Package Database

Objects, Scripts and Properties
CommandCommand dbobject_createFromArray Creates a Database Object from database object array that you retrieved using dbobject_getArray().
CommandCommand dbobject_createFromFile Creates a Database Object from a file where you have previously stored a Database Object using dbobject_save.
CommandCommand dbobject_createFromObject Creates a Database Object from an object that you have previously stored a Database Object in using dbobject_save.
CommandCommand dbobject_createObject Creates a new Database Object.
CommandCommand dbobject_deleteConnection Deletes a Connection Object from a Database Object.
CommandCommand dbobject_deleteObject Deletes a Database Object.
CommandCommand dbobject_deleteQueryTemplate Deletes a SQL Query Template Object from a Database Object.
CommandCommand dbobject_reloadSchema Imports the database schema into the Database object using the default connection for the Database object.
CommandCommand dbobject_save Saves a Database Object to a LiveCode object or a file depending on what you have configured.
CommandCommand dbobject_set Sets a Database Object property.
FunctionFunction dbobject_exists() Checks as to whether or not a Database Object exists.
FunctionFunction dbobject_get() Retrieves a Database Object property.
FunctionFunction dbobject_getArray() Returns the internal array used to represent a Database Object.
FunctionFunction dbobject_getArrays() Returns the internal array that contains all registered database objects.
FunctionFunction dbobject_getConnection() Returns a Connection Object reference array for a given connection name.
FunctionFunction dbobject_getQueryTemplate() Returns a SQL Query Template Object reference array for a given template name.