|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLSyntaxInfo
COM Interface 'ISQLSyntaxInfo'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0a5f737c_5707_4aee_bd01_023c4fe1673c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID0a5f737c_5707_4aee_bd01_023c4fe1673c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |