Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

(no description)

File Size: 440 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 classes

ADODB_sqlite3:: (22 methods):
  __construct()
  ServerInfo()
  BeginTrans()
  CommitTrans()
  RollbackTrans()
  MetaColumns()
  _init()
  _insertid()
  _affectedrows()
  ErrorMsg()
  ErrorNo()
  SQLDate()
  _createFunctions()
  _connect()
  _pconnect()
  _query()
  SelectLimit()
  GenID()
  CreateSequence()
  DropSequence()
  _close()
  MetaIndexes()

Name:: (0 methods):

ADORecordset_sqlite3:: (7 methods):
  __construct()
  FetchField()
  _initrs()
  Fields()
  _seek()
  _fetch()
  _close()


Class: ADODB_sqlite3  - X-Ref

__construct()   X-Ref
No description

ServerInfo()   X-Ref
No description

BeginTrans()   X-Ref
No description

CommitTrans($ok=true)   X-Ref
No description

RollbackTrans()   X-Ref
No description

MetaColumns($table, $normalize=true)   X-Ref
No description

_init($parentDriver)   X-Ref
No description

_insertid()   X-Ref
No description

_affectedrows()   X-Ref
No description

ErrorMsg()   X-Ref
No description

ErrorNo()   X-Ref
No description

SQLDate($fmt, $col=false)   X-Ref
No description

_createFunctions()   X-Ref
No description

_connect($argHostname, $argUsername, $argPassword, $argDatabasename)   X-Ref
No description

_pconnect($argHostname, $argUsername, $argPassword, $argDatabasename)   X-Ref
No description

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

SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0)   X-Ref
No description

GenID($seq='adodbseq',$start=1)   X-Ref
No description

CreateSequence($seqname='adodbseq',$start=1)   X-Ref
No description

DropSequence($seqname = 'adodbseq')   X-Ref
No description

_close()   X-Ref
No description

MetaIndexes($table, $primary = FALSE, $owner = false)   X-Ref
No description

Class: Name  - X-Ref

Class: ADORecordset_sqlite3  - X-Ref

__construct($queryID,$mode=false)   X-Ref
No description

FetchField($fieldOffset = -1)   X-Ref
No description

_initrs()   X-Ref
No description

Fields($colname)   X-Ref
No description

_seek($row)   X-Ref
No description

_fetch($ignore_fields=false)   X-Ref
No description

_close()   X-Ref
No description