3 namespace Wikimedia\Rdbms
;
6 * Used by Database::buildLike() to represent characters that have special
7 * meaning in SQL LIKE clauses and thus need no escaping. Don't instantiate it
8 * manually, use Database::anyChar() and anyString() instead.
15 * Store a string into a LikeMatch marker object.
19 public function __construct( $s ) {
24 * Return the original stored string.
28 public function toString() {