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 Firebird.

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

Defines 1 class

ADODB2_firebird:: (8 methods):
  actualType()
  nameQuote()
  createDatabase()
  _dropAutoIncrement()
  _createSuffix()
  createTableSQL()
  _triggers()
  alterColumnSQL()


Class: ADODB2_firebird  - X-Ref

actualType($meta)   X-Ref
No description

nameQuote($name = null, $allowBrackets = false)   X-Ref
No description

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

_dropAutoIncrement($tabname)   X-Ref
No description

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

createTableSQL($tabname, $flds, $tableoptions = array()   X-Ref
Generate the SQL to create table. Returns an array of sql strings.


_triggers($tabname, $taboptions)   X-Ref
No description

alterColumnSQL($tabname, $flds, $tableflds = '', $tableoptions = '')   X-Ref
Change the definition of one column

param: string $tabname table-name
param: string $flds column-name and type for the changed column
param: string $tableflds Unused
param: array|string $tableoptions Unused
return: array with SQL strings