public interface

EntityConstants

com.atlassian.jira.entity.EntityConstants

Summary

Constants
int EXTREMELY_LONG_MAXIMUM_LENGTH The maximum number of bytes which fits in fields with extremely-long type.
int LONG_VARCHAR_MAXIMUM_LENGTH The maximum number of bytes which fites in the fields with long-varchar type.

Constants

public static final int EXTREMELY_LONG_MAXIMUM_LENGTH

The maximum number of bytes which fits in fields with extremely-long type.

Constant Value: 32768 (0x00008000)

public static final int LONG_VARCHAR_MAXIMUM_LENGTH

The maximum number of bytes which fites in the fields with long-varchar type.

Constant Value: 255 (0x000000ff)