SQLiteConnection Class Reference

Inherits ConnectionCommon, and Connection.

List of all members.

Public Member Functions


Member Function Documentation

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

 

See also Connection::connect()

Implements Connection.

SQLiteConnection::getDatabaseInfo ( )

 

See also Connection::getDatabaseInfo()

Implements Connection.

SQLiteConnection::getIdGenerator ( )

 

See also Connection::getIdGenerator()

Implements Connection.

SQLiteConnection::prepareStatement ( $sql )

 

See also Connection::prepareStatement()

Implements Connection.

SQLiteConnection::prepareCall ( $sql )

 

See also Connection::prepareCall()

Reimplemented from ConnectionCommon.

SQLiteConnection::createStatement ( )

 

See also Connection::createStatement()

Implements Connection.

SQLiteConnection::close ( )

 

See also Connection::close()

Implements Connection.

SQLiteConnection::executeQuery ( $sql, $fetchmode = null )

 

See also Connection::executeQuery()

Implements Connection.

SQLiteConnection::executeUpdate ( $sql )

 

See also Connection::executeUpdate()

Implements Connection.

SQLiteConnection::commit ( )

 

Commit the current transaction.

Implements Connection.

void SQLiteConnection::rollback ( )

 

Roll back (undo) the current transaction.
Exceptions
SQLException 

Returns void

Implements Connection.

int SQLiteConnection::getUpdateCount ( )

 

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

Returns int Number of rows affected by the last query.

Implements Connection.


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


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS