|
Qore PgsqlSqlUtil Module Reference
1.2.1
|
represents a PostgreSQL-specific function More...

Public Member Functions | |
| 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 | |
Private Member Functions | |
| bool | equalImpl (AbstractFunctionBase t) |
| returns True if the argument is equal to the current object, False if not | |
represents a PostgreSQL-specific function
returns a string that can be used to drop the function from the database
| opt | drop options; if force is True, then the CASCADE option will be used in the drop statement |
returns a string that can be used to rename the function in the database
| new_name | the new name of the object |
| opt | this argument is ignored |
Implements SqlUtil::AbstractFunction.