public class ContainsClauseConverterMSSQL extends Object
ConvertJCRFullText2SQL instance with the jcr query string and call the
containsToSQL() method;| Constructor and Description |
|---|
ContainsClauseConverterMSSQL(DDC definition,
Map<String,String> fromEntityNames,
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 |
convertColumnNames(String incomingQuery) |
protected String |
fullTextContainsClauseConverter(String incomingQuery)
Converts the fulltext clause.
|
protected String |
modifyColumnName(String containsSubstring) |
public 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 clauseprotected String convertColumnNames(String incomingQuery) throws SaRMISystemException
SaRMISystemExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.