|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLSyntaxInfo
Provides access to the SQL Syntax Info Interface.
The members of the ISQLSyntaxInfo interface provide information regarding the SQL functionality for the DBMS underlying a map layer.
Use ISQLSyntaxInfo to access information regarding the SQL functionality for the DBMS underlying a map layer.
Method Summary | |
---|---|
IPropertySet |
getFunctionNames()
DBMS dependent SQL function names. |
String |
getInvalidCharacters()
The list of invalid characters used in literals (if any). |
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. |
Method Detail |
---|
IPropertySet getFunctionNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getSpecialCharacters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedPredicates() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedClauses() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIdentifierCase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDelimitedIdentifierCase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStringComparisonCase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getKeywords() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInvalidCharacters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInvalidStartingCharacters() throws IOException, AutomationException
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 |