void escape(
mixed
$subject)
|
|
Add quotes using str_replace.
This is not as thorough as MySQL.
Tags:
Overrides
PreparedStatementCommon::escape() (Escapes special characters (usu. quotes) using native driver function.)
void setBlob(
int
$paramIndex, mixed
$blob, mixed
$value)
|
|
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.)
Overridden in child classes as:
- MSSQLCallableStatement::setBlob()
Overrides
PreparedStatementCommon::setBlob() (parent method not documented)
Parameters: