Module expr::scalar::like_pattern[][src]

Structs

An object that can test whether a string matches a LIKE pattern.

Enums

Functions

Builds a regular expression that matches the same strings as a SQL LIKE pattern.

Breaks a LIKE pattern into a chain of sub-patterns.

Builds a Matcher that matches a SQL LIKE pattern.