Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • FileSystem
  • HttpResponse
  • Imap
  • JsonRpc
  • Memcached
  • Mysql
  • Pgsql
  • PhpExtension
  • PhpVersion
  • PhpZend
  • Smtp
  • Webdav
  • XmlRpc
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Pgsql

Tests PostgreSQL availability.

Jyxo\Beholder\TestCase
Extended by Jyxo\Beholder\TestCase\Pgsql
Namespace: Jyxo\Beholder\TestCase
Category: Jyxo
Package: Jyxo\Beholder
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Beholder/TestCase/Pgsql.php
Methods summary
public
# __construct( string $description, string $query, string $database, string $host = 'localhost', string $user = '', string $password = '', integer $port = 5432, integer $timeout = 2 )

Constructor.

Constructor.

Parameters

$description
string
Test description
$query
string
Tested query
$database
string
Database name
$host
string
Hostname
$user
string
Username
$password
string
Password
$port
integer
Port
$timeout
integer
Timeout
public Jyxo\Beholder\Result
# run( )

Performs the test.

Performs the test.

Returns

Jyxo\Beholder\Result
Methods inherited from Jyxo\Beholder\TestCase
getDescription()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0