public interface MatchIndexInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainName() |
Object |
getInstance() |
int |
getKeyThreshold() |
int |
getKeyThresholdDep() |
List<String> |
getMappedColumnNames(String table) |
List<String> |
getMappedColumnNames(String table,
String procName) |
MatchProcInterface |
getMatchProc(String name) |
ArrayList<String> |
getMatchProcs() |
String |
getPurposeName() |
boolean |
isExactIndex() |
boolean |
isMatch() |
boolean |
isSearch() |
boolean |
isTextIndex() |
void |
setDomainName(String columnName) |
void |
setExactIndex(boolean isExactIndex) |
void |
setInstance(String instance) |
void |
setIsMatch(boolean ismatch) |
void |
setIsSearch(boolean issearch) |
void |
setIsText(boolean isContent) |
void |
setKeyThreshold(int thresh) |
void |
setPurposeName(String purposeName) |
boolean isTextIndex()
void setDomainName(String columnName)
String getDomainName()
void setIsMatch(boolean ismatch)
void setIsSearch(boolean issearch)
boolean isSearch()
boolean isMatch()
int getKeyThresholdDep()
MatchProcInterface getMatchProc(String name)
void setIsText(boolean isContent)
void setKeyThreshold(int thresh)
boolean isExactIndex()
void setExactIndex(boolean isExactIndex)
Object getInstance()
void setInstance(String instance)
int getKeyThreshold()
void setPurposeName(String purposeName)
String getPurposeName()
Copyright © 2021. All rights reserved.