Searched defs:setLong (Results 1 – 5 of 5) sorted by relevance
/libcore/libart/src/main/java/java/lang/reflect/ |
D | Field.java | 801 public void setLong(Object object, long value) throws IllegalAccessException, in setLong() method in Field 806 private native void setLong(Object object, long value, boolean accessible) in setLong() method in Field
|
/libcore/luni/src/main/java/java/lang/reflect/ |
D | Array.java | 572 …public static void setLong(Object array, int index, long value) throws IllegalArgumentException, A… in setLong() method in Array
|
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 1007 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() method 1020 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() method
|
/libcore/luni/src/main/java/java/sql/ |
D | PreparedStatement.java | 402 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() method
|
D | CallableStatement.java | 1124 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() method
|