Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
BaseDBProcess, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, UpgradeProcess

public interface DBProcess


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

Method Detail

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

Liferay 6.1.2-ce-ga3