Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/web/jpeto2/jpeto/jpeto_postgresql_query.php
JPETo - James's Publishing & Editing Tool - jpeto_system

jpeto_query

jpeto_query

This class provides the postgresql query functionality

 

private class jpeto_query

This class provides the postgresql query functionality

 

Private Method Summary

void

jpeto_query(string $sql)

constructor for jpeto_query

Private Field Summary

array

$Recordset

this array stores the resultset of the query
boolean

$success

this boolean tells wether the query succeeded (true) or failed (false)
integer

$Rows

holds the number of rows affected by this query

Included files Summary, Type: include_once

jpeto/jpeto_config.php Warning: documentation is missing.

Private Method Details

jpeto_query

private void jpeto_query( string $sql )

  constructor for jpeto_query
executes the given query, stores the result in $Recordset and sets $this->success depending on the success

Parameter
string $sql
the querystring
Returns void


Private Field Details

$Recordset

private array $Recordset

>>array()<<

this array stores the resultset of the query


$success

private boolean $success

>>false<<

this boolean tells wether the query succeeded (true) or failed (false)


$Rows

private integer $Rows

>><<

holds the number of rows affected by this query


Included Files, Type: include_once

jpeto/jpeto_config.php

include_once( jpeto/jpeto_config.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta