org.kuali.rice.test
Class SQLDataLoader
java.lang.Object
org.kuali.rice.test.SQLDataLoader
public class SQLDataLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.log4j.Logger LOG
SQL_LINE_COMMENT_PREFIX
public static final String SQL_LINE_COMMENT_PREFIX
- See Also:
- Constant Field Values
fileLoc
private String fileLoc
seperatorChar
private String seperatorChar
statement
private String statement
SQLDataLoader
public SQLDataLoader(String statement)
SQLDataLoader
public SQLDataLoader(String fileLoc,
String seperatorChar)
runSql
public void runSql()
throws Exception
- Throws:
Exception
getContentsAsString
private String getContentsAsString(String fileLoc)
throws Exception
- Throws:
Exception
getSeperatorChar
public String getSeperatorChar()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.