SQLiteConnection Class Reference

Inherits ConnectionCommon, and Connection.

List of all members.

Public Member Functions

Public Attributes


Member Function Documentation

SQLiteConnection::connect ( $  dsninfo,  $  flags = 0 )

 

See also Connection::connect()

Reimplemented from Connection.

SQLiteConnection::close ()

 

See also Connection::close()

Reimplemented from Connection.

SQLiteConnection::executeUpdate ( $  sql)

 

See also Connection::executeUpdate()

Reimplemented from Connection.

SQLiteConnection::commit ()

 

Commit the current transaction.

Reimplemented from Connection.

SQLiteConnection::rollback ()

 

Roll back (undo) the current transaction.

Exceptions:
SQLException 

Returns void

Reimplemented from Connection.

SQLiteConnection::getUpdateCount ()

 

Gets the number of rows affected by the data manipulation query.

Returns int Number of rows affected by the last query.

Reimplemented from Connection.


Member Data Documentation

private SQLiteConnection::$sqliteAssocCase

 

The case to use for SQLite results. (0=nochange, 1=upper, 2=lower) This is set in each call to executeQuery() in order to ensure that different Connections do not overwrite each other's settings

SQLiteConnection::$result = @sqlite_query($this->dblink, $sql)

 


This file is part of the Creole[php4] library.


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS