Uses of Class
com.sas.iquery.metadata.serverprop.Operator

Packages that use Operator
com.sas.iquery.metadata.serverprop Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. 
 

Uses of Operator in com.sas.iquery.metadata.serverprop
 

Methods in com.sas.iquery.metadata.serverprop that return Operator
 Operator ServerProperties.getOperatorByID(java.lang.String id)
          Returns the operator with the given id.
 

Methods in com.sas.iquery.metadata.serverprop that return types with arguments of type Operator
 java.util.List<Operator> ServerProperties.getOperators()
          Returns only the operators supported by the Server.
 java.util.List<Operator> ServerProperties.getOperators(Category category)
          Returns all the operators defined for the given category.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.