| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
PreparedStatement.clone() |
PreparedStatement |
GetPreparedStatementResult.getPreparedStatement()
The name of the prepared statement that was retrieved.
|
PreparedStatement |
PreparedStatement.withDescription(String description)
The description of the prepared statement.
|
PreparedStatement |
PreparedStatement.withLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatement |
PreparedStatement.withQueryStatement(String queryStatement)
The query string for the prepared statement.
|
PreparedStatement |
PreparedStatement.withStatementName(String statementName)
The name of the prepared statement.
|
PreparedStatement |
PreparedStatement.withWorkGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPreparedStatementResult.setPreparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
|
GetPreparedStatementResult |
GetPreparedStatementResult.withPreparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
|
Copyright © 2022. All rights reserved.