Class jDbStatement

Description
  • author: Florian Lonqueu-Brochard
  • copyright: 2012 Florian Lonqueu-Brochard
  • link: http://www.jelix.org
  • abstract:
  • licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  • filesource: Source Code for this file

Located in /db/jDbStatement.class.php (line 11)


	
			
Direct descendents
Class Description
mysqliDbStatement
Variable Summary
mixed $_stmt
Method Summary
jDbStatement __construct ( $stmt)
void __destruct ()
void bindParam ()
void execute ()
void getAttribute ( $attr)
void setAttribute ( $attr,  $value)
void _free ()
Variables
mixed $_stmt = null (line 13)
  • access: protected
Methods
Constructor __construct (line 15)
jDbStatement __construct ( $stmt)
  • $stmt

Redefined in descendants as:
Destructor __destruct (line 19)
void __destruct ()
bindParam (line 32)
  • abstract:
  • access: public
void bindParam ()

Redefined in descendants as:
execute (line 30)
  • abstract:
  • access: public
void execute ()

Redefined in descendants as:
getAttribute (line 26)
  • access: public
void getAttribute ( $attr)
  • $attr

Redefined in descendants as:
setAttribute (line 28)
  • access: public
void setAttribute ( $attr,  $value)
  • $attr
  • $value

Redefined in descendants as:
_free (line 34)
  • abstract:
  • access: protected
void _free ()

Redefined in descendants as:

Documentation generated on Mon, 26 Oct 2015 21:53:20 +0100 by phpDocumentor 1.4.3