Class MySQLFullTextIndexFieldStrategy

java.lang.Object
com.kingsrook.qqq.backend.module.rdbms.strategy.BaseRDBMSActionStrategy
com.kingsrook.qqq.backend.module.rdbms.strategy.MySQLFullTextIndexFieldStrategy
All Implemented Interfaces:
RDBMSActionStrategyInterface

public class MySQLFullTextIndexFieldStrategy extends BaseRDBMSActionStrategy
RDBMS action strategy for a field with a FULLTEXT INDEX on it in a MySQL database. Makes a LIKE or CONTAINS (or NOT those) query use the special syntax that hits the FULLTEXT INDEX.