public class ISQLSyntaxProxy extends com.esri.arcgis.interop.Dispatch implements ISQLSyntax, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID18e2854e_edc8_11d2_aaef_00c04fa37849| Modifier | Constructor and Description |
|---|---|
|
ISQLSyntaxProxy()
For internal use only
|
|
ISQLSyntaxProxy(java.lang.Object obj) |
protected |
ISQLSyntaxProxy(java.lang.Object obj,
java.lang.String iid) |
|
ISQLSyntaxProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ISQLSyntaxProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ISQLSyntaxProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ISQLSyntaxProxy()
public ISQLSyntaxProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISQLSyntaxProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISQLSyntaxProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String qualifyTableName(java.lang.String dbName,
java.lang.String ownerName,
java.lang.String tableName)
throws java.io.IOException,
AutomationException
qualifyTableName in interface ISQLSyntaxdbName - 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.public java.lang.String qualifyColumnName(java.lang.String tableName,
java.lang.String columnName)
throws java.io.IOException,
AutomationException
qualifyColumnName in interface ISQLSyntaxtableName - The tableName (in)columnName - The columnName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void parseTableName(java.lang.String fullName,
java.lang.String[] dbName,
java.lang.String[] ownerName,
java.lang.String[] tableName)
throws java.io.IOException,
AutomationException
parseTableName in interface ISQLSyntaxfullName - 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.public 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
parseColumnName in interface ISQLSyntaxfullName - 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.public java.lang.String getFunctionName(int sqlFunc)
throws java.io.IOException,
AutomationException
getFunctionName in interface ISQLSyntaxsqlFunc - A com.esri.arcgis.geodatabase.esriSQLFunctionName constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSpecialCharacter(int sqlSC)
throws java.io.IOException,
AutomationException
getSpecialCharacter in interface ISQLSyntaxsqlSC - A com.esri.arcgis.geodatabase.esriSQLSpecialCharacters constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSupportedPredicates()
throws java.io.IOException,
AutomationException
getSupportedPredicates in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSupportedClauses()
throws java.io.IOException,
AutomationException
getSupportedClauses in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean getIdentifierCase()
throws java.io.IOException,
AutomationException
getIdentifierCase in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean getDelimitedIdentifierCase()
throws java.io.IOException,
AutomationException
getDelimitedIdentifierCase in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean getStringComparisonCase()
throws java.io.IOException,
AutomationException
getStringComparisonCase in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumBSTR getKeywords() throws java.io.IOException, AutomationException
getKeywords in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getInvalidCharacters()
throws java.io.IOException,
AutomationException
getInvalidCharacters in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getInvalidStartingCharacters()
throws java.io.IOException,
AutomationException
getInvalidStartingCharacters in interface ISQLSyntaxjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.