Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401]

IBM DB2 / Oracle compatibility driver. This driver provides undocumented bind variable mapping from ibm to oracle. The functionality appears to overlap the db2_oci driver.

Copyright: 2000-2013 John Lim
Copyright: 2014 Damien Regad, Mark Newnham and the ADOdb community
License: BSD-3-Clause
License: LGPL-2.1-or-later
File Size: 93 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

ADODB_db2oci:: (1 method):
  _Execute()

ADORecordSet_db2oci:: (0 methods):

Defines 0 functions

  _colontrack()
  _colonscope()

Class: ADODB_db2oci  - X-Ref

_Execute($sql, $inputarr = false)   X-Ref
No description

Functions that are not part of a class:

_colontrack($p)   X-Ref
Callback function for preg_replace in _colonscope()

param: array $p matched patterns

_colonscope($sql,$arr)   X-Ref
smart remapping of :0, :1 bind vars to ? ?

param: string $sql SQL statement
param: array  $arr parameters
return: array