Java.Sql.IArray: Method Members

The methods of Java.Sql.IArray are listed below. For a list of all members, see the IArray Members list.

Public Methods

Free()
Frees any resources held by this array.
GetArray(IDictionary<string, Java.Lang.Class>) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetArray(long, int) : Java.Lang.Object
Returns part of the SQL ARRAY associated with this array, starting at a particular index and comprising up to count successive elements of the SQL array.
GetArray(long, int, IDictionary<string, Java.Lang.Class>) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetResultSet(IDictionary<string, Java.Lang.Class>) : IResultSet
Documentation for this section has not yet been entered.
GetResultSet(long, int) : IResultSet
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries.
GetResultSet(long, int, IDictionary<string, Java.Lang.Class>) : IResultSet
Documentation for this section has not yet been entered.