|
|
|
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 Field Summary |
| array |
$Recordsetthis array stores the resultset of the query |
| boolean |
$successthis boolean tells wether the query succeeded (true) or failed (false) |
| integer |
$Rowsholds the number of rows affected by this query |
|
|
|
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
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |