org.jumpmind.symmetric.extract.csv
Class Util

java.lang.Object
  extended by org.jumpmind.symmetric.extract.csv.Util

public class Util
extends java.lang.Object


Field Summary
static java.lang.String DELIMITER
           
 
Constructor Summary
Util()
           
 
Method Summary
static void write(java.io.BufferedWriter writer, java.lang.String... data)
           
static void writeSql(java.lang.String sql, java.io.BufferedWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMITER

public static final java.lang.String DELIMITER
See Also:
Constant Field Values
Constructor Detail

Util

public Util()
Method Detail

write

public static void write(java.io.BufferedWriter writer,
                         java.lang.String... data)
                  throws java.io.IOException
Throws:
java.io.IOException

writeSql

public static void writeSql(java.lang.String sql,
                            java.io.BufferedWriter writer)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2008. All Rights Reserved.