public interface ISQLCheck
extends java.io.Serializable
Description: 'Provides access to members that check a SQL statement for invalid characters.' 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 |
IID78482309_3abf_4556_925e_9a5f79cd6ed8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
checkSelectList(java.lang.String selctList)
Checks select list for invalid characters.
|
void |
checkWhereClause(java.lang.String whereClause)
Checks where clause for invalid characters.
|
static final int IID78482309_3abf_4556_925e_9a5f79cd6ed8
static final int xxDummy
static final java.lang.String IID
void checkSelectList(java.lang.String selctList) throws java.io.IOException, AutomationException
selctList
- The selctList (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void checkWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
whereClause
- The whereClause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.