DB@Deprecated
public interface Database
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Deprecated.
|
void |
runSQLTemplate(java.lang.String path)
Deprecated.
|
void |
runSQLTemplate(java.lang.String path,
boolean failOnError)
Deprecated.
|
java.lang.String getType()
void runSQLTemplate(java.lang.String path)
throws java.io.IOException,
javax.naming.NamingException,
java.sql.SQLException
java.io.IOExceptionjavax.naming.NamingExceptionjava.sql.SQLExceptionvoid runSQLTemplate(java.lang.String path,
boolean failOnError)
throws java.io.IOException,
javax.naming.NamingException,
java.sql.SQLException
java.io.IOExceptionjavax.naming.NamingExceptionjava.sql.SQLException