Liferay 7.0-ce-m6

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

All Known Implementing Classes:
BaseDBProcess, BaseUpgradeAdminPortlets, BaseUpgradeAttachments, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, DropIndexes, RenameUpgradePortalPreferences, RenameUpgradePortletPreferences, UpgradeAddress, UpgradeAdminPortlets, UpgradeAdminPortlets, UpgradeAnnouncements, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeBackgroundTask, UpgradeBaseJournal, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogsAggregator, UpgradeCalendar, UpgradeCalEvent, UpgradeCamelCasePortletPreferences, UpgradeCommunityProperties, UpgradeCompany, UpgradeContact, UpgradeCountry, UpgradeCustomizablePortlets, UpgradeDLPreferences, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDynamicDataListDisplay, UpgradeDynamicDataLists, UpgradeDynamicDataMapping, UpgradeDynamicDataMapping, UpgradeEmailAddress, UpgradeEmailNotificationPreferences, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeIFrame, UpgradeImageGallery, UpgradeImageGallery, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournalArticles, UpgradeJournalArticleType, UpgradeJournalDisplayPreferences, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayoutFriendlyURL, UpgradeLayoutRevision, UpgradeLayoutSet, UpgradeLayoutSet, UpgradeLayoutSetBranch, UpgradeLayoutSetBranch, UpgradeListType, UpgradeLock, UpgradeLookAndFeel, UpgradeMembershipRequest, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoardsAttachments, UpgradeMVCC, UpgradeNavigation, UpgradeNestedPortlets, UpgradeOrganization, UpgradeOrgLabor, UpgradePause, UpgradePermission, UpgradePermission, UpgradePermission, UpgradePhone, UpgradePolls, UpgradePortalPreferences, UpgradePortletDisplayTemplatePreferences, UpgradePortletId, UpgradePortletId, UpgradePortletItem, UpgradePortletPreferences, UpgradePortletPreferences, UpgradePortletPreferences, UpgradePortletSettings, 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, UpgradeProcess_7_0_0, UpgradeRatings, UpgradeRepository, UpgradeRepositoryEntry, UpgradeResourceAction, UpgradeResourcePermission, UpgradeRSS, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeScopes, UpgradeScopes, UpgradeSearch, UpgradeShopping, UpgradeShopping, UpgradeShoppingPreferences, UpgradeSitemap, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSubscription, UpgradeSubscription, UpgradeUser, UpgradeUserName, UpgradeUserName, UpgradeVirtualHost, UpgradeWebsite, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWikiAttachments, UpgradeWorkflow, VerifyAsset, VerifyAuditedModel, VerifyBlogs, VerifyBlogsTrackbacks, VerifyCalendar, VerifyDB2, VerifyDocumentLibrary, VerifyGroup, VerifyGroupedModel, VerifyJournal, VerifyLayout, VerifyMessageBoards, VerifyMySQL, VerifyOracle, VerifyOrganization, VerifyPermission, VerifyPortletPreferences, VerifyProcess, VerifyProcessSuite, VerifyProperties, VerifyRatings, VerifyResourcePermissions, VerifyRole, VerifySocial, VerifySQLServer, VerifySystemEvent, VerifyUser, VerifyUUID, 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 7.0-ce-m6