Qore PgsqlSqlUtil Module Reference  1.0
 All Classes Namespaces Functions Variables Groups Pages
PgsqlSqlUtil::PgsqlFunction Class Reference

represents a PostgreSQL-specific function More...

Inheritance diagram for PgsqlSqlUtil::PgsqlFunction:

Public Member Functions

private bool equalImpl (AbstractFunctionBase t)
 returns True if the argument is equal to the current object, False if not
 
softlist getCreateSql (*hash opt)
 returns a string that can be used to create the function in the database
 
string getDropSql ()
 returns a string that can be used to drop the function from the database
 
softlist getRenameSql (string new_name)
 returns a string that can be used to rename the function in the database
 
 setName (string new_name)
 sets the new name of the function
 

Detailed Description

represents a PostgreSQL-specific function