|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.serverprop.ServerAttribute
@Immutable public final class ServerAttribute
Contains "constant" attributes that are used to retrieve information about server capabilities from a ServerProperties object.
Field Summary | |
---|---|
static 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 |
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 |
DATE_QUERY_GENERATION_PATTERN
Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for DateValueExpression objects when generating queries. |
static ServerAttribute |
IDENTIFIER_QUOTE_END
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS. |
static ServerAttribute |
IDENTIFIER_QUOTE_START
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS. |
static 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 |
SUPPORTS_GROUPBY_UNRELATED
Returns true if the server supports sorting by items not returned from a query. |
static ServerAttribute |
SUPPORTS_ORDERBY_UNRELATED
Returns true if the server supports sorting by items not returned from a query. |
static ServerAttribute |
SUPPORTS_ORDERBY_UNRELATED_MEASURE
Returns true if the server supports sorting by measure items not returned from a query. |
static 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 |
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 |
UNQUOTE_NAME_CHARACTERS
Legal characters that can be used in an identifier without any special quoting. |
Field Detail |
---|
public static final ServerAttribute IDENTIFIER_QUOTE_START
public static final ServerAttribute IDENTIFIER_QUOTE_END
public static final ServerAttribute LITERAL_INTERNAL_ESCAPED_QUOTE
public static final ServerAttribute DATE_QUERY_GENERATION_PATTERN
public static final ServerAttribute TIME_QUERY_GENERATION_PATTERN
public static final ServerAttribute TIMESTAMP_QUERY_GENERATION_PATTERN
public static final ServerAttribute UNQUOTE_NAME_CHARACTERS
public static final ServerAttribute SUPPORTS_GROUPBY_UNRELATED
public static final ServerAttribute SUPPORTS_ORDERBY_UNRELATED
public static final ServerAttribute SUPPORTS_ORDERBY_UNRELATED_MEASURE
public static final ServerAttribute CAPTION_LABEL_MAX_LENGTH
public static final ServerAttribute CAPTION_LABEL_VALID_CHARS_RULE_ATTR
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |