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 =
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
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.