Uses of Class
com.streambase.sb.TupleCSVOutputWriter.StringQuoteStyle
-
Packages that use TupleCSVOutputWriter.StringQuoteStyle Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of TupleCSVOutputWriter.StringQuoteStyle in com.streambase.sb
Methods in com.streambase.sb that return TupleCSVOutputWriter.StringQuoteStyle Modifier and Type Method Description static TupleCSVOutputWriter.StringQuoteStyle
TupleCSVOutputWriter.StringQuoteStyle. valueOf(String name)
static TupleCSVOutputWriter.StringQuoteStyle[]
TupleCSVOutputWriter.StringQuoteStyle. values()
Methods in com.streambase.sb with parameters of type TupleCSVOutputWriter.StringQuoteStyle Modifier and Type Method Description void
TupleCSVCharWriter. write(Tuple tuple, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle)
Writes the contents of a tuple in a CSV format with user specified field quoting behavior.void
TupleCSVCharWriter. write(Tuple tuple, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle, TupleCSVOutputWriter.TimestampStyle timestampStyle)
Writes the contents of a tuple in a CSV format with user specified field quoting behavior.void
TupleCSVCharWriter. write(List<?> list, CompleteDataType elementType, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle)
void
TupleCSVOutputWriter. write(Tuple tuple, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle)
Writes the contents of a tuple in a CSV format with user specified field quoting behavior.void
TupleCSVOutputWriter. write(Tuple tuple, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle, TupleCSVOutputWriter.TimestampStyle timestampStyle)
Writes the contents of a tuple in a CSV format with user specified field quoting behavior.void
TupleCSVOutputWriter. write(List<?> list, CompleteDataType elementType, TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle)
-