mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibSQL: Implement LIKE SQL expressions
This commit is contained in:
parent
e957c078d5
commit
f91d471843
5 changed files with 133 additions and 1 deletions
|
@ -636,6 +636,7 @@ public:
|
|||
|
||||
MatchOperator type() const { return m_type; }
|
||||
const RefPtr<Expression>& escape() const { return m_escape; }
|
||||
virtual Value evaluate(ExecutionContext&) const override;
|
||||
|
||||
private:
|
||||
MatchOperator m_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue