Optional arguments for the compare method of OracleBlob and OracleClob.

Hierarchy

  • CompareOptionalArguments

Properties

amount?: number

Number of bytes/characters to compare.

offset1?: number

Offset (bytes/characters) into the first LOB. Defaults to 1.

offset2?: number

Offset (bytes/characters) into the second LOB. Defaults to 1.