Declare visibility for class properties in DatabaseOracle.php
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 00:29:37 +0000 (01:29 +0100)
committerSiebrand <siebrand@wikimedia.org>
Fri, 27 Dec 2013 09:24:37 +0000 (09:24 +0000)
commit9e76d847e0613fd905deb489829057bfb4c68628
tree03a4a5863bd0b095fe41686a3b83f078b803d15f
parent7379b142fc7b7e4ac985fcb781401b4eec1faf0e
Declare visibility for class properties in DatabaseOracle.php

* Remove unused $lastResult and $cursor.
* Rename private $ignore_DUP_VAL_ON_INDEX to $ignoreDupValOnIndex.
* Update/add some documentation.

Change-Id: Ie5d82836fe4907337e50f10cc1654d5ddf08f270
includes/db/DatabaseOracle.php