SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command tableobj_set

Retrieves properties of a Table Object.

command tableobj_set pTableA, pProp, pValue
Parameters
TypeNameDescription
Simple parameter. @pTableA Name of the table to get a property for.
Simple parameter. pProp The property to get.
OptionalSimple parameter. [pDBKey] Database Object table is associated with. Default is name returned by sqlyoga_getDefaultDatabase().
Description

Properties:

after create listeners:

after delete listeners: Handlers that will be called right after a Record object is deleted using sqlrecord_delete, one per line. Each line consists of the following:HANDER_NAME,REFERNECE_TO_OBJECT_CONTAINING_HANDLER

after retrieve listeners:

after update listeners:

alias for table:

before create listeners:

before delete listeners: Handlers that will be called right before a Record object is deleted using sqlrecord_delete, one per line. Each line consists of the following:HANDER_NAME,REFERNECE_TO_OBJECT_CONTAINING_HANDLERIf you return an error from the handler then the record will not be deleted.

before update listeners:

conditions:

primary key:

type:

Return

value