Class Beatnik_Driver_pdnsgsql
The Beatnik_Driver_sql class implements a SQL driver for managing DNS records in the PowerDNS generic SQL driver. The PowerDNS generic SQL driver aims to support MySQL, PostgreSQL, SQLite and Oracle. This driver attempts to do the same as long as the default queries are used.
Copyright 2008-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
- Beatnik_Driver
- Beatnik_Driver_pdnsgsql
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
Beatnik_Driver(),
deleteRecord(),
factory(),
getDomains(),
getRecDriverFields(),
getRecDriverTypes(),
getRecord(),
recordExists(),
saveRecord()
|
public
array
|
$_params
Hash containing connection parameters. |
#
array()
|
public
DB
|
$_db
Handle for the current database connection. |
|
public
DB
|
$_write_db
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database is not required. |
|
public
boolean
|
$_connected
Boolean indicating whether or not we're connected to the SQL server. |
#
false
|