|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that return information about and manage tables.
The ITableCapabilities interface returns information indicating whether the table supports selections. Use CanSelect to determine if you can open a selection set on the table. A situation where CanSelect will be False is a standalone database table without an OID column.
For example, tables created by calling OpenFeatureQuery on IFeatureWorkspace using a QueryDef don't support selection, unless its definition is extended using IQueryName2.
| Method Summary | |
boolean |
isCanSelect()
Indicates if the table supports selection. |
| Method Detail |
public boolean isCanSelect()
throws java.io.IOException,
AutomationException
Use CanSelect to determine if you can open a selection set on the table. A situation where CanSelect will be False is a standalone database table without an OID column.
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 | |||||||||