[][src]Struct orientdb_client::sync::statement::Statement

pub struct Statement<'a> { /* fields omitted */ }

Methods

impl<'a> Statement<'a>[src]

pub fn positional(self, params: &[&dyn IntoOValue]) -> Self[src]

pub fn named(self, params: &[(&str, &dyn IntoOValue)]) -> Self[src]

pub fn page_size(self, page_size: i32) -> Self[src]

pub fn run(self) -> OrientResult<impl ResultSet>[src]

Trait Implementations

impl<'a> From<Statement<'a>> for Query[src]

Auto Trait Implementations

impl<'a> Send for Statement<'a>

impl<'a> Sync for Statement<'a>

impl<'a> Unpin for Statement<'a>

impl<'a> !UnwindSafe for Statement<'a>

impl<'a> !RefUnwindSafe for Statement<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]