com.esri.arcgis.geodatabase
Interface ISQLCheck

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISQLCheck2, ISQLCheck3
All Known Implementing Classes:
ISQLCheck2Proxy, ISQLCheck3Proxy, ISQLCheckProxy, SQLCheck

public interface ISQLCheck
extends java.io.Serializable

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

IID78482309_3abf_4556_925e_9a5f79cd6ed8

static final int IID78482309_3abf_4556_925e_9a5f79cd6ed8
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

checkSelectList

void checkSelectList(java.lang.String selctList)
                     throws java.io.IOException,
                            AutomationException
Checks select list for invalid characters.

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

checkWhereClause

void checkWhereClause(java.lang.String whereClause)
                      throws java.io.IOException,
                             AutomationException
Checks where clause for invalid characters.

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