SQLitePreparedStatement Class Reference

Inherits PreparedStatementCommon, and PreparedStatement.

List of all members.

Public Member Functions

Protected Member Functions


Member Function Documentation

SQLitePreparedStatement::escape ( $str ) [protected, virtual]

 

Quotes string using native sqlite_escape_string() function.
See also ResultSetCommon::escape()

Implements PreparedStatementCommon.

SQLitePreparedStatement::setBlob ( $paramIndex, $blob )

 

Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite.
See also PreparedStatement::setBlob()

ResultSet::getBlob()

Reimplemented from PreparedStatementCommon.


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


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS