|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableSort
COM Interface 'ITableSort'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return and modify information to sort a table.' 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 |
IID2d0f935e_32f5_11d2_a06f_0000f8775bf9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getIDByIndex(int index)
A id by its index value. |
IEnumIDs |
getIDs()
List of sorted IDs. |
IQueryFilter |
getQueryFilter()
The query filter on table or selection set. |
ICursor |
getRows()
Cursor of sorted rows. |
ISelectionSet |
getSelectionSet()
The selection set as a source of the data to sort on. |
ITable |
getTable()
The table as a source of the data to sort on. |
void |
setAscending(java.lang.String field,
boolean rhs2)
Field sort order. |
void |
setCaseSensitive(java.lang.String field,
boolean rhs2)
Character fields case sensitive. |
void |
setCompareByRef(ITableSortCallBack rhs1)
Compare call back interface. |
void |
setCursorByRef(ICursor rhs1)
The cursor of the data to sort on. |
void |
setFields(java.lang.String rhs1)
Comma list of field names to sort on. |
void |
setQueryFilterByRef(IQueryFilter queryFilter)
The query filter on table or selection set. |
void |
setSelectionSetByRef(ISelectionSet selectionSet)
The selection set as a source of the data to sort on. |
void |
setSortCharacters(java.lang.String field,
int rhs2)
Number of characters to sort on, for string fields. |
void |
setTableByRef(ITable table)
The table as a source of the data to sort on. |
void |
sort(ITrackCancel trackCancel)
Sort rows. |
Field Detail |
---|
static final int IID2d0f935e_32f5_11d2_a06f_0000f8775bf9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTableByRef(ITable table) throws java.io.IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet selectionSet) throws java.io.IOException, AutomationException
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCursorByRef(ICursor rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFields(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAscending(java.lang.String field, boolean rhs2) throws java.io.IOException, AutomationException
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSortCharacters(java.lang.String field, int rhs2) throws java.io.IOException, AutomationException
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCaseSensitive(java.lang.String field, boolean rhs2) throws java.io.IOException, AutomationException
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompareByRef(ITableSortCallBack rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITableSortCallBack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumIDs getIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor getRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void sort(ITrackCancel trackCancel) throws java.io.IOException, AutomationException
trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIDByIndex(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
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 |