Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlText |
build() |
SqlText.Builder |
copy(SqlText model) |
SqlText.Builder |
exactMatchingSignature(String exactMatchingSignature)
Exact matching signature Example:
"18067345456756876713" |
SqlText.Builder |
forceMatchingSignature(String forceMatchingSignature)
Force matching signature Example:
"18067345456756876713" |
SqlText.Builder |
sqlCommand(String sqlCommand)
SQL command Example:
"SELECT" |
SqlText.Builder |
sqlFullText(String sqlFullText)
Full SQL Text Example:
"SELECT
username,profile,default_tablespace,temporary_tablespace FROM dba_users" Disclaimer: SQL
text being uploaded explicitly via APIs is not masked. |
SqlText.Builder |
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
SqlText.Builder |
timeCollected(Date timeCollected)
Collection timestamp Example:
"2020-05-06T00:00:00.000Z" |
SqlText.Builder |
version(Float version)
Version Example:
1 |
public SqlText.Builder version(Float version)
Version Example: 1
version
- the value to setpublic SqlText.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlText.Builder timeCollected(Date timeCollected)
Collection timestamp Example: "2020-05-06T00:00:00.000Z"
timeCollected
- the value to setpublic SqlText.Builder sqlCommand(String sqlCommand)
SQL command Example: "SELECT"
sqlCommand
- the value to setpublic SqlText.Builder exactMatchingSignature(String exactMatchingSignature)
Exact matching signature Example: "18067345456756876713"
exactMatchingSignature
- the value to setpublic SqlText.Builder forceMatchingSignature(String forceMatchingSignature)
Force matching signature Example: "18067345456756876713"
forceMatchingSignature
- the value to setpublic SqlText.Builder sqlFullText(String sqlFullText)
Full SQL Text Example: "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.
sqlFullText
- the value to setpublic SqlText build()
public SqlText.Builder copy(SqlText model)
Copyright © 2016–2024. All rights reserved.