|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QuoteType | |
| com.ricebridge.csvman | Main package for CSV Manager component. |
| Uses of QuoteType in com.ricebridge.csvman |
| Fields in com.ricebridge.csvman declared as QuoteType | |
static QuoteType |
QuoteType.AsNeeded
Quote output data fields if necessary (that is, if they contain quotes or separators). |
static QuoteType |
QuoteType.All
Quote all output data fields. |
| Methods in com.ricebridge.csvman that return QuoteType | |
QuoteType |
CsvSpec.getQuoteType()
Get the quote type. |
| Methods in com.ricebridge.csvman with parameters of type QuoteType | |
void |
CsvManager.setQuoteType(QuoteType pQuoteType)
Specify how data fields are to quoted when saving. |
void |
CsvSpec.setQuoteType(QuoteType pQuoteType)
This setting controls the use of quotes when saving a data file (default: AsNeeded). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||