Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SqlText.Builder |
SqlText.builder()
Create a new builder.
|
SqlText.Builder |
SqlText.Builder.copy(SqlText model) |
SqlText.Builder |
SqlText.Builder.exactMatchingSignature(String exactMatchingSignature)
Exact matching signature Example:
"18067345456756876713" |
SqlText.Builder |
SqlText.Builder.forceMatchingSignature(String forceMatchingSignature)
Force matching signature Example:
"18067345456756876713" |
SqlText.Builder |
SqlText.Builder.sqlCommand(String sqlCommand)
SQL command Example:
"SELECT" |
SqlText.Builder |
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 |
SqlText.Builder.sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
SqlText.Builder |
SqlText.Builder.timeCollected(Date timeCollected)
Collection timestamp Example:
"2020-05-06T00:00:00.000Z" |
SqlText.Builder |
SqlText.toBuilder() |
SqlText.Builder |
SqlText.Builder.version(Float version)
Version Example:
1 |
Copyright © 2016–2024. All rights reserved.