Java.Sql.IArray Members

The members of Java.Sql.IArray are listed below.

Public Properties

[read-only]
ArrayJava.Lang.Object. Retrieves the contents of the SQL ARRAY value as a Java array object.
[read-only]
BaseTypeint. Returns the JDBC type of the entries in this array's underlying SQL array.
[read-only]
BaseTypeNamestring. Returns the SQL type name of the entries in this array's underlying SQL array.
[read-only]
ResultSetIResultSet. Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this array.

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.