[−]Struct jni_android_sys::android::database::sqlite::SQLiteProgram
public class SQLiteProgram
Required feature: android-database-sqlite-SQLiteProgram
Methods
impl 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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env String>>
) -> Result<()>
Required features: "java-lang-String"
pub fn bind_blob<'env>(
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env ByteArray>>
) -> Result<()>[src]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env ByteArray>>
) -> Result<()>
bindBlob
pub fn clear_bindings<'env>(&'env self) -> Result<()>[src]
Methods from Deref<Target = SQLiteClosable>
pub fn acquire_reference<'env>(&'env self) -> Result<()>[src]
pub fn release_reference<'env>(&'env self) -> Result<()>[src]
pub fn release_reference_from_container<'env>(&'env self) -> Result<()>[src]
Deprecated
pub fn close<'env>(&'env self) -> Result<()>[src]
Trait Implementations
impl Deref for SQLiteProgram
type Target = SQLiteClosable
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
impl AsValidJObjectAndEnv for SQLiteProgram
impl AsJValue for SQLiteProgram
Auto Trait Implementations
impl !Sync for SQLiteProgram
impl Unpin for SQLiteProgram
impl !Send for SQLiteProgram
impl UnwindSafe for SQLiteProgram
impl RefUnwindSafe for SQLiteProgram
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,