Qore OracleSqlUtil Module Reference 1.6
|
represents an Oracle trigger More...
#include <OracleSqlUtil.qm.dox.h>
Public Member Methods | |
bool | equalImpl (AbstractFunctionBase t) |
returns True if the argument is equal to the current object, False if not | |
softlist | getDropSql (string table_name) |
returns a string that can be used to drop the trigger from the database | |
softlist | getRenameSql (string table_name, string new_name) |
returns a string that can be used to rename the trigger in the database | |
Public Attributes | |
bool | enabled |
True if the trigger is enabled, False if not | |
represents an Oracle trigger