com.esri.arcgis.geodatabase
Interface esriSQLPrivilege

All Superinterfaces:
java.io.Serializable

public interface esriSQLPrivilege
extends java.io.Serializable

SQL Privileges.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDeletePrivilege
           
static int esriInsertPrivilege
           
static int esriSelectPrivilege
           
static int esriUpdatePrivilege
           
 

Field Detail

esriSelectPrivilege

public static final int esriSelectPrivilege
See Also:
Constant Field Values

esriUpdatePrivilege

public static final int esriUpdatePrivilege
See Also:
Constant Field Values

esriInsertPrivilege

public static final int esriInsertPrivilege
See Also:
Constant Field Values

esriDeletePrivilege

public static final int esriDeletePrivilege
See Also:
Constant Field Values