Liferay 6.1.2-ce-ga3

com.liferay.portal.upgrade.v6_0_1.util
Class DLFileVersionTable

java.lang.Object
  extended by com.liferay.portal.upgrade.v6_0_1.util.DLFileVersionTable

public class DLFileVersionTable
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String[] TABLE_SQL_ADD_INDEXES
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
 
Constructor Summary
DLFileVersionTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

TABLE_SQL_ADD_INDEXES

public static final String[] TABLE_SQL_ADD_INDEXES
Constructor Detail

DLFileVersionTable

public DLFileVersionTable()

Liferay 6.1.2-ce-ga3