Class Horde_Db_Adapter_Pdo_Sqlite
PDO_SQLite Horde_Db_Adapter
- Horde_Db_Adapter_Base implements Horde_Db_Adapter
- Horde_Db_Adapter_Pdo_Base
- Horde_Db_Adapter_Pdo_Sqlite
Package: Db\Adapter
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Db/Adapter/Pdo/Sqlite.php
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Db/Adapter/Pdo/Sqlite.php
public
string
|
|
public
boolean
|
|
public
boolean
|
#
supportsCountDistinct( )
Does this adapter support using DISTINCT within COUNT? This is +true+ for all adapters except sqlite. |
public
|
|
public
|
|
public
PDOStatement
|
|
public
|
|
public
|
|
public
|
#
rollbackDbTransaction( )
Rolls back the transaction (and turns on auto-committing). Must be done if the transaction block raises an exception or returns false. |
public
|
|
public
string
|
isActive(),
quoteString(),
selectAll(),
selectAssoc(),
selectOne(),
selectValue(),
selectValues()
|