The methods of Java.Sql.IArray are listed below. For a list of all members, see the IArray Members list.
Free()Frees any resources held by this array. | ||
GetArray(IDictionary<string, Java.Lang.Class>)Documentation for this section has not yet been entered. | ||
GetArray(long, int)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>)Documentation for this section has not yet been entered. | ||
GetResultSet(IDictionary<string, Java.Lang.Class>)Documentation for this section has not yet been entered. | ||
GetResultSet(long, int)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>)Documentation for this section has not yet been entered. | ||