public interface ISQLCheck3 extends ISQLCheck2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID635fb839_c678_4385_8324_7dcc971378a4 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc93dcd8a_55d5_4fb3_97fa_e4ef2877e8ca
IID78482309_3abf_4556_925e_9a5f79cd6ed8
Modifier and Type | Method and Description |
---|---|
void |
validateQueryFilter(IWorkspace workspace,
ITable table,
IQueryFilter queryFilter,
boolean enforceSQL92Validation)
Validates a Query Filter.
|
java.lang.String |
validateSQL(IWorkspace workspace,
ITable table,
java.lang.String sourceSQL,
int clauseType,
IStringArray[] columnReferences)
Validates a SQL clause.
|
checkSelectStatement
checkSelectList, checkWhereClause
static final int IID635fb839_c678_4385_8324_7dcc971378a4
static final int xxDummy
static final java.lang.String IID
java.lang.String validateSQL(IWorkspace workspace, ITable table, java.lang.String sourceSQL, int clauseType, IStringArray[] columnReferences) throws java.io.IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)sourceSQL
- The sourceSQL (in)clauseType
- A com.esri.arcgis.geodatabase.esriSQLClauses constant (in)columnReferences
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void validateQueryFilter(IWorkspace workspace, ITable table, IQueryFilter queryFilter, boolean enforceSQL92Validation) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.