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

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

public class SQLiteQueryBuilder

Required feature: "android-database-sqlite-SQLiteQueryBuilder"

Methods

impl SQLiteQueryBuilder

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, SQLiteQueryBuilder>, Local<'env, Throwable>>
[src]

pub fn setDistinct<'env>(
    &'env self,
    arg0: bool
) -> Result<(), Local<'env, Throwable>>
[src]

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

getTables

Required features: "java-lang-String"

pub fn setTables<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

setTables

Required features: "java-lang-String"

pub fn appendWhere<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>
) -> Result<(), Local<'env, Throwable>>
[src]

appendWhere

Required features: "java-lang-CharSequence"

pub fn appendWhereEscapeString<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

appendWhereEscapeString

Required features: "java-lang-String"

pub fn setProjectionMap<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Map>>
) -> Result<(), Local<'env, Throwable>>
[src]

setProjectionMap

Required features: "java-util-Map"

pub fn setCursorFactory<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SQLiteDatabase_CursorFactory>>
) -> Result<(), Local<'env, Throwable>>
[src]

setCursorFactory

Required features: "android-database-sqlite-SQLiteDatabase_CursorFactory"

pub fn setStrict<'env>(
    &'env self,
    arg0: bool
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn buildQueryString<'env>(
    __jni_env: &'env Env,
    arg0: bool,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg3: impl Into<Option<&'env String>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>,
    arg7: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

buildQueryString

Required features: "java-lang-String"

pub fn appendColumns<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env StringBuilder>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

appendColumns

Required features: "java-lang-String", "java-lang-StringBuilder"

pub fn query_SQLiteDatabase_String_array_String_String_array_String_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SQLiteDatabase>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

query

Required features: "android-database-Cursor", "android-database-sqlite-SQLiteDatabase", "java-lang-String"

pub fn query_SQLiteDatabase_String_array_String_String_array_String_String_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SQLiteDatabase>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>,
    arg7: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

query

Required features: "android-database-Cursor", "android-database-sqlite-SQLiteDatabase", "java-lang-String"

pub fn query_SQLiteDatabase_String_array_String_String_array_String_String_String_String_CancellationSignal<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SQLiteDatabase>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>,
    arg7: impl Into<Option<&'env String>>,
    arg8: impl Into<Option<&'env CancellationSignal>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

query

Required features: "android-database-Cursor", "android-database-sqlite-SQLiteDatabase", "android-os-CancellationSignal", "java-lang-String"

pub fn buildQuery_String_array_String_String_String_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env String>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

buildQuery

Required features: "java-lang-String"

pub fn buildQuery_String_array_String_String_array_String_String_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg3: impl Into<Option<&'env String>>,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

Deprecated

buildQuery

Required features: "java-lang-String"

pub fn buildUnionSubQuery_String_String_array_Set_int_String_String_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg2: impl Into<Option<&'env Set>>,
    arg3: i32,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env String>>,
    arg7: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

buildUnionSubQuery

Required features: "java-lang-String", "java-util-Set"

pub fn buildUnionSubQuery_String_String_array_Set_int_String_String_String_array_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg2: impl Into<Option<&'env Set>>,
    arg3: i32,
    arg4: impl Into<Option<&'env String>>,
    arg5: impl Into<Option<&'env String>>,
    arg6: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg7: impl Into<Option<&'env String>>,
    arg8: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

Deprecated

buildUnionSubQuery

Required features: "java-lang-String", "java-util-Set"

pub fn buildUnionQuery<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

buildUnionQuery

Required features: "java-lang-String"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for SQLiteQueryBuilder

impl AsValidJObjectAndEnv for SQLiteQueryBuilder

impl Deref for SQLiteQueryBuilder

type Target = Object

The resulting type after dereferencing.

impl JniType for SQLiteQueryBuilder

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.