[]Struct jni_android_sys::android::database::sqlite::SQLiteQuery

#[repr(transparent)]
pub struct SQLiteQuery(_);

public final class SQLiteQuery

Required feature: android-database-sqlite-SQLiteQuery

Methods

impl SQLiteQuery

pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]

toString

Required features: "java-lang-String"

Methods from Deref<Target = SQLiteProgram>

pub fn get_unique_id<'env>(&'env self) -> Result<i32>[src]

Deprecated

pub fn bind_null<'env>(&'env self, arg0: i32) -> Result<()>[src]

pub fn bind_long<'env>(&'env self, arg0: i32, arg1: i64) -> Result<()>[src]

pub fn bind_double<'env>(&'env self, arg0: i32, arg1: f64) -> Result<()>[src]

pub fn bind_string<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env String>>
) -> Result<()>
[src]

bindString

Required features: "java-lang-String"

pub fn bind_blob<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env ByteArray>>
) -> Result<()>
[src]

bindBlob

pub fn clear_bindings<'env>(&'env self) -> Result<()>[src]

Trait Implementations

impl Deref for SQLiteQuery

type Target = SQLiteProgram

The resulting type after dereferencing.

impl AsValidJObjectAndEnv for SQLiteQuery

impl AsJValue for SQLiteQuery

Auto Trait Implementations

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]