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] [Versions 400 and 401]

Data Dictionary for Oracle (oci8)

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: 352 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ADODB2_oci8:: (12 methods):
  metaType()
  ActualType()
  CreateDatabase()
  AddColumnSQL()
  AlterColumnSQL()
  DropColumnSQL()
  _DropAutoIncrement()
  _CreateSuffix()
  _Triggers()
  _IndexSQL()
  GetCommentSQL()
  SetCommentSQL()


Class: ADODB2_oci8  - X-Ref

metaType($t, $len=-1, $fieldobj=false)   X-Ref
Legacy compatibility for sequence names for emulated auto-increments.

If set to true, creates sequences and triggers as TRIG_394545594
instead of TRIG_possibly_too_long_tablename


ActualType($meta)   X-Ref
No description

CreateDatabase($dbname, $options=false)   X-Ref
No description

AddColumnSQL($tabname, $flds)   X-Ref
No description

AlterColumnSQL($tabname, $flds, $tableflds='', $tableoptions='')   X-Ref
No description

DropColumnSQL($tabname, $flds, $tableflds='', $tableoptions='')   X-Ref
No description

_DropAutoIncrement($t)   X-Ref
No description

_CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)   X-Ref
No description

_Triggers($tabname,$tableoptions)   X-Ref
Creates an insert trigger to emulate an auto-increment column
in a table

param: string   $tabname       The name of the table
param: string[] $tableoptions  Optional configuration items
return: string[] The SQL statements to create the trigger

_IndexSQL($idxname, $tabname, $flds,$idxoptions)   X-Ref
No description

GetCommentSQL($table,$col)   X-Ref
No description

SetCommentSQL($table,$col,$cmt)   X-Ref
No description