MSSQLPreparedStatement Class Reference

Inherits PreparedStatementCommon, and PreparedStatement.

Inherited by MSSQLCallableStatement.

List of all members.

Public Member Functions

Protected Member Functions


Member Function Documentation

void MSSQLPreparedStatement::setBlob ( $paramIndex, $blob )

 

MSSQL-specific implementation of setBlob().

If you are having trouble getting BLOB data into the database, see the phpdoc comment in the MSSQLConnection for some PHP ini values that may need to be set. (This also applies to CLOB support.)

Parameters
int $paramIndex
mixed $value Blob object or string.

Returns void

Reimplemented from PreparedStatementCommon.

MSSQLPreparedStatement::escape ( $subject ) [protected, virtual]

 

Add quotes using str_replace. This is not as thorough as MySQL.

Implements PreparedStatementCommon.

MSSQLPreparedStatement::executeQuery ( $p1 = null, $fetchmode = null )

 

MSSQL must emulate OFFSET/LIMIT support.

Reimplemented from PreparedStatementCommon.

Reimplemented in MSSQLCallableStatement.


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


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS