| Package | Description |
|---|---|
| com.amazonaws.services.redshiftdataapi.model |
| Modifier and Type | Method and Description |
|---|---|
SubStatementData |
SubStatementData.clone() |
SubStatementData |
SubStatementData.withCreatedAt(Date createdAt)
The date and time (UTC) the statement was created.
|
SubStatementData |
SubStatementData.withDuration(Long duration)
The amount of time in nanoseconds that the statement ran.
|
SubStatementData |
SubStatementData.withError(String error)
The error message from the cluster if the SQL statement encountered an error while running.
|
SubStatementData |
SubStatementData.withHasResultSet(Boolean hasResultSet)
A value that indicates whether the statement has a result set.
|
SubStatementData |
SubStatementData.withId(String id)
The identifier of the SQL statement.
|
SubStatementData |
SubStatementData.withQueryString(String queryString)
The SQL statement text.
|
SubStatementData |
SubStatementData.withRedshiftQueryId(Long redshiftQueryId)
The SQL statement identifier.
|
SubStatementData |
SubStatementData.withResultRows(Long resultRows)
Either the number of rows returned from the SQL statement or the number of rows affected.
|
SubStatementData |
SubStatementData.withResultSize(Long resultSize)
The size in bytes of the returned results.
|
SubStatementData |
SubStatementData.withStatus(StatementStatusString status)
The status of the SQL statement.
|
SubStatementData |
SubStatementData.withStatus(String status)
The status of the SQL statement.
|
SubStatementData |
SubStatementData.withUpdatedAt(Date updatedAt)
The date and time (UTC) that the statement metadata was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubStatementData> |
DescribeStatementResult.getSubStatements()
The SQL statements from a multiple statement run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStatementResult |
DescribeStatementResult.withSubStatements(SubStatementData... subStatements)
The SQL statements from a multiple statement run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStatementResult.setSubStatements(Collection<SubStatementData> subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResult |
DescribeStatementResult.withSubStatements(Collection<SubStatementData> subStatements)
The SQL statements from a multiple statement run.
|
Copyright © 2023. All rights reserved.