<?xml version="1.0"?><phpdoc><class name="jpeto_query" extends="" undoc="false" access="private" package="jpeto_system"><file>c:/web/jpeto2/jpeto/jpeto_postgresql_query.php</file><doc><description/><shortdescription>This class provides the postgresql query functionality</shortdescription></doc><function name="jpeto_query" undoc="false" access="private"><doc><parameter name="$sql" type="string">the querystring</parameter><return type="void"/><description>executes the given query, stores the result in $Recordset and sets $this-&amp;gt;success depending on the success</description><shortdescription>constructor for jpeto_query</shortdescription></doc></function><variable name="$Recordset" access="private" type="array">array()<doc><description/><shortdescription>this array stores the resultset of the query</shortdescription></doc></variable><variable name="$success" access="private" type="boolean">false<doc><description/><shortdescription>this boolean tells wether the query succeeded (true) or failed (false)</shortdescription></doc></variable><variable name="$Rows" access="private" type="integer"><doc><description/><shortdescription>holds the number of rows affected by this query</shortdescription></doc></variable><uses type="include_once" file="jpeto/jpeto_config.php" undoc="true"><doc></doc></uses></class></phpdoc>