public interface ISQLSyntaxInfo
extends java.io.Serializable
Description: 'Provides access to the SQL Syntax Info Interface.' 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 |
IID0a5f737c_5707_4aee_bd01_023c4fe1673c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getFunctionNames()
DBMS dependent SQL function names.
|
java.lang.String |
getInvalidCharacters()
The list of invalid characters used in literals (if any).
|
java.lang.String |
getInvalidStartingCharacters()
The list of invalid starting characters used in literals (if any).
|
IStringArray |
getKeywords()
The list of DBMS specific reserved keywords.
|
IPropertySet |
getSpecialCharacters()
Special DBMS dependent SQL characters.
|
IStringArray |
getSupportedClauses()
Supported SQL clauses.
|
IStringArray |
getSupportedPredicates()
Supported SQL predicates.
|
boolean |
isDelimitedIdentifierCase()
Indicates whether DBMS's quoted identifiers are case sensitive.
|
boolean |
isIdentifierCase()
Indicates whether DBMS's identifiers are case sensitive.
|
boolean |
isStringComparisonCase()
Indicates whether string comparisons are case sensitive.
|
static final int IID0a5f737c_5707_4aee_bd01_023c4fe1673c
static final int xxDummy
static final java.lang.String IID
IPropertySet getFunctionNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getSpecialCharacters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedPredicates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedClauses() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIdentifierCase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDelimitedIdentifierCase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStringComparisonCase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getKeywords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidCharacters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidStartingCharacters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.