com.liferay.portal.kernel.dao.db
Interface DBProcess
- All Known Implementing Classes:
- BaseDBProcess, BaseReplacePortletId, BaseUpgradeAdminPortlets, BaseUpgradeAttachments, BaseUpgradeCompanyId, BaseUpgradeLastPublishDate, BaseUpgradePortletId, BaseUpgradePortletPreferences, BaseUpgradeRepository, CamelCaseUpgradePortletPreferences, RenameUpgradePortalPreferences, RenameUpgradePortletPreferences, UpgradeMVCCVersion, UpgradeProcess
public interface DBProcess
runSQL
void runSQL(Connection connection,
String template)
throws IOException,
SQLException
- Throws:
IOException
SQLException
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
runSQLTemplateString
void runSQLTemplateString(String template,
boolean evaluate,
boolean failOnError)
throws IOException,
NamingException,
SQLException
- Throws:
IOException
NamingException
SQLException