com.ibm.rational.wvcm.stp.cq
Interface CqQuery.FileOptions
- All Known Implementing Classes:
- CqQuery.FileOptionsClass
- Enclosing interface:
- CqQuery
public static interface CqQuery.FileOptions
An interface through which a client may, optionally, specify values for
various attributes that control the behavior of executing a query to a
stream.
getDelimiter
String getDelimiter()
- Returns:
- The delimiter to use in those file formats that use a
delimiter.
getMaxMultiLineTextLength
Long getMaxMultiLineTextLength()
- Returns:
- The maximum number of characters that are to be included in
each row of the response for each multi-line text display
field.
getOptions
String getOptions()
- Returns:
- A String containing additional options for specifying the
form and content of the result set file.
Copyright © IBM 2010. All rights reserved.