|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.unlogic.standardutils.dao.script.MySQLScriptDAO
public class MySQLScriptDAO
Field Summary | |
---|---|
protected javax.sql.DataSource |
dataSource
|
Constructor Summary | |
---|---|
MySQLScriptDAO(javax.sql.DataSource dataSource)
|
Method Summary | |
---|---|
void |
executeScript(java.io.InputStream inputStream)
|
void |
executeScript(java.lang.String script)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final javax.sql.DataSource dataSource
Constructor Detail |
---|
public MySQLScriptDAO(javax.sql.DataSource dataSource)
Method Detail |
---|
public void executeScript(java.io.InputStream inputStream) throws java.sql.SQLException, java.io.IOException
executeScript
in interface ScriptDAO
java.sql.SQLException
java.io.IOException
public void executeScript(java.lang.String script) throws java.sql.SQLException
executeScript
in interface ScriptDAO
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |