Project: stp

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.


Method Summary
 String getDelimiter()
           
 Long getMaxMultiLineTextLength()
           
 String getOptions()
           
 

Method Detail

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.

Generated Wed 13-Apr-2016 10:51 PM

Copyright © IBM 2016. All rights reserved.