Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SQLStore\QueryEngine\Fulltext\SQLiteValueMatchConditionBuilder Class Reference
Inheritance diagram for SMW\SQLStore\QueryEngine\Fulltext\SQLiteValueMatchConditionBuilder:
Inheritance graph
[legend]
Collaboration diagram for SMW\SQLStore\QueryEngine\Fulltext\SQLiteValueMatchConditionBuilder:
Collaboration graph
[legend]

Public Member Functions

 canHaveMatchCondition (ValueDescription $description)
 
 getWhereCondition (ValueDescription $description, $temporaryTable='')
 
- Public Member Functions inherited from SMW\SQLStore\QueryEngine\Fulltext\ValueMatchConditionBuilder
 __construct (TextSanitizer $textSanitizer, SearchTable $searchTable)
 
 isEnabled ()
 
 getTableName ()
 
 hasMinTokenLength ( $value)
 
 isExemptedProperty (DIProperty $property)
 
 getSortIndexField ( $temporaryTable='')
 
 canHaveMatchCondition (ValueDescription $description)
 
 getWhereCondition (ValueDescription $description, $temporaryTable='')
 

Additional Inherited Members

- Protected Member Functions inherited from SMW\SQLStore\QueryEngine\Fulltext\ValueMatchConditionBuilder
 getMatchableTextFromDescription (ValueDescription $description)
 
- Protected Attributes inherited from SMW\SQLStore\QueryEngine\Fulltext\ValueMatchConditionBuilder
 $textSanitizer
 
 $searchTable
 

Detailed Description

GNU GPL v2+

Since
2.5
Author
mwjames

Member Function Documentation

◆ canHaveMatchCondition()

SMW\SQLStore\QueryEngine\Fulltext\SQLiteValueMatchConditionBuilder::canHaveMatchCondition ( ValueDescription  $description)
See also
ValueMatchConditionBuilder::canHaveMatchCondition
Since
2.5
Parameters
ValueDescription$description
Returns
boolean

◆ getWhereCondition()

SMW\SQLStore\QueryEngine\Fulltext\SQLiteValueMatchConditionBuilder::getWhereCondition ( ValueDescription  $description,
  $temporaryTable = '' 
)
See also
ValueMatchConditionBuilder::getWhereCondition
Since
2.5
Parameters
ValueDescription$description
string$temporaryTable
Returns
string

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy