com.esri.arcgis.geodatabase
Interface ISQLCheck3

All Superinterfaces:
ISQLCheck, ISQLCheck2, java.io.Serializable
All Known Implementing Classes:
ISQLCheck3Proxy

public interface ISQLCheck3
extends ISQLCheck2, java.io.Serializable

COM Interface 'ISQLCheck3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that check a SQL statement.' 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 IID635fb839_c678_4385_8324_7dcc971378a4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISQLCheck2
IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISQLCheck
IID78482309_3abf_4556_925e_9a5f79cd6ed8
 
Method Summary
 void validateQueryFilter(IWorkspace workspace, ITable table, IQueryFilter queryFilter, boolean enforceSQL92Validation)
          Validates a Query Filter.
 void validateWhereClause(IWorkspace workspace, ITable table, java.lang.String sourceWhere, java.lang.String[] translatedWhere, boolean enforceSQL92Validation)
          Validates a SQL Where clause.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISQLCheck2
checkSelectStatement
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISQLCheck
checkSelectList, checkWhereClause
 

Field Detail

IID635fb839_c678_4385_8324_7dcc971378a4

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

validateWhereClause

void validateWhereClause(IWorkspace workspace,
                         ITable table,
                         java.lang.String sourceWhere,
                         java.lang.String[] translatedWhere,
                         boolean enforceSQL92Validation)
                         throws java.io.IOException,
                                AutomationException
Validates a SQL Where clause.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
sourceWhere - The sourceWhere (in)
translatedWhere - The translatedWhere (out: use single element array)
enforceSQL92Validation - The enforceSQL92Validation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateQueryFilter

void validateQueryFilter(IWorkspace workspace,
                         ITable table,
                         IQueryFilter queryFilter,
                         boolean enforceSQL92Validation)
                         throws java.io.IOException,
                                AutomationException
Validates a Query Filter.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
enforceSQL92Validation - The enforceSQL92Validation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.