$randomKeyword
$randomKeyword : array
ORDER BY random keyword
Builder for Postgre
_like_statement(string $prefix = null, string $column, string $not = null, string $bind, boolean $insensitiveSearch = false) : string
Platform independent LIKE statement builder.
In PostgreSQL, the ILIKE operator will perform case insensitive searches according to the current locale.
string | $prefix | |
string | $column | |
string | $not | |
string | $bind | |
boolean | $insensitiveSearch |
$like_statement
Loading…