[]Struct jni_android_sys::java::sql::CallableStatement

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

public interface CallableStatement

Required feature: "java-sql-CallableStatement"

Methods

impl CallableStatement

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

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

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

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

getString

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

Deprecated

getBigDecimal

Required features: "java-math-BigDecimal"

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

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

getDate

Required features: "java-sql-Date"

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

getTime

Required features: "java-sql-Time"

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

getTimestamp

Required features: "java-sql-Timestamp"

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

getObject

Required features: "java-lang-Object"

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

getBigDecimal

Required features: "java-math-BigDecimal"

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

getObject

Required features: "java-lang-Object", "java-util-Map"

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

getRef

Required features: "java-sql-Ref"

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

getBlob

Required features: "java-sql-Blob"

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

getClob

Required features: "java-sql-Clob"

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

getArray

Required features: "java-sql-Array"

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

getDate

Required features: "java-sql-Date", "java-util-Calendar"

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

getTime

Required features: "java-sql-Time", "java-util-Calendar"

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

getTimestamp

Required features: "java-sql-Timestamp", "java-util-Calendar"

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

registerOutParameter

Required features: "java-lang-String"

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

registerOutParameter

Required features: "java-lang-String"

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

registerOutParameter

Required features: "java-lang-String"

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

registerOutParameter

Required features: "java-lang-String"

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

getURL

Required features: "java-net-URL"

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

setURL

Required features: "java-lang-String", "java-net-URL"

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

setNull

Required features: "java-lang-String"

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

setBoolean

Required features: "java-lang-String"

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

setByte

Required features: "java-lang-String"

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

setShort

Required features: "java-lang-String"

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

setInt

Required features: "java-lang-String"

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

setLong

Required features: "java-lang-String"

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

setFloat

Required features: "java-lang-String"

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

setDouble

Required features: "java-lang-String"

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

setBigDecimal

Required features: "java-lang-String", "java-math-BigDecimal"

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

setString

Required features: "java-lang-String"

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

setBytes

Required features: "java-lang-String"

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

setDate

Required features: "java-lang-String", "java-sql-Date"

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

setTime

Required features: "java-lang-String", "java-sql-Time"

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

setTimestamp

Required features: "java-lang-String", "java-sql-Timestamp"

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

setAsciiStream

Required features: "java-io-InputStream", "java-lang-String"

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

setBinaryStream

Required features: "java-io-InputStream", "java-lang-String"

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

setObject

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

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

setObject

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

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

setObject

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

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

setCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setDate

Required features: "java-lang-String", "java-sql-Date", "java-util-Calendar"

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

setTime

Required features: "java-lang-String", "java-sql-Time", "java-util-Calendar"

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

setTimestamp

Required features: "java-lang-String", "java-sql-Timestamp", "java-util-Calendar"

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

setNull

Required features: "java-lang-String"

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

getString

Required features: "java-lang-String"

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

getBoolean

Required features: "java-lang-String"

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

getByte

Required features: "java-lang-String"

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

getShort

Required features: "java-lang-String"

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

getInt

Required features: "java-lang-String"

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

getLong

Required features: "java-lang-String"

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

getFloat

Required features: "java-lang-String"

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

getDouble

Required features: "java-lang-String"

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

getBytes

Required features: "java-lang-String"

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

getDate

Required features: "java-lang-String", "java-sql-Date"

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

getTime

Required features: "java-lang-String", "java-sql-Time"

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

getTimestamp

Required features: "java-lang-String", "java-sql-Timestamp"

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

getObject

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

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

getBigDecimal

Required features: "java-lang-String", "java-math-BigDecimal"

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

getObject

Required features: "java-lang-Object", "java-lang-String", "java-util-Map"

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

getRef

Required features: "java-lang-String", "java-sql-Ref"

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

getBlob

Required features: "java-lang-String", "java-sql-Blob"

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

getClob

Required features: "java-lang-String", "java-sql-Clob"

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

getArray

Required features: "java-lang-String", "java-sql-Array"

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

getDate

Required features: "java-lang-String", "java-sql-Date", "java-util-Calendar"

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

getTime

Required features: "java-lang-String", "java-sql-Time", "java-util-Calendar"

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

getTimestamp

Required features: "java-lang-String", "java-sql-Timestamp", "java-util-Calendar"

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

getURL

Required features: "java-lang-String", "java-net-URL"

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

getRowId

Required features: "java-sql-RowId"

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

getRowId

Required features: "java-lang-String", "java-sql-RowId"

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

setRowId

Required features: "java-lang-String", "java-sql-RowId"

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

setNString

Required features: "java-lang-String"

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

setNCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setNClob

Required features: "java-lang-String", "java-sql-NClob"

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

setClob

Required features: "java-io-Reader", "java-lang-String"

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

setBlob

Required features: "java-io-InputStream", "java-lang-String"

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

setNClob

Required features: "java-io-Reader", "java-lang-String"

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

getNClob

Required features: "java-sql-NClob"

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

getNClob

Required features: "java-lang-String", "java-sql-NClob"

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

setSQLXML

Required features: "java-lang-String", "java-sql-SQLXML"

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

getSQLXML

Required features: "java-sql-SQLXML"

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

getSQLXML

Required features: "java-lang-String", "java-sql-SQLXML"

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

getNString

Required features: "java-lang-String"

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

getNString

Required features: "java-lang-String"

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

getNCharacterStream

Required features: "java-io-Reader"

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

getNCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

getCharacterStream

Required features: "java-io-Reader"

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

getCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setBlob

Required features: "java-lang-String", "java-sql-Blob"

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

setClob

Required features: "java-lang-String", "java-sql-Clob"

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

setAsciiStream

Required features: "java-io-InputStream", "java-lang-String"

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

setBinaryStream

Required features: "java-io-InputStream", "java-lang-String"

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

setCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setAsciiStream

Required features: "java-io-InputStream", "java-lang-String"

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

setBinaryStream

Required features: "java-io-InputStream", "java-lang-String"

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

setCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setNCharacterStream

Required features: "java-io-Reader", "java-lang-String"

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

setClob

Required features: "java-io-Reader", "java-lang-String"

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

setBlob

Required features: "java-io-InputStream", "java-lang-String"

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

setNClob

Required features: "java-io-Reader", "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 CallableStatement

impl AsRef<PreparedStatement> for CallableStatement

impl AsValidJObjectAndEnv for CallableStatement

impl Deref for CallableStatement

type Target = Object

The resulting type after dereferencing.

impl JniType for CallableStatement

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.