The members of Java.Sql.IArray are listed below.
Public Properties
| [read-only] | Array | Java.Lang.Object. Retrieves the contents of the SQL ARRAY value as a Java array
object. |
| [read-only] | BaseType | int. Returns the JDBC type of the entries in this array's underlying
SQL array. |
| [read-only] | BaseTypeName | string. Returns the SQL type name of the entries in this array's underlying
SQL array. |
| [read-only] | ResultSet | IResultSet. 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.ObjectDocumentation for this section has not yet been entered. |
| GetArray(long, int) : Java.Lang.ObjectReturns 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.ObjectDocumentation for this section has not yet been entered. |
| GetResultSet(IDictionary<string, Java.Lang.Class>) : IResultSetDocumentation for this section has not yet been entered. |
| GetResultSet(long, int) : IResultSetReturns 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>) : IResultSetDocumentation for this section has not yet been entered. |