Database: ezcDbHandlerPgsql
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDbHandlerPgsql
|
PostgreSQL driver implementation [
source]
Parents
PDO
|
--ezcDbHandler
|
--ezcDbHandlerPgsql
Inherited Member Variables
From
ezcDbHandler:
Method Summary
|
public ezcDbHandlerPgsql |
__construct(
$dbParams, $dbparams )
Constructs a handler object from the parameters $dbParams. |
|
public ezcQueryExpressionPgsql |
createExpression(
)
Returns a new ezcQueryExpression derived object with PostgreSQL implementation specifics. |
|
public ezcUtilitiesPgsql |
createUtilities(
)
Returns a new ezcUtilities derived object with PostgreSQL implementation specifics. |
|
public static string |
getName(
)
Returns 'pgsql'. |
Inherited Methods
From
ezcDbHandler :
Methods
__construct
ezcDbHandlerPgsql __construct(
$dbParams, array
$dbparams )
Constructs a handler object from the parameters $dbParams.
Supported database parameters are:
- dbname|database: Database name
- user|username: Database user name
- pass|password: Database user password
- host|hostspec: Name of the host database is running on
- port: TCP port
Parameters
| Name |
Type |
Description |
$dbparams |
array |
Database connection parameters (key=>value pairs). |
$dbParams |
|
|
Throws
| Class | Description |
ezcDbMissingParameterException |
if the database name was not specified. |
Redefinition of
createExpression
Returns a new ezcQueryExpression derived object with PostgreSQL implementation specifics.
Redefinition of
createUtilities
ezcUtilitiesPgsql createUtilities(
)
Returns a new ezcUtilities derived object with PostgreSQL implementation specifics.
Redefinition of
getName
string getName(
)
Returns 'pgsql'.
Last updated: Thu, 01 Nov 2007