Liferay 7.0-ce-b4

com.liferay.portal.kernel.dao.db
Interface DBProcess

All Known Implementing Classes:
BaseDBProcess, BaseUpgradeAdminPortlets, BaseUpgradeAttachments, BaseUpgradeLastPublishDate, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, RenameUpgradePortalPreferences, RenameUpgradePortletPreferences, UpgradeProcess

public interface DBProcess


Method Summary
 void runSQL(Connection connection, String template)
           
 void runSQL(String template)
           
 void runSQL(String[] templates)
           
 void runSQLTemplate(String path)
           
 void runSQLTemplate(String path, boolean failOnError)
           
 void runSQLTemplateString(String template, boolean evaluate, boolean failOnError)
           
 

Method Detail

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

Liferay 7.0-ce-b4