Trait pleingres::Statement

source ·
pub trait Statement {
    fn statement(&self) -> &str;

    fn name(&self) -> &str { ... }
}
Expand description

Types representing statements.

Required Methods

SQL statement.

Provided Methods

Statement names. The default implementation returns the “unname”.

Implementations on Foreign Types

Implementors