TablesInterface
interface TablesInterface (View source)
Adds tables and fields to the SQL entity query.
Methods
string
addField(string $field, string $type, string $langcode)
Adds a field to a database query.
bool|null
isFieldCaseSensitive(string $field_name)
Determines whether the given field is case sensitive.
Details
string
addField(string $field, string $type, string $langcode)
Adds a field to a database query.
bool|null
isFieldCaseSensitive(string $field_name)
Determines whether the given field is case sensitive.
This information can only be provided after it was added with addField().