com.liferay.portal.kernel.dao.db
Interface DBProcess
- All Known Implementing Classes:
- BaseDBProcess, BaseUpgradeAdminPortlets, BaseUpgradeAttachments, BaseUpgradeLastPublishDate, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, RenameUpgradePortalPreferences, RenameUpgradePortletPreferences, 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