Searched defs:Array (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DArray.java31 * By default, an <code>Array</code> value is a transaction-duration
32 * reference to an SQL <code>ARRAY</code> value. By default, an <code>Array</code>
34 * means that an <code>Array</code> object contains a logical pointer
38 * The <code>Array</code> interface provides methods for bringing an SQL
64 * All methods on the <code>Array</code> interface must be fully implemented if the
70 public interface Array { interface
74 * the array designated by this <code>Array</code> object.
93 * by this <code>Array</code> object.
97 * <code>Array</code> object
109 * <code>Array</cod
[all...]
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java32 * The {@code Array} class provides static methods to dynamically create and
35 * <p>{@code Array} permits widening conversions to occur during a get or set
42 class Array { class
45 * Constructor. Class Array is not instantiable.
47 private Array() {} method in class:Array
57 * Array.newInstance(componentType, x);
220 * @see Array#get
243 * @see Array#get
266 * @see Array#get
289 * @see Array#ge
[all...]

Completed in 1461 milliseconds