New jConnect Connection Properties

Starting with ESD #4, jConnect for JDBC has new set of connection properties.

Property

Description

Default value

EARLY_BATCH_ READ_THRESHOLD

Specifies the threshold on number of rows after which a reader thread should be started to drain out the server responses for a batch.

Set this value to -1 if the early read is not ever required.

-1

STRIP_BLANKS

Forces the server to remove the preceding and trailing blanks in a string value before storing it in the table.

Values:

  • false – the default value; string values sent by the client are stored ‘as is’.

  • true – preceding and trailing blanks in a string value are removed before storing it in the table.

false

SUPPRESS_ CONTROL_TOKEN

Suppresses control tokens.

Values:

  • false – the default value; control tokens are sent.

  • true – control tokens are suppressed.

false