Doctrine\DBAL\Platforms\SQLServerPlatform::getLengthExpression PHP Method

getLengthExpression() public method

{@inheritDoc}
public getLengthExpression ( $column )
    public function getLengthExpression($column)
    {
        return 'LEN(' . $column . ')';
    }
SQLServerPlatform