SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

Package SQL Record

Objects, Scripts and Properties
CommandCommand sqlrecord_create Creates records in a database using a SQL Record object.
CommandCommand sqlrecord_delete Deletes records in a database using the Record array(s) passed in.
CommandCommand sqlrecord_find Finds records in the database and returns as SQL Record objects.
CommandCommand sqlrecord_getRelated Retrieves records from a table related to the Record object's table.
CommandCommand sqlrecord_link Links two records represented by pRecord1A and pRecord2A together in the database.
CommandCommand sqlrecord_set Sets a property of a SQL Record object.
CommandCommand sqlrecord_unlink Unlinks the two records represented by pRecord1A and pRecord2A in the database.
CommandCommand sqlrecord_update Updates records in a database using a SQL Record object.
FunctionFunction sqlrecord_columnPassesThru() When setting the value of a SQL Record column you can specify that the value should be passed through to the database without quoting or escaping the value. This returns the setting for a particular column.
FunctionFunction sqlrecord_createObject() Creates a SQL Record object (represented as an array) for a table with all columns initialized to their default values.
FunctionFunction sqlrecord_get() Returns a property of a SQL Record object.