|
Qore MysqlSqlUtil Module Reference
1.0
|
represents a MySQL-specific function More...

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 | |
represents a MySQL-specific function