Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SQL

Index

Properties

connection_string?: string

For SQL Server or other database connections that don't use URL connection strings, record the connection string, excluding passwords.

database_type?: string

The name of the database engine.

database_version?: string

The version number of the database engine.

driver_version?: string

The name and version number of the database engine driver that your application uses.

preparation?: string

call if the query used a PreparedCall; statement if the query used a PreparedStatement.

sanitized_query?: string

The database query, with any user provided values removed or replaced by a placeholder.

url?: string

For a database connection that uses a URL connection string, record the URL, excluding passwords.

user?: string

The database username.