pca_jre_arguments

Description

Stores information about the arguments used to configure the PCA/JVM plug-in.

Columns

Located in sybpcidb. The columns for pca_jre_arguments are:

Name

Datatype

Description

jre_args_directive_index

int

The index of the directive to which the argument belongs.

jre_args_name

varchar(255)

The name of the argument.

jre_args_units

varchar(255)

The argument type. Values are:

  • switch

  • string

  • number

  • array

jre_args_number_value

int

If units=number, holds the number associated with the argument.

jre_args_string_value

varchar(255)

If units=string or units=array, holds the string value associated with the argument.

jre_args_description

varchar(255)

A brief text description of the argument.

jre_args_enabled

int

Values are:

  • 0 – not enabled

  • 1 – enabled (default)

jre_args_status

int

Reserved for future use.

Indexes