|
& | executeStoredProc ($name, $params=null, $types=null, $result_class=true, $result_wrap_class=false) |
| Execute a stored procedure and return any results. More...
|
|
| functionTable () |
| return string for internal table used when calling only a function More...
|
|
| now ($type='timestamp') |
| Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time: More...
|
|
| substring ($value, $position=1, $length=null) |
| return string to call a function to get a substring inside an SQL statement More...
|
|
| random () |
| return string to call a function to get random value inside an SQL statement More...
|
|
| guid () |
| Returns global unique identifier. More...
|
|
& | executeStoredProc ($name, $params=null, $types=null, $result_class=true, $result_wrap_class=false) |
| Execute a stored procedure and return any results. More...
|
|
| functionTable () |
| return string for internal table used when calling only a function More...
|
|
| now ($type='timestamp') |
| Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time: More...
|
|
| substring ($value, $position=1, $length=null) |
| return string to call a function to get a substring inside an SQL statement More...
|
|
| concat ($value1, $value2) |
| Returns string to concatenate two or more string parameters. More...
|
|
| random () |
| return string to call a function to get random value inside an SQL statement More...
|
|
| lower ($expression) |
| return string to call a function to lower the case of an expression More...
|
|
| upper ($expression) |
| return string to call a function to upper the case of an expression More...
|
|
| guid () |
| Returns global unique identifier. More...
|
|
| __construct ($db_index) |
| Constructor. More...
|
|
| MDB2_Module_Common ($db_index) |
| PHP 4 Constructor. More...
|
|
& | getDBInstance () |
| Get the instance of MDB2 associated with the module instance. More...
|
|
Definition at line 56 of file oci8.php.