Qore PgsqlSqlUtil Module Reference  1.2.1
PgsqlSqlUtil::PgsqlTriggerFunction Class Reference

represents a PostgreSQL-specific trigger function More...

Inheritance diagram for PgsqlSqlUtil::PgsqlTriggerFunction:

Public Attributes

string trigger
 trigger name
 

Additional Inherited Members

- Public Member Functions inherited from PgsqlSqlUtil::PgsqlFunction
softlist getCreateSql (*hash opt)
 returns a string that can be used to create the function in the database
 
string getDropSql (*hash opt)
 returns a string that can be used to drop the function from the database More...
 
softlist getRenameSql (string new_name, *hash opt)
 returns a string that can be used to rename the function in the database More...
 
 setName (string new_name)
 sets the new name of the function
 

Detailed Description

represents a PostgreSQL-specific trigger function