|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLCheck
COM Interface 'ISQLCheck'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID78482309_3abf_4556_925e_9a5f79cd6ed8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
checkSelectList(java.lang.String selctList)
Checks select list for invalid characters. |
void |
checkWhereClause(java.lang.String whereClause)
Checks where clause for invalid characters. |
Field Detail |
---|
static final int IID78482309_3abf_4556_925e_9a5f79cd6ed8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |