Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OracleOCIDriverInfo

Package version

Information about an Oracle OCI driver.

Hierarchy

  • OracleOCIDriverInfo

Index

Properties

Optional archiveChecksum

archiveChecksum: undefined | string

The MD5 Base64 encoded checksum for the driver package. NOTE: This property will not be serialized. It can only be populated by the server.

Optional assemblyVersion

assemblyVersion: undefined | string

Version listed in the OCI assembly 'oci.dll' NOTE: This property will not be serialized. It can only be populated by the server.

Optional driverName

driverName: undefined | string

The name of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

Optional driverSize

driverSize: undefined | string

The size in bytes of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

Optional oracleChecksum

oracleChecksum: undefined | string

The checksum for the driver package provided by Oracle. NOTE: This property will not be serialized. It can only be populated by the server.

Optional supportedOracleVersions

supportedOracleVersions: string[]

List of Oracle database versions supported by this driver. Only major minor of the version is listed. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc