org.kuali.rice.test
Class SQLDataLoader

java.lang.Object
  extended by org.kuali.rice.test.SQLDataLoader

public class SQLDataLoader
extends Object


Field Summary
static String SQL_LINE_COMMENT_PREFIX
           
 
Constructor Summary
SQLDataLoader(String statement)
           
SQLDataLoader(String fileLoc, String seperatorChar)
           
 
Method Summary
 String getSeperatorChar()
           
 void runSql()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQL_LINE_COMMENT_PREFIX

public static final String SQL_LINE_COMMENT_PREFIX
See Also:
Constant Field Values
Constructor Detail

SQLDataLoader

public SQLDataLoader(String statement)

SQLDataLoader

public SQLDataLoader(String fileLoc,
                     String seperatorChar)
Method Detail

runSql

public void runSql()
            throws Exception
Throws:
Exception

getSeperatorChar

public String getSeperatorChar()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.