public interface ISQLSyntax
extends java.io.Serializable
Description: 'Provides access to members that supply information about SQL functionality.' 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 |
IID18e2854e_edc8_11d2_aaef_00c04fa37849 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDelimitedIdentifierCase()
True if DBMS's quoted identifiers are case sensitive.
|
java.lang.String |
getFunctionName(int sqlFunc)
DBMS dependent SQL function names.
|
boolean |
getIdentifierCase()
True if DBMS's identifiers are case sensitive.
|
java.lang.String |
getInvalidCharacters()
The list of invalid characters used in literals (if any).
|
java.lang.String |
getInvalidStartingCharacters()
The list of invalid characters used in literals (if any).
|
IEnumBSTR |
getKeywords()
The list of DBMS specific reserved keywords.
|
java.lang.String |
getSpecialCharacter(int sqlSC)
Special DBMS dependent SQL characters.
|
boolean |
getStringComparisonCase()
True if string comparisons are case sensitive.
|
int |
getSupportedClauses()
Supported SQL clauses.
|
int |
getSupportedPredicates()
Supported SQL predicates.
|
void |
parseColumnName(java.lang.String fullName,
java.lang.String[] dbName,
java.lang.String[] ownerName,
java.lang.String[] tableName,
java.lang.String[] columnName)
Given a column name, determine its qualification parts.
|
void |
parseTableName(java.lang.String fullName,
java.lang.String[] dbName,
java.lang.String[] ownerName,
java.lang.String[] tableName)
Given a table name, determine its qualification parts.
|
java.lang.String |
qualifyColumnName(java.lang.String tableName,
java.lang.String columnName)
Given a table name and column name, returns its fully qualified name.
|
java.lang.String |
qualifyTableName(java.lang.String dbName,
java.lang.String ownerName,
java.lang.String tableName)
Given a database, owner, and table name, return its fully qualified name.
|
static final int IID18e2854e_edc8_11d2_aaef_00c04fa37849
static final int xxDummy
static final java.lang.String IID
java.lang.String qualifyTableName(java.lang.String dbName,
java.lang.String ownerName,
java.lang.String tableName)
throws java.io.IOException,
AutomationException
dbName - The dbName (in)ownerName - The ownerName (in)tableName - The tableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String qualifyColumnName(java.lang.String tableName,
java.lang.String columnName)
throws java.io.IOException,
AutomationException
tableName - The tableName (in)columnName - The columnName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void parseTableName(java.lang.String fullName,
java.lang.String[] dbName,
java.lang.String[] ownerName,
java.lang.String[] tableName)
throws java.io.IOException,
AutomationException
fullName - The fullName (in)dbName - The dbName (out: use single element array)ownerName - The ownerName (out: use single element array)tableName - The tableName (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void parseColumnName(java.lang.String fullName,
java.lang.String[] dbName,
java.lang.String[] ownerName,
java.lang.String[] tableName,
java.lang.String[] columnName)
throws java.io.IOException,
AutomationException
fullName - The fullName (in)dbName - The dbName (out: use single element array)ownerName - The ownerName (out: use single element array)tableName - The tableName (out: use single element array)columnName - The columnName (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getFunctionName(int sqlFunc)
throws java.io.IOException,
AutomationException
sqlFunc - A com.esri.arcgis.geodatabase.esriSQLFunctionName constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSpecialCharacter(int sqlSC)
throws java.io.IOException,
AutomationException
sqlSC - A com.esri.arcgis.geodatabase.esriSQLSpecialCharacters constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSupportedPredicates()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSupportedClauses()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean getIdentifierCase()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean getDelimitedIdentifierCase()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean getStringComparisonCase()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnumBSTR 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.