ThinkUI Data Generator 1.0.2 API

thinkui.db.io
Class CSVDataObjectWriter

java.lang.Object
  extended bythinkui.db.io.AbstractDataObjectWriter
      extended bythinkui.db.io.AbstractStringBufferDataObjectWriter
          extended bythinkui.db.io.CSVDataObjectWriter
All Implemented Interfaces:
DataObjectWriter

public class CSVDataObjectWriter
extends AbstractStringBufferDataObjectWriter

Extends AbstractStringBufferDataObjectWriter to implement a DataObjectWriter for writing CSV to the configured writer.


Constructor Summary
CSVDataObjectWriter()
          CSVDataObjectWriter constructor.
 
Method Summary
 java.util.List getAttributes()
           
 void setAttributes(java.util.List attributes)
          Sets the list of attributes to output or null to indicate all.
 
Methods inherited from class thinkui.db.io.AbstractStringBufferDataObjectWriter
getCount, write, write
 
Methods inherited from class thinkui.db.io.AbstractDataObjectWriter
close, commit, getFormatFactory, getOutputStream, getWriter, init, isWriteHeader, isWriteUppercase, rollback, setFormatFactory, setOutputStream, setWriteHeader, setWriter, setWriteUppercase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVDataObjectWriter

public CSVDataObjectWriter()
CSVDataObjectWriter constructor.

Method Detail

getAttributes

public final java.util.List getAttributes()
Returns:
the list of attributes to output or null (defaults to all).

setAttributes

public final void setAttributes(java.util.List attributes)
Sets the list of attributes to output or null to indicate all.


ThinkUI Data Generator 1.0.2 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.