Liferay 7.0-ce-b4

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

All Known Implementing Classes:
BaseCompanySettingsVerifyProcess, BaseDBProcess, BaseUpgradeAdminPortlets, BaseUpgradeAttachments, BaseUpgradeLastPublishDate, BaseUpgradePortletPreferences, CamelCaseUpgradePortletPreferences, DropIndexes, RenameUpgradePortalPreferences, RenameUpgradePortletPreferences, UpgradeAddress, UpgradeAdminPortlets, UpgradeAnnouncements, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAsset, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetPublisher, UpgradeAssetTagsResourcePermission, UpgradeBackgroundTask, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogs, UpgradeBlogsAggregator, UpgradeCalendar, UpgradeCalEvent, UpgradeCamelCasePortletPreferences, UpgradeCommunityProperties, UpgradeCompany, UpgradeCompanyId, UpgradeCompanyId, UpgradeContact, UpgradeCountry, UpgradeCustomizablePortlets, UpgradeDLPreferences, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDocumentLibrary, UpgradeDynamicDataListDisplay, UpgradeDynamicDataMapping, UpgradeEmailAddress, UpgradeEmailNotificationPreferences, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeExpando, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeGroup, UpgradeIFrame, UpgradeImageGallery, UpgradeImageGallery, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeJournal, UpgradeLastPublishDate, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayout, UpgradeLayoutFriendlyURL, UpgradeLayoutRevision, UpgradeLayoutSet, UpgradeLayoutSet, UpgradeLayoutSetBranch, UpgradeLayoutSetBranch, UpgradeListType, UpgradeLock, UpgradeLookAndFeel, UpgradeLookAndFeel, UpgradeMembershipRequest, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoards, UpgradeMessageBoardsAttachments, UpgradeModules, UpgradeMVCCVersion, 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, UpgradeRelease, UpgradeRepository, UpgradeRepositoryEntry, UpgradeResourceAction, UpgradeResourcePermission, UpgradeResourcePermission, UpgradeRSS, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeSchema, UpgradeScopes, UpgradeScopes, UpgradeSearch, UpgradeSharding, UpgradeShopping, UpgradeSitemap, UpgradeSocial, UpgradeSocial, UpgradeSocial, UpgradeSubscription, UpgradeSubscription, UpgradeUser, UpgradeUserName, UpgradeUserName, UpgradeVirtualHost, UpgradeWebsite, UpgradeWiki, UpgradeWiki, UpgradeWiki, UpgradeWikiAttachments, UpgradeWorkflow, VerifyAsset, VerifyAuditedModel, VerifyBlogs, VerifyBlogsTrackbacks, VerifyCalendar, VerifyDB2, VerifyGroup, VerifyGroupedModel, VerifyLayout, VerifyMessageBoards, VerifyMySQL, VerifyOracle, VerifyOrganization, VerifyPermission, VerifyPortletPreferences, VerifyProcess, VerifyProcessSuite, VerifyProperties, VerifyRatings, VerifyResourcePermissions, VerifyRole, VerifySocial, VerifySQLServer, VerifyUser, VerifyUUID, VerifyWorkflow

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