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 |
---|---|
List<PreparedStatement> |
BatchGetPreparedStatementResult.getPreparedStatements()
The list of prepared statements returned.
|
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.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withPreparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetPreparedStatementResult.setPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
Copyright © 2022. All rights reserved.