Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
BaseDBProcess, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, DropIndexes, UpgradeAdminPortlets, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisherManualEntries, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBookmarks, UpgradeBookmarks, UpgradeCalendar, UpgradeCalendar, UpgradeCalendar, UpgradeCamelCasePortletPreferences, UpgradeCommunityProperties, UpgradeCountry, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDuplicates, UpgradeDuplicates, UpgradeDuplicates, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeImageGallery, UpgradeImageGallery, UpgradeImageGallery, UpgradeImageGallery, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayoutSet, UpgradeLayoutSet, UpgradeLayoutSetBranch, UpgradeLock, UpgradeLock, UpgradeLookAndFeel, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeNavigation, UpgradeNestedPortlets, UpgradeNestedPortlets, UpgradeOrganization, UpgradePause, UpgradePermission, UpgradePermission, UpgradePermission, UpgradePermission, UpgradePolls, UpgradePortletId, UpgradePortletId, UpgradePortletId, UpgradePortletPermissions, UpgradePortletPreferences, UpgradePortletPreferences, UpgradePortletPreferences, UpgradeProcess, UpgradeProcess_5_0_0, UpgradeProcess_5_1_0, UpgradeProcess_5_1_2, UpgradeProcess_5_1_5, UpgradeProcess_5_1_6, UpgradeProcess_5_1_7, UpgradeProcess_5_1_7_to_5_2_7, UpgradeProcess_5_1_8_to_5_2_8, UpgradeProcess_5_2_0, UpgradeProcess_5_2_1, UpgradeProcess_5_2_2, UpgradeProcess_5_2_3, UpgradeProcess_5_2_5, UpgradeProcess_5_2_5_to_6_0_0, UpgradeProcess_5_2_7, UpgradeProcess_5_2_7_to_6_0_0, UpgradeProcess_5_2_8_to_6_0_5, UpgradeProcess_5_2_9_to_6_0_11, UpgradeProcess_6_0_0, UpgradeProcess_6_0_1, UpgradeProcess_6_0_12, UpgradeProcess_6_0_12_to_6_1_0, UpgradeProcess_6_0_2, UpgradeProcess_6_0_3, UpgradeProcess_6_0_5, UpgradeProcess_6_0_6, UpgradeProcess_6_1_0, UpgradeProcess_6_1_1, UpgradeProcess_ConvertPermissionAlgorithm, UpgradeResource, UpgradeResource, UpgradeResourceAction, UpgradeResourceCode, UpgradeResourceCode, UpgradeResourcePermission, UpgradeResourcePermission, UpgradeRole, UpgradeRole, UpgradeRSS, UpgradeScheduler, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeScopes, UpgradeScopes, UpgradeScopes, UpgradeShopping, UpgradeSitemap, UpgradeSitemap, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSoftwareCatalog, UpgradeSoftwareCatalog, UpgradeSoftwareCatalog, UpgradeSubscription, UpgradeTags, UpgradeTags, UpgradeTags, UpgradeUser, UpgradeUser, UpgradeUserName, UpgradeUserName, UpgradeUserName, UpgradeVirtualHost, UpgradeVirtualHost, UpgradeWebForm, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWorkflow, VerifyAsset, VerifyBlogs, VerifyBlogsTrackbacks, VerifyBookmarks, VerifyCalendar, VerifyCounter, VerifyDB2, VerifyDocumentLibrary, VerifyGroup, VerifyJournal, VerifyLayout, VerifyMessageBoards, VerifyMySQL, VerifyOracle, VerifyOrganization, VerifyPermission, VerifyProcess, VerifyProcessSuite, VerifyProperties, VerifyResourcePermissions, VerifyRole, VerifySocial, VerifySQLServer, VerifyUser, VerifyUUID, VerifyWiki, VerifyWorkflow

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