* @package Mammut\DB\Adapter\MSSQL */ abstract class Statement extends \Mammut\DB\Statement { protected $stmt; protected $meta; protected $fields; }