[]Struct jni_android_sys::java::sql::SQLOutput

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

public interface SQLOutput

Required feature: "java-sql-SQLOutput"

Methods

impl SQLOutput

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

writeString

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

writeBigDecimal

Required features: "java-math-BigDecimal"

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

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

writeDate

Required features: "java-sql-Date"

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

writeTime

Required features: "java-sql-Time"

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

writeTimestamp

Required features: "java-sql-Timestamp"

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

writeCharacterStream

Required features: "java-io-Reader"

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

writeAsciiStream

Required features: "java-io-InputStream"

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

writeBinaryStream

Required features: "java-io-InputStream"

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

writeObject

Required features: "java-sql-SQLData"

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

writeRef

Required features: "java-sql-Ref"

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

writeBlob

Required features: "java-sql-Blob"

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

writeClob

Required features: "java-sql-Clob"

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

writeStruct

Required features: "java-sql-Struct"

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

writeArray

Required features: "java-sql-Array"

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

writeURL

Required features: "java-net-URL"

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

writeNString

Required features: "java-lang-String"

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

writeNClob

Required features: "java-sql-NClob"

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

writeRowId

Required features: "java-sql-RowId"

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

writeSQLXML

Required features: "java-sql-SQLXML"

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 SQLOutput

impl AsValidJObjectAndEnv for SQLOutput

impl Deref for SQLOutput

type Target = Object

The resulting type after dereferencing.

impl JniType for SQLOutput

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.