Qore OracleSqlUtilBase Module Reference 1.6
Loading...
Searching...
No Matches
OracleSqlUtilBase::OraclePackage Class Reference

represents an Oracle package More...

Inheritance diagram for OracleSqlUtilBase::OraclePackage:
[legend]

Public Member Functions

 constructor (string n, string n_src, *string n_body_src)
 creates the object from the arguments passed
bool equalImpl (AbstractFunctionBase t)
 returns True if the argument is equal to the current object, False if not
list getCreateSql (*hash opt)
 returns a string that can be used to create the package in the database
Public Member Functions inherited from OracleSqlUtilBase::OracleCodeBaseNoRename
 constructor (string n, string n_type, string n_src)
 creates the object from the arguments passed
softlist getRenameSql (string new_name, *hash opt)
 returns a string that can be used to rename the object in the database
Public Member Functions inherited from OracleSqlUtilBase::OracleCodeBase
 constructor (string n, string n_type, string n_src)
 creates the object from the arguments passed
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
softlist getRenameSql (string new_name, *hash opt)
 returns a string that can be used to rename the object in the database

Public Attributes

*string body_src
 package body source

Detailed Description

represents an Oracle package

Member Function Documentation

◆ constructor()

OracleSqlUtilBase::OraclePackage::constructor ( string n,
string n_src,
*string n_body_src )

creates the object from the arguments passed

Parameters
nthe name of the package
n_srcthe source of the package declaration
n_body_srcthe package body source