public interface ISQLCheck2 extends ISQLCheck, 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 |
IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca |
static int |
xxDummy
Deprecated.
Internal use only
|
IID78482309_3abf_4556_925e_9a5f79cd6ed8
Modifier and Type | Method and Description |
---|---|
void |
checkSelectStatement(java.lang.String selectStatement)
Checks select statement for invalid characters.
|
checkSelectList, checkWhereClause
static final int IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca
static final int xxDummy
static final java.lang.String IID
void checkSelectStatement(java.lang.String selectStatement) throws java.io.IOException, AutomationException
selectStatement
- The selectStatement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.