Maptitude GISDK Help |
Gets a list of fields in an Oracle table and whether they are indexed.
Field_list = GetOracleFields(string table_name, string owner_name, string service_name)
Argument |
Contents |
table_name |
The name of the Oracle table |
owner_name |
The name of the owner |
service_name |
The name of the Oracle service |
An array of two elements:
Element |
Type |
Contents |
1 |
Array |
An array of field names (strings) |
2 |
Array |
An array of strings indicating whether the fields are indexed, with the values "No", "Yes", "Unique" and "Primary" ("Unique" means that each value in unique, "Primary" indicates this is the primary key for the table) |
Error Type |
Meaning |
Error |
An error occurred while connecting to the given Oracle service |
NotFound |
The specified table does not exist in the Oracle service |
Function |
Summary |
Gets a list of Oracle tables available to the user |
©2025 Caliper Corporation | www.caliper.com |