| Package | Description |
|---|---|
| com.amazonaws.services.redshiftdataapi.model |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.clone() |
Field |
Field.withBlobValue(ByteBuffer blobValue)
A value of the BLOB data type.
|
Field |
Field.withBooleanValue(Boolean booleanValue)
A value of the Boolean data type.
|
Field |
Field.withDoubleValue(Double doubleValue)
A value of the double data type.
|
Field |
Field.withIsNull(Boolean isNull)
A value that indicates whether the data is NULL.
|
Field |
Field.withLongValue(Long longValue)
A value of the long data type.
|
Field |
Field.withStringValue(String stringValue)
A value of the string data type.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Field>> |
GetStatementResultResult.getRecords()
The results of the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStatementResultResult.setRecords(Collection<List<Field>> records)
The results of the SQL statement.
|
GetStatementResultResult |
GetStatementResultResult.withRecords(Collection<List<Field>> records)
The results of the SQL statement.
|
Copyright © 2023. All rights reserved.