Uses of Class
com.streambase.sb.TupleCSVOutputWriter.TimestampStyle
-
Packages that use TupleCSVOutputWriter.TimestampStyle Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of TupleCSVOutputWriter.TimestampStyle in com.streambase.sb
Methods in com.streambase.sb that return TupleCSVOutputWriter.TimestampStyle Modifier and Type Method Description static TupleCSVOutputWriter.TimestampStyle
TupleCSVOutputWriter.TimestampStyle. valueOf(String name)
static TupleCSVOutputWriter.TimestampStyle[]
TupleCSVOutputWriter.TimestampStyle. values()
Methods in com.streambase.sb with parameters of type TupleCSVOutputWriter.TimestampStyle Modifier and Type Method Description 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
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.
-