com.liferay.portal.kernel.util
Interface Database
Deprecated. As of 6.1.0, replaced by DB
@Deprecated
public interface Database
getType
String getType()
- Deprecated.
runSQLTemplate
void runSQLTemplate(String path)
throws IOException,
NamingException,
SQLException
- Deprecated.
- Throws:
IOException
NamingException
SQLException
runSQLTemplate
void runSQLTemplate(String path,
boolean failOnError)
throws IOException,
NamingException,
SQLException
- Deprecated.
- Throws:
IOException
NamingException
SQLException