public interface ISearchable
Modifier and Type | Field and Description |
---|---|
static int |
SEARCH_TYPE_PHRASE
SEARCH_TYPE_PHRASE Searches for the exact phrase
|
static int |
SEARCH_TYPE_WORDS_AND
SEARCH_TYPE_WORDS_AND Searches for each word with each column using an AND connector
|
static int |
SEARCH_TYPE_WORDS_OR
SEARCH_TYPE_WORDS_OR Searches for each word with each column using an OR connector
|
Modifier and Type | Method and Description |
---|---|
String |
getPhraseSearchQueryName() |
String[] |
getSearchableColumns() |
String |
getSearchableTable() |
static final int SEARCH_TYPE_PHRASE
static final int SEARCH_TYPE_WORDS_OR
static final int SEARCH_TYPE_WORDS_AND
String[] getSearchableColumns()
String getSearchableTable()
String getPhraseSearchQueryName()
Copyright © 2020 Hitachi Vantara. All rights reserved.