Uses of Class
com.sas.iquery.dataretrieval.ResultSetEvent.EventType

Packages that use ResultSetEvent.EventType
com.sas.iquery.dataretrieval Provides entry points that are used to retrieve result data by executing queries (data selections). 
 

Uses of ResultSetEvent.EventType in com.sas.iquery.dataretrieval
 

Methods in com.sas.iquery.dataretrieval that return ResultSetEvent.EventType
 ResultSetEvent.EventType ResultSetEvent.getEventType()
           
static ResultSetEvent.EventType ResultSetEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultSetEvent.EventType[] ResultSetEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sas.iquery.dataretrieval with parameters of type ResultSetEvent.EventType
ResultSetEvent(java.lang.Object source, ResultSetEvent.EventType eventType, ResultSetInterface resultSet)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.