Class Beatnik_Driver_sql
Copyright 2006-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_sql
public
|
|
public
array
|
|
public
array
|
#
getRecDriverFields( string $type )
Get any fields available specifically in this driver by record type. |
public
array
|
|
public
array
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
Beatnik_Driver(),
deleteRecord(),
factory(),
getDomains(),
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
|