Home
last modified time | relevance | path

Searched refs:theLong (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLOutput.java101 public void writeLong(long theLong) throws SQLException; in writeLong() argument
DPreparedStatement.java402 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() argument
DCallableStatement.java1124 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1007 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() argument
1020 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() argument