public function __construct($PlatformName, $ColumnType)
 {
     parent::__construct('%s does not support %s column types', $PlatformName, $ColumnType);
 }
 public function __construct($PlatformName, $KeyGeneratorType)
 {
     parent::__construct('%s does not support %s key generators', $PlatformName, $KeyGeneratorType);
 }