@Generated(value="software.amazon.awssdk:codegen") public final class SqlStatementResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlStatementResult.Builder,SqlStatementResult>
The result of a SQL statement.
<note> <p>This data structure is only used with the deprecated <code>ExecuteSql</code> operation. Use the <code>BatchExecuteStatement</code> or <code>ExecuteStatement</code> operation instead.</p> </note>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqlStatementResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqlStatementResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
numberOfRecordsUpdated()
The number of records updated by a SQL statement.
|
ResultFrame |
resultFrame()
The result set of the SQL statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqlStatementResult.Builder> |
serializableBuilderClass() |
SqlStatementResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResultFrame resultFrame()
The result set of the SQL statement.
public final Long numberOfRecordsUpdated()
The number of records updated by a SQL statement.
public SqlStatementResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SqlStatementResult.Builder,SqlStatementResult>public static SqlStatementResult.Builder builder()
public static Class<? extends SqlStatementResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.