MSSQLPreparedStatement Class Reference

Inherits PreparedStatementCommon.

Inherited by MSSQLCallableStatement.

List of all members.

Public Member Functions


Member Function Documentation

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)

 

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

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

 

MSSQL must emulate OFFSET/LIMIT support.

Returns mixed object ResultSet on success, SQLException on failure.

Reimplemented from PreparedStatementCommon.

Reimplemented in MSSQLCallableStatement.


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


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS