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

Packages that use ServerAttribute
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 ServerAttribute in com.sas.iquery.metadata.serverprop
 

Fields in com.sas.iquery.metadata.serverprop declared as ServerAttribute
static ServerAttribute ServerAttribute.CAPTION_LABEL_MAX_LENGTH
          Specifies the maximum number of characters that can be used for the label of a business item in an information map.
static ServerAttribute ServerAttribute.CAPTION_LABEL_VALID_CHARS_RULE_ATTR
          Specifies the rule for verifying what string can be used for the label of a business item in an information map.
static ServerAttribute ServerAttribute.DATE_FORMAT
          Deprecated. use the different query generation patterns instead, such as DATE_QUERY_GENERATION_PATTERN
static ServerAttribute ServerAttribute.DATE_QUERY_GENERATION_PATTERN
          Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for DateValueExpression objects when generating queries.
static ServerAttribute ServerAttribute.IDENTIFIER_QUOTE_END
          Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
static ServerAttribute ServerAttribute.IDENTIFIER_QUOTE_START
          Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
static ServerAttribute ServerAttribute.LITERAL_INTERNAL_ESCAPED_QUOTE
          When a quote is requested inside of a quoted literal, the given string should be used to instead of the quote character.
static ServerAttribute ServerAttribute.SUPPORTS_GROUPBY_UNRELATED
          Returns true if the server supports sorting by items not returned from a query.
static ServerAttribute ServerAttribute.SUPPORTS_ORDERBY_UNRELATED
          Returns true if the server supports sorting by items not returned from a query.
static ServerAttribute ServerAttribute.SUPPORTS_ORDERBY_UNRELATED_MEASURE
          Returns true if the server supports sorting by measure items not returned from a query.
static ServerAttribute ServerAttribute.TIME_QUERY_GENERATION_PATTERN
          Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimeValueExpression objects when generating queries This attribute is connection-type specific.
static ServerAttribute ServerAttribute.TIMESTAMP_QUERY_GENERATION_PATTERN
          Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimestampValueExpression objects when generating queries This attribute is connection-type specific.
static ServerAttribute ServerAttribute.UNQUOTE_NAME_CHARACTERS
          Legal characters that can be used in an identifier without any special quoting.
 

Methods in com.sas.iquery.metadata.serverprop with parameters of type ServerAttribute
 java.lang.String ServerProperties.getServerAttributeValue(ConnectionType type, ServerAttribute attribute)
          Returns the value for the specified connection-specific server attribute.
 java.lang.String ServerProperties.getServerAttributeValue(ServerAttribute attribute)
          Returns the value for the specified server attribute.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.