|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgDataSourceDesign
Provides access to members that control the design of a datasource.
INgDataSource| Method Summary | |
|---|---|
INgRecordset |
getTable(String name)
Table named 'name' as a recordset. |
INgNames |
getTableNames(boolean includeSystemTable)
List of the table names contained in the datasource. |
| Method Detail |
|---|
INgNames getTableNames(boolean includeSystemTable)
throws IOException,
AutomationException
includeSystemTable - The includeSystemTable (in, optional, pass false if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgRecordset getTable(String name)
throws IOException,
AutomationException
name - The name (in)
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 | ||||||||