pca_jre_directives

Description

Stores information about the directives used to configure the PCA/JVM.

Columns

Located in sybpcidb. The columns for pca_jre_directives are:

Name

Datatype

Description

jre_directives_index

int

The index of the directive.

jre_directives_name

varchar(255)

The name of the directive.

jre_directives_description

varchar(255

A text description of the directive.

jre_directives_enabled

int

Values are:

  • 0 – not enabled

  • 1 – enabled (default)

jre_directives_status

int

Reserved for future use.

Indexes