@param ProfilerProfilerInterface $profiler
| Return type: | Statement |
|---|
One of two resource types will be provided here: a) “SQL Server Connection” when a prepared statement needs to still be produced b) “SQL Server Statement” when a prepared statement has been already produced (there will need to already be a bound param set if it applies to this query)
| Parameters: | resource – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Statement |
Set parameter container
| Parameters: | ParameterContainer – |
|---|---|
| Return type: | Statement |
@param string $sql
| Return type: | Statement |
|---|
Execute
| Parameters: | array|ParameterContainer – |
|---|---|
| Throws ExceptionRuntimeException: | |
| Return type: | Result |