|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISqlDefaultConnectionInfo
Provides access to default connection information for a remote database (QueryLayers).
Method Summary | |
---|---|
void |
clearParameters(String dbclient,
String instance,
String authenticationMode)
Clears connection property parameters. |
void |
setParameters(String dbclient,
String instance,
String authenticationMode,
String user,
String password)
Sets connection property parameters. |
Method Detail |
---|
void setParameters(String dbclient, String instance, String authenticationMode, String user, String password) throws IOException, AutomationException
dbclient
- The dbclient (in)instance
- The instance (in)authenticationMode
- The authenticationMode (in)user
- The user (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearParameters(String dbclient, String instance, String authenticationMode) throws IOException, AutomationException
dbclient
- The dbclient (in)instance
- The instance (in)authenticationMode
- The authenticationMode (in)
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 |