class FuturePreparedStatement
A future returned from Session::prepareAsync() This future will resolve with a Dse\PreparedStatement or an exception.
Implements
Methods
Waits for a given future resource to resolve and throws errors if any.
A future returned from Session::prepareAsync() This future will resolve with a Dse\PreparedStatement or an exception.
Waits for a given future resource to resolve and throws errors if any.
| Name | Type | Details |
|---|---|---|
| $timeout |
int|double
|
A timeout in seconds |
| Type | Details |
|---|---|
Exception\InvalidArgumentException |
|
Exception\TimeoutException |
| Type | Details |
|---|---|
Dse\PreparedStatement |
A prepared statement |