Struct hdbconnect::PreparedStatement [] [src]

pub struct PreparedStatement { /* fields omitted */ }

Allows injection-safe SQL execution and repeated calls of the same statement with different parameters with as few roundtrips as possible.

Methods

impl PreparedStatement
[src]

[src]

Descriptors of the parameters of the prepared statement, if any.

[src]

Converts the input into a row of parameters for the batch, if it is consistent with the metadata.

[src]

Executes the statement with the collected batch, and clears the batch.

[src]

Sets the prepared statement's auto-commit behavior for future calls.

Trait Implementations

impl Drop for PreparedStatement
[src]

[src]

Frees all server-side ressources that belong to this prepared statement.