Storm\Drivers\Base\Relational\Columns\DataType::GetParameterType PHP Méthode

GetParameterType() final public méthode

final public GetParameterType ( )
    public final function GetParameterType()
    {
        return $this->ParameterType;
    }

Usage Example

 public function __construct(Columns\DataType $DataType)
 {
     parent::__construct('REVERSE', 'REVERSE', $DataType->GetDataType(), $DataType->GetParameters(), $DataType->GetExtra(), $DataType->GetParameterType());
     $this->DataType = $DataType;
 }