Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlText

SQL Text type object.

Properties

Optional exactMatchingSignature

exactMatchingSignature: undefined | string

Exact matching signature Example: {@code "18067345456756876713"}

Optional forceMatchingSignature

forceMatchingSignature: undefined | string

Force matching signature Example: {@code "18067345456756876713"}

sqlCommand

sqlCommand: string

SQL command Example: {@code "SELECT"}

sqlFullText

sqlFullText: string

Full SQL Text Example: {@code "SELECT username,profile,default_tablespace,temporary_tablespace FROM dba_users"} Disclaimer: SQL text being uploaded explicitly via APIs is not masked. Any sensitive literals contained in the sqlFullText column should be masked prior to ingestion.

sqlIdentifier

sqlIdentifier: string

Unique SQL_ID for a SQL Statement.

timeCollected

timeCollected: Date

Collection timestamp Example: {@code "2020-05-06T00:00:00.000Z"}

Optional version

version: undefined | number

Version Example: {@code 1} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: SqlText): object

getJsonObj