Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/reflect/
DArray.java572 …public static void setLong(Object array, int index, long value) throws IllegalArgumentException, A… in setLong() method in Array
DField.java811 public void setLong(Object object, long value) throws IllegalAccessException, in setLong() method in Field
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1007 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/
DPreparedStatement.java402 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() method
DCallableStatement.java1125 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() method