public class ContainsClauseConverterMSSQL extends Object
ConvertJCRFullText2SQL
instance with the jcr query string and call the
containsToSQL() method;Constructor and Description |
---|
ContainsClauseConverterMSSQL(String statement)
Creates the instance of the Util class
ConvertJCRFullText2SQL . |
Modifier and Type | Method and Description |
---|---|
String |
containsToSQL()
performs a convertion from the jcr's contains statement to the SQL CONTAINS statement.
|
protected String |
fullTextContainsClauseConverter(String incomingQuery)
Converts the fulltext clause.
|
protected String |
modifyColumnName(String containsSubstring) |
public ContainsClauseConverterMSSQL(String statement)
ConvertJCRFullText2SQL
.statement
- jcr querypublic String containsToSQL() throws Exception
Exception
- exception by the converting the contains clause to sqlprotected String fullTextContainsClauseConverter(String incomingQuery) throws SaRMISystemException
incomingQuery
- Incomming querySaRMISystemException
- exception raised at converting the contains clauseCopyright © 2016 SAPERION AG. All rights reserved.