|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISQLPrivilege
COM Interface 'ISQLPrivilege'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members for granting and revoking privileges to database users.' 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 |
IIDa867a185_c5cb_11d2_aae2_00c04fa37849
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getSQLPrivileges()
The database privileges. |
void |
grant(java.lang.String userName,
int privileges,
boolean withGrant)
Grants privileges for the database user. |
void |
revoke(java.lang.String userName,
int privileges)
Revokes privileges for the database user. |
| Field Detail |
|---|
static final int IIDa867a185_c5cb_11d2_aae2_00c04fa37849
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getSQLPrivileges()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void grant(java.lang.String userName,
int privileges,
boolean withGrant)
throws java.io.IOException,
AutomationException
userName - The userName (in)privileges - The privileges (in)withGrant - The withGrant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void revoke(java.lang.String userName,
int privileges)
throws java.io.IOException,
AutomationException
userName - The userName (in)privileges - The privileges (in)
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 | ||||||||