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

Class: MDB2_Statement_ibase

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

Class Overview

MDB2_Statement_Common
   |
   --MDB2_Statement_ibase



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 1036]


[ Top ]


Method Detail

execute   [line 1048]

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 ]

quoteParamsForPreparedQuery   [line 1086]

void quoteParamsForPreparedQuery( )


[ Top ]


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