apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: MDB2_Statement_oci8

Source Location: /MDB2-2.0.0beta4/MDB2/Driver/oci8.php

Class Overview

MDB2_Statement_Common
   |
   --MDB2_Statement_oci8



Methods


Inherited Variables

Inherited Methods

Class: MDB2_Statement_Common

MDB2_Statement_Common::MDB2_Statement_Common()
MDB2_Statement_Common::__construct()
Constructor
MDB2_Statement_Common::bindParam()
Set the value of a parameter of a prepared query.
MDB2_Statement_Common::bindParamArray()
Set the values of multiple a parameter of a prepared query in bulk.
MDB2_Statement_Common::execute()
Execute a prepared query statement.
MDB2_Statement_Common::free()
Release resources allocated for the specified prepared query.

Class Details

[line 1020]


[ Top ]


Method Detail

execute   [line 1033]

mixed &execute( [mixed $result_class = true], [mixed $result_wrap_class = false])

Execute a prepared query statement.
  • Return: a result handle or MDB2_OK on success, a MDB2 error on failure
  • Access: public

Overrides MDB2_Statement_Common::execute() (Execute a prepared query statement.)

Parameters:

mixed   $result_class   —  string which specifies which result class to use
mixed   $result_wrap_class   —  string which specifies which class to wrap results in

[ Top ]

free   [line 1161]

mixed free( )

Release resources allocated for the specified prepared query.
  • Return: MDB2_OK on success, a MDB2 error on failure
  • Access: public

Overrides MDB2_Statement_Common::free() (Release resources allocated for the specified prepared query.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:20:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.