[]Struct jni_android_sys::java::sql::ResultSet

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

public interface ResultSet

Required feature: "java-sql-ResultSet"

Methods

impl ResultSet

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

pub fn close<'env>(&'env self) -> 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 getAsciiStream_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, InputStream>>, Local<'env, Throwable>>
[src]

getAsciiStream

Required features: "java-io-InputStream"

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

Deprecated

getUnicodeStream

Required features: "java-io-InputStream"

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

getBinaryStream

Required features: "java-io-InputStream"

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 getBigDecimal_String_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<Option<Local<'env, BigDecimal>>, Local<'env, Throwable>>
[src]

Deprecated

getBigDecimal

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

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 getAsciiStream_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, InputStream>>, Local<'env, Throwable>>
[src]

getAsciiStream

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

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

Deprecated

getUnicodeStream

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

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

getBinaryStream

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

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

getWarnings

Required features: "java-sql-SQLWarning"

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

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

getCursorName

Required features: "java-lang-String"

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

getMetaData

Required features: "java-sql-ResultSetMetaData"

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 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 findColumn<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

findColumn

Required features: "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 getBigDecimal_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, BigDecimal>>, Local<'env, Throwable>>
[src]

getBigDecimal

Required features: "java-math-BigDecimal"

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 isBeforeFirst<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

updateBigDecimal

Required features: "java-math-BigDecimal"

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

updateString

Required features: "java-lang-String"

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

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

updateDate

Required features: "java-sql-Date"

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

updateTime

Required features: "java-sql-Time"

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

updateTimestamp

Required features: "java-sql-Timestamp"

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

updateAsciiStream

Required features: "java-io-InputStream"

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

updateBinaryStream

Required features: "java-io-InputStream"

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

updateCharacterStream

Required features: "java-io-Reader"

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

updateObject

Required features: "java-lang-Object"

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

updateObject

Required features: "java-lang-Object"

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

updateNull

Required features: "java-lang-String"

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

updateBoolean

Required features: "java-lang-String"

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

updateByte

Required features: "java-lang-String"

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

updateShort

Required features: "java-lang-String"

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

updateInt

Required features: "java-lang-String"

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

updateLong

Required features: "java-lang-String"

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

updateFloat

Required features: "java-lang-String"

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

updateDouble

Required features: "java-lang-String"

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

updateBigDecimal

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

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

updateString

Required features: "java-lang-String"

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

updateBytes

Required features: "java-lang-String"

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

updateDate

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

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

updateTime

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

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

updateTimestamp

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

pub fn updateAsciiStream_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]

updateAsciiStream

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

pub fn updateBinaryStream_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]

updateBinaryStream

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

pub fn updateCharacterStream_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]

updateCharacterStream

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

pub fn updateObject_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]

updateObject

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

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

updateObject

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

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

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

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

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

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

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

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

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

getStatement

Required features: "java-sql-Statement"

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 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_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 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_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 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_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 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_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, URL>>, Local<'env, Throwable>>
[src]

getURL

Required features: "java-net-URL"

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 updateRef_int_Ref<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Ref>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateRef

Required features: "java-sql-Ref"

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

updateRef

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

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

updateBlob

Required features: "java-sql-Blob"

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

updateBlob

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

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

updateClob

Required features: "java-sql-Clob"

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

updateClob

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

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

updateArray

Required features: "java-sql-Array"

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

updateArray

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

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 updateRowId_int_RowId<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env RowId>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateRowId

Required features: "java-sql-RowId"

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

updateRowId

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

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

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

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

updateNString

Required features: "java-lang-String"

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

updateNString

Required features: "java-lang-String"

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

updateNClob

Required features: "java-sql-NClob"

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

updateNClob

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

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 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 updateSQLXML_int_SQLXML<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env SQLXML>>
) -> Result<(), Local<'env, Throwable>>
[src]

updateSQLXML

Required features: "java-sql-SQLXML"

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

updateSQLXML

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 updateNCharacterStream_int_Reader_long<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Reader>>,
    arg2: i64
) -> Result<(), Local<'env, Throwable>>
[src]

updateNCharacterStream

Required features: "java-io-Reader"

pub fn updateNCharacterStream_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]

updateNCharacterStream

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

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

updateAsciiStream

Required features: "java-io-InputStream"

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

updateBinaryStream

Required features: "java-io-InputStream"

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

updateCharacterStream

Required features: "java-io-Reader"

pub fn updateAsciiStream_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]

updateAsciiStream

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

pub fn updateBinaryStream_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]

updateBinaryStream

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

pub fn updateCharacterStream_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]

updateCharacterStream

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

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

updateBlob

Required features: "java-io-InputStream"

pub fn updateBlob_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]

updateBlob

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

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

updateClob

Required features: "java-io-Reader"

pub fn updateClob_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]

updateClob

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

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

updateNClob

Required features: "java-io-Reader"

pub fn updateNClob_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]

updateNClob

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

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

updateNCharacterStream

Required features: "java-io-Reader"

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

updateNCharacterStream

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

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

updateAsciiStream

Required features: "java-io-InputStream"

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

updateBinaryStream

Required features: "java-io-InputStream"

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

updateCharacterStream

Required features: "java-io-Reader"

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

updateAsciiStream

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

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

updateBinaryStream

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

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

updateCharacterStream

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

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

updateBlob

Required features: "java-io-InputStream"

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

updateBlob

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

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

updateClob

Required features: "java-io-Reader"

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

updateClob

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

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

updateNClob

Required features: "java-io-Reader"

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

updateNClob

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

pub const CLOSE_CURSORS_AT_COMMIT: i32[src]

public static final CLOSE_CURSORS_AT_COMMIT

pub const CONCUR_READ_ONLY: i32[src]

public static final CONCUR_READ_ONLY

pub const CONCUR_UPDATABLE: i32[src]

public static final CONCUR_UPDATABLE

pub const FETCH_FORWARD: i32[src]

public static final FETCH_FORWARD

pub const FETCH_REVERSE: i32[src]

public static final FETCH_REVERSE

pub const FETCH_UNKNOWN: i32[src]

public static final FETCH_UNKNOWN

pub const HOLD_CURSORS_OVER_COMMIT: i32[src]

public static final HOLD_CURSORS_OVER_COMMIT

pub const TYPE_FORWARD_ONLY: i32[src]

public static final TYPE_FORWARD_ONLY

pub const TYPE_SCROLL_INSENSITIVE: i32[src]

public static final TYPE_SCROLL_INSENSITIVE

pub const TYPE_SCROLL_SENSITIVE: i32[src]

public static final TYPE_SCROLL_SENSITIVE

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 ResultSet

impl AsRef<AutoCloseable> for ResultSet

impl AsRef<ResultSet> for RowSet

impl AsRef<Wrapper> for ResultSet

impl AsValidJObjectAndEnv for ResultSet

impl Deref for ResultSet

type Target = Object

The resulting type after dereferencing.

impl JniType for ResultSet

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.