Example usage for com.liferay.portal.kernel.dao.db DB increment

List of usage examples for com.liferay.portal.kernel.dao.db DB increment

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.dao.db DB increment.

Prototype

public long increment();

Source Link

Usage

From source file:com.liferay.journal.internal.upgrade.v1_1_0.UpgradeJournalArticleLocalizedValues.java

License:Open Source License

private static long _increment() {
    DB db = DBManagerUtil.getDB();

    return db.increment();
}