[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/installer/ -> OracleInstaller.php (summary)

Oracle-specific installer. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

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

Defines 1 class

OracleInstaller:: (15 methods):
  getName()
  isCompiled()
  getConnectForm()
  submitInstallUserBox()
  submitConnectForm()
  openConnection()
  openSYSDBAConnection()
  needsUpgrade()
  preInstall()
  setupDatabase()
  setupUser()
  createTables()
  getSchemaVars()
  getLocalSettings()
  checkConnectStringFormat()


Class: OracleInstaller  - X-Ref

Class for setting up the MediaWiki database using Oracle.

getName()   X-Ref
No description

isCompiled()   X-Ref
No description

getConnectForm()   X-Ref
No description

submitInstallUserBox()   X-Ref
No description

submitConnectForm()   X-Ref
No description

openConnection()   X-Ref


openSYSDBAConnection()   X-Ref
No description

needsUpgrade()   X-Ref
No description

preInstall()   X-Ref
No description

setupDatabase()   X-Ref
No description

setupUser()   X-Ref
No description

createTables()   X-Ref
Overload: after this action field info table has to be rebuilt

return: Status

getSchemaVars()   X-Ref
No description

getLocalSettings()   X-Ref
No description

checkConnectStringFormat( $connect_string )   X-Ref
Function checks the format of Oracle connect string
The actual validity of the string is checked by attempting to connect

Regex should be able to validate all connect string formats
[//](host|tns_name)[:port][/service_name][:POOLED]
http://www.orafaq.com/wiki/EZCONNECT

param: string $connect_string
return: bool Whether the connection string is valid.



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1