Ouzo\Restriction\LessThanRestriction::toSql PHP 메소드

toSql() 공개 메소드

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' < ?';
    }
LessThanRestriction