public interface IFullTextSearch
extends java.io.Serializable
Description: 'Helper for creating full text search queries.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID62fb0c61_d148_4a31_beba_546c0900394f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumBSTR |
getFullTextEligibleFields()
Which columns can be part of a full-text index.
|
IEnumBSTR |
getFullTextSearchableFields()
Which columns are full-text indexed.
|
boolean |
isHasFullTextIndex()
Check whether the table supports full text search.
|
java.lang.String |
makeFullTextSearchWhereClause(java.lang.String fullTextQueries)
Get full text search SQL predicates in DBMS specific syntax.
|
static final int IID62fb0c61_d148_4a31_beba_546c0900394f
static final int xxDummy
static final java.lang.String IID
boolean isHasFullTextIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getFullTextEligibleFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getFullTextSearchableFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String makeFullTextSearchWhereClause(java.lang.String fullTextQueries) throws java.io.IOException, AutomationException
fullTextQueries
- The fullTextQueries (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.