|
Qore SqlUtil Module Reference
1.1
|
base class for function or objects with code More...

Public Member Functions | |
| constructor (string n, string n_type, string n_src) | |
| creates the object from the arguments passed More... | |
| bool | equal (AbstractFunctionBase t) |
| returns True if the argument is equal to the current object, False if not | |
| abstract private bool | equalImpl (AbstractFunctionBase t) |
| returns True if the argument is equal to the current object, False if not | |
| string | getDropSql () |
| returns a string that can be used to drop the function from the database | |
| string | getType () |
| returns the type of object | |
Public Attributes | |
| string | name |
| the name of the object | |
| string | src |
| the source of the object | |
| string | type |
| the type of object | |
base class for function or objects with code