[line 42]
MS SQL Server class to handle stored procedure execution.
Developer note:
There is no CallableStatement superclass. Unlike JDBC, Creole uses abstract parent classes rather than interfaces -- in order to minimize code duplication. Since PHP doesn't support multiple inheritance, the DRIVERCallableStatement class cannot extend both the DRIVERPreparedStatement class and the would-be abstract CallableStatement class.