|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetNameFileStat
Provides access to members that control DatasetName file-based statistics.
This interface is implemented by datasets such as tables and feature classes, but only for certain data sources. For example, shapefiles and File Geodatabase feature classes implement this interface, but Personal Geodatabase feature classes do not.
Method Summary | |
---|---|
int |
getStatMode()
The access mode. |
int |
getStatSize()
The size. |
int |
getStatTime(int dateMode)
The date modified/created/accessed. |
void |
setStatMode(int pAccessMode)
The access mode. |
void |
setStatSize(int pSize)
The size. |
void |
setStatTime(int dateMode,
int pTime)
The date modified/created/accessed. |
Method Detail |
---|
void setStatTime(int dateMode, int pTime) throws IOException, AutomationException
dateMode
- A com.esri.arcgis.geodatabase.esriDatasetFileStatTimeMode constant (in)pTime
- The pTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatTime(int dateMode) throws IOException, AutomationException
dateMode
- A com.esri.arcgis.geodatabase.esriDatasetFileStatTimeMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatSize(int pSize) throws IOException, AutomationException
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatMode(int pAccessMode) throws IOException, AutomationException
pAccessMode
- A com.esri.arcgis.geodatabase.esriDatasetFileStatAccessMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatMode() throws IOException, AutomationException
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 |