Mark OCI8Connection::getExecuteMode() internal

parent 085a955b
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
The non-interface methods of driver-level classes have been marked internal: The non-interface methods of driver-level classes have been marked internal:
- `OCI8Connection::getExecuteMode()`
- `OCI8Statement::convertPositionalToNamedPlaceholders()` - `OCI8Statement::convertPositionalToNamedPlaceholders()`
## Inconsistently and ambiguously named driver-level classes are deprecated ## Inconsistently and ambiguously named driver-level classes are deprecated
......
...@@ -176,6 +176,8 @@ class OCI8Connection implements ConnectionInterface, ServerInfoAwareConnection ...@@ -176,6 +176,8 @@ class OCI8Connection implements ConnectionInterface, ServerInfoAwareConnection
/** /**
* Returns the current execution mode. * Returns the current execution mode.
* *
* @internal
*
* @return int * @return int
*/ */
public function getExecuteMode() public function getExecuteMode()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment