Searched defs:setLong (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java419 setLong(array, index, ((Long) value).longValue());
572 public static void setLong(Object array, int index, long value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
H A DField.java811 public void setLong(Object object, long value) throws IllegalAccessException, method in class:Field
/libcore/luni/src/main/java/java/sql/
H A DPreparedStatement.java402 public void setLong(int parameterIndex, long theLong) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1125 public void setLong(String parameterName, long theLong) throws SQLException; method in interface:CallableStatement
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java1007 public void setLong(int parameterIndex, long theLong) throws SQLException; method in interface:RowSet
1020 public void setLong(String parameterName, long theLong) throws SQLException; method in interface:RowSet

Completed in 119 milliseconds