Searched refs:getArray (Results 1 - 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DArray.java35 public Object getArray() throws SQLException; method in interface:Array
51 public Object getArray(long index, int count) throws SQLException; method in interface:Array
70 public Object getArray(long index, int count, Map<String, Class<?>> map) method in interface:Array
83 public Object getArray(Map<String, Class<?>> map) throws SQLException; method in interface:Array
H A DCallableStatement.java70 public Array getArray(int parameterIndex) throws SQLException; method in interface:CallableStatement
82 public Array getArray(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java247 public Array getArray(int columnIndex) throws SQLException; method in interface:ResultSet
259 public Array getArray(String colName) throws SQLException; method in interface:ResultSet
/libcore/luni/src/main/java/libcore/reflect/
H A DListOfVariables.java29 TypeVariable<?>[] getArray() { method in class:ListOfVariables
H A DGenericSignatureParser.java257 this.formalTypeParameters = typeParams.getArray();
/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java109 data[OUTPUT_OFFSET] = getArray(out);
134 data[INPUT_OFFSET] = getArray(in);
135 data[OUTPUT_OFFSET]= getArray(out);
167 private int getArray(CharBuffer out) { method in class:CharsetDecoderICU
183 private int getArray(ByteBuffer in) { method in class:CharsetDecoderICU
H A DCharsetEncoderICU.java137 data[OUTPUT_OFFSET] = getArray(out);
162 data[INPUT_OFFSET] = getArray(in);
163 data[OUTPUT_OFFSET]= getArray(out);
196 private int getArray(ByteBuffer out) { method in class:CharsetEncoderICU
212 private int getArray(CharBuffer in) { method in class:CharsetEncoderICU
/libcore/luni/src/main/java/java/util/concurrent/
H A DCopyOnWriteArraySet.java337 Object[] elements = al.getArray();
H A DCopyOnWriteArrayList.java458 final Object[] getArray() { method in class:CopyOnWriteArrayList
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2281 public Object getArray() throws SQLException { method in class:OldPreparedStatementTest.MockArray
2285 public Object getArray(long index, int count) throws SQLException { method in class:OldPreparedStatementTest.MockArray
2289 public Object getArray(long index, int count, Map<String, Class<?>> map) method in class:OldPreparedStatementTest.MockArray
2294 public Object getArray(Map<String, Class<?>> map) throws SQLException { method in class:OldPreparedStatementTest.MockArray

Completed in 102 milliseconds