com.esri.arcgis.geodatabase
Interface ISQLCheck2

All Superinterfaces:
ISQLCheck, java.io.Serializable
All Known Subinterfaces:
ISQLCheck3
All Known Implementing Classes:
ISQLCheck2Proxy, ISQLCheck3Proxy

public interface ISQLCheck2
extends ISQLCheck, java.io.Serializable

COM Interface 'ISQLCheck2'. 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 IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISQLCheck
IID78482309_3abf_4556_925e_9a5f79cd6ed8
 
Method Summary
 void checkSelectStatement(java.lang.String selectStatement)
          Checks select statement for invalid characters.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISQLCheck
checkSelectList, checkWhereClause
 

Field Detail

IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca

static final int IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

checkSelectStatement

void checkSelectStatement(java.lang.String selectStatement)
                          throws java.io.IOException,
                                 AutomationException
Checks select statement for invalid characters.

Parameters:
selectStatement - The selectStatement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.