Neos\Flow\Persistence\Doctrine\DataTypes\JsonArrayType::getBindingType PHP Method

getBindingType() public method

Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
public getBindingType ( ) : integer
return integer
    public function getBindingType()
    {
        return \PDO::PARAM_STR;
    }