public static class CursorCacheStatementSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CursorCacheStatementSummary |
build() |
CursorCacheStatementSummary.Builder |
copy(CursorCacheStatementSummary model) |
CursorCacheStatementSummary.Builder |
schema(String schema)
The name of the parsing schema.
|
CursorCacheStatementSummary.Builder |
sqlId(String sqlId)
The SQL statement identifier.
|
CursorCacheStatementSummary.Builder |
sqlText(String sqlText)
The first thousand characters of the SQL text.
|
public CursorCacheStatementSummary.Builder sqlId(String sqlId)
The SQL statement identifier. Identifies a SQL statement in the cursor cache.
sqlId
- the value to setpublic CursorCacheStatementSummary.Builder schema(String schema)
The name of the parsing schema.
schema
- the value to setpublic CursorCacheStatementSummary.Builder sqlText(String sqlText)
The first thousand characters of the SQL text.
sqlText
- the value to setpublic CursorCacheStatementSummary build()
public CursorCacheStatementSummary.Builder copy(CursorCacheStatementSummary model)
Copyright © 2016–2024. All rights reserved.