com.esri.arcgis.schematic
Interface ISchematicRecordsetDesign

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRecordsetDesignProxy

public interface ISchematicRecordsetDesign
extends java.io.Serializable

COM Interface 'ISchematicRecordsetDesign'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic recordset design.' 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 IIDaa010c48_2634_42a5_bc94_dbb3b4350edb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alter(java.lang.String queryString, IEnumSchematicQueryParameter queryParameters)
          Changes the query string and the query parameters of the schematic recordset.
 IFields getFields()
          Fields of the schematic recordset.
 java.lang.String getQueryString()
          Query string of the schematic recordset.
 IEnumSchematicQueryParameter getSchematicQueryParameters()
          Schematic query parameters of the schematic recordset.
 void setIdentifierFieldNames(java.lang.String[] names)
          Changes the identifiers fields names.
 void setParameterValues(java.lang.Object[] values)
          Changes the query parameters values.
 

Field Detail

IIDaa010c48_2634_42a5_bc94_dbb3b4350edb

static final int IIDaa010c48_2634_42a5_bc94_dbb3b4350edb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Fields of the schematic recordset.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryString

java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
Query string of the schematic recordset.

Returns:
The queryString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicQueryParameters

IEnumSchematicQueryParameter getSchematicQueryParameters()
                                                         throws java.io.IOException,
                                                                AutomationException
Schematic query parameters of the schematic recordset.

Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alter

void alter(java.lang.String queryString,
           IEnumSchematicQueryParameter queryParameters)
           throws java.io.IOException,
                  AutomationException
Changes the query string and the query parameters of the schematic recordset.

Parameters:
queryString - The queryString (in)
queryParameters - A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterValues

void setParameterValues(java.lang.Object[] values)
                        throws java.io.IOException,
                               AutomationException
Changes the query parameters values.

Parameters:
values - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIdentifierFieldNames

void setIdentifierFieldNames(java.lang.String[] names)
                             throws java.io.IOException,
                                    AutomationException
Changes the identifiers fields names.

Parameters:
names - The names (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.