Qore OracleSqlUtil Module Reference  1.4.4
OracleSqlUtil::OracleFunction Class Reference

represents an Oracle function More...

Inheritance diagram for OracleSqlUtil::OracleFunction:

Public Member Methods

 constructor (string n, string n_src)
 creates the object from the arguments passed More...
 
- Public Member Methods inherited from OracleSqlUtil::OracleCodeBase
 constructor (string n, string n_type, string n_src)
 creates the object from the arguments passed More...
 
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 object in the database More...
 
softlist getRenameSql (string new_name, *hash opt)
 returns a string that can be used to rename the object in the database More...
 

Detailed Description

represents an Oracle function

Member Function Documentation

◆ constructor()

OracleSqlUtil::OracleFunction::constructor ( string  n,
string  n_src 
)

creates the object from the arguments passed

Parameters
nthe name of the function
n_srcthe source of the function