com.liferay.portal.kernel.dao.db
Interface DBProcess
- All Known Implementing Classes:
- BaseDBProcess, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, UpgradeProcess
public interface DBProcess
runSQL
void runSQL(String template)
throws IOException,
SQLException
- Throws:
IOException
SQLException
runSQL
void runSQL(String[] templates)
throws IOException,
SQLException
- Throws:
IOException
SQLException
runSQLTemplate
void runSQLTemplate(String path)
throws IOException,
NamingException,
SQLException
- Throws:
IOException
NamingException
SQLException
runSQLTemplate
void runSQLTemplate(String path,
boolean failOnError)
throws IOException,
NamingException,
SQLException
- Throws:
IOException
NamingException
SQLException