Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
BaseDBProcess, BaseUpgradeAttachments, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, DropIndexes, RenameUpgradePortletPreferences, UpgradeAdminPortlets, UpgradeAnnouncements, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisherManualEntries, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogsAggregator, UpgradeCalendar, UpgradeCamelCasePortletPreferences, UpgradeCommunityProperties, UpgradeCompany, UpgradeCountry, UpgradeCustomizablePortlets, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDynamicDataListDisplay, UpgradeDynamicDataMapping, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeIFrame, UpgradeImageGallery, UpgradeImageGallery, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayoutFriendlyURL, UpgradeLayoutRevision, UpgradeLayoutSet, UpgradeLayoutSet, UpgradeLayoutSetBranch, UpgradeLayoutSetBranch, UpgradeLock, UpgradeLookAndFeel, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoardsAttachments, UpgradeNavigation, UpgradeNestedPortlets, UpgradePause, UpgradePermission, UpgradePermission, UpgradePermission, UpgradePermission, UpgradePolls, UpgradePortletId, UpgradePortletId, UpgradePortletItem, UpgradePortletPreferences, UpgradePortletPreferences, UpgradePortletPreferences, UpgradeProcess, UpgradeProcess_5_2_5_to_6_0_0, UpgradeProcess_5_2_7_to_6_0_0, UpgradeProcess_5_2_8_to_6_0_5, UpgradeProcess_6_0_0, UpgradeProcess_6_0_1, 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_6_2_0, UpgradeRepository, UpgradeResourceAction, UpgradeResourcePermission, UpgradeRSS, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeScopes, UpgradeScopes, UpgradeSearch, UpgradeShopping, UpgradeSitemap, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSubscription, UpgradeUser, UpgradeUserName, UpgradeUserName, UpgradeVirtualHost, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWikiAttachments, UpgradeWorkflow, VerifyAsset, VerifyAuditedModel, VerifyBlogs, VerifyBlogsTrackbacks, VerifyBookmarks, VerifyCalendar, VerifyDB2, VerifyDocumentLibrary, VerifyDynamicDataMapping, VerifyGroup, VerifyGroupId, VerifyJournal, VerifyLayout, VerifyMessageBoards, VerifyMySQL, VerifyOracle, VerifyOrganization, VerifyPermission, VerifyPortalPreferences, VerifyPortletPreferences, VerifyProcess, VerifyProcessSuite, VerifyProperties, VerifyRegion, VerifyResourcePermissions, VerifyRole, 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.2-ce-ga5